2025-12-04T08:42:30.5371193Z Current runner version: '2.330.0' 2025-12-04T08:42:30.5377929Z Runner name: 'i-0cd7c9e1c3ce5ad73' 2025-12-04T08:42:30.5378917Z Runner group name: 'default' 2025-12-04T08:42:30.5380310Z Machine name: 'ip-10-0-20-181' 2025-12-04T08:42:30.5383295Z ##[group]GITHUB_TOKEN Permissions 2025-12-04T08:42:30.5385623Z Contents: read 2025-12-04T08:42:30.5386310Z Metadata: read 2025-12-04T08:42:30.5386818Z ##[endgroup] 2025-12-04T08:42:30.5389116Z Secret source: Actions 2025-12-04T08:42:30.5389989Z Prepare workflow directory 2025-12-04T08:42:30.5903820Z Prepare all required actions 2025-12-04T08:42:30.5944892Z Getting action download info 2025-12-04T08:42:30.8400481Z Download action repository 'pytorch/test-infra@main' (SHA:39aa74d619174326f4e2fb0e216151c2f29d9ffd) 2025-12-04T08:42:33.0378833Z Download action repository 'pytorch/pytorch@main' (SHA:ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T08:42:47.3319738Z Getting action download info 2025-12-04T08:42:47.4405793Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) 2025-12-04T08:42:47.7150667Z Getting action download info 2025-12-04T08:42:47.9292744Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-12-04T08:42:48.1696173Z Getting action download info 2025-12-04T08:42:48.3009808Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-12-04T08:42:48.5008087Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/heads/main (ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32) 2025-12-04T08:42:48.5012148Z ##[group] Inputs 2025-12-04T08:42:48.5012580Z build-environment: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-12-04T08:42:48.5013177Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-12-04T08:42:48.5013631Z cuda-version: cpu 2025-12-04T08:42:48.5013874Z sync-tag: 2025-12-04T08:42:48.5014330Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge" }, ]} 2025-12-04T08:42:48.5014881Z runner: linux.large 2025-12-04T08:42:48.5015138Z ##[endgroup] 2025-12-04T08:42:48.5015706Z Complete job name: linux-jammy-cpu-py3.10-gcc11-bazel-test / build-and-test (default, 1, 1, linux.4xlarge, rerun_disabled_tests) 2025-12-04T08:42:48.5482424Z A job started hook has been configured by the self-hosted runner administrator 2025-12-04T08:42:48.5582133Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-12-04T08:42:48.5590990Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:42:48.5591641Z ##[endgroup] 2025-12-04T08:42:49.7913955Z Runner Type: linux.4xlarge 2025-12-04T08:42:49.7914390Z Instance Type: c5.4xlarge 2025-12-04T08:42:49.7914657Z AMI Name: unknown 2025-12-04T08:42:49.7943206Z AMI ID: ami-08982f1c5bf93d976 2025-12-04T08:42:55.0248772Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-12-04T08:42:55.0249217Z with: 2025-12-04T08:42:55.0249778Z github-secret: *** 2025-12-04T08:42:55.0250072Z activate-with-label: false 2025-12-04T08:42:55.0250353Z label: with-ssh 2025-12-04T08:42:55.0250631Z remove-existing-keys: true 2025-12-04T08:42:55.0250899Z fail-silently: true 2025-12-04T08:42:55.0251175Z env: 2025-12-04T08:42:55.0251371Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:42:55.0251627Z ##[endgroup] 2025-12-04T08:42:55.1636300Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-12-04T08:42:55.1637558Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-12-04T08:42:55.1995746Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-12-04T08:42:55.1996196Z with: 2025-12-04T08:42:55.1996410Z submodules: recursive 2025-12-04T08:42:55.1996668Z fetch-depth: 0 2025-12-04T08:42:55.1996883Z env: 2025-12-04T08:42:55.1997101Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:42:55.1997350Z ##[endgroup] 2025-12-04T08:42:55.2071541Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:42:55.2072713Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:42:55.2081865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:42:55.2082241Z env: 2025-12-04T08:42:55.2082462Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:42:55.2082713Z ##[endgroup] 2025-12-04T08:42:55.2172122Z ##[group]Run # Use all available CPUs for fetching 2025-12-04T08:42:55.2172609Z # Use all available CPUs for fetching 2025-12-04T08:42:55.2172947Z cd "${GITHUB_WORKSPACE}" 2025-12-04T08:42:55.2173295Z git config --global fetch.parallel 0 2025-12-04T08:42:55.2173674Z git config --global submodule.fetchJobs 0 2025-12-04T08:42:55.2174018Z  2025-12-04T08:42:55.2174387Z # Clean workspace. The default checkout action should also do this, but 2025-12-04T08:42:55.2174964Z # do it here as well just in case 2025-12-04T08:42:55.2175415Z if [[ -d .git ]]; then 2025-12-04T08:42:55.2175698Z  if [ -z "${NO_SUDO}" ]; then 2025-12-04T08:42:55.2176014Z  sudo git clean -ffdx 2025-12-04T08:42:55.2176296Z  else 2025-12-04T08:42:55.2176518Z  git clean -ffdx 2025-12-04T08:42:55.2176782Z  fi 2025-12-04T08:42:55.2176983Z fi 2025-12-04T08:42:55.2182911Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:42:55.2183300Z env: 2025-12-04T08:42:55.2183523Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:42:55.2183772Z NO_SUDO: 2025-12-04T08:42:55.2183985Z ##[endgroup] 2025-12-04T08:42:55.2314729Z ##[group]Run actions/checkout@v4 2025-12-04T08:42:55.2315034Z with: 2025-12-04T08:42:55.2315290Z ref: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:42:55.2315620Z fetch-depth: 0 2025-12-04T08:42:55.2315996Z submodules: recursive 2025-12-04T08:42:55.2316255Z show-progress: false 2025-12-04T08:42:55.2316553Z repository: pytorch/pytorch 2025-12-04T08:42:55.2316967Z token: *** 2025-12-04T08:42:55.2317190Z ssh-strict: true 2025-12-04T08:42:55.2317405Z ssh-user: git 2025-12-04T08:42:55.2317644Z persist-credentials: true 2025-12-04T08:42:55.2317910Z clean: true 2025-12-04T08:42:55.2318142Z sparse-checkout-cone-mode: true 2025-12-04T08:42:55.2318436Z fetch-tags: false 2025-12-04T08:42:55.2318653Z lfs: false 2025-12-04T08:42:55.2318876Z set-safe-directory: true 2025-12-04T08:42:55.2319120Z env: 2025-12-04T08:42:55.2319339Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:42:55.2319584Z ##[endgroup] 2025-12-04T08:42:55.3406805Z Syncing repository: pytorch/pytorch 2025-12-04T08:42:55.3408712Z ##[group]Getting Git version info 2025-12-04T08:42:55.3409277Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-12-04T08:42:55.3409978Z [command]/usr/bin/git version 2025-12-04T08:42:55.3584650Z git version 2.50.1 2025-12-04T08:42:55.3609308Z ##[endgroup] 2025-12-04T08:42:55.3618077Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/e81fd7bd-e517-46f3-b7a6-4206474214dd/.gitconfig' 2025-12-04T08:42:55.3636648Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e81fd7bd-e517-46f3-b7a6-4206474214dd' before making global git config changes 2025-12-04T08:42:55.3637666Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T08:42:55.3641455Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T08:42:55.3685808Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2025-12-04T08:42:55.3688923Z ##[group]Initializing the repository 2025-12-04T08:42:55.3692804Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T08:42:55.3753340Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-12-04T08:42:55.3754127Z hint: is subject to change. To configure the initial branch name to use in all 2025-12-04T08:42:55.3754711Z hint: of your new repositories, which will suppress this warning, call: 2025-12-04T08:42:55.3755125Z hint: 2025-12-04T08:42:55.3755421Z hint: git config --global init.defaultBranch 2025-12-04T08:42:55.3755760Z hint: 2025-12-04T08:42:55.3756095Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-12-04T08:42:55.3756675Z hint: 'development'. The just-created branch can be renamed via this command: 2025-12-04T08:42:55.3757105Z hint: 2025-12-04T08:42:55.3757334Z hint: git branch -m 2025-12-04T08:42:55.3757601Z hint: 2025-12-04T08:42:55.3757970Z hint: Disable this message with "git config set advice.defaultBranchName false" 2025-12-04T08:42:55.3763169Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2025-12-04T08:42:55.3771703Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2025-12-04T08:42:55.3805832Z ##[endgroup] 2025-12-04T08:42:55.3806269Z ##[group]Disabling automatic garbage collection 2025-12-04T08:42:55.3809219Z [command]/usr/bin/git config --local gc.auto 0 2025-12-04T08:42:55.3832444Z ##[endgroup] 2025-12-04T08:42:55.3832821Z ##[group]Setting up auth 2025-12-04T08:42:55.3838736Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T08:42:55.3863075Z [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' || :" 2025-12-04T08:42:55.4188935Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T08:42:55.4214954Z [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' || :" 2025-12-04T08:42:55.4490633Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T08:42:55.4515624Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T08:42:55.4775890Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T08:42:55.4823459Z ##[endgroup] 2025-12-04T08:42:55.4824168Z ##[group]Fetching the repository 2025-12-04T08:42:55.4832396Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-12-04T08:43:42.5934165Z From https://github.com/pytorch/pytorch 2025-12-04T08:43:42.5934721Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-12-04T08:43:42.5935892Z * [new branch] 2.9.1 -> origin/2.9.1 2025-12-04T08:43:42.5936623Z * [new branch] AaronWang04_addmmfusion_perftest -> origin/AaronWang04_addmmfusion_perftest 2025-12-04T08:43:42.5937315Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-12-04T08:43:42.5937927Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-12-04T08:43:42.5938522Z * [new branch] HOPrintFunc -> origin/HOPrintFunc 2025-12-04T08:43:42.5939545Z * [new branch] IvanKobzarev/stack/1 -> origin/IvanKobzarev/stack/1 2025-12-04T08:43:42.5941537Z * [new branch] NicoshevSVE128 -> origin/NicoshevSVE128 2025-12-04T08:43:42.5942446Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-12-04T08:43:42.5944050Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-12-04T08:43:42.5944904Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-12-04T08:43:42.5945939Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-12-04T08:43:42.5947077Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-12-04T08:43:42.5948329Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-12-04T08:43:42.5949410Z * [new branch] VLA_exp -> origin/VLA_exp 2025-12-04T08:43:42.5950808Z * [new branch] activation_bench -> origin/activation_bench 2025-12-04T08:43:42.5952314Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-12-04T08:43:42.5953910Z * [new branch] adi/onednn_aarch64 -> origin/adi/onednn_aarch64 2025-12-04T08:43:42.5954984Z * [new branch] adi/test -> origin/adi/test 2025-12-04T08:43:42.5956310Z * [new branch] adi/test_bgemm -> origin/adi/test_bgemm 2025-12-04T08:43:42.5957306Z * [new branch] adi/test_m8g -> origin/adi/test_m8g 2025-12-04T08:43:42.5958378Z * [new branch] adi/test_onednn -> origin/adi/test_onednn 2025-12-04T08:43:42.5959482Z * [new branch] adi/test_onednn_v3.9 -> origin/adi/test_onednn_v3.9 2025-12-04T08:43:42.5960630Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-12-04T08:43:42.5961677Z * [new branch] adi/test_timm -> origin/adi/test_timm 2025-12-04T08:43:42.5963291Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-12-04T08:43:42.5965305Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-12-04T08:43:42.5966446Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-12-04T08:43:42.5968265Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-12-04T08:43:42.5968887Z * [new branch] also-surround-shimh -> origin/also-surround-shimh 2025-12-04T08:43:42.5970873Z * [new branch] angelayi/aot_compile -> origin/angelayi/aot_compile 2025-12-04T08:43:42.5972228Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-12-04T08:43:42.5973176Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-12-04T08:43:42.5974445Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-12-04T08:43:42.5975403Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-12-04T08:43:42.5976525Z * [new branch] angelayi/inductor_const -> origin/angelayi/inductor_const 2025-12-04T08:43:42.5977483Z * [new branch] angelayi/lstm -> origin/angelayi/lstm 2025-12-04T08:43:42.5979223Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-12-04T08:43:42.5980623Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-12-04T08:43:42.5981671Z * [new branch] angelayi/side_eff -> origin/angelayi/side_eff 2025-12-04T08:43:42.5982821Z * [new branch] angelayi/state_dict -> origin/angelayi/state_dict 2025-12-04T08:43:42.5984146Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-12-04T08:43:42.5985209Z * [new branch] angelayi/symm_mem -> origin/angelayi/symm_mem 2025-12-04T08:43:42.5986594Z * [new branch] angelayi/test_cpp -> origin/angelayi/test_cpp 2025-12-04T08:43:42.5987555Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-12-04T08:43:42.5988613Z * [new branch] annotate_assert -> origin/annotate_assert 2025-12-04T08:43:42.5989917Z * [new branch] annotate_fallback_kernel -> origin/annotate_fallback_kernel 2025-12-04T08:43:42.5990945Z * [new branch] annotation_deepcopy -> origin/annotation_deepcopy 2025-12-04T08:43:42.5992297Z * [new branch] annotation_dynamo -> origin/annotation_dynamo 2025-12-04T08:43:42.5993260Z * [new branch] aot_eager_stack_trace -> origin/aot_eager_stack_trace 2025-12-04T08:43:42.5994499Z * [new branch] aoti-cuda-alloc -> origin/aoti-cuda-alloc 2025-12-04T08:43:42.5995567Z * [new branch] aoti_const_device -> origin/aoti_const_device 2025-12-04T08:43:42.5996673Z * [new branch] aoti_fqn_name_interface -> origin/aoti_fqn_name_interface 2025-12-04T08:43:42.5997797Z * [new branch] aoti_package_weights_binary -> origin/aoti_package_weights_binary 2025-12-04T08:43:42.5998918Z * [new branch] aoti_target_windows -> origin/aoti_target_windows 2025-12-04T08:43:42.6001009Z * [new branch] arsh/feat/inductor_check_profiling -> origin/arsh/feat/inductor_check_profiling 2025-12-04T08:43:42.6001957Z * [new branch] async_tp -> origin/async_tp 2025-12-04T08:43:42.6003330Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-12-04T08:43:42.6004571Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-12-04T08:43:42.6005681Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-12-04T08:43:42.6007031Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-12-04T08:43:42.6008056Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-12-04T08:43:42.6009384Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-12-04T08:43:42.6010484Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-12-04T08:43:42.6011747Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-12-04T08:43:42.6012888Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-12-04T08:43:42.6014025Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-12-04T08:43:42.6015148Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-12-04T08:43:42.6016458Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-12-04T08:43:42.6017647Z * [new branch] attention_benchmarking_clean -> origin/attention_benchmarking_clean 2025-12-04T08:43:42.6019235Z * [new branch] bahuang/dt_fix_scalar_add -> origin/bahuang/dt_fix_scalar_add 2025-12-04T08:43:42.6020139Z * [new branch] bahuang/fix_debug_mode -> origin/bahuang/fix_debug_mode 2025-12-04T08:43:42.6021256Z * [new branch] bahuang/fix_expand -> origin/bahuang/fix_expand 2025-12-04T08:43:42.6022472Z * [new branch] bahuang/test -> origin/bahuang/test 2025-12-04T08:43:42.6024175Z * [new branch] base/1.5 -> origin/base/1.5 2025-12-04T08:43:42.6025659Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-12-04T08:43:42.6026621Z * [new branch] bench_scaled_mm_ops -> origin/bench_scaled_mm_ops 2025-12-04T08:43:42.6027737Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-12-04T08:43:42.6029187Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-12-04T08:43:42.6030579Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-12-04T08:43:42.6032107Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-12-04T08:43:42.6033587Z * [new branch] bf/bug-static-input -> origin/bf/bug-static-input 2025-12-04T08:43:42.6034534Z * [new branch] bf/cg-backend -> origin/bf/cg-backend 2025-12-04T08:43:42.6035579Z * [new branch] bf/cg-nccl-test -> origin/bf/cg-nccl-test 2025-12-04T08:43:42.6036636Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-12-04T08:43:42.6037863Z * [new branch] bf/clean-torchbench-hf -> origin/bf/clean-torchbench-hf 2025-12-04T08:43:42.6038860Z * [new branch] bf/combo-debug-log -> origin/bf/combo-debug-log 2025-12-04T08:43:42.6039946Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-12-04T08:43:42.6041741Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-12-04T08:43:42.6043019Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-12-04T08:43:42.6044021Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-12-04T08:43:42.6045054Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-12-04T08:43:42.6046199Z * [new branch] bf/dynamo-partition -> origin/bf/dynamo-partition 2025-12-04T08:43:42.6047247Z * [new branch] bf/lite -> origin/bf/lite 2025-12-04T08:43:42.6048450Z * [new branch] bf/pa-non-divisible -> origin/bf/pa-non-divisible 2025-12-04T08:43:42.6049631Z * [new branch] bf/partition-cache-free-symbols -> origin/bf/partition-cache-free-symbols 2025-12-04T08:43:42.6050769Z * [new branch] bf/partition-memory-plan -> origin/bf/partition-memory-plan 2025-12-04T08:43:42.6051853Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-12-04T08:43:42.6053156Z * [new branch] bf/partition-view-fallback -> origin/bf/partition-view-fallback 2025-12-04T08:43:42.6054154Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-12-04T08:43:42.6055219Z * [new branch] bf/timm-nov-26-2025 -> origin/bf/timm-nov-26-2025 2025-12-04T08:43:42.6056483Z * [new branch] bf/transformer-pin-4-57-3 -> origin/bf/transformer-pin-4-57-3 2025-12-04T08:43:42.6057559Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-12-04T08:43:42.6058658Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-12-04T08:43:42.6059750Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-12-04T08:43:42.6060797Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-12-04T08:43:42.6061852Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-12-04T08:43:42.6063028Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-12-04T08:43:42.6064077Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-12-04T08:43:42.6065157Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-12-04T08:43:42.6066219Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-12-04T08:43:42.6067466Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-12-04T08:43:42.6068486Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-12-04T08:43:42.6069554Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-12-04T08:43:42.6070824Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-12-04T08:43:42.6072059Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-12-04T08:43:42.6073063Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-12-04T08:43:42.6074192Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-12-04T08:43:42.6075859Z * [new branch] brister/fx_device_type -> origin/brister/fx_device_type 2025-12-04T08:43:42.6076858Z * [new branch] brister/test_inductor_all_fx -> origin/brister/test_inductor_all_fx 2025-12-04T08:43:42.6078005Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-12-04T08:43:42.6078958Z * [new branch] bwd-backup -> origin/bwd-backup 2025-12-04T08:43:42.6080368Z * [new branch] c57382a49 -> origin/c57382a49 2025-12-04T08:43:42.6081309Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-12-04T08:43:42.6082366Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-12-04T08:43:42.6084280Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-12-04T08:43:42.6085413Z * [new branch] cccclai-patch-1 -> origin/cccclai-patch-1 2025-12-04T08:43:42.6086801Z * [new branch] cherry-pick-159969-by-pytorch_bot_bot_ -> origin/cherry-pick-159969-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6088012Z * [new branch] cherry-pick-160586-by-pytorch_bot_bot_ -> origin/cherry-pick-160586-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6089217Z * [new branch] cherry-pick-162208-by-pytorch_bot_bot_ -> origin/cherry-pick-162208-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6090320Z * [new branch] cherry-pick-163169-by-pytorch_bot_bot_ -> origin/cherry-pick-163169-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6091953Z * [new branch] cherry-pick-165086-by-pytorch_bot_bot_ -> origin/cherry-pick-165086-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6093174Z * [new branch] cherry-pick-165514-by-pytorch_bot_bot_ -> origin/cherry-pick-165514-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6094313Z * [new branch] cherry-pick-165601-by-pytorch_bot_bot_ -> origin/cherry-pick-165601-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6095501Z * [new branch] cherry-pick-165667-by-pytorch_bot_bot_ -> origin/cherry-pick-165667-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6096759Z * [new branch] cherry-pick-165815-by-pytorch_bot_bot_ -> origin/cherry-pick-165815-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6097989Z * [new branch] cherry-pick-165922-by-pytorch_bot_bot_ -> origin/cherry-pick-165922-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6099081Z * [new branch] cherry-pick-166148-by-pytorch_bot_bot_ -> origin/cherry-pick-166148-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6100213Z * [new branch] cherry-pick-166181-by-pytorch_bot_bot_ -> origin/cherry-pick-166181-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6101414Z * [new branch] cherry-pick-166404-by-pytorch_bot_bot_ -> origin/cherry-pick-166404-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6102540Z * [new branch] cherry-pick-166427-by-pytorch_bot_bot_ -> origin/cherry-pick-166427-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6103647Z * [new branch] cherry-pick-166480-by-pytorch_bot_bot_ -> origin/cherry-pick-166480-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6104881Z * [new branch] cherry-pick-166570-by-pytorch_bot_bot_ -> origin/cherry-pick-166570-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6105976Z * [new branch] cherry-pick-166993-by-pytorch_bot_bot_ -> origin/cherry-pick-166993-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6107145Z * [new branch] cherry-pick-167111-by-pytorch_bot_bot_ -> origin/cherry-pick-167111-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6108353Z * [new branch] cherry-pick-167478-by-pytorch_bot_bot_ -> origin/cherry-pick-167478-by-pytorch_bot_bot_ 2025-12-04T08:43:42.6109907Z * [new branch] cherry_pick_166036_166040 -> origin/cherry_pick_166036_166040 2025-12-04T08:43:42.6110934Z * [new branch] cherry_pick_166457 -> origin/cherry_pick_166457 2025-12-04T08:43:42.6112225Z * [new branch] cherrypick_166338 -> origin/cherrypick_166338 2025-12-04T08:43:42.6113272Z * [new branch] cherrypick_166458 -> origin/cherrypick_166458 2025-12-04T08:43:42.6114502Z * [new branch] cherrypick_166586 -> origin/cherrypick_166586 2025-12-04T08:43:42.6115502Z * [new branch] cherrypick_166956 -> origin/cherrypick_166956 2025-12-04T08:43:42.6116932Z * [new branch] ci_attn -> origin/ci_attn 2025-12-04T08:43:42.6117915Z * [new branch] codex-testing -> origin/codex-testing 2025-12-04T08:43:42.6119953Z * [new branch] codex/add-check_memory_overlap-helper-functions -> origin/codex/add-check_memory_overlap-helper-functions 2025-12-04T08:43:42.6120827Z * [new branch] codex/fix-issue-121219-in-pytorch -> origin/codex/fix-issue-121219-in-pytorch 2025-12-04T08:43:42.6122439Z * [new branch] codex/investigate-segfaults-in-get_tensor_storage_id -> origin/codex/investigate-segfaults-in-get_tensor_storage_id 2025-12-04T08:43:42.6123823Z * [new branch] codex/refactor-lintrunner-config-to-use-uv-run -> origin/codex/refactor-lintrunner-config-to-use-uv-run 2025-12-04T08:43:42.6124665Z * [new branch] compatiblpy39util -> origin/compatiblpy39util 2025-12-04T08:43:42.6125873Z * [new branch] cond_hop_device -> origin/cond_hop_device 2025-12-04T08:43:42.6126884Z * [new branch] context_test -> origin/context_test 2025-12-04T08:43:42.6128753Z * [new branch] copilot/code-style-cleanup-python-pip -> origin/copilot/code-style-cleanup-python-pip 2025-12-04T08:43:42.6130010Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-12-04T08:43:42.6131160Z * [new branch] cpp-docs-dependency-upgrade -> origin/cpp-docs-dependency-upgrade 2025-12-04T08:43:42.6132789Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-12-04T08:43:42.6133618Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-12-04T08:43:42.6134693Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-12-04T08:43:42.6135794Z * [new branch] csl/clean_up -> origin/csl/clean_up 2025-12-04T08:43:42.6136927Z * [new branch] csl/fix_retry_segfault_exit -> origin/csl/fix_retry_segfault_exit 2025-12-04T08:43:42.6138277Z * [new branch] csl/katex -> origin/csl/katex 2025-12-04T08:43:42.6139602Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-12-04T08:43:42.6141046Z * [new branch] csl/lint_testing -> origin/csl/lint_testing 2025-12-04T08:43:42.6142397Z * [new branch] csl/lint_thing -> origin/csl/lint_thing 2025-12-04T08:43:42.6143455Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-12-04T08:43:42.6144667Z * [new branch] csl/manually_gen_json -> origin/csl/manually_gen_json 2025-12-04T08:43:42.6146013Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-12-04T08:43:42.6147009Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-12-04T08:43:42.6148129Z * [new branch] csl/print_timing -> origin/csl/print_timing 2025-12-04T08:43:42.6149227Z * [new branch] csl/remove_experiment -> origin/csl/remove_experiment 2025-12-04T08:43:42.6150454Z * [new branch] csl/remove_maybe_unused_var -> origin/csl/remove_maybe_unused_var 2025-12-04T08:43:42.6151578Z * [new branch] csl/remove_repo_specific_autolabel -> origin/csl/remove_repo_specific_autolabel 2025-12-04T08:43:42.6152712Z * [new branch] csl/remove_run_parallel -> origin/csl/remove_run_parallel 2025-12-04T08:43:42.6153718Z * [new branch] csl/remove_unused_vars -> origin/csl/remove_unused_vars 2025-12-04T08:43:42.6155007Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-12-04T08:43:42.6155955Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-12-04T08:43:42.6157065Z * [new branch] csl/smaller_avx_amx_runenrs -> origin/csl/smaller_avx_amx_runenrs 2025-12-04T08:43:42.6158083Z * [new branch] csl/td_job_level -> origin/csl/td_job_level 2025-12-04T08:43:42.6159238Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-12-04T08:43:42.6160480Z * [new branch] csl/test_owners_autograd_dispatch_nn -> origin/csl/test_owners_autograd_dispatch_nn 2025-12-04T08:43:42.6161533Z * [new branch] csl/test_owners_higher_confidence -> origin/csl/test_owners_higher_confidence 2025-12-04T08:43:42.6162674Z * [new branch] csl/upload_json_running -> origin/csl/upload_json_running 2025-12-04T08:43:42.6163843Z * [new branch] csl/win_sccache -> origin/csl/win_sccache 2025-12-04T08:43:42.6164942Z * [new branch] csl/xml_stuff -> origin/csl/xml_stuff 2025-12-04T08:43:42.6166178Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-12-04T08:43:42.6167188Z * [new branch] cuda_mempool -> origin/cuda_mempool 2025-12-04T08:43:42.6168427Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-12-04T08:43:42.6170075Z * [new branch] d4l3k/debug_plane_frtrace -> origin/d4l3k/debug_plane_frtrace 2025-12-04T08:43:42.6171983Z * [new branch] daxia6/2.8o3 -> origin/daxia6/2.8o3 2025-12-04T08:43:42.6172856Z * [new branch] debug-guard -> origin/debug-guard 2025-12-04T08:43:42.6174121Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-12-04T08:43:42.6177936Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.0 2025-12-04T08:43:42.6179287Z * [new branch] dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 -> origin/dependabot/pip/dot-ci/docker/ci_commit_pins/main/transformers-4.57.1 2025-12-04T08:43:42.6180342Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-12-04T08:43:42.6181520Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-12-04T08:43:42.6183320Z * [new branch] dev/dhruva/flex_attn_opt -> origin/dev/dhruva/flex_attn_opt 2025-12-04T08:43:42.6185072Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-12-04T08:43:42.6186243Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-12-04T08:43:42.6187847Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-12-04T08:43:42.6188806Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-12-04T08:43:42.6190151Z * [new branch] dev/joona/fix_sdpa_memtest -> origin/dev/joona/fix_sdpa_memtest 2025-12-04T08:43:42.6191523Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-12-04T08:43:42.6192974Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-12-04T08:43:42.6194530Z * [new branch] dev/joona/scalar_clamp -> origin/dev/joona/scalar_clamp 2025-12-04T08:43:42.6196048Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-12-04T08:43:42.6197723Z * [new branch] dev/joona/sdpa_api -> origin/dev/joona/sdpa_api 2025-12-04T08:43:42.6199067Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-12-04T08:43:42.6200429Z * [new branch] dev/joona/ulpAssertClose -> origin/dev/joona/ulpAssertClose 2025-12-04T08:43:42.6201587Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-12-04T08:43:42.6202641Z * [new branch] disp_counter -> origin/disp_counter 2025-12-04T08:43:42.6204048Z * [new branch] divyanshk-patch-1 -> origin/divyanshk-patch-1 2025-12-04T08:43:42.6204995Z * [new branch] docs -> origin/docs 2025-12-04T08:43:42.6206248Z * [new branch] documentation -> origin/documentation 2025-12-04T08:43:42.6207309Z * [new branch] eager_model_benchmarks -> origin/eager_model_benchmarks 2025-12-04T08:43:42.6209059Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-12-04T08:43:42.6209948Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-12-04T08:43:42.6210979Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-12-04T08:43:42.6212118Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-12-04T08:43:42.6213437Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-12-04T08:43:42.6214655Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-12-04T08:43:42.6215732Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-12-04T08:43:42.6217077Z * [new branch] eqy-patch-5 -> origin/eqy-patch-5 2025-12-04T08:43:42.6218286Z * [new branch] eqy-patch-6 -> origin/eqy-patch-6 2025-12-04T08:43:42.6219800Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-12-04T08:43:42.6220927Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-12-04T08:43:42.6221943Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-12-04T08:43:42.6223075Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-12-04T08:43:42.6224229Z * [new branch] exclamaforte/fix-exhaustive-autotuning -> origin/exclamaforte/fix-exhaustive-autotuning 2025-12-04T08:43:42.6225590Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-12-04T08:43:42.6227152Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-12-04T08:43:42.6228019Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-12-04T08:43:42.6229279Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-12-04T08:43:42.6230488Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-12-04T08:43:42.6231496Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-12-04T08:43:42.6232865Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-12-04T08:43:42.6233787Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-12-04T08:43:42.6234876Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-12-04T08:43:42.6236145Z * [new branch] exclamaforte/just-gemm-model-no-refactor -> origin/exclamaforte/just-gemm-model-no-refactor 2025-12-04T08:43:42.6237216Z * [new branch] exclamaforte/profile-diff-algo -> origin/exclamaforte/profile-diff-algo 2025-12-04T08:43:42.6238349Z * [new branch] exclamaforte/profiler-visualization -> origin/exclamaforte/profiler-visualization 2025-12-04T08:43:42.6239483Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-12-04T08:43:42.6240708Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-12-04T08:43:42.6241817Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-12-04T08:43:42.6242823Z * [new branch] exec -> origin/exec 2025-12-04T08:43:42.6244394Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-12-04T08:43:42.6245444Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-12-04T08:43:42.6246666Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-12-04T08:43:42.6247983Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-12-04T08:43:42.6249010Z * [new branch] export-D78957093 -> origin/export-D78957093 2025-12-04T08:43:42.6250705Z * [new branch] export-D78996107 -> origin/export-D78996107 2025-12-04T08:43:42.6251600Z * [new branch] export-D80823877 -> origin/export-D80823877 2025-12-04T08:43:42.6252913Z * [new branch] export-D80958642 -> origin/export-D80958642 2025-12-04T08:43:42.6253919Z * [new branch] export-D81054193 -> origin/export-D81054193 2025-12-04T08:43:42.6255193Z * [new branch] export-D81204584 -> origin/export-D81204584 2025-12-04T08:43:42.6256156Z * [new branch] export-D81429090 -> origin/export-D81429090 2025-12-04T08:43:42.6257459Z * [new branch] export-D82250826 -> origin/export-D82250826 2025-12-04T08:43:42.6258448Z * [new branch] export-D82253817 -> origin/export-D82253817 2025-12-04T08:43:42.6259652Z * [new branch] export-D83541846 -> origin/export-D83541846 2025-12-04T08:43:42.6260843Z * [new branch] export-D83627170 -> origin/export-D83627170 2025-12-04T08:43:42.6261821Z * [new branch] export-D83766701 -> origin/export-D83766701 2025-12-04T08:43:42.6262881Z * [new branch] export-D83768878 -> origin/export-D83768878 2025-12-04T08:43:42.6264131Z * [new branch] export-D83769447 -> origin/export-D83769447 2025-12-04T08:43:42.6265135Z * [new branch] export-D84089824 -> origin/export-D84089824 2025-12-04T08:43:42.6266367Z * [new branch] export-D84213020 -> origin/export-D84213020 2025-12-04T08:43:42.6268009Z * [new branch] export-D84373821 -> origin/export-D84373821 2025-12-04T08:43:42.6269065Z * [new branch] export-D84612194 -> origin/export-D84612194 2025-12-04T08:43:42.6270393Z * [new branch] export-D84890985 -> origin/export-D84890985 2025-12-04T08:43:42.6271331Z * [new branch] export-D85122326 -> origin/export-D85122326 2025-12-04T08:43:42.6272914Z * [new branch] export-D86256198 -> origin/export-D86256198 2025-12-04T08:43:42.6273932Z * [new branch] export-D86460608 -> origin/export-D86460608 2025-12-04T08:43:42.6275280Z * [new branch] export-D86474796 -> origin/export-D86474796 2025-12-04T08:43:42.6276437Z * [new branch] export-D86712396 -> origin/export-D86712396 2025-12-04T08:43:42.6277639Z * [new branch] export-D87022129 -> origin/export-D87022129 2025-12-04T08:43:42.6278928Z * [new branch] export-D87838959 -> origin/export-D87838959 2025-12-04T08:43:42.6279995Z * [new branch] export-D88319437 -> origin/export-D88319437 2025-12-04T08:43:42.6281471Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-12-04T08:43:42.6282459Z * [new branch] ezyang-titan-october -> origin/ezyang-titan-october 2025-12-04T08:43:42.6283656Z * [new branch] ezyang-titan-october2 -> origin/ezyang-titan-october2 2025-12-04T08:43:42.6284914Z * [new branch] ezyang-war -> origin/ezyang-war 2025-12-04T08:43:42.6286404Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-12-04T08:43:42.6287368Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-12-04T08:43:42.6289078Z * [new branch] fadeputr/sequence_fbgemm -> origin/fadeputr/sequence_fbgemm 2025-12-04T08:43:42.6290093Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-12-04T08:43:42.6291773Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-12-04T08:43:42.6292993Z * [new branch] fca -> origin/fca 2025-12-04T08:43:42.6293981Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-12-04T08:43:42.6295219Z * [new branch] fca5 -> origin/fca5 2025-12-04T08:43:42.6296822Z * [new branch] feature/justknobs-cpp -> origin/feature/justknobs-cpp 2025-12-04T08:43:42.6297860Z * [new branch] feature/numa-forkserver -> origin/feature/numa-forkserver 2025-12-04T08:43:42.6299584Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-12-04T08:43:42.6300494Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-12-04T08:43:42.6302204Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-12-04T08:43:42.6303136Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-12-04T08:43:42.6304383Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-12-04T08:43:42.6305364Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-12-04T08:43:42.6306332Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-12-04T08:43:42.6307445Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-12-04T08:43:42.6308477Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-12-04T08:43:42.6309492Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-12-04T08:43:42.6310791Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-12-04T08:43:42.6311813Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-12-04T08:43:42.6313013Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-12-04T08:43:42.6314351Z * [new branch] fix_addmm_issue -> origin/fix_addmm_issue 2025-12-04T08:43:42.6315279Z * [new branch] fix_amd_missing_cluster_dims -> origin/fix_amd_missing_cluster_dims 2025-12-04T08:43:42.6316907Z * [new branch] fix_bench_bwd_pass -> origin/fix_bench_bwd_pass 2025-12-04T08:43:42.6317951Z * [new branch] fix_mem_profiler_config -> origin/fix_mem_profiler_config 2025-12-04T08:43:42.6319046Z * [new branch] fix_nvrtc_discovery -> origin/fix_nvrtc_discovery 2025-12-04T08:43:42.6320063Z * [new branch] fix_op_runner -> origin/fix_op_runner 2025-12-04T08:43:42.6321303Z * [new branch] fix_ubn_159469 -> origin/fix_ubn_159469 2025-12-04T08:43:42.6322388Z * [new branch] fixes-triage -> origin/fixes-triage 2025-12-04T08:43:42.6323581Z * [new branch] fixflashinfer -> origin/fixflashinfer 2025-12-04T08:43:42.6324809Z * [new branch] flash_decoding_cpu -> origin/flash_decoding_cpu 2025-12-04T08:43:42.6325834Z * [new branch] flex-flash -> origin/flex-flash 2025-12-04T08:43:42.6327425Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-12-04T08:43:42.6328365Z * [new branch] flex_flash -> origin/flex_flash 2025-12-04T08:43:42.6330154Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-12-04T08:43:42.6331212Z * [new branch] fmassa/tests_comm_compute_scheduler -> origin/fmassa/tests_comm_compute_scheduler 2025-12-04T08:43:42.6332226Z * [new branch] forkserver_fix -> origin/forkserver_fix 2025-12-04T08:43:42.6333495Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-12-04T08:43:42.6334994Z * [new branch] fx_cpp -> origin/fx_cpp 2025-12-04T08:43:42.6336616Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-12-04T08:43:42.6337785Z * [new branch] galv-patch-1 -> origin/galv-patch-1 2025-12-04T08:43:42.6339689Z * [new branch] galv/cudagraphs-conditional-nodes-4 -> origin/galv/cudagraphs-conditional-nodes-4 2025-12-04T08:43:42.6340967Z * [new branch] georgehong/cmakelists-patch -> origin/georgehong/cmakelists-patch 2025-12-04T08:43:42.6343756Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-12-04T08:43:42.6344655Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-12-04T08:43:42.6346715Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-12-04T08:43:42.6347751Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-12-04T08:43:42.6350150Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-12-04T08:43:42.6351171Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-12-04T08:43:42.6353159Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-12-04T08:43:42.6354171Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-12-04T08:43:42.6355533Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-12-04T08:43:42.6356909Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-12-04T08:43:42.6357894Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-12-04T08:43:42.6359136Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-12-04T08:43:42.6360644Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-12-04T08:43:42.6361713Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-12-04T08:43:42.6362723Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-12-04T08:43:42.6364360Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-12-04T08:43:42.6365355Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-12-04T08:43:42.6366587Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-12-04T08:43:42.6368145Z * [new branch] gh/H-Huang/226/base -> origin/gh/H-Huang/226/base 2025-12-04T08:43:42.6369503Z * [new branch] gh/H-Huang/226/head -> origin/gh/H-Huang/226/head 2025-12-04T08:43:42.6370463Z * [new branch] gh/H-Huang/226/orig -> origin/gh/H-Huang/226/orig 2025-12-04T08:43:42.6372404Z * [new branch] gh/H-Huang/228/base -> origin/gh/H-Huang/228/base 2025-12-04T08:43:42.6373362Z * [new branch] gh/H-Huang/228/head -> origin/gh/H-Huang/228/head 2025-12-04T08:43:42.6374500Z * [new branch] gh/H-Huang/228/orig -> origin/gh/H-Huang/228/orig 2025-12-04T08:43:42.6376617Z * [new branch] gh/IvanKobzarev/150/base -> origin/gh/IvanKobzarev/150/base 2025-12-04T08:43:42.6377653Z * [new branch] gh/IvanKobzarev/150/head -> origin/gh/IvanKobzarev/150/head 2025-12-04T08:43:42.6378594Z * [new branch] gh/IvanKobzarev/150/orig -> origin/gh/IvanKobzarev/150/orig 2025-12-04T08:43:42.6380383Z * [new branch] gh/IvanKobzarev/157/base -> origin/gh/IvanKobzarev/157/base 2025-12-04T08:43:42.6381538Z * [new branch] gh/IvanKobzarev/157/head -> origin/gh/IvanKobzarev/157/head 2025-12-04T08:43:42.6382482Z * [new branch] gh/IvanKobzarev/157/orig -> origin/gh/IvanKobzarev/157/orig 2025-12-04T08:43:42.6384155Z * [new branch] gh/IvanKobzarev/159/base -> origin/gh/IvanKobzarev/159/base 2025-12-04T08:43:42.6385222Z * [new branch] gh/IvanKobzarev/159/head -> origin/gh/IvanKobzarev/159/head 2025-12-04T08:43:42.6386371Z * [new branch] gh/IvanKobzarev/159/orig -> origin/gh/IvanKobzarev/159/orig 2025-12-04T08:43:42.6388018Z * [new branch] gh/IvanKobzarev/162/base -> origin/gh/IvanKobzarev/162/base 2025-12-04T08:43:42.6389159Z * [new branch] gh/IvanKobzarev/162/head -> origin/gh/IvanKobzarev/162/head 2025-12-04T08:43:42.6390204Z * [new branch] gh/IvanKobzarev/162/orig -> origin/gh/IvanKobzarev/162/orig 2025-12-04T08:43:42.6391943Z * [new branch] gh/IvanKobzarev/163/base -> origin/gh/IvanKobzarev/163/base 2025-12-04T08:43:42.6392792Z * [new branch] gh/IvanKobzarev/163/head -> origin/gh/IvanKobzarev/163/head 2025-12-04T08:43:42.6393887Z * [new branch] gh/IvanKobzarev/163/orig -> origin/gh/IvanKobzarev/163/orig 2025-12-04T08:43:42.6395651Z * [new branch] gh/IvanKobzarev/166/base -> origin/gh/IvanKobzarev/166/base 2025-12-04T08:43:42.6396714Z * [new branch] gh/IvanKobzarev/166/head -> origin/gh/IvanKobzarev/166/head 2025-12-04T08:43:42.6397748Z * [new branch] gh/IvanKobzarev/166/orig -> origin/gh/IvanKobzarev/166/orig 2025-12-04T08:43:42.6422265Z * [new branch] gh/IvanKobzarev/167/base -> origin/gh/IvanKobzarev/167/base 2025-12-04T08:43:42.6423136Z * [new branch] gh/IvanKobzarev/167/head -> origin/gh/IvanKobzarev/167/head 2025-12-04T08:43:42.6423778Z * [new branch] gh/IvanKobzarev/167/orig -> origin/gh/IvanKobzarev/167/orig 2025-12-04T08:43:42.6424387Z * [new branch] gh/IvanKobzarev/168/base -> origin/gh/IvanKobzarev/168/base 2025-12-04T08:43:42.6424976Z * [new branch] gh/IvanKobzarev/168/head -> origin/gh/IvanKobzarev/168/head 2025-12-04T08:43:42.6425578Z * [new branch] gh/IvanKobzarev/168/orig -> origin/gh/IvanKobzarev/168/orig 2025-12-04T08:43:42.6426318Z * [new branch] gh/IvanKobzarev/169/base -> origin/gh/IvanKobzarev/169/base 2025-12-04T08:43:42.6426924Z * [new branch] gh/IvanKobzarev/169/head -> origin/gh/IvanKobzarev/169/head 2025-12-04T08:43:42.6427512Z * [new branch] gh/IvanKobzarev/169/orig -> origin/gh/IvanKobzarev/169/orig 2025-12-04T08:43:42.6428113Z * [new branch] gh/IvanKobzarev/170/base -> origin/gh/IvanKobzarev/170/base 2025-12-04T08:43:42.6428791Z * [new branch] gh/IvanKobzarev/170/head -> origin/gh/IvanKobzarev/170/head 2025-12-04T08:43:42.6429377Z * [new branch] gh/IvanKobzarev/170/orig -> origin/gh/IvanKobzarev/170/orig 2025-12-04T08:43:42.6429965Z * [new branch] gh/IvanKobzarev/171/base -> origin/gh/IvanKobzarev/171/base 2025-12-04T08:43:42.6430553Z * [new branch] gh/IvanKobzarev/171/head -> origin/gh/IvanKobzarev/171/head 2025-12-04T08:43:42.6431160Z * [new branch] gh/IvanKobzarev/171/orig -> origin/gh/IvanKobzarev/171/orig 2025-12-04T08:43:42.6431760Z * [new branch] gh/IvanKobzarev/172/base -> origin/gh/IvanKobzarev/172/base 2025-12-04T08:43:42.6432347Z * [new branch] gh/IvanKobzarev/172/head -> origin/gh/IvanKobzarev/172/head 2025-12-04T08:43:42.6432944Z * [new branch] gh/IvanKobzarev/172/orig -> origin/gh/IvanKobzarev/172/orig 2025-12-04T08:43:42.6433536Z * [new branch] gh/IvanKobzarev/173/base -> origin/gh/IvanKobzarev/173/base 2025-12-04T08:43:42.6434148Z * [new branch] gh/IvanKobzarev/173/head -> origin/gh/IvanKobzarev/173/head 2025-12-04T08:43:42.6434747Z * [new branch] gh/IvanKobzarev/173/orig -> origin/gh/IvanKobzarev/173/orig 2025-12-04T08:43:42.6435334Z * [new branch] gh/IvanKobzarev/174/base -> origin/gh/IvanKobzarev/174/base 2025-12-04T08:43:42.6435936Z * [new branch] gh/IvanKobzarev/174/head -> origin/gh/IvanKobzarev/174/head 2025-12-04T08:43:42.6436527Z * [new branch] gh/IvanKobzarev/174/orig -> origin/gh/IvanKobzarev/174/orig 2025-12-04T08:43:42.6437131Z * [new branch] gh/IvanKobzarev/175/base -> origin/gh/IvanKobzarev/175/base 2025-12-04T08:43:42.6437727Z * [new branch] gh/IvanKobzarev/175/head -> origin/gh/IvanKobzarev/175/head 2025-12-04T08:43:42.6438312Z * [new branch] gh/IvanKobzarev/175/orig -> origin/gh/IvanKobzarev/175/orig 2025-12-04T08:43:42.6438912Z * [new branch] gh/IvanKobzarev/176/base -> origin/gh/IvanKobzarev/176/base 2025-12-04T08:43:42.6439504Z * [new branch] gh/IvanKobzarev/176/head -> origin/gh/IvanKobzarev/176/head 2025-12-04T08:43:42.6440105Z * [new branch] gh/IvanKobzarev/176/orig -> origin/gh/IvanKobzarev/176/orig 2025-12-04T08:43:42.6440704Z * [new branch] gh/IvanKobzarev/177/base -> origin/gh/IvanKobzarev/177/base 2025-12-04T08:43:42.6441297Z * [new branch] gh/IvanKobzarev/177/head -> origin/gh/IvanKobzarev/177/head 2025-12-04T08:43:42.6441898Z * [new branch] gh/IvanKobzarev/177/orig -> origin/gh/IvanKobzarev/177/orig 2025-12-04T08:43:42.6442484Z * [new branch] gh/IvanKobzarev/178/base -> origin/gh/IvanKobzarev/178/base 2025-12-04T08:43:42.6443088Z * [new branch] gh/IvanKobzarev/178/head -> origin/gh/IvanKobzarev/178/head 2025-12-04T08:43:42.6443779Z * [new branch] gh/IvanKobzarev/178/orig -> origin/gh/IvanKobzarev/178/orig 2025-12-04T08:43:42.6445456Z * [new branch] gh/IvanKobzarev/179/base -> origin/gh/IvanKobzarev/179/base 2025-12-04T08:43:42.6446379Z * [new branch] gh/IvanKobzarev/179/head -> origin/gh/IvanKobzarev/179/head 2025-12-04T08:43:42.6447468Z * [new branch] gh/IvanKobzarev/179/orig -> origin/gh/IvanKobzarev/179/orig 2025-12-04T08:43:42.6449389Z * [new branch] gh/IvanKobzarev/180/base -> origin/gh/IvanKobzarev/180/base 2025-12-04T08:43:42.6450433Z * [new branch] gh/IvanKobzarev/180/head -> origin/gh/IvanKobzarev/180/head 2025-12-04T08:43:42.6451591Z * [new branch] gh/IvanKobzarev/180/orig -> origin/gh/IvanKobzarev/180/orig 2025-12-04T08:43:42.6453343Z * [new branch] gh/IvanKobzarev/181/base -> origin/gh/IvanKobzarev/181/base 2025-12-04T08:43:42.6454443Z * [new branch] gh/IvanKobzarev/181/head -> origin/gh/IvanKobzarev/181/head 2025-12-04T08:43:42.6455563Z * [new branch] gh/IvanKobzarev/181/orig -> origin/gh/IvanKobzarev/181/orig 2025-12-04T08:43:42.6457359Z * [new branch] gh/IvanKobzarev/182/base -> origin/gh/IvanKobzarev/182/base 2025-12-04T08:43:42.6458369Z * [new branch] gh/IvanKobzarev/182/head -> origin/gh/IvanKobzarev/182/head 2025-12-04T08:43:42.6459481Z * [new branch] gh/IvanKobzarev/182/orig -> origin/gh/IvanKobzarev/182/orig 2025-12-04T08:43:42.6461207Z * [new branch] gh/IvanKobzarev/183/base -> origin/gh/IvanKobzarev/183/base 2025-12-04T08:43:42.6462293Z * [new branch] gh/IvanKobzarev/183/head -> origin/gh/IvanKobzarev/183/head 2025-12-04T08:43:42.6463399Z * [new branch] gh/IvanKobzarev/183/orig -> origin/gh/IvanKobzarev/183/orig 2025-12-04T08:43:42.6465109Z * [new branch] gh/IvanKobzarev/184/base -> origin/gh/IvanKobzarev/184/base 2025-12-04T08:43:42.6466158Z * [new branch] gh/IvanKobzarev/184/head -> origin/gh/IvanKobzarev/184/head 2025-12-04T08:43:42.6467284Z * [new branch] gh/IvanKobzarev/184/orig -> origin/gh/IvanKobzarev/184/orig 2025-12-04T08:43:42.6469193Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-12-04T08:43:42.6470341Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-12-04T08:43:42.6472003Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-12-04T08:43:42.6473031Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-12-04T08:43:42.6474800Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-12-04T08:43:42.6475882Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-12-04T08:43:42.6477441Z * [new branch] gh/NikhilAPatel/5/base -> origin/gh/NikhilAPatel/5/base 2025-12-04T08:43:42.6478497Z * [new branch] gh/NikhilAPatel/5/head -> origin/gh/NikhilAPatel/5/head 2025-12-04T08:43:42.6479625Z * [new branch] gh/NikhilAPatel/5/orig -> origin/gh/NikhilAPatel/5/orig 2025-12-04T08:43:42.6481497Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-12-04T08:43:42.6482499Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-12-04T08:43:42.6483808Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-12-04T08:43:42.6485290Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-12-04T08:43:42.6486299Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-12-04T08:43:42.6487454Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-12-04T08:43:42.6489054Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-12-04T08:43:42.6490182Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-12-04T08:43:42.6491178Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-12-04T08:43:42.6492725Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-12-04T08:43:42.6493761Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-12-04T08:43:42.6495028Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-12-04T08:43:42.6496321Z * [new branch] gh/PaliC/23/base -> origin/gh/PaliC/23/base 2025-12-04T08:43:42.6497365Z * [new branch] gh/PaliC/23/head -> origin/gh/PaliC/23/head 2025-12-04T08:43:42.6498473Z * [new branch] gh/PaliC/23/orig -> origin/gh/PaliC/23/orig 2025-12-04T08:43:42.6500065Z * [new branch] gh/PaliC/24/base -> origin/gh/PaliC/24/base 2025-12-04T08:43:42.6501072Z * [new branch] gh/PaliC/24/head -> origin/gh/PaliC/24/head 2025-12-04T08:43:42.6502173Z * [new branch] gh/PaliC/24/orig -> origin/gh/PaliC/24/orig 2025-12-04T08:43:42.6503780Z * [new branch] gh/PaliC/25/head -> origin/gh/PaliC/25/head 2025-12-04T08:43:42.6504749Z * [new branch] gh/PaliC/25/next -> origin/gh/PaliC/25/next 2025-12-04T08:43:42.6505970Z * [new branch] gh/PaliC/25/orig -> origin/gh/PaliC/25/orig 2025-12-04T08:43:42.6507462Z * [new branch] gh/PaliC/26/head -> origin/gh/PaliC/26/head 2025-12-04T08:43:42.6508339Z * [new branch] gh/PaliC/26/next -> origin/gh/PaliC/26/next 2025-12-04T08:43:42.6509563Z * [new branch] gh/PaliC/26/orig -> origin/gh/PaliC/26/orig 2025-12-04T08:43:42.6511024Z * [new branch] gh/PaliC/27/next -> origin/gh/PaliC/27/next 2025-12-04T08:43:42.6512514Z * [new branch] gh/PaliC/28/head -> origin/gh/PaliC/28/head 2025-12-04T08:43:42.6513427Z * [new branch] gh/PaliC/28/next -> origin/gh/PaliC/28/next 2025-12-04T08:43:42.6514487Z * [new branch] gh/PaliC/28/orig -> origin/gh/PaliC/28/orig 2025-12-04T08:43:42.6516091Z * [new branch] gh/PaliC/29/head -> origin/gh/PaliC/29/head 2025-12-04T08:43:42.6516978Z * [new branch] gh/PaliC/29/next -> origin/gh/PaliC/29/next 2025-12-04T08:43:42.6518092Z * [new branch] gh/PaliC/29/orig -> origin/gh/PaliC/29/orig 2025-12-04T08:43:42.6519646Z * [new branch] gh/PaliC/30/head -> origin/gh/PaliC/30/head 2025-12-04T08:43:42.6520539Z * [new branch] gh/PaliC/30/next -> origin/gh/PaliC/30/next 2025-12-04T08:43:42.6521634Z * [new branch] gh/PaliC/30/orig -> origin/gh/PaliC/30/orig 2025-12-04T08:43:42.6523303Z * [new branch] gh/PaliC/31/head -> origin/gh/PaliC/31/head 2025-12-04T08:43:42.6524244Z * [new branch] gh/PaliC/31/next -> origin/gh/PaliC/31/next 2025-12-04T08:43:42.6525342Z * [new branch] gh/PaliC/31/orig -> origin/gh/PaliC/31/orig 2025-12-04T08:43:42.6527578Z * [new branch] gh/PaulZhang12/25/base -> origin/gh/PaulZhang12/25/base 2025-12-04T08:43:42.6528689Z * [new branch] gh/PaulZhang12/25/head -> origin/gh/PaulZhang12/25/head 2025-12-04T08:43:42.6529967Z * [new branch] gh/PaulZhang12/25/orig -> origin/gh/PaulZhang12/25/orig 2025-12-04T08:43:42.6531478Z * [new branch] gh/PaulZhang12/28/base -> origin/gh/PaulZhang12/28/base 2025-12-04T08:43:42.6532589Z * [new branch] gh/PaulZhang12/28/head -> origin/gh/PaulZhang12/28/head 2025-12-04T08:43:42.6533710Z * [new branch] gh/PaulZhang12/28/orig -> origin/gh/PaulZhang12/28/orig 2025-12-04T08:43:42.6535459Z * [new branch] gh/PaulZhang12/31/base -> origin/gh/PaulZhang12/31/base 2025-12-04T08:43:42.6536473Z * [new branch] gh/PaulZhang12/31/head -> origin/gh/PaulZhang12/31/head 2025-12-04T08:43:42.6537792Z * [new branch] gh/PaulZhang12/31/orig -> origin/gh/PaulZhang12/31/orig 2025-12-04T08:43:42.6540697Z * [new branch] gh/PaulZhang12/37/base -> origin/gh/PaulZhang12/37/base 2025-12-04T08:43:42.6541364Z * [new branch] gh/PaulZhang12/37/head -> origin/gh/PaulZhang12/37/head 2025-12-04T08:43:42.6542036Z * [new branch] gh/PaulZhang12/37/orig -> origin/gh/PaulZhang12/37/orig 2025-12-04T08:43:42.6542784Z * [new branch] gh/PaulZhang12/40/base -> origin/gh/PaulZhang12/40/base 2025-12-04T08:43:42.6544091Z * [new branch] gh/PaulZhang12/40/head -> origin/gh/PaulZhang12/40/head 2025-12-04T08:43:42.6545115Z * [new branch] gh/PaulZhang12/40/orig -> origin/gh/PaulZhang12/40/orig 2025-12-04T08:43:42.6546694Z * [new branch] gh/PaulZhang12/42/base -> origin/gh/PaulZhang12/42/base 2025-12-04T08:43:42.6547730Z * [new branch] gh/PaulZhang12/42/head -> origin/gh/PaulZhang12/42/head 2025-12-04T08:43:42.6549283Z * [new branch] gh/PaulZhang12/43/base -> origin/gh/PaulZhang12/43/base 2025-12-04T08:43:42.6550366Z * [new branch] gh/PaulZhang12/43/head -> origin/gh/PaulZhang12/43/head 2025-12-04T08:43:42.6551466Z * [new branch] gh/PaulZhang12/43/orig -> origin/gh/PaulZhang12/43/orig 2025-12-04T08:43:42.6552867Z * [new branch] gh/PaulZhang12/44/base -> origin/gh/PaulZhang12/44/base 2025-12-04T08:43:42.6553910Z * [new branch] gh/PaulZhang12/44/head -> origin/gh/PaulZhang12/44/head 2025-12-04T08:43:42.6555562Z * [new branch] gh/PaulZhang12/45/base -> origin/gh/PaulZhang12/45/base 2025-12-04T08:43:42.6556544Z * [new branch] gh/PaulZhang12/45/head -> origin/gh/PaulZhang12/45/head 2025-12-04T08:43:42.6557622Z * [new branch] gh/PaulZhang12/45/orig -> origin/gh/PaulZhang12/45/orig 2025-12-04T08:43:42.6559258Z * [new branch] gh/PaulZhang12/46/base -> origin/gh/PaulZhang12/46/base 2025-12-04T08:43:42.6560362Z * [new branch] gh/PaulZhang12/46/head -> origin/gh/PaulZhang12/46/head 2025-12-04T08:43:42.6561425Z * [new branch] gh/PaulZhang12/46/orig -> origin/gh/PaulZhang12/46/orig 2025-12-04T08:43:42.6563008Z * [new branch] gh/PaulZhang12/47/base -> origin/gh/PaulZhang12/47/base 2025-12-04T08:43:42.6564236Z * [new branch] gh/PaulZhang12/47/head -> origin/gh/PaulZhang12/47/head 2025-12-04T08:43:42.6565351Z * [new branch] gh/PaulZhang12/47/orig -> origin/gh/PaulZhang12/47/orig 2025-12-04T08:43:42.6566762Z * [new branch] gh/PaulZhang12/48/base -> origin/gh/PaulZhang12/48/base 2025-12-04T08:43:42.6567805Z * [new branch] gh/PaulZhang12/48/head -> origin/gh/PaulZhang12/48/head 2025-12-04T08:43:42.6568902Z * [new branch] gh/PaulZhang12/48/orig -> origin/gh/PaulZhang12/48/orig 2025-12-04T08:43:42.6570965Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-12-04T08:43:42.6572322Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-12-04T08:43:42.6574235Z * [new branch] gh/SherlockNoMad/1/base -> origin/gh/SherlockNoMad/1/base 2025-12-04T08:43:42.6575327Z * [new branch] gh/SherlockNoMad/1/head -> origin/gh/SherlockNoMad/1/head 2025-12-04T08:43:42.6576951Z * [new branch] gh/SherlockNoMad/10/base -> origin/gh/SherlockNoMad/10/base 2025-12-04T08:43:42.6578086Z * [new branch] gh/SherlockNoMad/10/head -> origin/gh/SherlockNoMad/10/head 2025-12-04T08:43:42.6579236Z * [new branch] gh/SherlockNoMad/10/orig -> origin/gh/SherlockNoMad/10/orig 2025-12-04T08:43:42.6580666Z * [new branch] gh/SherlockNoMad/11/base -> origin/gh/SherlockNoMad/11/base 2025-12-04T08:43:42.6581720Z * [new branch] gh/SherlockNoMad/11/head -> origin/gh/SherlockNoMad/11/head 2025-12-04T08:43:42.6582850Z * [new branch] gh/SherlockNoMad/11/orig -> origin/gh/SherlockNoMad/11/orig 2025-12-04T08:43:42.6584490Z * [new branch] gh/SherlockNoMad/12/base -> origin/gh/SherlockNoMad/12/base 2025-12-04T08:43:42.6585352Z * [new branch] gh/SherlockNoMad/12/head -> origin/gh/SherlockNoMad/12/head 2025-12-04T08:43:42.6586455Z * [new branch] gh/SherlockNoMad/12/orig -> origin/gh/SherlockNoMad/12/orig 2025-12-04T08:43:42.6588058Z * [new branch] gh/SherlockNoMad/15/base -> origin/gh/SherlockNoMad/15/base 2025-12-04T08:43:42.6589123Z * [new branch] gh/SherlockNoMad/15/head -> origin/gh/SherlockNoMad/15/head 2025-12-04T08:43:42.6590188Z * [new branch] gh/SherlockNoMad/15/orig -> origin/gh/SherlockNoMad/15/orig 2025-12-04T08:43:42.6591745Z * [new branch] gh/SherlockNoMad/17/base -> origin/gh/SherlockNoMad/17/base 2025-12-04T08:43:42.6592918Z * [new branch] gh/SherlockNoMad/17/head -> origin/gh/SherlockNoMad/17/head 2025-12-04T08:43:42.6593881Z * [new branch] gh/SherlockNoMad/17/orig -> origin/gh/SherlockNoMad/17/orig 2025-12-04T08:43:42.6595572Z * [new branch] gh/SherlockNoMad/18/base -> origin/gh/SherlockNoMad/18/base 2025-12-04T08:43:42.6596645Z * [new branch] gh/SherlockNoMad/18/head -> origin/gh/SherlockNoMad/18/head 2025-12-04T08:43:42.6597749Z * [new branch] gh/SherlockNoMad/18/orig -> origin/gh/SherlockNoMad/18/orig 2025-12-04T08:43:42.6599177Z * [new branch] gh/SherlockNoMad/19/base -> origin/gh/SherlockNoMad/19/base 2025-12-04T08:43:42.6600278Z * [new branch] gh/SherlockNoMad/19/head -> origin/gh/SherlockNoMad/19/head 2025-12-04T08:43:42.6601456Z * [new branch] gh/SherlockNoMad/19/orig -> origin/gh/SherlockNoMad/19/orig 2025-12-04T08:43:42.6602883Z * [new branch] gh/SherlockNoMad/2/base -> origin/gh/SherlockNoMad/2/base 2025-12-04T08:43:42.6603918Z * [new branch] gh/SherlockNoMad/2/head -> origin/gh/SherlockNoMad/2/head 2025-12-04T08:43:42.6605353Z * [new branch] gh/SherlockNoMad/20/base -> origin/gh/SherlockNoMad/20/base 2025-12-04T08:43:42.6606460Z * [new branch] gh/SherlockNoMad/20/head -> origin/gh/SherlockNoMad/20/head 2025-12-04T08:43:42.6607536Z * [new branch] gh/SherlockNoMad/20/orig -> origin/gh/SherlockNoMad/20/orig 2025-12-04T08:43:42.6609253Z * [new branch] gh/SherlockNoMad/21/base -> origin/gh/SherlockNoMad/21/base 2025-12-04T08:43:42.6610390Z * [new branch] gh/SherlockNoMad/21/head -> origin/gh/SherlockNoMad/21/head 2025-12-04T08:43:42.6611443Z * [new branch] gh/SherlockNoMad/21/orig -> origin/gh/SherlockNoMad/21/orig 2025-12-04T08:43:42.6612864Z * [new branch] gh/SherlockNoMad/3/base -> origin/gh/SherlockNoMad/3/base 2025-12-04T08:43:42.6613855Z * [new branch] gh/SherlockNoMad/3/head -> origin/gh/SherlockNoMad/3/head 2025-12-04T08:43:42.6615310Z * [new branch] gh/SherlockNoMad/4/base -> origin/gh/SherlockNoMad/4/base 2025-12-04T08:43:42.6616377Z * [new branch] gh/SherlockNoMad/4/head -> origin/gh/SherlockNoMad/4/head 2025-12-04T08:43:42.6617718Z * [new branch] gh/SherlockNoMad/5/base -> origin/gh/SherlockNoMad/5/base 2025-12-04T08:43:42.6618721Z * [new branch] gh/SherlockNoMad/5/head -> origin/gh/SherlockNoMad/5/head 2025-12-04T08:43:42.6620967Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-12-04T08:43:42.6622358Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-12-04T08:43:42.6623793Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-12-04T08:43:42.6625341Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-12-04T08:43:42.6627177Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-12-04T08:43:42.6628268Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-12-04T08:43:42.6629731Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-12-04T08:43:42.6630796Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-12-04T08:43:42.6632244Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-12-04T08:43:42.6633255Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-12-04T08:43:42.6634762Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-12-04T08:43:42.6635813Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-12-04T08:43:42.6636932Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-12-04T08:43:42.6638881Z * [new branch] gh/XilunWu/160/base -> origin/gh/XilunWu/160/base 2025-12-04T08:43:42.6639923Z * [new branch] gh/XilunWu/160/head -> origin/gh/XilunWu/160/head 2025-12-04T08:43:42.6641122Z * [new branch] gh/XilunWu/160/orig -> origin/gh/XilunWu/160/orig 2025-12-04T08:43:42.6642644Z * [new branch] gh/XilunWu/163/base -> origin/gh/XilunWu/163/base 2025-12-04T08:43:42.6643939Z * [new branch] gh/XilunWu/163/head -> origin/gh/XilunWu/163/head 2025-12-04T08:43:42.6644956Z * [new branch] gh/XilunWu/163/orig -> origin/gh/XilunWu/163/orig 2025-12-04T08:43:42.6646660Z * [new branch] gh/XilunWu/168/base -> origin/gh/XilunWu/168/base 2025-12-04T08:43:42.6647638Z * [new branch] gh/XilunWu/168/head -> origin/gh/XilunWu/168/head 2025-12-04T08:43:42.6648692Z * [new branch] gh/XilunWu/168/orig -> origin/gh/XilunWu/168/orig 2025-12-04T08:43:42.6650281Z * [new branch] gh/XilunWu/169/base -> origin/gh/XilunWu/169/base 2025-12-04T08:43:42.6651337Z * [new branch] gh/XilunWu/169/head -> origin/gh/XilunWu/169/head 2025-12-04T08:43:42.6652423Z * [new branch] gh/XilunWu/169/orig -> origin/gh/XilunWu/169/orig 2025-12-04T08:43:42.6653862Z * [new branch] gh/XilunWu/170/base -> origin/gh/XilunWu/170/base 2025-12-04T08:43:42.6654986Z * [new branch] gh/XilunWu/170/head -> origin/gh/XilunWu/170/head 2025-12-04T08:43:42.6656022Z * [new branch] gh/XilunWu/170/orig -> origin/gh/XilunWu/170/orig 2025-12-04T08:43:42.6657681Z * [new branch] gh/XilunWu/171/base -> origin/gh/XilunWu/171/base 2025-12-04T08:43:42.6658725Z * [new branch] gh/XilunWu/171/head -> origin/gh/XilunWu/171/head 2025-12-04T08:43:42.6659859Z * [new branch] gh/XilunWu/171/orig -> origin/gh/XilunWu/171/orig 2025-12-04T08:43:42.6661285Z * [new branch] gh/XilunWu/173/base -> origin/gh/XilunWu/173/base 2025-12-04T08:43:42.6662453Z * [new branch] gh/XilunWu/173/head -> origin/gh/XilunWu/173/head 2025-12-04T08:43:42.6663514Z * [new branch] gh/XilunWu/173/orig -> origin/gh/XilunWu/173/orig 2025-12-04T08:43:42.6665144Z * [new branch] gh/XilunWu/175/base -> origin/gh/XilunWu/175/base 2025-12-04T08:43:42.6666250Z * [new branch] gh/XilunWu/175/head -> origin/gh/XilunWu/175/head 2025-12-04T08:43:42.6667320Z * [new branch] gh/XilunWu/175/orig -> origin/gh/XilunWu/175/orig 2025-12-04T08:43:42.6668914Z * [new branch] gh/XilunWu/176/base -> origin/gh/XilunWu/176/base 2025-12-04T08:43:42.6670017Z * [new branch] gh/XilunWu/176/head -> origin/gh/XilunWu/176/head 2025-12-04T08:43:42.6671568Z * [new branch] gh/XilunWu/176/orig -> origin/gh/XilunWu/176/orig 2025-12-04T08:43:42.6673544Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-12-04T08:43:42.6674498Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-12-04T08:43:42.6675626Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-12-04T08:43:42.6677232Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-12-04T08:43:42.6678346Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-12-04T08:43:42.6679564Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-12-04T08:43:42.6681051Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-12-04T08:43:42.6682061Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-12-04T08:43:42.6683432Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-12-04T08:43:42.6685072Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-12-04T08:43:42.6686128Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-12-04T08:43:42.6687261Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-12-04T08:43:42.6688863Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-12-04T08:43:42.6689915Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-12-04T08:43:42.6691033Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-12-04T08:43:42.6692508Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-12-04T08:43:42.6693543Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-12-04T08:43:42.6694625Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-12-04T08:43:42.6696151Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-12-04T08:43:42.6697191Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-12-04T08:43:42.6698299Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-12-04T08:43:42.6699813Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-12-04T08:43:42.6700819Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-12-04T08:43:42.6701909Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-12-04T08:43:42.6703651Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-12-04T08:43:42.6704746Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-12-04T08:43:42.6705858Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-12-04T08:43:42.6707370Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-12-04T08:43:42.6708370Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-12-04T08:43:42.6709434Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-12-04T08:43:42.6710939Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-12-04T08:43:42.6711958Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-12-04T08:43:42.6713035Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-12-04T08:43:42.6714628Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-12-04T08:43:42.6715655Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-12-04T08:43:42.6717034Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-12-04T08:43:42.6718504Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-12-04T08:43:42.6719524Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-12-04T08:43:42.6721064Z * [new branch] gh/XuehaiPan/370/base -> origin/gh/XuehaiPan/370/base 2025-12-04T08:43:42.6722475Z * [new branch] gh/XuehaiPan/370/head -> origin/gh/XuehaiPan/370/head 2025-12-04T08:43:42.6723562Z * [new branch] gh/XuehaiPan/370/orig -> origin/gh/XuehaiPan/370/orig 2025-12-04T08:43:42.6725185Z * [new branch] gh/XuehaiPan/390/base -> origin/gh/XuehaiPan/390/base 2025-12-04T08:43:42.6726260Z * [new branch] gh/XuehaiPan/390/head -> origin/gh/XuehaiPan/390/head 2025-12-04T08:43:42.6727354Z * [new branch] gh/XuehaiPan/390/orig -> origin/gh/XuehaiPan/390/orig 2025-12-04T08:43:42.6728886Z * [new branch] gh/XuehaiPan/391/base -> origin/gh/XuehaiPan/391/base 2025-12-04T08:43:42.6729904Z * [new branch] gh/XuehaiPan/391/head -> origin/gh/XuehaiPan/391/head 2025-12-04T08:43:42.6730996Z * [new branch] gh/XuehaiPan/391/orig -> origin/gh/XuehaiPan/391/orig 2025-12-04T08:43:42.6732501Z * [new branch] gh/XuehaiPan/392/base -> origin/gh/XuehaiPan/392/base 2025-12-04T08:43:42.6733617Z * [new branch] gh/XuehaiPan/392/head -> origin/gh/XuehaiPan/392/head 2025-12-04T08:43:42.6734752Z * [new branch] gh/XuehaiPan/392/orig -> origin/gh/XuehaiPan/392/orig 2025-12-04T08:43:42.6736678Z * [new branch] gh/XuehaiPan/394/base -> origin/gh/XuehaiPan/394/base 2025-12-04T08:43:42.6737738Z * [new branch] gh/XuehaiPan/394/head -> origin/gh/XuehaiPan/394/head 2025-12-04T08:43:42.6738856Z * [new branch] gh/XuehaiPan/394/orig -> origin/gh/XuehaiPan/394/orig 2025-12-04T08:43:42.6740422Z * [new branch] gh/XuehaiPan/397/base -> origin/gh/XuehaiPan/397/base 2025-12-04T08:43:42.6741534Z * [new branch] gh/XuehaiPan/397/head -> origin/gh/XuehaiPan/397/head 2025-12-04T08:43:42.6742643Z * [new branch] gh/XuehaiPan/397/orig -> origin/gh/XuehaiPan/397/orig 2025-12-04T08:43:42.6744263Z * [new branch] gh/XuehaiPan/398/base -> origin/gh/XuehaiPan/398/base 2025-12-04T08:43:42.6745282Z * [new branch] gh/XuehaiPan/398/head -> origin/gh/XuehaiPan/398/head 2025-12-04T08:43:42.6746365Z * [new branch] gh/XuehaiPan/398/orig -> origin/gh/XuehaiPan/398/orig 2025-12-04T08:43:42.6747891Z * [new branch] gh/XuehaiPan/399/base -> origin/gh/XuehaiPan/399/base 2025-12-04T08:43:42.6749139Z * [new branch] gh/XuehaiPan/399/head -> origin/gh/XuehaiPan/399/head 2025-12-04T08:43:42.6750208Z * [new branch] gh/XuehaiPan/399/orig -> origin/gh/XuehaiPan/399/orig 2025-12-04T08:43:42.6751796Z * [new branch] gh/XuehaiPan/400/base -> origin/gh/XuehaiPan/400/base 2025-12-04T08:43:42.6752845Z * [new branch] gh/XuehaiPan/400/head -> origin/gh/XuehaiPan/400/head 2025-12-04T08:43:42.6753913Z * [new branch] gh/XuehaiPan/400/orig -> origin/gh/XuehaiPan/400/orig 2025-12-04T08:43:42.6755752Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-12-04T08:43:42.6756756Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-12-04T08:43:42.6757898Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-12-04T08:43:42.6759431Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-12-04T08:43:42.6760474Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-12-04T08:43:42.6762071Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-12-04T08:43:42.6763022Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-12-04T08:43:42.6764768Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-12-04T08:43:42.6765803Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-12-04T08:43:42.6767335Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-12-04T08:43:42.6768377Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-12-04T08:43:42.6769954Z * [new branch] gh/ZhiweiYan-96/66/base -> origin/gh/ZhiweiYan-96/66/base 2025-12-04T08:43:42.6771051Z * [new branch] gh/ZhiweiYan-96/66/head -> origin/gh/ZhiweiYan-96/66/head 2025-12-04T08:43:42.6772699Z * [new branch] gh/ZhiweiYan-96/67/base -> origin/gh/ZhiweiYan-96/67/base 2025-12-04T08:43:42.6773635Z * [new branch] gh/ZhiweiYan-96/67/head -> origin/gh/ZhiweiYan-96/67/head 2025-12-04T08:43:42.6775071Z * [new branch] gh/ZhiweiYan-96/68/base -> origin/gh/ZhiweiYan-96/68/base 2025-12-04T08:43:42.6776034Z * [new branch] gh/ZhiweiYan-96/68/head -> origin/gh/ZhiweiYan-96/68/head 2025-12-04T08:43:42.6777327Z * [new branch] gh/ZhiweiYan-96/68/orig -> origin/gh/ZhiweiYan-96/68/orig 2025-12-04T08:43:42.6779071Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-12-04T08:43:42.6780164Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-12-04T08:43:42.6781560Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-12-04T08:43:42.6782869Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-12-04T08:43:42.6784323Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-12-04T08:43:42.6785276Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-12-04T08:43:42.6786720Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-12-04T08:43:42.6788331Z * [new branch] gh/albanD/4/base -> origin/gh/albanD/4/base 2025-12-04T08:43:42.6789369Z * [new branch] gh/albanD/4/head -> origin/gh/albanD/4/head 2025-12-04T08:43:42.6790654Z * [new branch] gh/albanD/4/orig -> origin/gh/albanD/4/orig 2025-12-04T08:43:42.6792492Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-12-04T08:43:42.6794052Z * [new branch] gh/alexsamardzic/12/base -> origin/gh/alexsamardzic/12/base 2025-12-04T08:43:42.6795118Z * [new branch] gh/alexsamardzic/12/head -> origin/gh/alexsamardzic/12/head 2025-12-04T08:43:42.6796250Z * [new branch] gh/alexsamardzic/12/orig -> origin/gh/alexsamardzic/12/orig 2025-12-04T08:43:42.6797825Z * [new branch] gh/alexsamardzic/14/base -> origin/gh/alexsamardzic/14/base 2025-12-04T08:43:42.6798839Z * [new branch] gh/alexsamardzic/14/head -> origin/gh/alexsamardzic/14/head 2025-12-04T08:43:42.6799958Z * [new branch] gh/alexsamardzic/14/orig -> origin/gh/alexsamardzic/14/orig 2025-12-04T08:43:42.6801512Z * [new branch] gh/alexsamardzic/15/base -> origin/gh/alexsamardzic/15/base 2025-12-04T08:43:42.6802534Z * [new branch] gh/alexsamardzic/15/head -> origin/gh/alexsamardzic/15/head 2025-12-04T08:43:42.6803742Z * [new branch] gh/alexsamardzic/15/orig -> origin/gh/alexsamardzic/15/orig 2025-12-04T08:43:42.6805683Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-12-04T08:43:42.6806795Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-12-04T08:43:42.6807791Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-12-04T08:43:42.6809818Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-12-04T08:43:42.6810935Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-12-04T08:43:42.6812257Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-12-04T08:43:42.6813808Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-12-04T08:43:42.6814958Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-12-04T08:43:42.6816223Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-12-04T08:43:42.6818168Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-12-04T08:43:42.6819484Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-12-04T08:43:42.6820974Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-12-04T08:43:42.6822314Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-12-04T08:43:42.6823826Z * [new branch] gh/andyanwang/39/base -> origin/gh/andyanwang/39/base 2025-12-04T08:43:42.6824926Z * [new branch] gh/andyanwang/39/head -> origin/gh/andyanwang/39/head 2025-12-04T08:43:42.6826189Z * [new branch] gh/andyanwang/39/orig -> origin/gh/andyanwang/39/orig 2025-12-04T08:43:42.6827877Z * [new branch] gh/andyanwang/42/base -> origin/gh/andyanwang/42/base 2025-12-04T08:43:42.6828888Z * [new branch] gh/andyanwang/42/head -> origin/gh/andyanwang/42/head 2025-12-04T08:43:42.6830013Z * [new branch] gh/andyanwang/42/orig -> origin/gh/andyanwang/42/orig 2025-12-04T08:43:42.6831707Z * [new branch] gh/andyanwang/45/base -> origin/gh/andyanwang/45/base 2025-12-04T08:43:42.6832789Z * [new branch] gh/andyanwang/45/head -> origin/gh/andyanwang/45/head 2025-12-04T08:43:42.6834068Z * [new branch] gh/andyanwang/45/orig -> origin/gh/andyanwang/45/orig 2025-12-04T08:43:42.6835782Z * [new branch] gh/angelayi/107/base -> origin/gh/angelayi/107/base 2025-12-04T08:43:42.6836781Z * [new branch] gh/angelayi/107/head -> origin/gh/angelayi/107/head 2025-12-04T08:43:42.6838362Z * [new branch] gh/angelayi/114/base -> origin/gh/angelayi/114/base 2025-12-04T08:43:42.6839604Z * [new branch] gh/angelayi/114/head -> origin/gh/angelayi/114/head 2025-12-04T08:43:42.6840639Z * [new branch] gh/angelayi/114/orig -> origin/gh/angelayi/114/orig 2025-12-04T08:43:42.6842192Z * [new branch] gh/angelayi/116/base -> origin/gh/angelayi/116/base 2025-12-04T08:43:42.6843528Z * [new branch] gh/angelayi/116/head -> origin/gh/angelayi/116/head 2025-12-04T08:43:42.6844524Z * [new branch] gh/angelayi/116/orig -> origin/gh/angelayi/116/orig 2025-12-04T08:43:42.6846174Z * [new branch] gh/angelayi/122/base -> origin/gh/angelayi/122/base 2025-12-04T08:43:42.6847181Z * [new branch] gh/angelayi/122/head -> origin/gh/angelayi/122/head 2025-12-04T08:43:42.6848420Z * [new branch] gh/angelayi/122/orig -> origin/gh/angelayi/122/orig 2025-12-04T08:43:42.6850023Z * [new branch] gh/angelayi/124/base -> origin/gh/angelayi/124/base 2025-12-04T08:43:42.6851049Z * [new branch] gh/angelayi/124/head -> origin/gh/angelayi/124/head 2025-12-04T08:43:42.6852204Z * [new branch] gh/angelayi/124/orig -> origin/gh/angelayi/124/orig 2025-12-04T08:43:42.6853866Z * [new branch] gh/angelayi/128/base -> origin/gh/angelayi/128/base 2025-12-04T08:43:42.6854815Z * [new branch] gh/angelayi/128/head -> origin/gh/angelayi/128/head 2025-12-04T08:43:42.6855957Z * [new branch] gh/angelayi/128/orig -> origin/gh/angelayi/128/orig 2025-12-04T08:43:42.6857469Z * [new branch] gh/angelayi/131/base -> origin/gh/angelayi/131/base 2025-12-04T08:43:42.6858480Z * [new branch] gh/angelayi/131/head -> origin/gh/angelayi/131/head 2025-12-04T08:43:42.6859549Z * [new branch] gh/angelayi/131/orig -> origin/gh/angelayi/131/orig 2025-12-04T08:43:42.6861340Z * [new branch] gh/angelayi/132/base -> origin/gh/angelayi/132/base 2025-12-04T08:43:42.6862640Z * [new branch] gh/angelayi/132/head -> origin/gh/angelayi/132/head 2025-12-04T08:43:42.6863960Z * [new branch] gh/angelayi/132/orig -> origin/gh/angelayi/132/orig 2025-12-04T08:43:42.6865369Z * [new branch] gh/angelayi/133/base -> origin/gh/angelayi/133/base 2025-12-04T08:43:42.6866503Z * [new branch] gh/angelayi/133/head -> origin/gh/angelayi/133/head 2025-12-04T08:43:42.6867644Z * [new branch] gh/angelayi/133/orig -> origin/gh/angelayi/133/orig 2025-12-04T08:43:42.6869476Z * [new branch] gh/angelayi/134/base -> origin/gh/angelayi/134/base 2025-12-04T08:43:42.6870854Z * [new branch] gh/angelayi/134/head -> origin/gh/angelayi/134/head 2025-12-04T08:43:42.6873477Z * [new branch] gh/angelayi/134/orig -> origin/gh/angelayi/134/orig 2025-12-04T08:43:42.6875170Z * [new branch] gh/angelayi/135/base -> origin/gh/angelayi/135/base 2025-12-04T08:43:42.6876281Z * [new branch] gh/angelayi/135/head -> origin/gh/angelayi/135/head 2025-12-04T08:43:42.6877404Z * [new branch] gh/angelayi/135/orig -> origin/gh/angelayi/135/orig 2025-12-04T08:43:42.6878936Z * [new branch] gh/angelayi/136/base -> origin/gh/angelayi/136/base 2025-12-04T08:43:42.6879981Z * [new branch] gh/angelayi/136/head -> origin/gh/angelayi/136/head 2025-12-04T08:43:42.6881263Z * [new branch] gh/angelayi/136/orig -> origin/gh/angelayi/136/orig 2025-12-04T08:43:42.6882778Z * [new branch] gh/angelayi/137/base -> origin/gh/angelayi/137/base 2025-12-04T08:43:42.6883838Z * [new branch] gh/angelayi/137/head -> origin/gh/angelayi/137/head 2025-12-04T08:43:42.6885243Z * [new branch] gh/angelayi/137/orig -> origin/gh/angelayi/137/orig 2025-12-04T08:43:42.6886582Z * [new branch] gh/angelayi/138/base -> origin/gh/angelayi/138/base 2025-12-04T08:43:42.6887570Z * [new branch] gh/angelayi/138/head -> origin/gh/angelayi/138/head 2025-12-04T08:43:42.6888679Z * [new branch] gh/angelayi/138/orig -> origin/gh/angelayi/138/orig 2025-12-04T08:43:42.6890171Z * [new branch] gh/angelayi/139/base -> origin/gh/angelayi/139/base 2025-12-04T08:43:42.6891254Z * [new branch] gh/angelayi/139/head -> origin/gh/angelayi/139/head 2025-12-04T08:43:42.6892337Z * [new branch] gh/angelayi/139/orig -> origin/gh/angelayi/139/orig 2025-12-04T08:43:42.6893953Z * [new branch] gh/angelayi/140/base -> origin/gh/angelayi/140/base 2025-12-04T08:43:42.6895068Z * [new branch] gh/angelayi/140/head -> origin/gh/angelayi/140/head 2025-12-04T08:43:42.6896327Z * [new branch] gh/angelayi/140/orig -> origin/gh/angelayi/140/orig 2025-12-04T08:43:42.6898274Z * [new branch] gh/angelayi/141/base -> origin/gh/angelayi/141/base 2025-12-04T08:43:42.6899297Z * [new branch] gh/angelayi/141/head -> origin/gh/angelayi/141/head 2025-12-04T08:43:42.6900520Z * [new branch] gh/angelayi/141/orig -> origin/gh/angelayi/141/orig 2025-12-04T08:43:42.6902021Z * [new branch] gh/angelayi/142/base -> origin/gh/angelayi/142/base 2025-12-04T08:43:42.6903020Z * [new branch] gh/angelayi/142/head -> origin/gh/angelayi/142/head 2025-12-04T08:43:42.6904107Z * [new branch] gh/angelayi/142/orig -> origin/gh/angelayi/142/orig 2025-12-04T08:43:42.6905697Z * [new branch] gh/angelayi/143/base -> origin/gh/angelayi/143/base 2025-12-04T08:43:42.6906745Z * [new branch] gh/angelayi/143/head -> origin/gh/angelayi/143/head 2025-12-04T08:43:42.6907863Z * [new branch] gh/angelayi/143/orig -> origin/gh/angelayi/143/orig 2025-12-04T08:43:42.6909483Z * [new branch] gh/angelayi/144/base -> origin/gh/angelayi/144/base 2025-12-04T08:43:42.6910606Z * [new branch] gh/angelayi/144/head -> origin/gh/angelayi/144/head 2025-12-04T08:43:42.6911915Z * [new branch] gh/angelayi/144/orig -> origin/gh/angelayi/144/orig 2025-12-04T08:43:42.6913851Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-12-04T08:43:42.6914908Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-12-04T08:43:42.6916062Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-12-04T08:43:42.6917763Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-12-04T08:43:42.6918755Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-12-04T08:43:42.6919877Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-12-04T08:43:42.6921519Z * [new branch] gh/anijain2305/854/base -> origin/gh/anijain2305/854/base 2025-12-04T08:43:42.6922635Z * [new branch] gh/anijain2305/854/head -> origin/gh/anijain2305/854/head 2025-12-04T08:43:42.6924158Z * [new branch] gh/anijain2305/854/orig -> origin/gh/anijain2305/854/orig 2025-12-04T08:43:42.6925837Z * [new branch] gh/anijain2305/864/base -> origin/gh/anijain2305/864/base 2025-12-04T08:43:42.6926977Z * [new branch] gh/anijain2305/864/head -> origin/gh/anijain2305/864/head 2025-12-04T08:43:42.6928076Z * [new branch] gh/anijain2305/864/orig -> origin/gh/anijain2305/864/orig 2025-12-04T08:43:42.6929715Z * [new branch] gh/anijain2305/870/base -> origin/gh/anijain2305/870/base 2025-12-04T08:43:42.6930670Z * [new branch] gh/anijain2305/870/head -> origin/gh/anijain2305/870/head 2025-12-04T08:43:42.6931746Z * [new branch] gh/anijain2305/870/orig -> origin/gh/anijain2305/870/orig 2025-12-04T08:43:42.6933384Z * [new branch] gh/anijain2305/873/base -> origin/gh/anijain2305/873/base 2025-12-04T08:43:42.6934373Z * [new branch] gh/anijain2305/873/head -> origin/gh/anijain2305/873/head 2025-12-04T08:43:42.6935403Z * [new branch] gh/anijain2305/873/orig -> origin/gh/anijain2305/873/orig 2025-12-04T08:43:42.6937233Z * [new branch] gh/anijain2305/894/base -> origin/gh/anijain2305/894/base 2025-12-04T08:43:42.6938027Z * [new branch] gh/anijain2305/894/head -> origin/gh/anijain2305/894/head 2025-12-04T08:43:42.6939114Z * [new branch] gh/anijain2305/894/orig -> origin/gh/anijain2305/894/orig 2025-12-04T08:43:42.6940748Z * [new branch] gh/anijain2305/895/base -> origin/gh/anijain2305/895/base 2025-12-04T08:43:42.6942014Z * [new branch] gh/anijain2305/895/head -> origin/gh/anijain2305/895/head 2025-12-04T08:43:42.6943079Z * [new branch] gh/anijain2305/895/orig -> origin/gh/anijain2305/895/orig 2025-12-04T08:43:42.6944767Z * [new branch] gh/anijain2305/910/base -> origin/gh/anijain2305/910/base 2025-12-04T08:43:42.6945675Z * [new branch] gh/anijain2305/910/head -> origin/gh/anijain2305/910/head 2025-12-04T08:43:42.6946798Z * [new branch] gh/anijain2305/910/orig -> origin/gh/anijain2305/910/orig 2025-12-04T08:43:42.6948485Z * [new branch] gh/anijain2305/919/base -> origin/gh/anijain2305/919/base 2025-12-04T08:43:42.6949591Z * [new branch] gh/anijain2305/919/head -> origin/gh/anijain2305/919/head 2025-12-04T08:43:42.6950703Z * [new branch] gh/anijain2305/919/orig -> origin/gh/anijain2305/919/orig 2025-12-04T08:43:42.6952288Z * [new branch] gh/anijain2305/922/base -> origin/gh/anijain2305/922/base 2025-12-04T08:43:42.6953441Z * [new branch] gh/anijain2305/922/head -> origin/gh/anijain2305/922/head 2025-12-04T08:43:42.6954566Z * [new branch] gh/anijain2305/922/orig -> origin/gh/anijain2305/922/orig 2025-12-04T08:43:42.6956169Z * [new branch] gh/anijain2305/932/base -> origin/gh/anijain2305/932/base 2025-12-04T08:43:42.6957477Z * [new branch] gh/anijain2305/932/head -> origin/gh/anijain2305/932/head 2025-12-04T08:43:42.6958627Z * [new branch] gh/anijain2305/932/orig -> origin/gh/anijain2305/932/orig 2025-12-04T08:43:42.6960144Z * [new branch] gh/anijain2305/940/base -> origin/gh/anijain2305/940/base 2025-12-04T08:43:42.6961177Z * [new branch] gh/anijain2305/940/head -> origin/gh/anijain2305/940/head 2025-12-04T08:43:42.6962276Z * [new branch] gh/anijain2305/940/orig -> origin/gh/anijain2305/940/orig 2025-12-04T08:43:42.6963964Z * [new branch] gh/anijain2305/941/base -> origin/gh/anijain2305/941/base 2025-12-04T08:43:42.6965004Z * [new branch] gh/anijain2305/941/head -> origin/gh/anijain2305/941/head 2025-12-04T08:43:42.6966077Z * [new branch] gh/anijain2305/941/orig -> origin/gh/anijain2305/941/orig 2025-12-04T08:43:42.6967671Z * [new branch] gh/anijain2305/942/base -> origin/gh/anijain2305/942/base 2025-12-04T08:43:42.6968814Z * [new branch] gh/anijain2305/942/head -> origin/gh/anijain2305/942/head 2025-12-04T08:43:42.6970053Z * [new branch] gh/anijain2305/942/orig -> origin/gh/anijain2305/942/orig 2025-12-04T08:43:42.6971769Z * [new branch] gh/anijain2305/943/base -> origin/gh/anijain2305/943/base 2025-12-04T08:43:42.6972881Z * [new branch] gh/anijain2305/943/head -> origin/gh/anijain2305/943/head 2025-12-04T08:43:42.6974006Z * [new branch] gh/anijain2305/943/orig -> origin/gh/anijain2305/943/orig 2025-12-04T08:43:42.6976114Z * [new branch] gh/anijain2305/944/base -> origin/gh/anijain2305/944/base 2025-12-04T08:43:42.6977163Z * [new branch] gh/anijain2305/944/head -> origin/gh/anijain2305/944/head 2025-12-04T08:43:42.6978242Z * [new branch] gh/anijain2305/944/orig -> origin/gh/anijain2305/944/orig 2025-12-04T08:43:42.6980554Z * [new branch] gh/anijain2305/945/base -> origin/gh/anijain2305/945/base 2025-12-04T08:43:42.6981660Z * [new branch] gh/anijain2305/945/head -> origin/gh/anijain2305/945/head 2025-12-04T08:43:42.6982797Z * [new branch] gh/anijain2305/945/orig -> origin/gh/anijain2305/945/orig 2025-12-04T08:43:42.6984397Z * [new branch] gh/anijain2305/946/base -> origin/gh/anijain2305/946/base 2025-12-04T08:43:42.6985451Z * [new branch] gh/anijain2305/946/head -> origin/gh/anijain2305/946/head 2025-12-04T08:43:42.6986781Z * [new branch] gh/anijain2305/946/orig -> origin/gh/anijain2305/946/orig 2025-12-04T08:43:42.6988181Z * [new branch] gh/anijain2305/947/base -> origin/gh/anijain2305/947/base 2025-12-04T08:43:42.6989551Z * [new branch] gh/anijain2305/947/head -> origin/gh/anijain2305/947/head 2025-12-04T08:43:42.6990513Z * [new branch] gh/anijain2305/947/orig -> origin/gh/anijain2305/947/orig 2025-12-04T08:43:42.6992261Z * [new branch] gh/anijain2305/948/base -> origin/gh/anijain2305/948/base 2025-12-04T08:43:42.6993158Z * [new branch] gh/anijain2305/948/head -> origin/gh/anijain2305/948/head 2025-12-04T08:43:42.6994255Z * [new branch] gh/anijain2305/948/orig -> origin/gh/anijain2305/948/orig 2025-12-04T08:43:42.6995901Z * [new branch] gh/anijain2305/949/base -> origin/gh/anijain2305/949/base 2025-12-04T08:43:42.6996946Z * [new branch] gh/anijain2305/949/head -> origin/gh/anijain2305/949/head 2025-12-04T08:43:42.6998049Z * [new branch] gh/anijain2305/949/orig -> origin/gh/anijain2305/949/orig 2025-12-04T08:43:42.6999712Z * [new branch] gh/anijain2305/950/base -> origin/gh/anijain2305/950/base 2025-12-04T08:43:42.7000794Z * [new branch] gh/anijain2305/950/head -> origin/gh/anijain2305/950/head 2025-12-04T08:43:42.7001875Z * [new branch] gh/anijain2305/950/orig -> origin/gh/anijain2305/950/orig 2025-12-04T08:43:42.7003569Z * [new branch] gh/anijain2305/951/base -> origin/gh/anijain2305/951/base 2025-12-04T08:43:42.7004851Z * [new branch] gh/anijain2305/951/head -> origin/gh/anijain2305/951/head 2025-12-04T08:43:42.7005845Z * [new branch] gh/anijain2305/951/orig -> origin/gh/anijain2305/951/orig 2025-12-04T08:43:42.7007470Z * [new branch] gh/anijain2305/952/base -> origin/gh/anijain2305/952/base 2025-12-04T08:43:42.7008487Z * [new branch] gh/anijain2305/952/head -> origin/gh/anijain2305/952/head 2025-12-04T08:43:42.7009568Z * [new branch] gh/anijain2305/952/orig -> origin/gh/anijain2305/952/orig 2025-12-04T08:43:42.7011147Z * [new branch] gh/anijain2305/953/base -> origin/gh/anijain2305/953/base 2025-12-04T08:43:42.7012179Z * [new branch] gh/anijain2305/953/head -> origin/gh/anijain2305/953/head 2025-12-04T08:43:42.7013311Z * [new branch] gh/anijain2305/953/orig -> origin/gh/anijain2305/953/orig 2025-12-04T08:43:42.7014900Z * [new branch] gh/anijain2305/954/base -> origin/gh/anijain2305/954/base 2025-12-04T08:43:42.7015990Z * [new branch] gh/anijain2305/954/head -> origin/gh/anijain2305/954/head 2025-12-04T08:43:42.7017113Z * [new branch] gh/anijain2305/954/orig -> origin/gh/anijain2305/954/orig 2025-12-04T08:43:42.7018769Z * [new branch] gh/anijain2305/955/base -> origin/gh/anijain2305/955/base 2025-12-04T08:43:42.7020061Z * [new branch] gh/anijain2305/955/head -> origin/gh/anijain2305/955/head 2025-12-04T08:43:42.7021090Z * [new branch] gh/anijain2305/955/orig -> origin/gh/anijain2305/955/orig 2025-12-04T08:43:42.7022764Z * [new branch] gh/anijain2305/956/base -> origin/gh/anijain2305/956/base 2025-12-04T08:43:42.7023793Z * [new branch] gh/anijain2305/956/head -> origin/gh/anijain2305/956/head 2025-12-04T08:43:42.7024920Z * [new branch] gh/anijain2305/956/orig -> origin/gh/anijain2305/956/orig 2025-12-04T08:43:42.7026742Z * [new branch] gh/anijain2305/957/base -> origin/gh/anijain2305/957/base 2025-12-04T08:43:42.7027622Z * [new branch] gh/anijain2305/957/head -> origin/gh/anijain2305/957/head 2025-12-04T08:43:42.7028962Z * [new branch] gh/anijain2305/957/orig -> origin/gh/anijain2305/957/orig 2025-12-04T08:43:42.7030474Z * [new branch] gh/anijain2305/958/base -> origin/gh/anijain2305/958/base 2025-12-04T08:43:42.7031652Z * [new branch] gh/anijain2305/958/head -> origin/gh/anijain2305/958/head 2025-12-04T08:43:42.7032795Z * [new branch] gh/anijain2305/958/orig -> origin/gh/anijain2305/958/orig 2025-12-04T08:43:42.7034332Z * [new branch] gh/anijain2305/959/base -> origin/gh/anijain2305/959/base 2025-12-04T08:43:42.7035488Z * [new branch] gh/anijain2305/959/head -> origin/gh/anijain2305/959/head 2025-12-04T08:43:42.7036555Z * [new branch] gh/anijain2305/959/orig -> origin/gh/anijain2305/959/orig 2025-12-04T08:43:42.7038181Z * [new branch] gh/anijain2305/960/base -> origin/gh/anijain2305/960/base 2025-12-04T08:43:42.7039273Z * [new branch] gh/anijain2305/960/head -> origin/gh/anijain2305/960/head 2025-12-04T08:43:42.7040364Z * [new branch] gh/anijain2305/960/orig -> origin/gh/anijain2305/960/orig 2025-12-04T08:43:42.7042052Z * [new branch] gh/anijain2305/961/base -> origin/gh/anijain2305/961/base 2025-12-04T08:43:42.7043084Z * [new branch] gh/anijain2305/961/head -> origin/gh/anijain2305/961/head 2025-12-04T08:43:42.7044452Z * [new branch] gh/anijain2305/961/orig -> origin/gh/anijain2305/961/orig 2025-12-04T08:43:42.7045978Z * [new branch] gh/anijain2305/962/base -> origin/gh/anijain2305/962/base 2025-12-04T08:43:42.7047036Z * [new branch] gh/anijain2305/962/head -> origin/gh/anijain2305/962/head 2025-12-04T08:43:42.7048112Z * [new branch] gh/anijain2305/962/orig -> origin/gh/anijain2305/962/orig 2025-12-04T08:43:42.7050098Z * [new branch] gh/anijain2305/963/base -> origin/gh/anijain2305/963/base 2025-12-04T08:43:42.7051460Z * [new branch] gh/anijain2305/963/head -> origin/gh/anijain2305/963/head 2025-12-04T08:43:42.7052529Z * [new branch] gh/anijain2305/963/orig -> origin/gh/anijain2305/963/orig 2025-12-04T08:43:42.7054203Z * [new branch] gh/anijain2305/964/base -> origin/gh/anijain2305/964/base 2025-12-04T08:43:42.7055232Z * [new branch] gh/anijain2305/964/head -> origin/gh/anijain2305/964/head 2025-12-04T08:43:42.7056365Z * [new branch] gh/anijain2305/964/orig -> origin/gh/anijain2305/964/orig 2025-12-04T08:43:42.7057922Z * [new branch] gh/anijain2305/965/base -> origin/gh/anijain2305/965/base 2025-12-04T08:43:42.7059005Z * [new branch] gh/anijain2305/965/head -> origin/gh/anijain2305/965/head 2025-12-04T08:43:42.7060268Z * [new branch] gh/anijain2305/965/orig -> origin/gh/anijain2305/965/orig 2025-12-04T08:43:42.7061719Z * [new branch] gh/anijain2305/966/base -> origin/gh/anijain2305/966/base 2025-12-04T08:43:42.7062709Z * [new branch] gh/anijain2305/966/head -> origin/gh/anijain2305/966/head 2025-12-04T08:43:42.7063846Z * [new branch] gh/anijain2305/966/orig -> origin/gh/anijain2305/966/orig 2025-12-04T08:43:42.7065536Z * [new branch] gh/anijain2305/967/base -> origin/gh/anijain2305/967/base 2025-12-04T08:43:42.7066589Z * [new branch] gh/anijain2305/967/head -> origin/gh/anijain2305/967/head 2025-12-04T08:43:42.7067935Z * [new branch] gh/anijain2305/967/orig -> origin/gh/anijain2305/967/orig 2025-12-04T08:43:42.7069531Z * [new branch] gh/anijain2305/968/base -> origin/gh/anijain2305/968/base 2025-12-04T08:43:42.7070540Z * [new branch] gh/anijain2305/968/head -> origin/gh/anijain2305/968/head 2025-12-04T08:43:42.7071980Z * [new branch] gh/anijain2305/968/orig -> origin/gh/anijain2305/968/orig 2025-12-04T08:43:42.7073458Z * [new branch] gh/anijain2305/969/base -> origin/gh/anijain2305/969/base 2025-12-04T08:43:42.7074576Z * [new branch] gh/anijain2305/969/head -> origin/gh/anijain2305/969/head 2025-12-04T08:43:42.7075832Z * [new branch] gh/anijain2305/969/orig -> origin/gh/anijain2305/969/orig 2025-12-04T08:43:42.7077471Z * [new branch] gh/anijain2305/970/base -> origin/gh/anijain2305/970/base 2025-12-04T08:43:42.7078468Z * [new branch] gh/anijain2305/970/head -> origin/gh/anijain2305/970/head 2025-12-04T08:43:42.7079562Z * [new branch] gh/anijain2305/970/orig -> origin/gh/anijain2305/970/orig 2025-12-04T08:43:42.7081548Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-12-04T08:43:42.7082621Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-12-04T08:43:42.7083864Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-12-04T08:43:42.7085969Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-12-04T08:43:42.7086963Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-12-04T08:43:42.7088453Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-12-04T08:43:42.7089464Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-12-04T08:43:42.7090930Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-12-04T08:43:42.7091893Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-12-04T08:43:42.7093759Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-12-04T08:43:42.7094306Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-12-04T08:43:42.7095747Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-12-04T08:43:42.7096765Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-12-04T08:43:42.7098457Z * [new branch] gh/anshul-si/53/base -> origin/gh/anshul-si/53/base 2025-12-04T08:43:42.7099528Z * [new branch] gh/anshul-si/53/head -> origin/gh/anshul-si/53/head 2025-12-04T08:43:42.7101149Z * [new branch] gh/anshul-si/58/base -> origin/gh/anshul-si/58/base 2025-12-04T08:43:42.7102250Z * [new branch] gh/anshul-si/58/head -> origin/gh/anshul-si/58/head 2025-12-04T08:43:42.7103628Z * [new branch] gh/anshul-si/66/base -> origin/gh/anshul-si/66/base 2025-12-04T08:43:42.7104707Z * [new branch] gh/anshul-si/66/head -> origin/gh/anshul-si/66/head 2025-12-04T08:43:42.7105819Z * [new branch] gh/anshul-si/66/orig -> origin/gh/anshul-si/66/orig 2025-12-04T08:43:42.7107225Z * [new branch] gh/anshul-si/67/base -> origin/gh/anshul-si/67/base 2025-12-04T08:43:42.7108281Z * [new branch] gh/anshul-si/67/head -> origin/gh/anshul-si/67/head 2025-12-04T08:43:42.7109575Z * [new branch] gh/anshul-si/67/orig -> origin/gh/anshul-si/67/orig 2025-12-04T08:43:42.7111307Z * [new branch] gh/anshul-si/68/base -> origin/gh/anshul-si/68/base 2025-12-04T08:43:42.7112326Z * [new branch] gh/anshul-si/68/head -> origin/gh/anshul-si/68/head 2025-12-04T08:43:42.7113624Z * [new branch] gh/anshul-si/68/orig -> origin/gh/anshul-si/68/orig 2025-12-04T08:43:42.7115324Z * [new branch] gh/anshul-si/69/base -> origin/gh/anshul-si/69/base 2025-12-04T08:43:42.7116323Z * [new branch] gh/anshul-si/69/head -> origin/gh/anshul-si/69/head 2025-12-04T08:43:42.7117943Z * [new branch] gh/anshul-si/69/orig -> origin/gh/anshul-si/69/orig 2025-12-04T08:43:42.7119436Z * [new branch] gh/anshul-si/70/base -> origin/gh/anshul-si/70/base 2025-12-04T08:43:42.7120832Z * [new branch] gh/anshul-si/70/head -> origin/gh/anshul-si/70/head 2025-12-04T08:43:42.7121706Z * [new branch] gh/anshul-si/70/orig -> origin/gh/anshul-si/70/orig 2025-12-04T08:43:42.7123606Z * [new branch] gh/anshul-si/71/base -> origin/gh/anshul-si/71/base 2025-12-04T08:43:42.7124930Z * [new branch] gh/anshul-si/71/head -> origin/gh/anshul-si/71/head 2025-12-04T08:43:42.7125860Z * [new branch] gh/anshul-si/71/orig -> origin/gh/anshul-si/71/orig 2025-12-04T08:43:42.7127658Z * [new branch] gh/anshul-si/72/base -> origin/gh/anshul-si/72/base 2025-12-04T08:43:42.7128734Z * [new branch] gh/anshul-si/72/head -> origin/gh/anshul-si/72/head 2025-12-04T08:43:42.7129867Z * [new branch] gh/anshul-si/72/orig -> origin/gh/anshul-si/72/orig 2025-12-04T08:43:42.7131449Z * [new branch] gh/anshul-si/73/base -> origin/gh/anshul-si/73/base 2025-12-04T08:43:42.7132524Z * [new branch] gh/anshul-si/73/head -> origin/gh/anshul-si/73/head 2025-12-04T08:43:42.7133643Z * [new branch] gh/anshul-si/73/orig -> origin/gh/anshul-si/73/orig 2025-12-04T08:43:42.7135680Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-12-04T08:43:42.7136681Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-12-04T08:43:42.7138451Z * [new branch] gh/aorenste/134/base -> origin/gh/aorenste/134/base 2025-12-04T08:43:42.7139696Z * [new branch] gh/aorenste/134/head -> origin/gh/aorenste/134/head 2025-12-04T08:43:42.7140732Z * [new branch] gh/aorenste/134/orig -> origin/gh/aorenste/134/orig 2025-12-04T08:43:42.7142558Z * [new branch] gh/aorenste/139/base -> origin/gh/aorenste/139/base 2025-12-04T08:43:42.7143609Z * [new branch] gh/aorenste/139/head -> origin/gh/aorenste/139/head 2025-12-04T08:43:42.7144707Z * [new branch] gh/aorenste/139/orig -> origin/gh/aorenste/139/orig 2025-12-04T08:43:42.7146352Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-12-04T08:43:42.7147403Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-12-04T08:43:42.7149300Z * [new branch] gh/aorenste/145/base -> origin/gh/aorenste/145/base 2025-12-04T08:43:42.7150326Z * [new branch] gh/aorenste/145/head -> origin/gh/aorenste/145/head 2025-12-04T08:43:42.7151722Z * [new branch] gh/aorenste/145/orig -> origin/gh/aorenste/145/orig 2025-12-04T08:43:42.7153347Z * [new branch] gh/aorenste/146/base -> origin/gh/aorenste/146/base 2025-12-04T08:43:42.7154476Z * [new branch] gh/aorenste/146/head -> origin/gh/aorenste/146/head 2025-12-04T08:43:42.7155616Z * [new branch] gh/aorenste/146/orig -> origin/gh/aorenste/146/orig 2025-12-04T08:43:42.7157390Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-12-04T08:43:42.7158620Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-12-04T08:43:42.7159688Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-12-04T08:43:42.7161252Z * [new branch] gh/aorenste/148/base -> origin/gh/aorenste/148/base 2025-12-04T08:43:42.7162335Z * [new branch] gh/aorenste/148/head -> origin/gh/aorenste/148/head 2025-12-04T08:43:42.7163683Z * [new branch] gh/aorenste/148/orig -> origin/gh/aorenste/148/orig 2025-12-04T08:43:42.7165235Z * [new branch] gh/aorenste/149/base -> origin/gh/aorenste/149/base 2025-12-04T08:43:42.7166246Z * [new branch] gh/aorenste/149/head -> origin/gh/aorenste/149/head 2025-12-04T08:43:42.7167382Z * [new branch] gh/aorenste/149/orig -> origin/gh/aorenste/149/orig 2025-12-04T08:43:42.7168874Z * [new branch] gh/aorenste/150/base -> origin/gh/aorenste/150/base 2025-12-04T08:43:42.7169903Z * [new branch] gh/aorenste/150/head -> origin/gh/aorenste/150/head 2025-12-04T08:43:42.7171561Z * [new branch] gh/aorenste/150/orig -> origin/gh/aorenste/150/orig 2025-12-04T08:43:42.7172746Z * [new branch] gh/aorenste/151/base -> origin/gh/aorenste/151/base 2025-12-04T08:43:42.7173839Z * [new branch] gh/aorenste/151/head -> origin/gh/aorenste/151/head 2025-12-04T08:43:42.7175169Z * [new branch] gh/aorenste/151/orig -> origin/gh/aorenste/151/orig 2025-12-04T08:43:42.7176703Z * [new branch] gh/aorenste/152/base -> origin/gh/aorenste/152/base 2025-12-04T08:43:42.7177706Z * [new branch] gh/aorenste/152/head -> origin/gh/aorenste/152/head 2025-12-04T08:43:42.7178817Z * [new branch] gh/aorenste/152/orig -> origin/gh/aorenste/152/orig 2025-12-04T08:43:42.7180232Z * [new branch] gh/aorenste/153/base -> origin/gh/aorenste/153/base 2025-12-04T08:43:42.7181254Z * [new branch] gh/aorenste/153/head -> origin/gh/aorenste/153/head 2025-12-04T08:43:42.7182347Z * [new branch] gh/aorenste/153/orig -> origin/gh/aorenste/153/orig 2025-12-04T08:43:42.7183830Z * [new branch] gh/aorenste/154/base -> origin/gh/aorenste/154/base 2025-12-04T08:43:42.7184825Z * [new branch] gh/aorenste/154/head -> origin/gh/aorenste/154/head 2025-12-04T08:43:42.7186197Z * [new branch] gh/aorenste/154/orig -> origin/gh/aorenste/154/orig 2025-12-04T08:43:42.7187290Z * [new branch] gh/aorenste/155/base -> origin/gh/aorenste/155/base 2025-12-04T08:43:42.7188565Z * [new branch] gh/aorenste/155/head -> origin/gh/aorenste/155/head 2025-12-04T08:43:42.7189441Z * [new branch] gh/aorenste/155/orig -> origin/gh/aorenste/155/orig 2025-12-04T08:43:42.7190863Z * [new branch] gh/aorenste/156/base -> origin/gh/aorenste/156/base 2025-12-04T08:43:42.7192286Z * [new branch] gh/aorenste/156/head -> origin/gh/aorenste/156/head 2025-12-04T08:43:42.7193064Z * [new branch] gh/aorenste/156/orig -> origin/gh/aorenste/156/orig 2025-12-04T08:43:42.7194904Z * [new branch] gh/aorenste/157/base -> origin/gh/aorenste/157/base 2025-12-04T08:43:42.7195956Z * [new branch] gh/aorenste/157/head -> origin/gh/aorenste/157/head 2025-12-04T08:43:42.7197011Z * [new branch] gh/aorenste/157/orig -> origin/gh/aorenste/157/orig 2025-12-04T08:43:42.7198556Z * [new branch] gh/aorenste/158/base -> origin/gh/aorenste/158/base 2025-12-04T08:43:42.7199581Z * [new branch] gh/aorenste/158/head -> origin/gh/aorenste/158/head 2025-12-04T08:43:42.7200598Z * [new branch] gh/aorenste/158/orig -> origin/gh/aorenste/158/orig 2025-12-04T08:43:42.7202192Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-12-04T08:43:42.7203372Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-12-04T08:43:42.7204438Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-12-04T08:43:42.7206297Z * [new branch] gh/avikchaudhuri/1/base -> origin/gh/avikchaudhuri/1/base 2025-12-04T08:43:42.7207328Z * [new branch] gh/avikchaudhuri/1/head -> origin/gh/avikchaudhuri/1/head 2025-12-04T08:43:42.7208804Z * [new branch] gh/avikchaudhuri/2/base -> origin/gh/avikchaudhuri/2/base 2025-12-04T08:43:42.7209797Z * [new branch] gh/avikchaudhuri/2/head -> origin/gh/avikchaudhuri/2/head 2025-12-04T08:43:42.7210826Z * [new branch] gh/avikchaudhuri/2/orig -> origin/gh/avikchaudhuri/2/orig 2025-12-04T08:43:42.7213020Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-12-04T08:43:42.7214230Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-12-04T08:43:42.7215333Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-12-04T08:43:42.7217062Z * [new branch] gh/bdhirsh/668/base -> origin/gh/bdhirsh/668/base 2025-12-04T08:43:42.7218103Z * [new branch] gh/bdhirsh/668/head -> origin/gh/bdhirsh/668/head 2025-12-04T08:43:42.7219182Z * [new branch] gh/bdhirsh/668/orig -> origin/gh/bdhirsh/668/orig 2025-12-04T08:43:42.7220974Z * [new branch] gh/bdhirsh/669/base -> origin/gh/bdhirsh/669/base 2025-12-04T08:43:42.7221940Z * [new branch] gh/bdhirsh/669/head -> origin/gh/bdhirsh/669/head 2025-12-04T08:43:42.7223011Z * [new branch] gh/bdhirsh/669/orig -> origin/gh/bdhirsh/669/orig 2025-12-04T08:43:42.7224798Z * [new branch] gh/bdhirsh/670/base -> origin/gh/bdhirsh/670/base 2025-12-04T08:43:42.7226025Z * [new branch] gh/bdhirsh/670/head -> origin/gh/bdhirsh/670/head 2025-12-04T08:43:42.7227034Z * [new branch] gh/bdhirsh/670/orig -> origin/gh/bdhirsh/670/orig 2025-12-04T08:43:42.7228646Z * [new branch] gh/bdhirsh/672/base -> origin/gh/bdhirsh/672/base 2025-12-04T08:43:42.7229628Z * [new branch] gh/bdhirsh/672/head -> origin/gh/bdhirsh/672/head 2025-12-04T08:43:42.7230713Z * [new branch] gh/bdhirsh/672/orig -> origin/gh/bdhirsh/672/orig 2025-12-04T08:43:42.7232717Z * [new branch] gh/bdhirsh/675/base -> origin/gh/bdhirsh/675/base 2025-12-04T08:43:42.7233935Z * [new branch] gh/bdhirsh/675/head -> origin/gh/bdhirsh/675/head 2025-12-04T08:43:42.7234961Z * [new branch] gh/bdhirsh/675/orig -> origin/gh/bdhirsh/675/orig 2025-12-04T08:43:42.7236534Z * [new branch] gh/bdhirsh/676/base -> origin/gh/bdhirsh/676/base 2025-12-04T08:43:42.7237652Z * [new branch] gh/bdhirsh/676/head -> origin/gh/bdhirsh/676/head 2025-12-04T08:43:42.7238771Z * [new branch] gh/bdhirsh/676/orig -> origin/gh/bdhirsh/676/orig 2025-12-04T08:43:42.7240330Z * [new branch] gh/bdhirsh/677/base -> origin/gh/bdhirsh/677/base 2025-12-04T08:43:42.7241858Z * [new branch] gh/bdhirsh/677/head -> origin/gh/bdhirsh/677/head 2025-12-04T08:43:42.7242926Z * [new branch] gh/bdhirsh/677/orig -> origin/gh/bdhirsh/677/orig 2025-12-04T08:43:42.7244753Z * [new branch] gh/bdhirsh/678/base -> origin/gh/bdhirsh/678/base 2025-12-04T08:43:42.7245924Z * [new branch] gh/bdhirsh/678/head -> origin/gh/bdhirsh/678/head 2025-12-04T08:43:42.7247071Z * [new branch] gh/bdhirsh/678/orig -> origin/gh/bdhirsh/678/orig 2025-12-04T08:43:42.7248781Z * [new branch] gh/bdhirsh/679/base -> origin/gh/bdhirsh/679/base 2025-12-04T08:43:42.7249976Z * [new branch] gh/bdhirsh/679/head -> origin/gh/bdhirsh/679/head 2025-12-04T08:43:42.7251069Z * [new branch] gh/bdhirsh/679/orig -> origin/gh/bdhirsh/679/orig 2025-12-04T08:43:42.7252626Z * [new branch] gh/bdhirsh/680/base -> origin/gh/bdhirsh/680/base 2025-12-04T08:43:42.7253818Z * [new branch] gh/bdhirsh/680/head -> origin/gh/bdhirsh/680/head 2025-12-04T08:43:42.7254922Z * [new branch] gh/bdhirsh/680/orig -> origin/gh/bdhirsh/680/orig 2025-12-04T08:43:42.7256295Z * [new branch] gh/bdhirsh/681/base -> origin/gh/bdhirsh/681/base 2025-12-04T08:43:42.7257489Z * [new branch] gh/bdhirsh/681/head -> origin/gh/bdhirsh/681/head 2025-12-04T08:43:42.7258635Z * [new branch] gh/bdhirsh/681/orig -> origin/gh/bdhirsh/681/orig 2025-12-04T08:43:42.7260539Z * [new branch] gh/benjaminglass1/101/base -> origin/gh/benjaminglass1/101/base 2025-12-04T08:43:42.7261739Z * [new branch] gh/benjaminglass1/101/head -> origin/gh/benjaminglass1/101/head 2025-12-04T08:43:42.7262916Z * [new branch] gh/benjaminglass1/101/orig -> origin/gh/benjaminglass1/101/orig 2025-12-04T08:43:42.7264410Z * [new branch] gh/benjaminglass1/102/base -> origin/gh/benjaminglass1/102/base 2025-12-04T08:43:42.7265483Z * [new branch] gh/benjaminglass1/102/head -> origin/gh/benjaminglass1/102/head 2025-12-04T08:43:42.7266627Z * [new branch] gh/benjaminglass1/102/orig -> origin/gh/benjaminglass1/102/orig 2025-12-04T08:43:42.7268043Z * [new branch] gh/benjaminglass1/106/base -> origin/gh/benjaminglass1/106/base 2025-12-04T08:43:42.7269150Z * [new branch] gh/benjaminglass1/106/head -> origin/gh/benjaminglass1/106/head 2025-12-04T08:43:42.7270255Z * [new branch] gh/benjaminglass1/106/orig -> origin/gh/benjaminglass1/106/orig 2025-12-04T08:43:42.7272002Z * [new branch] gh/benjaminglass1/107/base -> origin/gh/benjaminglass1/107/base 2025-12-04T08:43:42.7273117Z * [new branch] gh/benjaminglass1/107/head -> origin/gh/benjaminglass1/107/head 2025-12-04T08:43:42.7274274Z * [new branch] gh/benjaminglass1/107/orig -> origin/gh/benjaminglass1/107/orig 2025-12-04T08:43:42.7275701Z * [new branch] gh/benjaminglass1/108/base -> origin/gh/benjaminglass1/108/base 2025-12-04T08:43:42.7276825Z * [new branch] gh/benjaminglass1/108/head -> origin/gh/benjaminglass1/108/head 2025-12-04T08:43:42.7278026Z * [new branch] gh/benjaminglass1/108/orig -> origin/gh/benjaminglass1/108/orig 2025-12-04T08:43:42.7279455Z * [new branch] gh/benjaminglass1/109/base -> origin/gh/benjaminglass1/109/base 2025-12-04T08:43:42.7280560Z * [new branch] gh/benjaminglass1/109/head -> origin/gh/benjaminglass1/109/head 2025-12-04T08:43:42.7281714Z * [new branch] gh/benjaminglass1/109/orig -> origin/gh/benjaminglass1/109/orig 2025-12-04T08:43:42.7283236Z * [new branch] gh/benjaminglass1/97/base -> origin/gh/benjaminglass1/97/base 2025-12-04T08:43:42.7284429Z * [new branch] gh/benjaminglass1/97/head -> origin/gh/benjaminglass1/97/head 2025-12-04T08:43:42.7285545Z * [new branch] gh/benjaminglass1/97/orig -> origin/gh/benjaminglass1/97/orig 2025-12-04T08:43:42.7288021Z * [new branch] gh/bobrenjc93/570/base -> origin/gh/bobrenjc93/570/base 2025-12-04T08:43:42.7288645Z * [new branch] gh/bobrenjc93/570/head -> origin/gh/bobrenjc93/570/head 2025-12-04T08:43:42.7289473Z * [new branch] gh/bobrenjc93/570/orig -> origin/gh/bobrenjc93/570/orig 2025-12-04T08:43:42.7291017Z * [new branch] gh/bobrenjc93/604/base -> origin/gh/bobrenjc93/604/base 2025-12-04T08:43:42.7292076Z * [new branch] gh/bobrenjc93/604/head -> origin/gh/bobrenjc93/604/head 2025-12-04T08:43:42.7293184Z * [new branch] gh/bobrenjc93/604/orig -> origin/gh/bobrenjc93/604/orig 2025-12-04T08:43:42.7294864Z * [new branch] gh/bobrenjc93/638/base -> origin/gh/bobrenjc93/638/base 2025-12-04T08:43:42.7295835Z * [new branch] gh/bobrenjc93/638/head -> origin/gh/bobrenjc93/638/head 2025-12-04T08:43:42.7297028Z * [new branch] gh/bobrenjc93/638/orig -> origin/gh/bobrenjc93/638/orig 2025-12-04T08:43:42.7298565Z * [new branch] gh/bobrenjc93/653/base -> origin/gh/bobrenjc93/653/base 2025-12-04T08:43:42.7299495Z * [new branch] gh/bobrenjc93/653/head -> origin/gh/bobrenjc93/653/head 2025-12-04T08:43:42.7300572Z * [new branch] gh/bobrenjc93/653/orig -> origin/gh/bobrenjc93/653/orig 2025-12-04T08:43:42.7302288Z * [new branch] gh/bobrenjc93/654/base -> origin/gh/bobrenjc93/654/base 2025-12-04T08:43:42.7303461Z * [new branch] gh/bobrenjc93/654/head -> origin/gh/bobrenjc93/654/head 2025-12-04T08:43:42.7304525Z * [new branch] gh/bobrenjc93/654/orig -> origin/gh/bobrenjc93/654/orig 2025-12-04T08:43:42.7306112Z * [new branch] gh/bobrenjc93/657/base -> origin/gh/bobrenjc93/657/base 2025-12-04T08:43:42.7307152Z * [new branch] gh/bobrenjc93/657/head -> origin/gh/bobrenjc93/657/head 2025-12-04T08:43:42.7308253Z * [new branch] gh/bobrenjc93/657/orig -> origin/gh/bobrenjc93/657/orig 2025-12-04T08:43:42.7309877Z * [new branch] gh/bobrenjc93/672/base -> origin/gh/bobrenjc93/672/base 2025-12-04T08:43:42.7310811Z * [new branch] gh/bobrenjc93/672/head -> origin/gh/bobrenjc93/672/head 2025-12-04T08:43:42.7311978Z * [new branch] gh/bobrenjc93/672/orig -> origin/gh/bobrenjc93/672/orig 2025-12-04T08:43:42.7313578Z * [new branch] gh/bobrenjc93/679/base -> origin/gh/bobrenjc93/679/base 2025-12-04T08:43:42.7314932Z * [new branch] gh/bobrenjc93/679/head -> origin/gh/bobrenjc93/679/head 2025-12-04T08:43:42.7315939Z * [new branch] gh/bobrenjc93/679/orig -> origin/gh/bobrenjc93/679/orig 2025-12-04T08:43:42.7317540Z * [new branch] gh/bobrenjc93/680/base -> origin/gh/bobrenjc93/680/base 2025-12-04T08:43:42.7318599Z * [new branch] gh/bobrenjc93/680/head -> origin/gh/bobrenjc93/680/head 2025-12-04T08:43:42.7319676Z * [new branch] gh/bobrenjc93/680/orig -> origin/gh/bobrenjc93/680/orig 2025-12-04T08:43:42.7321380Z * [new branch] gh/bobrenjc93/681/base -> origin/gh/bobrenjc93/681/base 2025-12-04T08:43:42.7322485Z * [new branch] gh/bobrenjc93/681/head -> origin/gh/bobrenjc93/681/head 2025-12-04T08:43:42.7323719Z * [new branch] gh/bobrenjc93/681/orig -> origin/gh/bobrenjc93/681/orig 2025-12-04T08:43:42.7325173Z * [new branch] gh/bobrenjc93/682/base -> origin/gh/bobrenjc93/682/base 2025-12-04T08:43:42.7326184Z * [new branch] gh/bobrenjc93/682/head -> origin/gh/bobrenjc93/682/head 2025-12-04T08:43:42.7327310Z * [new branch] gh/bobrenjc93/682/orig -> origin/gh/bobrenjc93/682/orig 2025-12-04T08:43:42.7328908Z * [new branch] gh/bobrenjc93/683/base -> origin/gh/bobrenjc93/683/base 2025-12-04T08:43:42.7329866Z * [new branch] gh/bobrenjc93/683/head -> origin/gh/bobrenjc93/683/head 2025-12-04T08:43:42.7330946Z * [new branch] gh/bobrenjc93/683/orig -> origin/gh/bobrenjc93/683/orig 2025-12-04T08:43:42.7332587Z * [new branch] gh/bobrenjc93/684/base -> origin/gh/bobrenjc93/684/base 2025-12-04T08:43:42.7333879Z * [new branch] gh/bobrenjc93/684/head -> origin/gh/bobrenjc93/684/head 2025-12-04T08:43:42.7335022Z * [new branch] gh/bobrenjc93/684/orig -> origin/gh/bobrenjc93/684/orig 2025-12-04T08:43:42.7336462Z * [new branch] gh/bobrenjc93/685/base -> origin/gh/bobrenjc93/685/base 2025-12-04T08:43:42.7337951Z * [new branch] gh/bobrenjc93/685/head -> origin/gh/bobrenjc93/685/head 2025-12-04T08:43:42.7339313Z * [new branch] gh/bobrenjc93/685/orig -> origin/gh/bobrenjc93/685/orig 2025-12-04T08:43:42.7340987Z * [new branch] gh/bobrenjc93/686/base -> origin/gh/bobrenjc93/686/base 2025-12-04T08:43:42.7341940Z * [new branch] gh/bobrenjc93/686/head -> origin/gh/bobrenjc93/686/head 2025-12-04T08:43:42.7345447Z * [new branch] gh/bobrenjc93/686/orig -> origin/gh/bobrenjc93/686/orig 2025-12-04T08:43:42.7347031Z * [new branch] gh/bobrenjc93/687/base -> origin/gh/bobrenjc93/687/base 2025-12-04T08:43:42.7347597Z * [new branch] gh/bobrenjc93/687/head -> origin/gh/bobrenjc93/687/head 2025-12-04T08:43:42.7348172Z * [new branch] gh/bobrenjc93/687/orig -> origin/gh/bobrenjc93/687/orig 2025-12-04T08:43:42.7348938Z * [new branch] gh/bobrenjc93/688/base -> origin/gh/bobrenjc93/688/base 2025-12-04T08:43:42.7349971Z * [new branch] gh/bobrenjc93/688/head -> origin/gh/bobrenjc93/688/head 2025-12-04T08:43:42.7351074Z * [new branch] gh/bobrenjc93/688/orig -> origin/gh/bobrenjc93/688/orig 2025-12-04T08:43:42.7352643Z * [new branch] gh/bobrenjc93/689/base -> origin/gh/bobrenjc93/689/base 2025-12-04T08:43:42.7353839Z * [new branch] gh/bobrenjc93/689/head -> origin/gh/bobrenjc93/689/head 2025-12-04T08:43:42.7354976Z * [new branch] gh/bobrenjc93/689/orig -> origin/gh/bobrenjc93/689/orig 2025-12-04T08:43:42.7356447Z * [new branch] gh/bobrenjc93/690/base -> origin/gh/bobrenjc93/690/base 2025-12-04T08:43:42.7357507Z * [new branch] gh/bobrenjc93/690/head -> origin/gh/bobrenjc93/690/head 2025-12-04T08:43:42.7358600Z * [new branch] gh/bobrenjc93/690/orig -> origin/gh/bobrenjc93/690/orig 2025-12-04T08:43:42.7360897Z * [new branch] gh/bobrenjc93/691/base -> origin/gh/bobrenjc93/691/base 2025-12-04T08:43:42.7362306Z * [new branch] gh/bobrenjc93/691/head -> origin/gh/bobrenjc93/691/head 2025-12-04T08:43:42.7363956Z * [new branch] gh/bobrenjc93/691/orig -> origin/gh/bobrenjc93/691/orig 2025-12-04T08:43:42.7366165Z * [new branch] gh/bobrenjc93/692/base -> origin/gh/bobrenjc93/692/base 2025-12-04T08:43:42.7367194Z * [new branch] gh/bobrenjc93/692/head -> origin/gh/bobrenjc93/692/head 2025-12-04T08:43:42.7368289Z * [new branch] gh/bobrenjc93/692/orig -> origin/gh/bobrenjc93/692/orig 2025-12-04T08:43:42.7369789Z * [new branch] gh/bobrenjc93/693/base -> origin/gh/bobrenjc93/693/base 2025-12-04T08:43:42.7371036Z * [new branch] gh/bobrenjc93/693/head -> origin/gh/bobrenjc93/693/head 2025-12-04T08:43:42.7374484Z * [new branch] gh/bobrenjc93/693/orig -> origin/gh/bobrenjc93/693/orig 2025-12-04T08:43:42.7376073Z * [new branch] gh/bobrenjc93/694/base -> origin/gh/bobrenjc93/694/base 2025-12-04T08:43:42.7377139Z * [new branch] gh/bobrenjc93/694/head -> origin/gh/bobrenjc93/694/head 2025-12-04T08:43:42.7378294Z * [new branch] gh/bobrenjc93/694/orig -> origin/gh/bobrenjc93/694/orig 2025-12-04T08:43:42.7379792Z * [new branch] gh/bobrenjc93/695/base -> origin/gh/bobrenjc93/695/base 2025-12-04T08:43:42.7380794Z * [new branch] gh/bobrenjc93/695/head -> origin/gh/bobrenjc93/695/head 2025-12-04T08:43:42.7381908Z * [new branch] gh/bobrenjc93/695/orig -> origin/gh/bobrenjc93/695/orig 2025-12-04T08:43:42.7383812Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-12-04T08:43:42.7384830Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-12-04T08:43:42.7386493Z * [new branch] gh/c00w/53/base -> origin/gh/c00w/53/base 2025-12-04T08:43:42.7387553Z * [new branch] gh/c00w/53/head -> origin/gh/c00w/53/head 2025-12-04T08:43:42.7388623Z * [new branch] gh/c00w/53/orig -> origin/gh/c00w/53/orig 2025-12-04T08:43:42.7390075Z * [new branch] gh/c00w/54/base -> origin/gh/c00w/54/base 2025-12-04T08:43:42.7391092Z * [new branch] gh/c00w/54/head -> origin/gh/c00w/54/head 2025-12-04T08:43:42.7392352Z * [new branch] gh/c00w/54/orig -> origin/gh/c00w/54/orig 2025-12-04T08:43:42.7394244Z * [new branch] gh/c00w/56/base -> origin/gh/c00w/56/base 2025-12-04T08:43:42.7395227Z * [new branch] gh/c00w/56/head -> origin/gh/c00w/56/head 2025-12-04T08:43:42.7396484Z * [new branch] gh/c00w/56/orig -> origin/gh/c00w/56/orig 2025-12-04T08:43:42.7398125Z * [new branch] gh/c00w/57/base -> origin/gh/c00w/57/base 2025-12-04T08:43:42.7398988Z * [new branch] gh/c00w/57/head -> origin/gh/c00w/57/head 2025-12-04T08:43:42.7400270Z * [new branch] gh/c00w/57/orig -> origin/gh/c00w/57/orig 2025-12-04T08:43:42.7401641Z * [new branch] gh/c00w/58/base -> origin/gh/c00w/58/base 2025-12-04T08:43:42.7402748Z * [new branch] gh/c00w/58/head -> origin/gh/c00w/58/head 2025-12-04T08:43:42.7404205Z * [new branch] gh/c00w/58/orig -> origin/gh/c00w/58/orig 2025-12-04T08:43:42.7405930Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-12-04T08:43:42.7407028Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-12-04T08:43:42.7408130Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-12-04T08:43:42.7410077Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-12-04T08:43:42.7411202Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-12-04T08:43:42.7413056Z * [new branch] gh/coconutruben/55/base -> origin/gh/coconutruben/55/base 2025-12-04T08:43:42.7414053Z * [new branch] gh/coconutruben/55/head -> origin/gh/coconutruben/55/head 2025-12-04T08:43:42.7415208Z * [new branch] gh/coconutruben/55/orig -> origin/gh/coconutruben/55/orig 2025-12-04T08:43:42.7417087Z * [new branch] gh/coconutruben/57/base -> origin/gh/coconutruben/57/base 2025-12-04T08:43:42.7418358Z * [new branch] gh/coconutruben/57/head -> origin/gh/coconutruben/57/head 2025-12-04T08:43:42.7419501Z * [new branch] gh/coconutruben/57/orig -> origin/gh/coconutruben/57/orig 2025-12-04T08:43:42.7421116Z * [new branch] gh/coconutruben/70/base -> origin/gh/coconutruben/70/base 2025-12-04T08:43:42.7422175Z * [new branch] gh/coconutruben/70/head -> origin/gh/coconutruben/70/head 2025-12-04T08:43:42.7423354Z * [new branch] gh/coconutruben/70/orig -> origin/gh/coconutruben/70/orig 2025-12-04T08:43:42.7424786Z * [new branch] gh/coconutruben/71/base -> origin/gh/coconutruben/71/base 2025-12-04T08:43:42.7425862Z * [new branch] gh/coconutruben/71/head -> origin/gh/coconutruben/71/head 2025-12-04T08:43:42.7426982Z * [new branch] gh/coconutruben/71/orig -> origin/gh/coconutruben/71/orig 2025-12-04T08:43:42.7428410Z * [new branch] gh/coconutruben/72/base -> origin/gh/coconutruben/72/base 2025-12-04T08:43:42.7429474Z * [new branch] gh/coconutruben/72/head -> origin/gh/coconutruben/72/head 2025-12-04T08:43:42.7430614Z * [new branch] gh/coconutruben/72/orig -> origin/gh/coconutruben/72/orig 2025-12-04T08:43:42.7432370Z * [new branch] gh/coconutruben/73/base -> origin/gh/coconutruben/73/base 2025-12-04T08:43:42.7433218Z * [new branch] gh/coconutruben/73/head -> origin/gh/coconutruben/73/head 2025-12-04T08:43:42.7434338Z * [new branch] gh/coconutruben/73/orig -> origin/gh/coconutruben/73/orig 2025-12-04T08:43:42.7436045Z * [new branch] gh/coconutruben/74/base -> origin/gh/coconutruben/74/base 2025-12-04T08:43:42.7437209Z * [new branch] gh/coconutruben/74/head -> origin/gh/coconutruben/74/head 2025-12-04T08:43:42.7438382Z * [new branch] gh/coconutruben/74/orig -> origin/gh/coconutruben/74/orig 2025-12-04T08:43:42.7440002Z * [new branch] gh/coconutruben/79/base -> origin/gh/coconutruben/79/base 2025-12-04T08:43:42.7441092Z * [new branch] gh/coconutruben/79/head -> origin/gh/coconutruben/79/head 2025-12-04T08:43:42.7442254Z * [new branch] gh/coconutruben/79/orig -> origin/gh/coconutruben/79/orig 2025-12-04T08:43:42.7444063Z * [new branch] gh/coconutruben/80/base -> origin/gh/coconutruben/80/base 2025-12-04T08:43:42.7445071Z * [new branch] gh/coconutruben/80/head -> origin/gh/coconutruben/80/head 2025-12-04T08:43:42.7446237Z * [new branch] gh/coconutruben/80/orig -> origin/gh/coconutruben/80/orig 2025-12-04T08:43:42.7448013Z * [new branch] gh/coconutruben/82/base -> origin/gh/coconutruben/82/base 2025-12-04T08:43:42.7448965Z * [new branch] gh/coconutruben/82/head -> origin/gh/coconutruben/82/head 2025-12-04T08:43:42.7450068Z * [new branch] gh/coconutruben/82/orig -> origin/gh/coconutruben/82/orig 2025-12-04T08:43:42.7451806Z * [new branch] gh/coconutruben/83/base -> origin/gh/coconutruben/83/base 2025-12-04T08:43:42.7452762Z * [new branch] gh/coconutruben/83/head -> origin/gh/coconutruben/83/head 2025-12-04T08:43:42.7453856Z * [new branch] gh/coconutruben/83/orig -> origin/gh/coconutruben/83/orig 2025-12-04T08:43:42.7455583Z * [new branch] gh/coconutruben/84/base -> origin/gh/coconutruben/84/base 2025-12-04T08:43:42.7456681Z * [new branch] gh/coconutruben/84/head -> origin/gh/coconutruben/84/head 2025-12-04T08:43:42.7457783Z * [new branch] gh/coconutruben/84/orig -> origin/gh/coconutruben/84/orig 2025-12-04T08:43:42.7459384Z * [new branch] gh/coconutruben/85/base -> origin/gh/coconutruben/85/base 2025-12-04T08:43:42.7460424Z * [new branch] gh/coconutruben/85/head -> origin/gh/coconutruben/85/head 2025-12-04T08:43:42.7461900Z * [new branch] gh/coconutruben/85/orig -> origin/gh/coconutruben/85/orig 2025-12-04T08:43:42.7463305Z * [new branch] gh/coconutruben/86/base -> origin/gh/coconutruben/86/base 2025-12-04T08:43:42.7464319Z * [new branch] gh/coconutruben/86/head -> origin/gh/coconutruben/86/head 2025-12-04T08:43:42.7465471Z * [new branch] gh/coconutruben/86/orig -> origin/gh/coconutruben/86/orig 2025-12-04T08:43:42.7467386Z * [new branch] gh/colinchan15/1/base -> origin/gh/colinchan15/1/base 2025-12-04T08:43:42.7468421Z * [new branch] gh/colinchan15/1/head -> origin/gh/colinchan15/1/head 2025-12-04T08:43:42.7469886Z * [new branch] gh/colinchan15/2/base -> origin/gh/colinchan15/2/base 2025-12-04T08:43:42.7470948Z * [new branch] gh/colinchan15/2/head -> origin/gh/colinchan15/2/head 2025-12-04T08:43:42.7472443Z * [new branch] gh/colinchan15/3/base -> origin/gh/colinchan15/3/base 2025-12-04T08:43:42.7473437Z * [new branch] gh/colinchan15/3/head -> origin/gh/colinchan15/3/head 2025-12-04T08:43:42.7474895Z * [new branch] gh/colinchan15/6/base -> origin/gh/colinchan15/6/base 2025-12-04T08:43:42.7475907Z * [new branch] gh/colinchan15/6/head -> origin/gh/colinchan15/6/head 2025-12-04T08:43:42.7477932Z * [new branch] gh/d4l3k/1/base -> origin/gh/d4l3k/1/base 2025-12-04T08:43:42.7478915Z * [new branch] gh/d4l3k/1/head -> origin/gh/d4l3k/1/head 2025-12-04T08:43:42.7480536Z * [new branch] gh/d4l3k/2/base -> origin/gh/d4l3k/2/base 2025-12-04T08:43:42.7481666Z * [new branch] gh/d4l3k/2/head -> origin/gh/d4l3k/2/head 2025-12-04T08:43:42.7482622Z * [new branch] gh/d4l3k/2/orig -> origin/gh/d4l3k/2/orig 2025-12-04T08:43:42.7484325Z * [new branch] gh/d4l3k/3/base -> origin/gh/d4l3k/3/base 2025-12-04T08:43:42.7485324Z * [new branch] gh/d4l3k/3/head -> origin/gh/d4l3k/3/head 2025-12-04T08:43:42.7486377Z * [new branch] gh/d4l3k/3/orig -> origin/gh/d4l3k/3/orig 2025-12-04T08:43:42.7488058Z * [new branch] gh/d4l3k/4/base -> origin/gh/d4l3k/4/base 2025-12-04T08:43:42.7489008Z * [new branch] gh/d4l3k/4/head -> origin/gh/d4l3k/4/head 2025-12-04T08:43:42.7490057Z * [new branch] gh/d4l3k/4/orig -> origin/gh/d4l3k/4/orig 2025-12-04T08:43:42.7491731Z * [new branch] gh/d4l3k/5/base -> origin/gh/d4l3k/5/base 2025-12-04T08:43:42.7492742Z * [new branch] gh/d4l3k/5/orig -> origin/gh/d4l3k/5/orig 2025-12-04T08:43:42.7494610Z * [new branch] gh/davidberard98/392/base -> origin/gh/davidberard98/392/base 2025-12-04T08:43:42.7495625Z * [new branch] gh/davidberard98/392/head -> origin/gh/davidberard98/392/head 2025-12-04T08:43:42.7496779Z * [new branch] gh/davidberard98/392/orig -> origin/gh/davidberard98/392/orig 2025-12-04T08:43:42.7498429Z * [new branch] gh/davidberard98/399/base -> origin/gh/davidberard98/399/base 2025-12-04T08:43:42.7499524Z * [new branch] gh/davidberard98/399/head -> origin/gh/davidberard98/399/head 2025-12-04T08:43:42.7500664Z * [new branch] gh/davidberard98/399/orig -> origin/gh/davidberard98/399/orig 2025-12-04T08:43:42.7502472Z * [new branch] gh/desertfire/605/base -> origin/gh/desertfire/605/base 2025-12-04T08:43:42.7503469Z * [new branch] gh/desertfire/605/head -> origin/gh/desertfire/605/head 2025-12-04T08:43:42.7504742Z * [new branch] gh/desertfire/605/orig -> origin/gh/desertfire/605/orig 2025-12-04T08:43:42.7506274Z * [new branch] gh/desertfire/606/base -> origin/gh/desertfire/606/base 2025-12-04T08:43:42.7507239Z * [new branch] gh/desertfire/606/head -> origin/gh/desertfire/606/head 2025-12-04T08:43:42.7529979Z * [new branch] gh/desertfire/606/orig -> origin/gh/desertfire/606/orig 2025-12-04T08:43:42.7530654Z * [new branch] gh/desertfire/607/base -> origin/gh/desertfire/607/base 2025-12-04T08:43:42.7531267Z * [new branch] gh/desertfire/607/head -> origin/gh/desertfire/607/head 2025-12-04T08:43:42.7531907Z * [new branch] gh/desertfire/607/orig -> origin/gh/desertfire/607/orig 2025-12-04T08:43:42.7532478Z * [new branch] gh/desertfire/608/base -> origin/gh/desertfire/608/base 2025-12-04T08:43:42.7533211Z * [new branch] gh/desertfire/608/head -> origin/gh/desertfire/608/head 2025-12-04T08:43:42.7533781Z * [new branch] gh/desertfire/608/orig -> origin/gh/desertfire/608/orig 2025-12-04T08:43:42.7534416Z * [new branch] gh/desertfire/609/base -> origin/gh/desertfire/609/base 2025-12-04T08:43:42.7534993Z * [new branch] gh/desertfire/609/head -> origin/gh/desertfire/609/head 2025-12-04T08:43:42.7535616Z * [new branch] gh/desertfire/609/orig -> origin/gh/desertfire/609/orig 2025-12-04T08:43:42.7536197Z * [new branch] gh/desertfire/610/base -> origin/gh/desertfire/610/base 2025-12-04T08:43:42.7536759Z * [new branch] gh/desertfire/610/head -> origin/gh/desertfire/610/head 2025-12-04T08:43:42.7537397Z * [new branch] gh/desertfire/610/orig -> origin/gh/desertfire/610/orig 2025-12-04T08:43:42.7537972Z * [new branch] gh/desertfire/611/base -> origin/gh/desertfire/611/base 2025-12-04T08:43:42.7538591Z * [new branch] gh/desertfire/611/head -> origin/gh/desertfire/611/head 2025-12-04T08:43:42.7539172Z * [new branch] gh/desertfire/611/orig -> origin/gh/desertfire/611/orig 2025-12-04T08:43:42.7539796Z * [new branch] gh/desertfire/612/base -> origin/gh/desertfire/612/base 2025-12-04T08:43:42.7540371Z * [new branch] gh/desertfire/612/head -> origin/gh/desertfire/612/head 2025-12-04T08:43:42.7541002Z * [new branch] gh/desertfire/612/orig -> origin/gh/desertfire/612/orig 2025-12-04T08:43:42.7541694Z * [new branch] gh/desertfire/613/base -> origin/gh/desertfire/613/base 2025-12-04T08:43:42.7542355Z * [new branch] gh/desertfire/613/head -> origin/gh/desertfire/613/head 2025-12-04T08:43:42.7542923Z * [new branch] gh/desertfire/613/orig -> origin/gh/desertfire/613/orig 2025-12-04T08:43:42.7543553Z * [new branch] gh/desertfire/614/base -> origin/gh/desertfire/614/base 2025-12-04T08:43:42.7544183Z * [new branch] gh/desertfire/614/head -> origin/gh/desertfire/614/head 2025-12-04T08:43:42.7544805Z * [new branch] gh/desertfire/614/orig -> origin/gh/desertfire/614/orig 2025-12-04T08:43:42.7545383Z * [new branch] gh/desertfire/615/base -> origin/gh/desertfire/615/base 2025-12-04T08:43:42.7546045Z * [new branch] gh/desertfire/615/head -> origin/gh/desertfire/615/head 2025-12-04T08:43:42.7546622Z * [new branch] gh/desertfire/615/orig -> origin/gh/desertfire/615/orig 2025-12-04T08:43:42.7547257Z * [new branch] gh/desertfire/616/base -> origin/gh/desertfire/616/base 2025-12-04T08:43:42.7547822Z * [new branch] gh/desertfire/616/head -> origin/gh/desertfire/616/head 2025-12-04T08:43:42.7548485Z * [new branch] gh/desertfire/616/orig -> origin/gh/desertfire/616/orig 2025-12-04T08:43:42.7549049Z * [new branch] gh/desertfire/617/base -> origin/gh/desertfire/617/base 2025-12-04T08:43:42.7549783Z * [new branch] gh/desertfire/617/head -> origin/gh/desertfire/617/head 2025-12-04T08:43:42.7550912Z * [new branch] gh/desertfire/617/orig -> origin/gh/desertfire/617/orig 2025-12-04T08:43:42.7552721Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-12-04T08:43:42.7553851Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-12-04T08:43:42.7555636Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-12-04T08:43:42.7556682Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-12-04T08:43:42.7557976Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-12-04T08:43:42.7559370Z * [new branch] gh/drisspg/182/base -> origin/gh/drisspg/182/base 2025-12-04T08:43:42.7560440Z * [new branch] gh/drisspg/182/head -> origin/gh/drisspg/182/head 2025-12-04T08:43:42.7561840Z * [new branch] gh/drisspg/183/base -> origin/gh/drisspg/183/base 2025-12-04T08:43:42.7562800Z * [new branch] gh/drisspg/183/head -> origin/gh/drisspg/183/head 2025-12-04T08:43:42.7564381Z * [new branch] gh/drisspg/184/base -> origin/gh/drisspg/184/base 2025-12-04T08:43:42.7565339Z * [new branch] gh/drisspg/184/head -> origin/gh/drisspg/184/head 2025-12-04T08:43:42.7566890Z * [new branch] gh/drisspg/185/base -> origin/gh/drisspg/185/base 2025-12-04T08:43:42.7567961Z * [new branch] gh/drisspg/185/head -> origin/gh/drisspg/185/head 2025-12-04T08:43:42.7569437Z * [new branch] gh/drisspg/194/base -> origin/gh/drisspg/194/base 2025-12-04T08:43:42.7570460Z * [new branch] gh/drisspg/194/head -> origin/gh/drisspg/194/head 2025-12-04T08:43:42.7571734Z * [new branch] gh/drisspg/194/orig -> origin/gh/drisspg/194/orig 2025-12-04T08:43:42.7573222Z * [new branch] gh/drisspg/200/base -> origin/gh/drisspg/200/base 2025-12-04T08:43:42.7574255Z * [new branch] gh/drisspg/200/head -> origin/gh/drisspg/200/head 2025-12-04T08:43:42.7575397Z * [new branch] gh/drisspg/200/orig -> origin/gh/drisspg/200/orig 2025-12-04T08:43:42.7576916Z * [new branch] gh/drisspg/218/base -> origin/gh/drisspg/218/base 2025-12-04T08:43:42.7578184Z * [new branch] gh/drisspg/218/head -> origin/gh/drisspg/218/head 2025-12-04T08:43:42.7579355Z * [new branch] gh/drisspg/218/orig -> origin/gh/drisspg/218/orig 2025-12-04T08:43:42.7580648Z * [new branch] gh/drisspg/219/base -> origin/gh/drisspg/219/base 2025-12-04T08:43:42.7581643Z * [new branch] gh/drisspg/219/head -> origin/gh/drisspg/219/head 2025-12-04T08:43:42.7582771Z * [new branch] gh/drisspg/219/orig -> origin/gh/drisspg/219/orig 2025-12-04T08:43:42.7584264Z * [new branch] gh/drisspg/220/base -> origin/gh/drisspg/220/base 2025-12-04T08:43:42.7585332Z * [new branch] gh/drisspg/220/head -> origin/gh/drisspg/220/head 2025-12-04T08:43:42.7586390Z * [new branch] gh/drisspg/220/orig -> origin/gh/drisspg/220/orig 2025-12-04T08:43:42.7587894Z * [new branch] gh/drisspg/221/base -> origin/gh/drisspg/221/base 2025-12-04T08:43:42.7588916Z * [new branch] gh/drisspg/221/head -> origin/gh/drisspg/221/head 2025-12-04T08:43:42.7590012Z * [new branch] gh/drisspg/221/orig -> origin/gh/drisspg/221/orig 2025-12-04T08:43:42.7591541Z * [new branch] gh/drisspg/222/base -> origin/gh/drisspg/222/base 2025-12-04T08:43:42.7592779Z * [new branch] gh/drisspg/222/head -> origin/gh/drisspg/222/head 2025-12-04T08:43:42.7593772Z * [new branch] gh/drisspg/222/orig -> origin/gh/drisspg/222/orig 2025-12-04T08:43:42.7595297Z * [new branch] gh/drisspg/223/base -> origin/gh/drisspg/223/base 2025-12-04T08:43:42.7596403Z * [new branch] gh/drisspg/223/head -> origin/gh/drisspg/223/head 2025-12-04T08:43:42.7597494Z * [new branch] gh/drisspg/223/orig -> origin/gh/drisspg/223/orig 2025-12-04T08:43:42.7598971Z * [new branch] gh/drisspg/224/base -> origin/gh/drisspg/224/base 2025-12-04T08:43:42.7600009Z * [new branch] gh/drisspg/224/head -> origin/gh/drisspg/224/head 2025-12-04T08:43:42.7601070Z * [new branch] gh/drisspg/224/orig -> origin/gh/drisspg/224/orig 2025-12-04T08:43:42.7602581Z * [new branch] gh/drisspg/225/base -> origin/gh/drisspg/225/base 2025-12-04T08:43:42.7603712Z * [new branch] gh/drisspg/225/head -> origin/gh/drisspg/225/head 2025-12-04T08:43:42.7604844Z * [new branch] gh/drisspg/225/orig -> origin/gh/drisspg/225/orig 2025-12-04T08:43:42.7606377Z * [new branch] gh/drisspg/226/base -> origin/gh/drisspg/226/base 2025-12-04T08:43:42.7607477Z * [new branch] gh/drisspg/226/head -> origin/gh/drisspg/226/head 2025-12-04T08:43:42.7608560Z * [new branch] gh/drisspg/226/orig -> origin/gh/drisspg/226/orig 2025-12-04T08:43:42.7610898Z * [new branch] gh/drisspg/227/base -> origin/gh/drisspg/227/base 2025-12-04T08:43:42.7611914Z * [new branch] gh/drisspg/227/head -> origin/gh/drisspg/227/head 2025-12-04T08:43:42.7613013Z * [new branch] gh/drisspg/227/orig -> origin/gh/drisspg/227/orig 2025-12-04T08:43:42.7614604Z * [new branch] gh/drisspg/228/base -> origin/gh/drisspg/228/base 2025-12-04T08:43:42.7615610Z * [new branch] gh/drisspg/228/head -> origin/gh/drisspg/228/head 2025-12-04T08:43:42.7616722Z * [new branch] gh/drisspg/228/orig -> origin/gh/drisspg/228/orig 2025-12-04T08:43:42.7618260Z * [new branch] gh/drisspg/229/base -> origin/gh/drisspg/229/base 2025-12-04T08:43:42.7619265Z * [new branch] gh/drisspg/229/head -> origin/gh/drisspg/229/head 2025-12-04T08:43:42.7620382Z * [new branch] gh/drisspg/229/orig -> origin/gh/drisspg/229/orig 2025-12-04T08:43:42.7622077Z * [new branch] gh/drisspg/230/base -> origin/gh/drisspg/230/base 2025-12-04T08:43:42.7623142Z * [new branch] gh/drisspg/230/head -> origin/gh/drisspg/230/head 2025-12-04T08:43:42.7624208Z * [new branch] gh/drisspg/230/orig -> origin/gh/drisspg/230/orig 2025-12-04T08:43:42.7626069Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-12-04T08:43:42.7627162Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-12-04T08:43:42.7629022Z * [new branch] gh/dzmitry-huba/1/base -> origin/gh/dzmitry-huba/1/base 2025-12-04T08:43:42.7630113Z * [new branch] gh/dzmitry-huba/1/head -> origin/gh/dzmitry-huba/1/head 2025-12-04T08:43:42.7631797Z * [new branch] gh/dzmitry-huba/12/base -> origin/gh/dzmitry-huba/12/base 2025-12-04T08:43:42.7633066Z * [new branch] gh/dzmitry-huba/12/head -> origin/gh/dzmitry-huba/12/head 2025-12-04T08:43:42.7634140Z * [new branch] gh/dzmitry-huba/12/orig -> origin/gh/dzmitry-huba/12/orig 2025-12-04T08:43:42.7635899Z * [new branch] gh/dzmitry-huba/13/base -> origin/gh/dzmitry-huba/13/base 2025-12-04T08:43:42.7637235Z * [new branch] gh/dzmitry-huba/13/head -> origin/gh/dzmitry-huba/13/head 2025-12-04T08:43:42.7638302Z * [new branch] gh/dzmitry-huba/13/orig -> origin/gh/dzmitry-huba/13/orig 2025-12-04T08:43:42.7639782Z * [new branch] gh/dzmitry-huba/14/base -> origin/gh/dzmitry-huba/14/base 2025-12-04T08:43:42.7640859Z * [new branch] gh/dzmitry-huba/14/head -> origin/gh/dzmitry-huba/14/head 2025-12-04T08:43:42.7641974Z * [new branch] gh/dzmitry-huba/14/orig -> origin/gh/dzmitry-huba/14/orig 2025-12-04T08:43:42.7643704Z * [new branch] gh/dzmitry-huba/15/base -> origin/gh/dzmitry-huba/15/base 2025-12-04T08:43:42.7644761Z * [new branch] gh/dzmitry-huba/15/head -> origin/gh/dzmitry-huba/15/head 2025-12-04T08:43:42.7645807Z * [new branch] gh/dzmitry-huba/15/orig -> origin/gh/dzmitry-huba/15/orig 2025-12-04T08:43:42.7647484Z * [new branch] gh/dzmitry-huba/16/base -> origin/gh/dzmitry-huba/16/base 2025-12-04T08:43:42.7648646Z * [new branch] gh/dzmitry-huba/16/head -> origin/gh/dzmitry-huba/16/head 2025-12-04T08:43:42.7649777Z * [new branch] gh/dzmitry-huba/16/orig -> origin/gh/dzmitry-huba/16/orig 2025-12-04T08:43:42.7651360Z * [new branch] gh/dzmitry-huba/17/base -> origin/gh/dzmitry-huba/17/base 2025-12-04T08:43:42.7652611Z * [new branch] gh/dzmitry-huba/17/head -> origin/gh/dzmitry-huba/17/head 2025-12-04T08:43:42.7653625Z * [new branch] gh/dzmitry-huba/17/orig -> origin/gh/dzmitry-huba/17/orig 2025-12-04T08:43:42.7655073Z * [new branch] gh/dzmitry-huba/2/base -> origin/gh/dzmitry-huba/2/base 2025-12-04T08:43:42.7656061Z * [new branch] gh/dzmitry-huba/2/head -> origin/gh/dzmitry-huba/2/head 2025-12-04T08:43:42.7657434Z * [new branch] gh/dzmitry-huba/3/base -> origin/gh/dzmitry-huba/3/base 2025-12-04T08:43:42.7658422Z * [new branch] gh/dzmitry-huba/3/head -> origin/gh/dzmitry-huba/3/head 2025-12-04T08:43:42.7660282Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-12-04T08:43:42.7661522Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-12-04T08:43:42.7662566Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-12-04T08:43:42.7664387Z * [new branch] gh/eellison/822/base -> origin/gh/eellison/822/base 2025-12-04T08:43:42.7665439Z * [new branch] gh/eellison/822/head -> origin/gh/eellison/822/head 2025-12-04T08:43:42.7666751Z * [new branch] gh/eellison/822/orig -> origin/gh/eellison/822/orig 2025-12-04T08:43:42.7668275Z * [new branch] gh/eellison/823/base -> origin/gh/eellison/823/base 2025-12-04T08:43:42.7669231Z * [new branch] gh/eellison/823/head -> origin/gh/eellison/823/head 2025-12-04T08:43:42.7670315Z * [new branch] gh/eellison/823/orig -> origin/gh/eellison/823/orig 2025-12-04T08:43:42.7672003Z * [new branch] gh/eellison/862/base -> origin/gh/eellison/862/base 2025-12-04T08:43:42.7673032Z * [new branch] gh/eellison/862/head -> origin/gh/eellison/862/head 2025-12-04T08:43:42.7674640Z * [new branch] gh/eellison/862/orig -> origin/gh/eellison/862/orig 2025-12-04T08:43:42.7676079Z * [new branch] gh/eellison/863/base -> origin/gh/eellison/863/base 2025-12-04T08:43:42.7677140Z * [new branch] gh/eellison/863/head -> origin/gh/eellison/863/head 2025-12-04T08:43:42.7678257Z * [new branch] gh/eellison/863/orig -> origin/gh/eellison/863/orig 2025-12-04T08:43:42.7679707Z * [new branch] gh/eellison/864/base -> origin/gh/eellison/864/base 2025-12-04T08:43:42.7680813Z * [new branch] gh/eellison/864/head -> origin/gh/eellison/864/head 2025-12-04T08:43:42.7682079Z * [new branch] gh/eellison/864/orig -> origin/gh/eellison/864/orig 2025-12-04T08:43:42.7683580Z * [new branch] gh/eellison/865/base -> origin/gh/eellison/865/base 2025-12-04T08:43:42.7684701Z * [new branch] gh/eellison/865/head -> origin/gh/eellison/865/head 2025-12-04T08:43:42.7686208Z * [new branch] gh/eellison/865/orig -> origin/gh/eellison/865/orig 2025-12-04T08:43:42.7687322Z * [new branch] gh/eellison/866/base -> origin/gh/eellison/866/base 2025-12-04T08:43:42.7688385Z * [new branch] gh/eellison/866/head -> origin/gh/eellison/866/head 2025-12-04T08:43:42.7689513Z * [new branch] gh/eellison/866/orig -> origin/gh/eellison/866/orig 2025-12-04T08:43:42.7691427Z * [new branch] gh/eellison/867/base -> origin/gh/eellison/867/base 2025-12-04T08:43:42.7692217Z * [new branch] gh/eellison/867/head -> origin/gh/eellison/867/head 2025-12-04T08:43:42.7693326Z * [new branch] gh/eellison/867/orig -> origin/gh/eellison/867/orig 2025-12-04T08:43:42.7695167Z * [new branch] gh/eellison/868/base -> origin/gh/eellison/868/base 2025-12-04T08:43:42.7696613Z * [new branch] gh/eellison/868/head -> origin/gh/eellison/868/head 2025-12-04T08:43:42.7697856Z * [new branch] gh/eellison/868/orig -> origin/gh/eellison/868/orig 2025-12-04T08:43:42.7699337Z * [new branch] gh/eellison/869/base -> origin/gh/eellison/869/base 2025-12-04T08:43:42.7700351Z * [new branch] gh/eellison/869/head -> origin/gh/eellison/869/head 2025-12-04T08:43:42.7701406Z * [new branch] gh/eellison/869/orig -> origin/gh/eellison/869/orig 2025-12-04T08:43:42.7702999Z * [new branch] gh/eellison/870/base -> origin/gh/eellison/870/base 2025-12-04T08:43:42.7704004Z * [new branch] gh/eellison/870/head -> origin/gh/eellison/870/head 2025-12-04T08:43:42.7705088Z * [new branch] gh/eellison/870/orig -> origin/gh/eellison/870/orig 2025-12-04T08:43:42.7706729Z * [new branch] gh/eellison/871/base -> origin/gh/eellison/871/base 2025-12-04T08:43:42.7707723Z * [new branch] gh/eellison/871/head -> origin/gh/eellison/871/head 2025-12-04T08:43:42.7708824Z * [new branch] gh/eellison/871/orig -> origin/gh/eellison/871/orig 2025-12-04T08:43:42.7710391Z * [new branch] gh/eellison/872/base -> origin/gh/eellison/872/base 2025-12-04T08:43:42.7711422Z * [new branch] gh/eellison/872/head -> origin/gh/eellison/872/head 2025-12-04T08:43:42.7712793Z * [new branch] gh/eellison/872/orig -> origin/gh/eellison/872/orig 2025-12-04T08:43:42.7714354Z * [new branch] gh/eellison/873/base -> origin/gh/eellison/873/base 2025-12-04T08:43:42.7715328Z * [new branch] gh/eellison/873/head -> origin/gh/eellison/873/head 2025-12-04T08:43:42.7716459Z * [new branch] gh/eellison/873/orig -> origin/gh/eellison/873/orig 2025-12-04T08:43:42.7718085Z * [new branch] gh/eellison/874/base -> origin/gh/eellison/874/base 2025-12-04T08:43:42.7719126Z * [new branch] gh/eellison/874/head -> origin/gh/eellison/874/head 2025-12-04T08:43:42.7720662Z * [new branch] gh/eellison/874/orig -> origin/gh/eellison/874/orig 2025-12-04T08:43:42.7722592Z * [new branch] gh/eellison/875/base -> origin/gh/eellison/875/base 2025-12-04T08:43:42.7723917Z * [new branch] gh/eellison/875/head -> origin/gh/eellison/875/head 2025-12-04T08:43:42.7724975Z * [new branch] gh/eellison/875/orig -> origin/gh/eellison/875/orig 2025-12-04T08:43:42.7726606Z * [new branch] gh/eellison/876/base -> origin/gh/eellison/876/base 2025-12-04T08:43:42.7727633Z * [new branch] gh/eellison/876/head -> origin/gh/eellison/876/head 2025-12-04T08:43:42.7729318Z * [new branch] gh/eellison/876/orig -> origin/gh/eellison/876/orig 2025-12-04T08:43:42.7730406Z * [new branch] gh/eellison/877/base -> origin/gh/eellison/877/base 2025-12-04T08:43:42.7731516Z * [new branch] gh/eellison/877/head -> origin/gh/eellison/877/head 2025-12-04T08:43:42.7732596Z * [new branch] gh/eellison/877/orig -> origin/gh/eellison/877/orig 2025-12-04T08:43:42.7734242Z * [new branch] gh/eellison/878/base -> origin/gh/eellison/878/base 2025-12-04T08:43:42.7735227Z * [new branch] gh/eellison/878/head -> origin/gh/eellison/878/head 2025-12-04T08:43:42.7736353Z * [new branch] gh/eellison/878/orig -> origin/gh/eellison/878/orig 2025-12-04T08:43:42.7737906Z * [new branch] gh/eellison/879/base -> origin/gh/eellison/879/base 2025-12-04T08:43:42.7738975Z * [new branch] gh/eellison/879/head -> origin/gh/eellison/879/head 2025-12-04T08:43:42.7740260Z * [new branch] gh/eellison/879/orig -> origin/gh/eellison/879/orig 2025-12-04T08:43:42.7741516Z * [new branch] gh/eellison/880/base -> origin/gh/eellison/880/base 2025-12-04T08:43:42.7742603Z * [new branch] gh/eellison/880/head -> origin/gh/eellison/880/head 2025-12-04T08:43:42.7743926Z * [new branch] gh/eellison/880/orig -> origin/gh/eellison/880/orig 2025-12-04T08:43:42.7745499Z * [new branch] gh/eellison/881/base -> origin/gh/eellison/881/base 2025-12-04T08:43:42.7746534Z * [new branch] gh/eellison/881/head -> origin/gh/eellison/881/head 2025-12-04T08:43:42.7747661Z * [new branch] gh/eellison/881/orig -> origin/gh/eellison/881/orig 2025-12-04T08:43:42.7749216Z * [new branch] gh/eellison/882/base -> origin/gh/eellison/882/base 2025-12-04T08:43:42.7750268Z * [new branch] gh/eellison/882/head -> origin/gh/eellison/882/head 2025-12-04T08:43:42.7751593Z * [new branch] gh/eellison/882/orig -> origin/gh/eellison/882/orig 2025-12-04T08:43:42.7753032Z * [new branch] gh/eellison/883/base -> origin/gh/eellison/883/base 2025-12-04T08:43:42.7754068Z * [new branch] gh/eellison/883/head -> origin/gh/eellison/883/head 2025-12-04T08:43:42.7755132Z * [new branch] gh/eellison/883/orig -> origin/gh/eellison/883/orig 2025-12-04T08:43:42.7756575Z * [new branch] gh/eellison/884/base -> origin/gh/eellison/884/base 2025-12-04T08:43:42.7757894Z * [new branch] gh/eellison/884/head -> origin/gh/eellison/884/head 2025-12-04T08:43:42.7758833Z * [new branch] gh/eellison/884/orig -> origin/gh/eellison/884/orig 2025-12-04T08:43:42.7760698Z * [new branch] gh/etaf/147/base -> origin/gh/etaf/147/base 2025-12-04T08:43:42.7761784Z * [new branch] gh/etaf/147/head -> origin/gh/etaf/147/head 2025-12-04T08:43:42.7763593Z * [new branch] gh/etaf/154/base -> origin/gh/etaf/154/base 2025-12-04T08:43:42.7764860Z * [new branch] gh/etaf/154/head -> origin/gh/etaf/154/head 2025-12-04T08:43:42.7765839Z * [new branch] gh/etaf/154/orig -> origin/gh/etaf/154/orig 2025-12-04T08:43:42.7767358Z * [new branch] gh/etaf/156/base -> origin/gh/etaf/156/base 2025-12-04T08:43:42.7768392Z * [new branch] gh/etaf/156/head -> origin/gh/etaf/156/head 2025-12-04T08:43:42.7769608Z * [new branch] gh/etaf/156/orig -> origin/gh/etaf/156/orig 2025-12-04T08:43:42.7774571Z * [new branch] gh/etaf/157/base -> origin/gh/etaf/157/base 2025-12-04T08:43:42.7775907Z * [new branch] gh/etaf/157/head -> origin/gh/etaf/157/head 2025-12-04T08:43:42.7777184Z * [new branch] gh/etaf/157/orig -> origin/gh/etaf/157/orig 2025-12-04T08:43:42.7778621Z * [new branch] gh/etaf/158/base -> origin/gh/etaf/158/base 2025-12-04T08:43:42.7779839Z * [new branch] gh/etaf/158/head -> origin/gh/etaf/158/head 2025-12-04T08:43:42.7780882Z * [new branch] gh/etaf/158/orig -> origin/gh/etaf/158/orig 2025-12-04T08:43:42.7782524Z * [new branch] gh/etaf/159/base -> origin/gh/etaf/159/base 2025-12-04T08:43:42.7783535Z * [new branch] gh/etaf/159/head -> origin/gh/etaf/159/head 2025-12-04T08:43:42.7784625Z * [new branch] gh/etaf/159/orig -> origin/gh/etaf/159/orig 2025-12-04T08:43:42.7786272Z * [new branch] gh/etaf/160/base -> origin/gh/etaf/160/base 2025-12-04T08:43:42.7787349Z * [new branch] gh/etaf/160/head -> origin/gh/etaf/160/head 2025-12-04T08:43:42.7788551Z * [new branch] gh/etaf/160/orig -> origin/gh/etaf/160/orig 2025-12-04T08:43:42.7790043Z * [new branch] gh/etaf/161/base -> origin/gh/etaf/161/base 2025-12-04T08:43:42.7791254Z * [new branch] gh/etaf/161/head -> origin/gh/etaf/161/head 2025-12-04T08:43:42.7792445Z * [new branch] gh/etaf/161/orig -> origin/gh/etaf/161/orig 2025-12-04T08:43:42.7793949Z * [new branch] gh/etaf/166/base -> origin/gh/etaf/166/base 2025-12-04T08:43:42.7795204Z * [new branch] gh/etaf/166/head -> origin/gh/etaf/166/head 2025-12-04T08:43:42.7796482Z * [new branch] gh/etaf/166/orig -> origin/gh/etaf/166/orig 2025-12-04T08:43:42.7797878Z * [new branch] gh/etaf/167/base -> origin/gh/etaf/167/base 2025-12-04T08:43:42.7798974Z * [new branch] gh/etaf/167/head -> origin/gh/etaf/167/head 2025-12-04T08:43:42.7800061Z * [new branch] gh/etaf/167/orig -> origin/gh/etaf/167/orig 2025-12-04T08:43:42.7801822Z * [new branch] gh/etaf/168/base -> origin/gh/etaf/168/base 2025-12-04T08:43:42.7803012Z * [new branch] gh/etaf/168/head -> origin/gh/etaf/168/head 2025-12-04T08:43:42.7804264Z * [new branch] gh/etaf/168/orig -> origin/gh/etaf/168/orig 2025-12-04T08:43:42.7805824Z * [new branch] gh/etaf/172/base -> origin/gh/etaf/172/base 2025-12-04T08:43:42.7806867Z * [new branch] gh/etaf/172/head -> origin/gh/etaf/172/head 2025-12-04T08:43:42.7808307Z * [new branch] gh/etaf/172/orig -> origin/gh/etaf/172/orig 2025-12-04T08:43:42.7809909Z * [new branch] gh/etaf/173/base -> origin/gh/etaf/173/base 2025-12-04T08:43:42.7811133Z * [new branch] gh/etaf/173/head -> origin/gh/etaf/173/head 2025-12-04T08:43:42.7812156Z * [new branch] gh/etaf/173/orig -> origin/gh/etaf/173/orig 2025-12-04T08:43:42.7813762Z * [new branch] gh/etaf/174/base -> origin/gh/etaf/174/base 2025-12-04T08:43:42.7814789Z * [new branch] gh/etaf/174/head -> origin/gh/etaf/174/head 2025-12-04T08:43:42.7816335Z * [new branch] gh/etaf/175/base -> origin/gh/etaf/175/base 2025-12-04T08:43:42.7817846Z * [new branch] gh/etaf/175/head -> origin/gh/etaf/175/head 2025-12-04T08:43:42.7818808Z * [new branch] gh/etaf/175/orig -> origin/gh/etaf/175/orig 2025-12-04T08:43:42.7820418Z * [new branch] gh/etaf/176/base -> origin/gh/etaf/176/base 2025-12-04T08:43:42.7821609Z * [new branch] gh/etaf/176/head -> origin/gh/etaf/176/head 2025-12-04T08:43:42.7822675Z * [new branch] gh/etaf/176/orig -> origin/gh/etaf/176/orig 2025-12-04T08:43:42.7824750Z * [new branch] gh/etaf/177/base -> origin/gh/etaf/177/base 2025-12-04T08:43:42.7825982Z * [new branch] gh/etaf/177/head -> origin/gh/etaf/177/head 2025-12-04T08:43:42.7827061Z * [new branch] gh/etaf/177/orig -> origin/gh/etaf/177/orig 2025-12-04T08:43:42.7828774Z * [new branch] gh/etaf/178/base -> origin/gh/etaf/178/base 2025-12-04T08:43:42.7830012Z * [new branch] gh/etaf/178/head -> origin/gh/etaf/178/head 2025-12-04T08:43:42.7831098Z * [new branch] gh/etaf/178/orig -> origin/gh/etaf/178/orig 2025-12-04T08:43:42.7832715Z * [new branch] gh/etaf/179/base -> origin/gh/etaf/179/base 2025-12-04T08:43:42.7833799Z * [new branch] gh/etaf/179/head -> origin/gh/etaf/179/head 2025-12-04T08:43:42.7834844Z * [new branch] gh/etaf/179/orig -> origin/gh/etaf/179/orig 2025-12-04T08:43:42.7836309Z * [new branch] gh/etaf/180/base -> origin/gh/etaf/180/base 2025-12-04T08:43:42.7837362Z * [new branch] gh/etaf/180/head -> origin/gh/etaf/180/head 2025-12-04T08:43:42.7838460Z * [new branch] gh/etaf/180/orig -> origin/gh/etaf/180/orig 2025-12-04T08:43:42.7840421Z * [new branch] gh/exclamaforte/1/base -> origin/gh/exclamaforte/1/base 2025-12-04T08:43:42.7841474Z * [new branch] gh/exclamaforte/1/head -> origin/gh/exclamaforte/1/head 2025-12-04T08:43:42.7843065Z * [new branch] gh/exclamaforte/2/base -> origin/gh/exclamaforte/2/base 2025-12-04T08:43:42.7844140Z * [new branch] gh/exclamaforte/2/head -> origin/gh/exclamaforte/2/head 2025-12-04T08:43:42.7845811Z * [new branch] gh/exclamaforte/3/base -> origin/gh/exclamaforte/3/base 2025-12-04T08:43:42.7846731Z * [new branch] gh/exclamaforte/3/head -> origin/gh/exclamaforte/3/head 2025-12-04T08:43:42.7848248Z * [new branch] gh/exclamaforte/4/base -> origin/gh/exclamaforte/4/base 2025-12-04T08:43:42.7849255Z * [new branch] gh/exclamaforte/4/head -> origin/gh/exclamaforte/4/head 2025-12-04T08:43:42.7851125Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-12-04T08:43:42.7852368Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-12-04T08:43:42.7853405Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-12-04T08:43:42.7854914Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-12-04T08:43:42.7856057Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-12-04T08:43:42.7857079Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-12-04T08:43:42.7858614Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-12-04T08:43:42.7859600Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-12-04T08:43:42.7860761Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-12-04T08:43:42.7862318Z * [new branch] gh/ezyang/3131/base -> origin/gh/ezyang/3131/base 2025-12-04T08:43:42.7863330Z * [new branch] gh/ezyang/3131/head -> origin/gh/ezyang/3131/head 2025-12-04T08:43:42.7864447Z * [new branch] gh/ezyang/3131/orig -> origin/gh/ezyang/3131/orig 2025-12-04T08:43:42.7865960Z * [new branch] gh/ezyang/3139/base -> origin/gh/ezyang/3139/base 2025-12-04T08:43:42.7867174Z * [new branch] gh/ezyang/3139/head -> origin/gh/ezyang/3139/head 2025-12-04T08:43:42.7868210Z * [new branch] gh/ezyang/3139/orig -> origin/gh/ezyang/3139/orig 2025-12-04T08:43:42.7869691Z * [new branch] gh/ezyang/3140/base -> origin/gh/ezyang/3140/base 2025-12-04T08:43:42.7870806Z * [new branch] gh/ezyang/3140/head -> origin/gh/ezyang/3140/head 2025-12-04T08:43:42.7872126Z * [new branch] gh/ezyang/3140/orig -> origin/gh/ezyang/3140/orig 2025-12-04T08:43:42.7873577Z * [new branch] gh/ezyang/3143/base -> origin/gh/ezyang/3143/base 2025-12-04T08:43:42.7874548Z * [new branch] gh/ezyang/3143/head -> origin/gh/ezyang/3143/head 2025-12-04T08:43:42.7875635Z * [new branch] gh/ezyang/3143/orig -> origin/gh/ezyang/3143/orig 2025-12-04T08:43:42.7877161Z * [new branch] gh/ezyang/3144/base -> origin/gh/ezyang/3144/base 2025-12-04T08:43:42.7878209Z * [new branch] gh/ezyang/3144/head -> origin/gh/ezyang/3144/head 2025-12-04T08:43:42.7879503Z * [new branch] gh/ezyang/3144/orig -> origin/gh/ezyang/3144/orig 2025-12-04T08:43:42.7880991Z * [new branch] gh/ezyang/3167/base -> origin/gh/ezyang/3167/base 2025-12-04T08:43:42.7882247Z * [new branch] gh/ezyang/3167/head -> origin/gh/ezyang/3167/head 2025-12-04T08:43:42.7883357Z * [new branch] gh/ezyang/3167/orig -> origin/gh/ezyang/3167/orig 2025-12-04T08:43:42.7884988Z * [new branch] gh/ezyang/3173/base -> origin/gh/ezyang/3173/base 2025-12-04T08:43:42.7886059Z * [new branch] gh/ezyang/3173/head -> origin/gh/ezyang/3173/head 2025-12-04T08:43:42.7887294Z * [new branch] gh/ezyang/3173/orig -> origin/gh/ezyang/3173/orig 2025-12-04T08:43:42.7888744Z * [new branch] gh/ezyang/3175/base -> origin/gh/ezyang/3175/base 2025-12-04T08:43:42.7889762Z * [new branch] gh/ezyang/3175/head -> origin/gh/ezyang/3175/head 2025-12-04T08:43:42.7890852Z * [new branch] gh/ezyang/3175/orig -> origin/gh/ezyang/3175/orig 2025-12-04T08:43:42.7892398Z * [new branch] gh/ezyang/3182/base -> origin/gh/ezyang/3182/base 2025-12-04T08:43:42.7893386Z * [new branch] gh/ezyang/3182/head -> origin/gh/ezyang/3182/head 2025-12-04T08:43:42.7894509Z * [new branch] gh/ezyang/3182/orig -> origin/gh/ezyang/3182/orig 2025-12-04T08:43:42.7896021Z * [new branch] gh/ezyang/3185/base -> origin/gh/ezyang/3185/base 2025-12-04T08:43:42.7897138Z * [new branch] gh/ezyang/3185/head -> origin/gh/ezyang/3185/head 2025-12-04T08:43:42.7898249Z * [new branch] gh/ezyang/3185/orig -> origin/gh/ezyang/3185/orig 2025-12-04T08:43:42.7899896Z * [new branch] gh/ezyang/3189/base -> origin/gh/ezyang/3189/base 2025-12-04T08:43:42.7900801Z * [new branch] gh/ezyang/3189/head -> origin/gh/ezyang/3189/head 2025-12-04T08:43:42.7901918Z * [new branch] gh/ezyang/3189/orig -> origin/gh/ezyang/3189/orig 2025-12-04T08:43:42.7903436Z * [new branch] gh/ezyang/3191/base -> origin/gh/ezyang/3191/base 2025-12-04T08:43:42.7904474Z * [new branch] gh/ezyang/3191/head -> origin/gh/ezyang/3191/head 2025-12-04T08:43:42.7905610Z * [new branch] gh/ezyang/3191/orig -> origin/gh/ezyang/3191/orig 2025-12-04T08:43:42.7907533Z * [new branch] gh/ezyang/3192/base -> origin/gh/ezyang/3192/base 2025-12-04T08:43:42.7908575Z * [new branch] gh/ezyang/3192/head -> origin/gh/ezyang/3192/head 2025-12-04T08:43:42.7909853Z * [new branch] gh/ezyang/3192/orig -> origin/gh/ezyang/3192/orig 2025-12-04T08:43:42.7911358Z * [new branch] gh/ezyang/3193/base -> origin/gh/ezyang/3193/base 2025-12-04T08:43:42.7912492Z * [new branch] gh/ezyang/3193/head -> origin/gh/ezyang/3193/head 2025-12-04T08:43:42.7913593Z * [new branch] gh/ezyang/3193/orig -> origin/gh/ezyang/3193/orig 2025-12-04T08:43:42.7915591Z * [new branch] gh/ezyang/3194/base -> origin/gh/ezyang/3194/base 2025-12-04T08:43:42.7916656Z * [new branch] gh/ezyang/3194/head -> origin/gh/ezyang/3194/head 2025-12-04T08:43:42.7917778Z * [new branch] gh/ezyang/3194/orig -> origin/gh/ezyang/3194/orig 2025-12-04T08:43:42.7919294Z * [new branch] gh/ezyang/3195/base -> origin/gh/ezyang/3195/base 2025-12-04T08:43:42.7920339Z * [new branch] gh/ezyang/3195/head -> origin/gh/ezyang/3195/head 2025-12-04T08:43:42.7921710Z * [new branch] gh/ezyang/3195/orig -> origin/gh/ezyang/3195/orig 2025-12-04T08:43:42.7923230Z * [new branch] gh/ezyang/3196/base -> origin/gh/ezyang/3196/base 2025-12-04T08:43:42.7924349Z * [new branch] gh/ezyang/3196/head -> origin/gh/ezyang/3196/head 2025-12-04T08:43:42.7925443Z * [new branch] gh/ezyang/3196/orig -> origin/gh/ezyang/3196/orig 2025-12-04T08:43:42.7927036Z * [new branch] gh/ezyang/3197/base -> origin/gh/ezyang/3197/base 2025-12-04T08:43:42.7928159Z * [new branch] gh/ezyang/3197/head -> origin/gh/ezyang/3197/head 2025-12-04T08:43:42.7929245Z * [new branch] gh/ezyang/3197/orig -> origin/gh/ezyang/3197/orig 2025-12-04T08:43:42.7930844Z * [new branch] gh/ezyang/3198/base -> origin/gh/ezyang/3198/base 2025-12-04T08:43:42.7931841Z * [new branch] gh/ezyang/3198/head -> origin/gh/ezyang/3198/head 2025-12-04T08:43:42.7933026Z * [new branch] gh/ezyang/3198/orig -> origin/gh/ezyang/3198/orig 2025-12-04T08:43:42.7934519Z * [new branch] gh/ezyang/3199/base -> origin/gh/ezyang/3199/base 2025-12-04T08:43:42.7935559Z * [new branch] gh/ezyang/3199/head -> origin/gh/ezyang/3199/head 2025-12-04T08:43:42.7936813Z * [new branch] gh/ezyang/3199/orig -> origin/gh/ezyang/3199/orig 2025-12-04T08:43:42.7938304Z * [new branch] gh/ezyang/3200/base -> origin/gh/ezyang/3200/base 2025-12-04T08:43:42.7939318Z * [new branch] gh/ezyang/3200/head -> origin/gh/ezyang/3200/head 2025-12-04T08:43:42.7940436Z * [new branch] gh/ezyang/3200/orig -> origin/gh/ezyang/3200/orig 2025-12-04T08:43:42.7941976Z * [new branch] gh/ezyang/3201/base -> origin/gh/ezyang/3201/base 2025-12-04T08:43:42.7943175Z * [new branch] gh/ezyang/3201/head -> origin/gh/ezyang/3201/head 2025-12-04T08:43:42.7944511Z * [new branch] gh/ezyang/3201/orig -> origin/gh/ezyang/3201/orig 2025-12-04T08:43:42.7945806Z * [new branch] gh/ezyang/3202/base -> origin/gh/ezyang/3202/base 2025-12-04T08:43:42.7946893Z * [new branch] gh/ezyang/3202/head -> origin/gh/ezyang/3202/head 2025-12-04T08:43:42.7948223Z * [new branch] gh/ezyang/3202/orig -> origin/gh/ezyang/3202/orig 2025-12-04T08:43:42.7949473Z * [new branch] gh/ezyang/3203/base -> origin/gh/ezyang/3203/base 2025-12-04T08:43:42.7950575Z * [new branch] gh/ezyang/3203/head -> origin/gh/ezyang/3203/head 2025-12-04T08:43:42.7951778Z * [new branch] gh/ezyang/3203/orig -> origin/gh/ezyang/3203/orig 2025-12-04T08:43:42.7953225Z * [new branch] gh/ezyang/3204/base -> origin/gh/ezyang/3204/base 2025-12-04T08:43:42.7954351Z * [new branch] gh/ezyang/3204/head -> origin/gh/ezyang/3204/head 2025-12-04T08:43:42.7955427Z * [new branch] gh/ezyang/3204/orig -> origin/gh/ezyang/3204/orig 2025-12-04T08:43:42.7956939Z * [new branch] gh/ezyang/3205/base -> origin/gh/ezyang/3205/base 2025-12-04T08:43:42.7958151Z * [new branch] gh/ezyang/3205/head -> origin/gh/ezyang/3205/head 2025-12-04T08:43:42.7959253Z * [new branch] gh/ezyang/3205/orig -> origin/gh/ezyang/3205/orig 2025-12-04T08:43:42.7960750Z * [new branch] gh/ezyang/3206/base -> origin/gh/ezyang/3206/base 2025-12-04T08:43:42.7961886Z * [new branch] gh/ezyang/3206/head -> origin/gh/ezyang/3206/head 2025-12-04T08:43:42.7962975Z * [new branch] gh/ezyang/3206/orig -> origin/gh/ezyang/3206/orig 2025-12-04T08:43:42.7964625Z * [new branch] gh/ezyang/3207/base -> origin/gh/ezyang/3207/base 2025-12-04T08:43:42.7965709Z * [new branch] gh/ezyang/3207/head -> origin/gh/ezyang/3207/head 2025-12-04T08:43:42.7966820Z * [new branch] gh/ezyang/3207/orig -> origin/gh/ezyang/3207/orig 2025-12-04T08:43:42.7968314Z * [new branch] gh/ezyang/3208/base -> origin/gh/ezyang/3208/base 2025-12-04T08:43:42.7969396Z * [new branch] gh/ezyang/3208/head -> origin/gh/ezyang/3208/head 2025-12-04T08:43:42.7970538Z * [new branch] gh/ezyang/3208/orig -> origin/gh/ezyang/3208/orig 2025-12-04T08:43:42.7972227Z * [new branch] gh/ezyang/3209/base -> origin/gh/ezyang/3209/base 2025-12-04T08:43:42.7973417Z * [new branch] gh/ezyang/3209/head -> origin/gh/ezyang/3209/head 2025-12-04T08:43:42.7974561Z * [new branch] gh/ezyang/3209/orig -> origin/gh/ezyang/3209/orig 2025-12-04T08:43:42.7976348Z * [new branch] gh/fadara01/3/base -> origin/gh/fadara01/3/base 2025-12-04T08:43:42.7977416Z * [new branch] gh/fadara01/3/head -> origin/gh/fadara01/3/head 2025-12-04T08:43:42.7978540Z * [new branch] gh/fadara01/3/orig -> origin/gh/fadara01/3/orig 2025-12-04T08:43:42.7980066Z * [new branch] gh/fadara01/5/base -> origin/gh/fadara01/5/base 2025-12-04T08:43:42.7981152Z * [new branch] gh/fadara01/5/head -> origin/gh/fadara01/5/head 2025-12-04T08:43:42.7982277Z * [new branch] gh/fadara01/5/orig -> origin/gh/fadara01/5/orig 2025-12-04T08:43:42.7983697Z * [new branch] gh/fadara01/6/base -> origin/gh/fadara01/6/base 2025-12-04T08:43:42.7984769Z * [new branch] gh/fadara01/6/head -> origin/gh/fadara01/6/head 2025-12-04T08:43:42.7985874Z * [new branch] gh/fadara01/6/orig -> origin/gh/fadara01/6/orig 2025-12-04T08:43:42.7987452Z * [new branch] gh/fadara01/7/base -> origin/gh/fadara01/7/base 2025-12-04T08:43:42.7988537Z * [new branch] gh/fadara01/7/head -> origin/gh/fadara01/7/head 2025-12-04T08:43:42.7989780Z * [new branch] gh/fadara01/7/orig -> origin/gh/fadara01/7/orig 2025-12-04T08:43:42.7991153Z * [new branch] gh/fadara01/8/base -> origin/gh/fadara01/8/base 2025-12-04T08:43:42.7992218Z * [new branch] gh/fadara01/8/head -> origin/gh/fadara01/8/head 2025-12-04T08:43:42.7993340Z * [new branch] gh/fadara01/8/orig -> origin/gh/fadara01/8/orig 2025-12-04T08:43:42.7994780Z * [new branch] gh/fadara01/9/base -> origin/gh/fadara01/9/base 2025-12-04T08:43:42.7995874Z * [new branch] gh/fadara01/9/head -> origin/gh/fadara01/9/head 2025-12-04T08:43:42.7997028Z * [new branch] gh/fadara01/9/orig -> origin/gh/fadara01/9/orig 2025-12-04T08:43:42.7998762Z * [new branch] gh/fduwjj/182/base -> origin/gh/fduwjj/182/base 2025-12-04T08:43:42.7999957Z * [new branch] gh/fduwjj/182/head -> origin/gh/fduwjj/182/head 2025-12-04T08:43:42.8001044Z * [new branch] gh/fduwjj/182/orig -> origin/gh/fduwjj/182/orig 2025-12-04T08:43:42.8002639Z * [new branch] gh/fduwjj/211/base -> origin/gh/fduwjj/211/base 2025-12-04T08:43:42.8003904Z * [new branch] gh/fduwjj/211/head -> origin/gh/fduwjj/211/head 2025-12-04T08:43:42.8005005Z * [new branch] gh/fduwjj/211/orig -> origin/gh/fduwjj/211/orig 2025-12-04T08:43:42.8006494Z * [new branch] gh/fduwjj/212/base -> origin/gh/fduwjj/212/base 2025-12-04T08:43:42.8007609Z * [new branch] gh/fduwjj/212/head -> origin/gh/fduwjj/212/head 2025-12-04T08:43:42.8008705Z * [new branch] gh/fduwjj/212/orig -> origin/gh/fduwjj/212/orig 2025-12-04T08:43:42.8010204Z * [new branch] gh/fduwjj/213/base -> origin/gh/fduwjj/213/base 2025-12-04T08:43:42.8011327Z * [new branch] gh/fduwjj/213/head -> origin/gh/fduwjj/213/head 2025-12-04T08:43:42.8012407Z * [new branch] gh/fduwjj/213/orig -> origin/gh/fduwjj/213/orig 2025-12-04T08:43:42.8014002Z * [new branch] gh/fduwjj/226/base -> origin/gh/fduwjj/226/base 2025-12-04T08:43:42.8015061Z * [new branch] gh/fduwjj/226/head -> origin/gh/fduwjj/226/head 2025-12-04T08:43:42.8016099Z * [new branch] gh/fduwjj/226/orig -> origin/gh/fduwjj/226/orig 2025-12-04T08:43:42.8017812Z * [new branch] gh/fduwjj/229/base -> origin/gh/fduwjj/229/base 2025-12-04T08:43:42.8018869Z * [new branch] gh/fduwjj/229/head -> origin/gh/fduwjj/229/head 2025-12-04T08:43:42.8019914Z * [new branch] gh/fduwjj/229/orig -> origin/gh/fduwjj/229/orig 2025-12-04T08:43:42.8021419Z * [new branch] gh/fduwjj/233/base -> origin/gh/fduwjj/233/base 2025-12-04T08:43:42.8022513Z * [new branch] gh/fduwjj/233/head -> origin/gh/fduwjj/233/head 2025-12-04T08:43:42.8023587Z * [new branch] gh/fduwjj/233/orig -> origin/gh/fduwjj/233/orig 2025-12-04T08:43:42.8025499Z * [new branch] gh/fduwjj/234/base -> origin/gh/fduwjj/234/base 2025-12-04T08:43:42.8026605Z * [new branch] gh/fduwjj/234/head -> origin/gh/fduwjj/234/head 2025-12-04T08:43:42.8027701Z * [new branch] gh/fduwjj/234/orig -> origin/gh/fduwjj/234/orig 2025-12-04T08:43:42.8029189Z * [new branch] gh/fduwjj/235/base -> origin/gh/fduwjj/235/base 2025-12-04T08:43:42.8030354Z * [new branch] gh/fduwjj/235/head -> origin/gh/fduwjj/235/head 2025-12-04T08:43:42.8031426Z * [new branch] gh/fduwjj/235/orig -> origin/gh/fduwjj/235/orig 2025-12-04T08:43:42.8032874Z * [new branch] gh/fduwjj/236/base -> origin/gh/fduwjj/236/base 2025-12-04T08:43:42.8034060Z * [new branch] gh/fduwjj/236/head -> origin/gh/fduwjj/236/head 2025-12-04T08:43:42.8035098Z * [new branch] gh/fduwjj/236/orig -> origin/gh/fduwjj/236/orig 2025-12-04T08:43:42.8036439Z * [new branch] gh/fduwjj/237/base -> origin/gh/fduwjj/237/base 2025-12-04T08:43:42.8037548Z * [new branch] gh/fduwjj/237/head -> origin/gh/fduwjj/237/head 2025-12-04T08:43:42.8038709Z * [new branch] gh/fduwjj/237/orig -> origin/gh/fduwjj/237/orig 2025-12-04T08:43:42.8040170Z * [new branch] gh/fduwjj/238/base -> origin/gh/fduwjj/238/base 2025-12-04T08:43:42.8041299Z * [new branch] gh/fduwjj/238/head -> origin/gh/fduwjj/238/head 2025-12-04T08:43:42.8042404Z * [new branch] gh/fduwjj/238/orig -> origin/gh/fduwjj/238/orig 2025-12-04T08:43:42.8044108Z * [new branch] gh/fduwjj/239/base -> origin/gh/fduwjj/239/base 2025-12-04T08:43:42.8045286Z * [new branch] gh/fduwjj/239/head -> origin/gh/fduwjj/239/head 2025-12-04T08:43:42.8046390Z * [new branch] gh/fduwjj/239/orig -> origin/gh/fduwjj/239/orig 2025-12-04T08:43:42.8048196Z * [new branch] gh/fegin/332/base -> origin/gh/fegin/332/base 2025-12-04T08:43:42.8049263Z * [new branch] gh/fegin/332/head -> origin/gh/fegin/332/head 2025-12-04T08:43:42.8050457Z * [new branch] gh/fegin/332/orig -> origin/gh/fegin/332/orig 2025-12-04T08:43:42.8051939Z * [new branch] gh/fegin/333/base -> origin/gh/fegin/333/base 2025-12-04T08:43:42.8053052Z * [new branch] gh/fegin/333/head -> origin/gh/fegin/333/head 2025-12-04T08:43:42.8054214Z * [new branch] gh/fegin/333/orig -> origin/gh/fegin/333/orig 2025-12-04T08:43:42.8055617Z * [new branch] gh/fegin/334/base -> origin/gh/fegin/334/base 2025-12-04T08:43:42.8056727Z * [new branch] gh/fegin/334/head -> origin/gh/fegin/334/head 2025-12-04T08:43:42.8057938Z * [new branch] gh/fegin/334/orig -> origin/gh/fegin/334/orig 2025-12-04T08:43:42.8059382Z * [new branch] gh/fegin/335/base -> origin/gh/fegin/335/base 2025-12-04T08:43:42.8060471Z * [new branch] gh/fegin/335/head -> origin/gh/fegin/335/head 2025-12-04T08:43:42.8061657Z * [new branch] gh/fegin/335/orig -> origin/gh/fegin/335/orig 2025-12-04T08:43:42.8063390Z * [new branch] gh/fffrog/160/base -> origin/gh/fffrog/160/base 2025-12-04T08:43:42.8064504Z * [new branch] gh/fffrog/160/head -> origin/gh/fffrog/160/head 2025-12-04T08:43:42.8065915Z * [new branch] gh/fffrog/177/base -> origin/gh/fffrog/177/base 2025-12-04T08:43:42.8066985Z * [new branch] gh/fffrog/177/head -> origin/gh/fffrog/177/head 2025-12-04T08:43:42.8068121Z * [new branch] gh/fffrog/177/orig -> origin/gh/fffrog/177/orig 2025-12-04T08:43:42.8069549Z * [new branch] gh/fffrog/178/base -> origin/gh/fffrog/178/base 2025-12-04T08:43:42.8070631Z * [new branch] gh/fffrog/178/head -> origin/gh/fffrog/178/head 2025-12-04T08:43:42.8072000Z * [new branch] gh/fffrog/178/orig -> origin/gh/fffrog/178/orig 2025-12-04T08:43:42.8073424Z * [new branch] gh/fffrog/181/base -> origin/gh/fffrog/181/base 2025-12-04T08:43:42.8074541Z * [new branch] gh/fffrog/181/head -> origin/gh/fffrog/181/head 2025-12-04T08:43:42.8075815Z * [new branch] gh/fffrog/181/orig -> origin/gh/fffrog/181/orig 2025-12-04T08:43:42.8077221Z * [new branch] gh/fffrog/183/base -> origin/gh/fffrog/183/base 2025-12-04T08:43:42.8078392Z * [new branch] gh/fffrog/183/head -> origin/gh/fffrog/183/head 2025-12-04T08:43:42.8079569Z * [new branch] gh/fffrog/183/orig -> origin/gh/fffrog/183/orig 2025-12-04T08:43:42.8081624Z * [new branch] gh/fxdawnn/10/base -> origin/gh/fxdawnn/10/base 2025-12-04T08:43:42.8082677Z * [new branch] gh/fxdawnn/10/head -> origin/gh/fxdawnn/10/head 2025-12-04T08:43:42.8083892Z * [new branch] gh/fxdawnn/10/orig -> origin/gh/fxdawnn/10/orig 2025-12-04T08:43:42.8085467Z * [new branch] gh/fxdawnn/11/base -> origin/gh/fxdawnn/11/base 2025-12-04T08:43:42.8086858Z * [new branch] gh/fxdawnn/11/head -> origin/gh/fxdawnn/11/head 2025-12-04T08:43:42.8087737Z * [new branch] gh/fxdawnn/11/orig -> origin/gh/fxdawnn/11/orig 2025-12-04T08:43:42.8092925Z * [new branch] gh/fxdawnn/12/base -> origin/gh/fxdawnn/12/base 2025-12-04T08:43:42.8093159Z * [new branch] gh/fxdawnn/12/head -> origin/gh/fxdawnn/12/head 2025-12-04T08:43:42.8093386Z * [new branch] gh/fxdawnn/12/orig -> origin/gh/fxdawnn/12/orig 2025-12-04T08:43:42.8093603Z * [new branch] gh/fxdawnn/13/base -> origin/gh/fxdawnn/13/base 2025-12-04T08:43:42.8094131Z * [new branch] gh/fxdawnn/13/head -> origin/gh/fxdawnn/13/head 2025-12-04T08:43:42.8095392Z * [new branch] gh/fxdawnn/13/orig -> origin/gh/fxdawnn/13/orig 2025-12-04T08:43:42.8096929Z * [new branch] gh/fxdawnn/14/base -> origin/gh/fxdawnn/14/base 2025-12-04T08:43:42.8097956Z * [new branch] gh/fxdawnn/14/head -> origin/gh/fxdawnn/14/head 2025-12-04T08:43:42.8099045Z * [new branch] gh/fxdawnn/14/orig -> origin/gh/fxdawnn/14/orig 2025-12-04T08:43:42.8100935Z * [new branch] gh/fxdawnn/15/base -> origin/gh/fxdawnn/15/base 2025-12-04T08:43:42.8102041Z * [new branch] gh/fxdawnn/15/head -> origin/gh/fxdawnn/15/head 2025-12-04T08:43:42.8103157Z * [new branch] gh/fxdawnn/15/orig -> origin/gh/fxdawnn/15/orig 2025-12-04T08:43:42.8104649Z * [new branch] gh/fxdawnn/6/base -> origin/gh/fxdawnn/6/base 2025-12-04T08:43:42.8105874Z * [new branch] gh/fxdawnn/6/head -> origin/gh/fxdawnn/6/head 2025-12-04T08:43:42.8107056Z * [new branch] gh/fxdawnn/6/orig -> origin/gh/fxdawnn/6/orig 2025-12-04T08:43:42.8108488Z * [new branch] gh/fxdawnn/7/base -> origin/gh/fxdawnn/7/base 2025-12-04T08:43:42.8109775Z * [new branch] gh/fxdawnn/7/head -> origin/gh/fxdawnn/7/head 2025-12-04T08:43:42.8110684Z * [new branch] gh/fxdawnn/7/orig -> origin/gh/fxdawnn/7/orig 2025-12-04T08:43:42.8112194Z * [new branch] gh/fxdawnn/9/base -> origin/gh/fxdawnn/9/base 2025-12-04T08:43:42.8113232Z * [new branch] gh/fxdawnn/9/head -> origin/gh/fxdawnn/9/head 2025-12-04T08:43:42.8114341Z * [new branch] gh/fxdawnn/9/orig -> origin/gh/fxdawnn/9/orig 2025-12-04T08:43:42.8116282Z * [new branch] gh/galv/1/base -> origin/gh/galv/1/base 2025-12-04T08:43:42.8117532Z * [new branch] gh/galv/1/head -> origin/gh/galv/1/head 2025-12-04T08:43:42.8118978Z * [new branch] gh/galv/1/orig -> origin/gh/galv/1/orig 2025-12-04T08:43:42.8120361Z * [new branch] gh/galv/2/base -> origin/gh/galv/2/base 2025-12-04T08:43:42.8121499Z * [new branch] gh/galv/2/head -> origin/gh/galv/2/head 2025-12-04T08:43:42.8122666Z * [new branch] gh/galv/2/orig -> origin/gh/galv/2/orig 2025-12-04T08:43:42.8124227Z * [new branch] gh/galv/3/base -> origin/gh/galv/3/base 2025-12-04T08:43:42.8125328Z * [new branch] gh/galv/3/head -> origin/gh/galv/3/head 2025-12-04T08:43:42.8126686Z * [new branch] gh/galv/3/orig -> origin/gh/galv/3/orig 2025-12-04T08:43:42.8128390Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-12-04T08:43:42.8129491Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-12-04T08:43:42.8130633Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-12-04T08:43:42.8132523Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-12-04T08:43:42.8133168Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-12-04T08:43:42.8134334Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-12-04T08:43:42.8135905Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-12-04T08:43:42.8136973Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-12-04T08:43:42.8138057Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-12-04T08:43:42.8139508Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-12-04T08:43:42.8140594Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-12-04T08:43:42.8141684Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-12-04T08:43:42.8143151Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-12-04T08:43:42.8144289Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-12-04T08:43:42.8145346Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-12-04T08:43:42.8146808Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-12-04T08:43:42.8147882Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-12-04T08:43:42.8149000Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-12-04T08:43:42.8150559Z * [new branch] gh/guangyey/178/base -> origin/gh/guangyey/178/base 2025-12-04T08:43:42.8151711Z * [new branch] gh/guangyey/178/head -> origin/gh/guangyey/178/head 2025-12-04T08:43:42.8152791Z * [new branch] gh/guangyey/178/orig -> origin/gh/guangyey/178/orig 2025-12-04T08:43:42.8154214Z * [new branch] gh/guangyey/182/base -> origin/gh/guangyey/182/base 2025-12-04T08:43:42.8155323Z * [new branch] gh/guangyey/182/head -> origin/gh/guangyey/182/head 2025-12-04T08:43:42.8156423Z * [new branch] gh/guangyey/182/orig -> origin/gh/guangyey/182/orig 2025-12-04T08:43:42.8157818Z * [new branch] gh/guangyey/183/base -> origin/gh/guangyey/183/base 2025-12-04T08:43:42.8158999Z * [new branch] gh/guangyey/183/head -> origin/gh/guangyey/183/head 2025-12-04T08:43:42.8160209Z * [new branch] gh/guangyey/183/orig -> origin/gh/guangyey/183/orig 2025-12-04T08:43:42.8161692Z * [new branch] gh/guangyey/185/base -> origin/gh/guangyey/185/base 2025-12-04T08:43:42.8162785Z * [new branch] gh/guangyey/185/head -> origin/gh/guangyey/185/head 2025-12-04T08:43:42.8164056Z * [new branch] gh/guangyey/185/orig -> origin/gh/guangyey/185/orig 2025-12-04T08:43:42.8165616Z * [new branch] gh/guangyey/186/base -> origin/gh/guangyey/186/base 2025-12-04T08:43:42.8166772Z * [new branch] gh/guangyey/186/head -> origin/gh/guangyey/186/head 2025-12-04T08:43:42.8167818Z * [new branch] gh/guangyey/186/orig -> origin/gh/guangyey/186/orig 2025-12-04T08:43:42.8169308Z * [new branch] gh/guangyey/187/base -> origin/gh/guangyey/187/base 2025-12-04T08:43:42.8170518Z * [new branch] gh/guangyey/187/head -> origin/gh/guangyey/187/head 2025-12-04T08:43:42.8174700Z * [new branch] gh/guangyey/187/orig -> origin/gh/guangyey/187/orig 2025-12-04T08:43:42.8176275Z * [new branch] gh/guangyey/188/base -> origin/gh/guangyey/188/base 2025-12-04T08:43:42.8177437Z * [new branch] gh/guangyey/188/head -> origin/gh/guangyey/188/head 2025-12-04T08:43:42.8178559Z * [new branch] gh/guangyey/188/orig -> origin/gh/guangyey/188/orig 2025-12-04T08:43:42.8180002Z * [new branch] gh/guangyey/190/base -> origin/gh/guangyey/190/base 2025-12-04T08:43:42.8181109Z * [new branch] gh/guangyey/190/head -> origin/gh/guangyey/190/head 2025-12-04T08:43:42.8182224Z * [new branch] gh/guangyey/190/orig -> origin/gh/guangyey/190/orig 2025-12-04T08:43:42.8183777Z * [new branch] gh/guangyey/208/base -> origin/gh/guangyey/208/base 2025-12-04T08:43:42.8184885Z * [new branch] gh/guangyey/208/head -> origin/gh/guangyey/208/head 2025-12-04T08:43:42.8186002Z * [new branch] gh/guangyey/208/orig -> origin/gh/guangyey/208/orig 2025-12-04T08:43:42.8187419Z * [new branch] gh/guangyey/228/base -> origin/gh/guangyey/228/base 2025-12-04T08:43:42.8188535Z * [new branch] gh/guangyey/228/head -> origin/gh/guangyey/228/head 2025-12-04T08:43:42.8189633Z * [new branch] gh/guangyey/228/orig -> origin/gh/guangyey/228/orig 2025-12-04T08:43:42.8191506Z * [new branch] gh/guangyey/230/base -> origin/gh/guangyey/230/base 2025-12-04T08:43:42.8192623Z * [new branch] gh/guangyey/230/head -> origin/gh/guangyey/230/head 2025-12-04T08:43:42.8193712Z * [new branch] gh/guangyey/230/orig -> origin/gh/guangyey/230/orig 2025-12-04T08:43:42.8195228Z * [new branch] gh/guangyey/231/base -> origin/gh/guangyey/231/base 2025-12-04T08:43:42.8196299Z * [new branch] gh/guangyey/231/head -> origin/gh/guangyey/231/head 2025-12-04T08:43:42.8197384Z * [new branch] gh/guangyey/231/orig -> origin/gh/guangyey/231/orig 2025-12-04T08:43:42.8199036Z * [new branch] gh/guangyey/232/base -> origin/gh/guangyey/232/base 2025-12-04T08:43:42.8200131Z * [new branch] gh/guangyey/232/head -> origin/gh/guangyey/232/head 2025-12-04T08:43:42.8201301Z * [new branch] gh/guangyey/232/orig -> origin/gh/guangyey/232/orig 2025-12-04T08:43:42.8202819Z * [new branch] gh/guangyey/233/base -> origin/gh/guangyey/233/base 2025-12-04T08:43:42.8204074Z * [new branch] gh/guangyey/233/head -> origin/gh/guangyey/233/head 2025-12-04T08:43:42.8205154Z * [new branch] gh/guangyey/233/orig -> origin/gh/guangyey/233/orig 2025-12-04T08:43:42.8206638Z * [new branch] gh/guangyey/234/base -> origin/gh/guangyey/234/base 2025-12-04T08:43:42.8207723Z * [new branch] gh/guangyey/234/head -> origin/gh/guangyey/234/head 2025-12-04T08:43:42.8208861Z * [new branch] gh/guangyey/234/orig -> origin/gh/guangyey/234/orig 2025-12-04T08:43:42.8210344Z * [new branch] gh/guangyey/235/base -> origin/gh/guangyey/235/base 2025-12-04T08:43:42.8211450Z * [new branch] gh/guangyey/235/head -> origin/gh/guangyey/235/head 2025-12-04T08:43:42.8212555Z * [new branch] gh/guangyey/235/orig -> origin/gh/guangyey/235/orig 2025-12-04T08:43:42.8214115Z * [new branch] gh/guangyey/236/base -> origin/gh/guangyey/236/base 2025-12-04T08:43:42.8215192Z * [new branch] gh/guangyey/236/head -> origin/gh/guangyey/236/head 2025-12-04T08:43:42.8216300Z * [new branch] gh/guangyey/236/orig -> origin/gh/guangyey/236/orig 2025-12-04T08:43:42.8218080Z * [new branch] gh/guangyey/237/base -> origin/gh/guangyey/237/base 2025-12-04T08:43:42.8219125Z * [new branch] gh/guangyey/237/head -> origin/gh/guangyey/237/head 2025-12-04T08:43:42.8220230Z * [new branch] gh/guangyey/237/orig -> origin/gh/guangyey/237/orig 2025-12-04T08:43:42.8221779Z * [new branch] gh/guangyey/238/base -> origin/gh/guangyey/238/base 2025-12-04T08:43:42.8222875Z * [new branch] gh/guangyey/238/head -> origin/gh/guangyey/238/head 2025-12-04T08:43:42.8224374Z * [new branch] gh/guangyey/239/base -> origin/gh/guangyey/239/base 2025-12-04T08:43:42.8225481Z * [new branch] gh/guangyey/239/head -> origin/gh/guangyey/239/head 2025-12-04T08:43:42.8226548Z * [new branch] gh/guangyey/239/orig -> origin/gh/guangyey/239/orig 2025-12-04T08:43:42.8228164Z * [new branch] gh/guangyey/240/base -> origin/gh/guangyey/240/base 2025-12-04T08:43:42.8229250Z * [new branch] gh/guangyey/240/head -> origin/gh/guangyey/240/head 2025-12-04T08:43:42.8230336Z * [new branch] gh/guangyey/240/orig -> origin/gh/guangyey/240/orig 2025-12-04T08:43:42.8231854Z * [new branch] gh/guangyey/241/base -> origin/gh/guangyey/241/base 2025-12-04T08:43:42.8233315Z * [new branch] gh/guangyey/241/head -> origin/gh/guangyey/241/head 2025-12-04T08:43:42.8234457Z * [new branch] gh/guangyey/241/orig -> origin/gh/guangyey/241/orig 2025-12-04T08:43:42.8235948Z * [new branch] gh/guangyey/242/base -> origin/gh/guangyey/242/base 2025-12-04T08:43:42.8237057Z * [new branch] gh/guangyey/242/head -> origin/gh/guangyey/242/head 2025-12-04T08:43:42.8238173Z * [new branch] gh/guangyey/242/orig -> origin/gh/guangyey/242/orig 2025-12-04T08:43:42.8239645Z * [new branch] gh/guangyey/243/base -> origin/gh/guangyey/243/base 2025-12-04T08:43:42.8240794Z * [new branch] gh/guangyey/243/head -> origin/gh/guangyey/243/head 2025-12-04T08:43:42.8241895Z * [new branch] gh/guangyey/243/orig -> origin/gh/guangyey/243/orig 2025-12-04T08:43:42.8243732Z * [new branch] gh/guangyey/244/base -> origin/gh/guangyey/244/base 2025-12-04T08:43:42.8244836Z * [new branch] gh/guangyey/244/head -> origin/gh/guangyey/244/head 2025-12-04T08:43:42.8245979Z * [new branch] gh/guangyey/244/orig -> origin/gh/guangyey/244/orig 2025-12-04T08:43:42.8247467Z * [new branch] gh/guangyey/245/base -> origin/gh/guangyey/245/base 2025-12-04T08:43:42.8248607Z * [new branch] gh/guangyey/245/head -> origin/gh/guangyey/245/head 2025-12-04T08:43:42.8249732Z * [new branch] gh/guangyey/245/orig -> origin/gh/guangyey/245/orig 2025-12-04T08:43:42.8251194Z * [new branch] gh/guangyey/246/base -> origin/gh/guangyey/246/base 2025-12-04T08:43:42.8252354Z * [new branch] gh/guangyey/246/head -> origin/gh/guangyey/246/head 2025-12-04T08:43:42.8253423Z * [new branch] gh/guangyey/246/orig -> origin/gh/guangyey/246/orig 2025-12-04T08:43:42.8254885Z * [new branch] gh/guangyey/247/base -> origin/gh/guangyey/247/base 2025-12-04T08:43:42.8256024Z * [new branch] gh/guangyey/247/head -> origin/gh/guangyey/247/head 2025-12-04T08:43:42.8257108Z * [new branch] gh/guangyey/247/orig -> origin/gh/guangyey/247/orig 2025-12-04T08:43:42.8258745Z * [new branch] gh/guangyey/248/base -> origin/gh/guangyey/248/base 2025-12-04T08:43:42.8259842Z * [new branch] gh/guangyey/248/head -> origin/gh/guangyey/248/head 2025-12-04T08:43:42.8260950Z * [new branch] gh/guangyey/248/orig -> origin/gh/guangyey/248/orig 2025-12-04T08:43:42.8262487Z * [new branch] gh/guangyey/249/base -> origin/gh/guangyey/249/base 2025-12-04T08:43:42.8263527Z * [new branch] gh/guangyey/249/head -> origin/gh/guangyey/249/head 2025-12-04T08:43:42.8264689Z * [new branch] gh/guangyey/249/orig -> origin/gh/guangyey/249/orig 2025-12-04T08:43:42.8266171Z * [new branch] gh/guangyey/250/base -> origin/gh/guangyey/250/base 2025-12-04T08:43:42.8267322Z * [new branch] gh/guangyey/250/head -> origin/gh/guangyey/250/head 2025-12-04T08:43:42.8268407Z * [new branch] gh/guangyey/250/orig -> origin/gh/guangyey/250/orig 2025-12-04T08:43:42.8269846Z * [new branch] gh/guangyey/251/base -> origin/gh/guangyey/251/base 2025-12-04T08:43:42.8271088Z * [new branch] gh/guangyey/251/head -> origin/gh/guangyey/251/head 2025-12-04T08:43:42.8272238Z * [new branch] gh/guangyey/251/orig -> origin/gh/guangyey/251/orig 2025-12-04T08:43:42.8273834Z * [new branch] gh/guangyey/252/base -> origin/gh/guangyey/252/base 2025-12-04T08:43:42.8274936Z * [new branch] gh/guangyey/252/head -> origin/gh/guangyey/252/head 2025-12-04T08:43:42.8276035Z * [new branch] gh/guangyey/252/orig -> origin/gh/guangyey/252/orig 2025-12-04T08:43:42.8277963Z * [new branch] gh/guangyey/253/base -> origin/gh/guangyey/253/base 2025-12-04T08:43:42.8279098Z * [new branch] gh/guangyey/253/head -> origin/gh/guangyey/253/head 2025-12-04T08:43:42.8280252Z * [new branch] gh/guangyey/253/orig -> origin/gh/guangyey/253/orig 2025-12-04T08:43:42.8281749Z * [new branch] gh/guangyey/254/base -> origin/gh/guangyey/254/base 2025-12-04T08:43:42.8282881Z * [new branch] gh/guangyey/254/head -> origin/gh/guangyey/254/head 2025-12-04T08:43:42.8284102Z * [new branch] gh/guangyey/254/orig -> origin/gh/guangyey/254/orig 2025-12-04T08:43:42.8285577Z * [new branch] gh/guangyey/255/base -> origin/gh/guangyey/255/base 2025-12-04T08:43:42.8286654Z * [new branch] gh/guangyey/255/head -> origin/gh/guangyey/255/head 2025-12-04T08:43:42.8287760Z * [new branch] gh/guangyey/255/orig -> origin/gh/guangyey/255/orig 2025-12-04T08:43:42.8289760Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-12-04T08:43:42.8290866Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-12-04T08:43:42.8292033Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-12-04T08:43:42.8293397Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-12-04T08:43:42.8294689Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-12-04T08:43:42.8295765Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-12-04T08:43:42.8297079Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-12-04T08:43:42.8298179Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-12-04T08:43:42.8300912Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-12-04T08:43:42.8302383Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-12-04T08:43:42.8303378Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-12-04T08:43:42.8304509Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-12-04T08:43:42.8306085Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-12-04T08:43:42.8307289Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-12-04T08:43:42.8309243Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-12-04T08:43:42.8309946Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-12-04T08:43:42.8310838Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-12-04T08:43:42.8312078Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-12-04T08:43:42.8313550Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-12-04T08:43:42.8315048Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-12-04T08:43:42.8316016Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-12-04T08:43:42.8317468Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-12-04T08:43:42.8318570Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-12-04T08:43:42.8319619Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-12-04T08:43:42.8321238Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-12-04T08:43:42.8322345Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-12-04T08:43:42.8323702Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-12-04T08:43:42.8325226Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-12-04T08:43:42.8326253Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-12-04T08:43:42.8327365Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-12-04T08:43:42.8328822Z * [new branch] gh/guilhermeleobas/211/base -> origin/gh/guilhermeleobas/211/base 2025-12-04T08:43:42.8329893Z * [new branch] gh/guilhermeleobas/211/head -> origin/gh/guilhermeleobas/211/head 2025-12-04T08:43:42.8330983Z * [new branch] gh/guilhermeleobas/211/orig -> origin/gh/guilhermeleobas/211/orig 2025-12-04T08:43:42.8332499Z * [new branch] gh/guilhermeleobas/226/base -> origin/gh/guilhermeleobas/226/base 2025-12-04T08:43:42.8333579Z * [new branch] gh/guilhermeleobas/226/head -> origin/gh/guilhermeleobas/226/head 2025-12-04T08:43:42.8334666Z * [new branch] gh/guilhermeleobas/226/orig -> origin/gh/guilhermeleobas/226/orig 2025-12-04T08:43:42.8336259Z * [new branch] gh/guilhermeleobas/236/base -> origin/gh/guilhermeleobas/236/base 2025-12-04T08:43:42.8337333Z * [new branch] gh/guilhermeleobas/236/head -> origin/gh/guilhermeleobas/236/head 2025-12-04T08:43:42.8338461Z * [new branch] gh/guilhermeleobas/236/orig -> origin/gh/guilhermeleobas/236/orig 2025-12-04T08:43:42.8339880Z * [new branch] gh/guilhermeleobas/247/base -> origin/gh/guilhermeleobas/247/base 2025-12-04T08:43:42.8340978Z * [new branch] gh/guilhermeleobas/247/head -> origin/gh/guilhermeleobas/247/head 2025-12-04T08:43:42.8342118Z * [new branch] gh/guilhermeleobas/247/orig -> origin/gh/guilhermeleobas/247/orig 2025-12-04T08:43:42.8343580Z * [new branch] gh/guilhermeleobas/248/base -> origin/gh/guilhermeleobas/248/base 2025-12-04T08:43:42.8346813Z * [new branch] gh/guilhermeleobas/248/head -> origin/gh/guilhermeleobas/248/head 2025-12-04T08:43:42.8347638Z * [new branch] gh/guilhermeleobas/248/orig -> origin/gh/guilhermeleobas/248/orig 2025-12-04T08:43:42.8347897Z * [new branch] gh/guilhermeleobas/250/base -> origin/gh/guilhermeleobas/250/base 2025-12-04T08:43:42.8348419Z * [new branch] gh/guilhermeleobas/250/head -> origin/gh/guilhermeleobas/250/head 2025-12-04T08:43:42.8349429Z * [new branch] gh/guilhermeleobas/250/orig -> origin/gh/guilhermeleobas/250/orig 2025-12-04T08:43:42.8351401Z * [new branch] gh/guilhermeleobas/253/base -> origin/gh/guilhermeleobas/253/base 2025-12-04T08:43:42.8352537Z * [new branch] gh/guilhermeleobas/253/head -> origin/gh/guilhermeleobas/253/head 2025-12-04T08:43:42.8353721Z * [new branch] gh/guilhermeleobas/253/orig -> origin/gh/guilhermeleobas/253/orig 2025-12-04T08:43:42.8355200Z * [new branch] gh/guilhermeleobas/254/base -> origin/gh/guilhermeleobas/254/base 2025-12-04T08:43:42.8356335Z * [new branch] gh/guilhermeleobas/254/head -> origin/gh/guilhermeleobas/254/head 2025-12-04T08:43:42.8357389Z * [new branch] gh/guilhermeleobas/254/orig -> origin/gh/guilhermeleobas/254/orig 2025-12-04T08:43:42.8358868Z * [new branch] gh/guilhermeleobas/255/base -> origin/gh/guilhermeleobas/255/base 2025-12-04T08:43:42.8360103Z * [new branch] gh/guilhermeleobas/255/head -> origin/gh/guilhermeleobas/255/head 2025-12-04T08:43:42.8361168Z * [new branch] gh/guilhermeleobas/255/orig -> origin/gh/guilhermeleobas/255/orig 2025-12-04T08:43:42.8362708Z * [new branch] gh/guilhermeleobas/256/base -> origin/gh/guilhermeleobas/256/base 2025-12-04T08:43:42.8363933Z * [new branch] gh/guilhermeleobas/256/head -> origin/gh/guilhermeleobas/256/head 2025-12-04T08:43:42.8365048Z * [new branch] gh/guilhermeleobas/256/orig -> origin/gh/guilhermeleobas/256/orig 2025-12-04T08:43:42.8366924Z * [new branch] gh/guilhermeleobas/257/base -> origin/gh/guilhermeleobas/257/base 2025-12-04T08:43:42.8367769Z * [new branch] gh/guilhermeleobas/257/head -> origin/gh/guilhermeleobas/257/head 2025-12-04T08:43:42.8369104Z * [new branch] gh/guilhermeleobas/257/orig -> origin/gh/guilhermeleobas/257/orig 2025-12-04T08:43:42.8370609Z * [new branch] gh/guilhermeleobas/258/base -> origin/gh/guilhermeleobas/258/base 2025-12-04T08:43:42.8371858Z * [new branch] gh/guilhermeleobas/258/head -> origin/gh/guilhermeleobas/258/head 2025-12-04T08:43:42.8373269Z * [new branch] gh/guilhermeleobas/258/orig -> origin/gh/guilhermeleobas/258/orig 2025-12-04T08:43:42.8374564Z * [new branch] gh/guilhermeleobas/259/base -> origin/gh/guilhermeleobas/259/base 2025-12-04T08:43:42.8375678Z * [new branch] gh/guilhermeleobas/259/head -> origin/gh/guilhermeleobas/259/head 2025-12-04T08:43:42.8376764Z * [new branch] gh/guilhermeleobas/259/orig -> origin/gh/guilhermeleobas/259/orig 2025-12-04T08:43:42.8378260Z * [new branch] gh/guilhermeleobas/260/base -> origin/gh/guilhermeleobas/260/base 2025-12-04T08:43:42.8379361Z * [new branch] gh/guilhermeleobas/260/head -> origin/gh/guilhermeleobas/260/head 2025-12-04T08:43:42.8380475Z * [new branch] gh/guilhermeleobas/260/orig -> origin/gh/guilhermeleobas/260/orig 2025-12-04T08:43:42.8382105Z * [new branch] gh/guilhermeleobas/261/base -> origin/gh/guilhermeleobas/261/base 2025-12-04T08:43:42.8383203Z * [new branch] gh/guilhermeleobas/261/head -> origin/gh/guilhermeleobas/261/head 2025-12-04T08:43:42.8384323Z * [new branch] gh/guilhermeleobas/261/orig -> origin/gh/guilhermeleobas/261/orig 2025-12-04T08:43:42.8385836Z * [new branch] gh/guilhermeleobas/262/base -> origin/gh/guilhermeleobas/262/base 2025-12-04T08:43:42.8387010Z * [new branch] gh/guilhermeleobas/262/head -> origin/gh/guilhermeleobas/262/head 2025-12-04T08:43:42.8388119Z * [new branch] gh/guilhermeleobas/262/orig -> origin/gh/guilhermeleobas/262/orig 2025-12-04T08:43:42.8389605Z * [new branch] gh/guilhermeleobas/263/base -> origin/gh/guilhermeleobas/263/base 2025-12-04T08:43:42.8390892Z * [new branch] gh/guilhermeleobas/263/head -> origin/gh/guilhermeleobas/263/head 2025-12-04T08:43:42.8391808Z * [new branch] gh/guilhermeleobas/263/orig -> origin/gh/guilhermeleobas/263/orig 2025-12-04T08:43:42.8393399Z * [new branch] gh/guilhermeleobas/264/base -> origin/gh/guilhermeleobas/264/base 2025-12-04T08:43:42.8394506Z * [new branch] gh/guilhermeleobas/264/head -> origin/gh/guilhermeleobas/264/head 2025-12-04T08:43:42.8395636Z * [new branch] gh/guilhermeleobas/264/orig -> origin/gh/guilhermeleobas/264/orig 2025-12-04T08:43:42.8397191Z * [new branch] gh/guilhermeleobas/265/base -> origin/gh/guilhermeleobas/265/base 2025-12-04T08:43:42.8398303Z * [new branch] gh/guilhermeleobas/265/head -> origin/gh/guilhermeleobas/265/head 2025-12-04T08:43:42.8399471Z * [new branch] gh/guilhermeleobas/265/orig -> origin/gh/guilhermeleobas/265/orig 2025-12-04T08:43:42.8401012Z * [new branch] gh/guilhermeleobas/266/base -> origin/gh/guilhermeleobas/266/base 2025-12-04T08:43:42.8402112Z * [new branch] gh/guilhermeleobas/266/head -> origin/gh/guilhermeleobas/266/head 2025-12-04T08:43:42.8403262Z * [new branch] gh/guilhermeleobas/266/orig -> origin/gh/guilhermeleobas/266/orig 2025-12-04T08:43:42.8404836Z * [new branch] gh/guilhermeleobas/267/base -> origin/gh/guilhermeleobas/267/base 2025-12-04T08:43:42.8405981Z * [new branch] gh/guilhermeleobas/267/head -> origin/gh/guilhermeleobas/267/head 2025-12-04T08:43:42.8407069Z * [new branch] gh/guilhermeleobas/267/orig -> origin/gh/guilhermeleobas/267/orig 2025-12-04T08:43:42.8408888Z * [new branch] gh/hameerabbasi/1/base -> origin/gh/hameerabbasi/1/base 2025-12-04T08:43:42.8410054Z * [new branch] gh/hameerabbasi/1/head -> origin/gh/hameerabbasi/1/head 2025-12-04T08:43:42.8411935Z * [new branch] gh/hameerabbasi/2/base -> origin/gh/hameerabbasi/2/base 2025-12-04T08:43:42.8412605Z * [new branch] gh/hameerabbasi/2/head -> origin/gh/hameerabbasi/2/head 2025-12-04T08:43:42.8413815Z * [new branch] gh/hameerabbasi/2/orig -> origin/gh/hameerabbasi/2/orig 2025-12-04T08:43:42.8415183Z * [new branch] gh/hameerabbasi/3/base -> origin/gh/hameerabbasi/3/base 2025-12-04T08:43:42.8416319Z * [new branch] gh/hameerabbasi/3/head -> origin/gh/hameerabbasi/3/head 2025-12-04T08:43:42.8417604Z * [new branch] gh/hameerabbasi/3/orig -> origin/gh/hameerabbasi/3/orig 2025-12-04T08:43:42.8418943Z * [new branch] gh/hameerabbasi/4/base -> origin/gh/hameerabbasi/4/base 2025-12-04T08:43:42.8420040Z * [new branch] gh/hameerabbasi/4/head -> origin/gh/hameerabbasi/4/head 2025-12-04T08:43:42.8421094Z * [new branch] gh/hameerabbasi/4/orig -> origin/gh/hameerabbasi/4/orig 2025-12-04T08:43:42.8422795Z * [new branch] gh/huydhn/1/next -> origin/gh/huydhn/1/next 2025-12-04T08:43:42.8424281Z * [new branch] gh/huydhn/2/next -> origin/gh/huydhn/2/next 2025-12-04T08:43:42.8425671Z * [new branch] gh/huydhn/3/next -> origin/gh/huydhn/3/next 2025-12-04T08:43:42.8427157Z * [new branch] gh/huydhn/4/next -> origin/gh/huydhn/4/next 2025-12-04T08:43:42.8428591Z * [new branch] gh/huydhn/5/next -> origin/gh/huydhn/5/next 2025-12-04T08:43:42.8429982Z * [new branch] gh/huydhn/6/next -> origin/gh/huydhn/6/next 2025-12-04T08:43:42.8431936Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-12-04T08:43:42.8433373Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-12-04T08:43:42.8435192Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-12-04T08:43:42.8436336Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-12-04T08:43:42.8437932Z * [new branch] gh/isuruf/146/base -> origin/gh/isuruf/146/base 2025-12-04T08:43:42.8438892Z * [new branch] gh/isuruf/146/head -> origin/gh/isuruf/146/head 2025-12-04T08:43:42.8440018Z * [new branch] gh/isuruf/146/orig -> origin/gh/isuruf/146/orig 2025-12-04T08:43:42.8441535Z * [new branch] gh/isuruf/158/base -> origin/gh/isuruf/158/base 2025-12-04T08:43:42.8442557Z * [new branch] gh/isuruf/158/head -> origin/gh/isuruf/158/head 2025-12-04T08:43:42.8444131Z * [new branch] gh/isuruf/159/base -> origin/gh/isuruf/159/base 2025-12-04T08:43:42.8445185Z * [new branch] gh/isuruf/159/head -> origin/gh/isuruf/159/head 2025-12-04T08:43:42.8446703Z * [new branch] gh/isuruf/160/base -> origin/gh/isuruf/160/base 2025-12-04T08:43:42.8447742Z * [new branch] gh/isuruf/160/head -> origin/gh/isuruf/160/head 2025-12-04T08:43:42.8448846Z * [new branch] gh/isuruf/160/orig -> origin/gh/isuruf/160/orig 2025-12-04T08:43:42.8450437Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-12-04T08:43:42.8451508Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-12-04T08:43:42.8452623Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-12-04T08:43:42.8454467Z * [new branch] gh/jamesjwu/176/base -> origin/gh/jamesjwu/176/base 2025-12-04T08:43:42.8455491Z * [new branch] gh/jamesjwu/176/head -> origin/gh/jamesjwu/176/head 2025-12-04T08:43:42.8456555Z * [new branch] gh/jamesjwu/176/orig -> origin/gh/jamesjwu/176/orig 2025-12-04T08:43:42.8458094Z * [new branch] gh/jamesjwu/187/base -> origin/gh/jamesjwu/187/base 2025-12-04T08:43:42.8459121Z * [new branch] gh/jamesjwu/187/head -> origin/gh/jamesjwu/187/head 2025-12-04T08:43:42.8460184Z * [new branch] gh/jamesjwu/187/orig -> origin/gh/jamesjwu/187/orig 2025-12-04T08:43:42.8461703Z * [new branch] gh/jamesjwu/196/base -> origin/gh/jamesjwu/196/base 2025-12-04T08:43:42.8462850Z * [new branch] gh/jamesjwu/196/head -> origin/gh/jamesjwu/196/head 2025-12-04T08:43:42.8463950Z * [new branch] gh/jamesjwu/196/orig -> origin/gh/jamesjwu/196/orig 2025-12-04T08:43:42.8465540Z * [new branch] gh/jamesjwu/198/base -> origin/gh/jamesjwu/198/base 2025-12-04T08:43:42.8466543Z * [new branch] gh/jamesjwu/198/head -> origin/gh/jamesjwu/198/head 2025-12-04T08:43:42.8467632Z * [new branch] gh/jamesjwu/198/orig -> origin/gh/jamesjwu/198/orig 2025-12-04T08:43:42.8469077Z * [new branch] gh/jamesjwu/207/base -> origin/gh/jamesjwu/207/base 2025-12-04T08:43:42.8470401Z * [new branch] gh/jamesjwu/207/head -> origin/gh/jamesjwu/207/head 2025-12-04T08:43:42.8471629Z * [new branch] gh/jamesjwu/207/orig -> origin/gh/jamesjwu/207/orig 2025-12-04T08:43:42.8473215Z * [new branch] gh/jamesjwu/208/base -> origin/gh/jamesjwu/208/base 2025-12-04T08:43:42.8474265Z * [new branch] gh/jamesjwu/208/head -> origin/gh/jamesjwu/208/head 2025-12-04T08:43:42.8475389Z * [new branch] gh/jamesjwu/208/orig -> origin/gh/jamesjwu/208/orig 2025-12-04T08:43:42.8477009Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-12-04T08:43:42.8478025Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-12-04T08:43:42.8479463Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-12-04T08:43:42.8480636Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-12-04T08:43:42.8482016Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-12-04T08:43:42.8482900Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-12-04T08:43:42.8484447Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-12-04T08:43:42.8485498Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-12-04T08:43:42.8486886Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-12-04T08:43:42.8487915Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-12-04T08:43:42.8489230Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-12-04T08:43:42.8490257Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-12-04T08:43:42.8491594Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-12-04T08:43:42.8492725Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-12-04T08:43:42.8494051Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-12-04T08:43:42.8495131Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-12-04T08:43:42.8496418Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-12-04T08:43:42.8497541Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-12-04T08:43:42.8498915Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-12-04T08:43:42.8499938Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-12-04T08:43:42.8501220Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-12-04T08:43:42.8502237Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-12-04T08:43:42.8503647Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-12-04T08:43:42.8504699Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-12-04T08:43:42.8506799Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-12-04T08:43:42.8507859Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-12-04T08:43:42.8509273Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-12-04T08:43:42.8510412Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-12-04T08:43:42.8512362Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-12-04T08:43:42.8513458Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-12-04T08:43:42.8514585Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-12-04T08:43:42.8515863Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-12-04T08:43:42.8516948Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-12-04T08:43:42.8518050Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-12-04T08:43:42.8519924Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-12-04T08:43:42.8520996Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-12-04T08:43:42.8522107Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-12-04T08:43:42.8523687Z * [new branch] gh/janeyx99/299/base -> origin/gh/janeyx99/299/base 2025-12-04T08:43:42.8524786Z * [new branch] gh/janeyx99/299/head -> origin/gh/janeyx99/299/head 2025-12-04T08:43:42.8525995Z * [new branch] gh/janeyx99/299/orig -> origin/gh/janeyx99/299/orig 2025-12-04T08:43:42.8527790Z * [new branch] gh/janeyx99/302/base -> origin/gh/janeyx99/302/base 2025-12-04T08:43:42.8528961Z * [new branch] gh/janeyx99/302/head -> origin/gh/janeyx99/302/head 2025-12-04T08:43:42.8530177Z * [new branch] gh/janeyx99/303/base -> origin/gh/janeyx99/303/base 2025-12-04T08:43:42.8531219Z * [new branch] gh/janeyx99/303/head -> origin/gh/janeyx99/303/head 2025-12-04T08:43:42.8532706Z * [new branch] gh/janeyx99/305/base -> origin/gh/janeyx99/305/base 2025-12-04T08:43:42.8533857Z * [new branch] gh/janeyx99/305/head -> origin/gh/janeyx99/305/head 2025-12-04T08:43:42.8535235Z * [new branch] gh/janeyx99/306/base -> origin/gh/janeyx99/306/base 2025-12-04T08:43:42.8536256Z * [new branch] gh/janeyx99/306/head -> origin/gh/janeyx99/306/head 2025-12-04T08:43:42.8537837Z * [new branch] gh/janeyx99/314/base -> origin/gh/janeyx99/314/base 2025-12-04T08:43:42.8538943Z * [new branch] gh/janeyx99/314/head -> origin/gh/janeyx99/314/head 2025-12-04T08:43:42.8540074Z * [new branch] gh/janeyx99/314/orig -> origin/gh/janeyx99/314/orig 2025-12-04T08:43:42.8542095Z * [new branch] gh/janeyx99/315/base -> origin/gh/janeyx99/315/base 2025-12-04T08:43:42.8543186Z * [new branch] gh/janeyx99/315/head -> origin/gh/janeyx99/315/head 2025-12-04T08:43:42.8544300Z * [new branch] gh/janeyx99/315/orig -> origin/gh/janeyx99/315/orig 2025-12-04T08:43:42.8545794Z * [new branch] gh/janeyx99/316/base -> origin/gh/janeyx99/316/base 2025-12-04T08:43:42.8546858Z * [new branch] gh/janeyx99/316/head -> origin/gh/janeyx99/316/head 2025-12-04T08:43:42.8548021Z * [new branch] gh/janeyx99/316/orig -> origin/gh/janeyx99/316/orig 2025-12-04T08:43:42.8549723Z * [new branch] gh/janeyx99/317/base -> origin/gh/janeyx99/317/base 2025-12-04T08:43:42.8550778Z * [new branch] gh/janeyx99/317/head -> origin/gh/janeyx99/317/head 2025-12-04T08:43:42.8551860Z * [new branch] gh/janeyx99/317/orig -> origin/gh/janeyx99/317/orig 2025-12-04T08:43:42.8553453Z * [new branch] gh/janeyx99/325/base -> origin/gh/janeyx99/325/base 2025-12-04T08:43:42.8554487Z * [new branch] gh/janeyx99/325/head -> origin/gh/janeyx99/325/head 2025-12-04T08:43:42.8555612Z * [new branch] gh/janeyx99/325/orig -> origin/gh/janeyx99/325/orig 2025-12-04T08:43:42.8557997Z * [new branch] gh/janeyx99/327/base -> origin/gh/janeyx99/327/base 2025-12-04T08:43:42.8558991Z * [new branch] gh/janeyx99/327/head -> origin/gh/janeyx99/327/head 2025-12-04T08:43:42.8560164Z * [new branch] gh/janeyx99/327/orig -> origin/gh/janeyx99/327/orig 2025-12-04T08:43:42.8562131Z * [new branch] gh/janeyx99/328/base -> origin/gh/janeyx99/328/base 2025-12-04T08:43:42.8563345Z * [new branch] gh/janeyx99/328/head -> origin/gh/janeyx99/328/head 2025-12-04T08:43:42.8564503Z * [new branch] gh/janeyx99/328/orig -> origin/gh/janeyx99/328/orig 2025-12-04T08:43:42.8565918Z * [new branch] gh/janeyx99/329/base -> origin/gh/janeyx99/329/base 2025-12-04T08:43:42.8567064Z * [new branch] gh/janeyx99/329/head -> origin/gh/janeyx99/329/head 2025-12-04T08:43:42.8568169Z * [new branch] gh/janeyx99/329/orig -> origin/gh/janeyx99/329/orig 2025-12-04T08:43:42.8570089Z * [new branch] gh/janeyx99/330/base -> origin/gh/janeyx99/330/base 2025-12-04T08:43:42.8571333Z * [new branch] gh/janeyx99/330/head -> origin/gh/janeyx99/330/head 2025-12-04T08:43:42.8572600Z * [new branch] gh/janeyx99/330/orig -> origin/gh/janeyx99/330/orig 2025-12-04T08:43:42.8574024Z * [new branch] gh/janeyx99/331/base -> origin/gh/janeyx99/331/base 2025-12-04T08:43:42.8575079Z * [new branch] gh/janeyx99/331/head -> origin/gh/janeyx99/331/head 2025-12-04T08:43:42.8576398Z * [new branch] gh/janeyx99/331/orig -> origin/gh/janeyx99/331/orig 2025-12-04T08:43:42.8577669Z * [new branch] gh/janeyx99/332/base -> origin/gh/janeyx99/332/base 2025-12-04T08:43:42.8578803Z * [new branch] gh/janeyx99/332/head -> origin/gh/janeyx99/332/head 2025-12-04T08:43:42.8579929Z * [new branch] gh/janeyx99/332/orig -> origin/gh/janeyx99/332/orig 2025-12-04T08:43:42.8581432Z * [new branch] gh/janeyx99/333/base -> origin/gh/janeyx99/333/base 2025-12-04T08:43:42.8582465Z * [new branch] gh/janeyx99/333/head -> origin/gh/janeyx99/333/head 2025-12-04T08:43:42.8583532Z * [new branch] gh/janeyx99/333/orig -> origin/gh/janeyx99/333/orig 2025-12-04T08:43:42.8585148Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-12-04T08:43:42.8586219Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-12-04T08:43:42.8587672Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-12-04T08:43:42.8589093Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-12-04T08:43:42.8590173Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-12-04T08:43:42.8591707Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-12-04T08:43:42.8592716Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-12-04T08:43:42.8593846Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-12-04T08:43:42.8595808Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-12-04T08:43:42.8596922Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-12-04T08:43:42.8597942Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-12-04T08:43:42.8599548Z * [new branch] gh/jansel/533/base -> origin/gh/jansel/533/base 2025-12-04T08:43:42.8600573Z * [new branch] gh/jansel/533/head -> origin/gh/jansel/533/head 2025-12-04T08:43:42.8601675Z * [new branch] gh/jansel/533/orig -> origin/gh/jansel/533/orig 2025-12-04T08:43:42.8603193Z * [new branch] gh/jansel/552/base -> origin/gh/jansel/552/base 2025-12-04T08:43:42.8604258Z * [new branch] gh/jansel/552/head -> origin/gh/jansel/552/head 2025-12-04T08:43:42.8605352Z * [new branch] gh/jansel/552/orig -> origin/gh/jansel/552/orig 2025-12-04T08:43:42.8606877Z * [new branch] gh/jansel/553/base -> origin/gh/jansel/553/base 2025-12-04T08:43:42.8608030Z * [new branch] gh/jansel/553/head -> origin/gh/jansel/553/head 2025-12-04T08:43:42.8609096Z * [new branch] gh/jansel/553/orig -> origin/gh/jansel/553/orig 2025-12-04T08:43:42.8610647Z * [new branch] gh/jansel/554/base -> origin/gh/jansel/554/base 2025-12-04T08:43:42.8611680Z * [new branch] gh/jansel/554/head -> origin/gh/jansel/554/head 2025-12-04T08:43:42.8612791Z * [new branch] gh/jansel/554/orig -> origin/gh/jansel/554/orig 2025-12-04T08:43:42.8614256Z * [new branch] gh/jansel/555/base -> origin/gh/jansel/555/base 2025-12-04T08:43:42.8615295Z * [new branch] gh/jansel/555/head -> origin/gh/jansel/555/head 2025-12-04T08:43:42.8616398Z * [new branch] gh/jansel/555/orig -> origin/gh/jansel/555/orig 2025-12-04T08:43:42.8617945Z * [new branch] gh/jansel/556/base -> origin/gh/jansel/556/base 2025-12-04T08:43:42.8618967Z * [new branch] gh/jansel/556/head -> origin/gh/jansel/556/head 2025-12-04T08:43:42.8620017Z * [new branch] gh/jansel/556/orig -> origin/gh/jansel/556/orig 2025-12-04T08:43:42.8621481Z * [new branch] gh/jansel/557/base -> origin/gh/jansel/557/base 2025-12-04T08:43:42.8622565Z * [new branch] gh/jansel/557/head -> origin/gh/jansel/557/head 2025-12-04T08:43:42.8624213Z * [new branch] gh/jansel/557/orig -> origin/gh/jansel/557/orig 2025-12-04T08:43:42.8625318Z * [new branch] gh/jansel/558/base -> origin/gh/jansel/558/base 2025-12-04T08:43:42.8626337Z * [new branch] gh/jansel/558/head -> origin/gh/jansel/558/head 2025-12-04T08:43:42.8627430Z * [new branch] gh/jansel/558/orig -> origin/gh/jansel/558/orig 2025-12-04T08:43:42.8629087Z * [new branch] gh/jansel/559/base -> origin/gh/jansel/559/base 2025-12-04T08:43:42.8629991Z * [new branch] gh/jansel/559/head -> origin/gh/jansel/559/head 2025-12-04T08:43:42.8630997Z * [new branch] gh/jansel/559/orig -> origin/gh/jansel/559/orig 2025-12-04T08:43:42.8632694Z * [new branch] gh/jansel/560/base -> origin/gh/jansel/560/base 2025-12-04T08:43:42.8633537Z * [new branch] gh/jansel/560/head -> origin/gh/jansel/560/head 2025-12-04T08:43:42.8634639Z * [new branch] gh/jansel/560/orig -> origin/gh/jansel/560/orig 2025-12-04T08:43:42.8636823Z * [new branch] gh/jansel/561/base -> origin/gh/jansel/561/base 2025-12-04T08:43:42.8637643Z * [new branch] gh/jansel/561/head -> origin/gh/jansel/561/head 2025-12-04T08:43:42.8638771Z * [new branch] gh/jansel/561/orig -> origin/gh/jansel/561/orig 2025-12-04T08:43:42.8640681Z * [new branch] gh/jansel/562/base -> origin/gh/jansel/562/base 2025-12-04T08:43:42.8641496Z * [new branch] gh/jansel/562/head -> origin/gh/jansel/562/head 2025-12-04T08:43:42.8642542Z * [new branch] gh/jansel/562/orig -> origin/gh/jansel/562/orig 2025-12-04T08:43:42.8644770Z * [new branch] gh/jansel/563/base -> origin/gh/jansel/563/base 2025-12-04T08:43:42.8645722Z * [new branch] gh/jansel/563/head -> origin/gh/jansel/563/head 2025-12-04T08:43:42.8646755Z * [new branch] gh/jansel/563/orig -> origin/gh/jansel/563/orig 2025-12-04T08:43:42.8648941Z * [new branch] gh/jansel/564/base -> origin/gh/jansel/564/base 2025-12-04T08:43:42.8649794Z * [new branch] gh/jansel/564/head -> origin/gh/jansel/564/head 2025-12-04T08:43:42.8650884Z * [new branch] gh/jansel/564/orig -> origin/gh/jansel/564/orig 2025-12-04T08:43:42.8652603Z * [new branch] gh/jansel/565/base -> origin/gh/jansel/565/base 2025-12-04T08:43:42.8653451Z * [new branch] gh/jansel/565/head -> origin/gh/jansel/565/head 2025-12-04T08:43:42.8654541Z * [new branch] gh/jansel/565/orig -> origin/gh/jansel/565/orig 2025-12-04T08:43:42.8656466Z * [new branch] gh/jansel/566/base -> origin/gh/jansel/566/base 2025-12-04T08:43:42.8657164Z * [new branch] gh/jansel/566/head -> origin/gh/jansel/566/head 2025-12-04T08:43:42.8658667Z * [new branch] gh/jansel/566/orig -> origin/gh/jansel/566/orig 2025-12-04T08:43:42.8659785Z * [new branch] gh/jansel/567/base -> origin/gh/jansel/567/base 2025-12-04T08:43:42.8660778Z * [new branch] gh/jansel/567/head -> origin/gh/jansel/567/head 2025-12-04T08:43:42.8662022Z * [new branch] gh/jansel/567/orig -> origin/gh/jansel/567/orig 2025-12-04T08:43:42.8663533Z * [new branch] gh/jansel/568/base -> origin/gh/jansel/568/base 2025-12-04T08:43:42.8664708Z * [new branch] gh/jansel/568/head -> origin/gh/jansel/568/head 2025-12-04T08:43:42.8665771Z * [new branch] gh/jansel/568/orig -> origin/gh/jansel/568/orig 2025-12-04T08:43:42.8667279Z * [new branch] gh/jansel/569/base -> origin/gh/jansel/569/base 2025-12-04T08:43:42.8668365Z * [new branch] gh/jansel/569/head -> origin/gh/jansel/569/head 2025-12-04T08:43:42.8669475Z * [new branch] gh/jansel/569/orig -> origin/gh/jansel/569/orig 2025-12-04T08:43:42.8674630Z * [new branch] gh/jansel/570/base -> origin/gh/jansel/570/base 2025-12-04T08:43:42.8675665Z * [new branch] gh/jansel/570/head -> origin/gh/jansel/570/head 2025-12-04T08:43:42.8676785Z * [new branch] gh/jansel/570/orig -> origin/gh/jansel/570/orig 2025-12-04T08:43:42.8678489Z * [new branch] gh/jansel/571/base -> origin/gh/jansel/571/base 2025-12-04T08:43:42.8679478Z * [new branch] gh/jansel/571/head -> origin/gh/jansel/571/head 2025-12-04T08:43:42.8680594Z * [new branch] gh/jansel/571/orig -> origin/gh/jansel/571/orig 2025-12-04T08:43:42.8682608Z * [new branch] gh/jansel/572/base -> origin/gh/jansel/572/base 2025-12-04T08:43:42.8683781Z * [new branch] gh/jansel/572/head -> origin/gh/jansel/572/head 2025-12-04T08:43:42.8684936Z * [new branch] gh/jansel/572/orig -> origin/gh/jansel/572/orig 2025-12-04T08:43:42.8686932Z * [new branch] gh/jansel/573/base -> origin/gh/jansel/573/base 2025-12-04T08:43:42.8687997Z * [new branch] gh/jansel/573/head -> origin/gh/jansel/573/head 2025-12-04T08:43:42.8689135Z * [new branch] gh/jansel/573/orig -> origin/gh/jansel/573/orig 2025-12-04T08:43:42.8690752Z * [new branch] gh/jansel/574/base -> origin/gh/jansel/574/base 2025-12-04T08:43:42.8692261Z * [new branch] gh/jansel/574/head -> origin/gh/jansel/574/head 2025-12-04T08:43:42.8693351Z * [new branch] gh/jansel/574/orig -> origin/gh/jansel/574/orig 2025-12-04T08:43:42.8694891Z * [new branch] gh/jansel/575/base -> origin/gh/jansel/575/base 2025-12-04T08:43:42.8695979Z * [new branch] gh/jansel/575/head -> origin/gh/jansel/575/head 2025-12-04T08:43:42.8697109Z * [new branch] gh/jansel/575/orig -> origin/gh/jansel/575/orig 2025-12-04T08:43:42.8698673Z * [new branch] gh/jansel/576/base -> origin/gh/jansel/576/base 2025-12-04T08:43:42.8699729Z * [new branch] gh/jansel/576/head -> origin/gh/jansel/576/head 2025-12-04T08:43:42.8700795Z * [new branch] gh/jansel/576/orig -> origin/gh/jansel/576/orig 2025-12-04T08:43:42.8702908Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-12-04T08:43:42.8703959Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-12-04T08:43:42.8705071Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-12-04T08:43:42.8706733Z * [new branch] gh/jbschlosser/250/base -> origin/gh/jbschlosser/250/base 2025-12-04T08:43:42.8707772Z * [new branch] gh/jbschlosser/250/head -> origin/gh/jbschlosser/250/head 2025-12-04T08:43:42.8708873Z * [new branch] gh/jbschlosser/250/orig -> origin/gh/jbschlosser/250/orig 2025-12-04T08:43:42.8711190Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-12-04T08:43:42.8712426Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-12-04T08:43:42.8713642Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-12-04T08:43:42.8715303Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-12-04T08:43:42.8716393Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-12-04T08:43:42.8717511Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-12-04T08:43:42.8718929Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-12-04T08:43:42.8720106Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-12-04T08:43:42.8721206Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-12-04T08:43:42.8722752Z * [new branch] gh/jiayisunx/68/base -> origin/gh/jiayisunx/68/base 2025-12-04T08:43:42.8723872Z * [new branch] gh/jiayisunx/68/head -> origin/gh/jiayisunx/68/head 2025-12-04T08:43:42.8725060Z * [new branch] gh/jiayisunx/68/orig -> origin/gh/jiayisunx/68/orig 2025-12-04T08:43:42.8726525Z * [new branch] gh/jiayisunx/77/base -> origin/gh/jiayisunx/77/base 2025-12-04T08:43:42.8727607Z * [new branch] gh/jiayisunx/77/head -> origin/gh/jiayisunx/77/head 2025-12-04T08:43:42.8728661Z * [new branch] gh/jiayisunx/77/orig -> origin/gh/jiayisunx/77/orig 2025-12-04T08:43:42.8730669Z * [new branch] gh/jiayisunx/78/base -> origin/gh/jiayisunx/78/base 2025-12-04T08:43:42.8731666Z * [new branch] gh/jiayisunx/78/head -> origin/gh/jiayisunx/78/head 2025-12-04T08:43:42.8732755Z * [new branch] gh/jiayisunx/78/orig -> origin/gh/jiayisunx/78/orig 2025-12-04T08:43:42.8734221Z * [new branch] gh/jiayisunx/79/base -> origin/gh/jiayisunx/79/base 2025-12-04T08:43:42.8735429Z * [new branch] gh/jiayisunx/79/head -> origin/gh/jiayisunx/79/head 2025-12-04T08:43:42.8736461Z * [new branch] gh/jiayisunx/79/orig -> origin/gh/jiayisunx/79/orig 2025-12-04T08:43:42.8737975Z * [new branch] gh/jiayisunx/82/base -> origin/gh/jiayisunx/82/base 2025-12-04T08:43:42.8739056Z * [new branch] gh/jiayisunx/82/head -> origin/gh/jiayisunx/82/head 2025-12-04T08:43:42.8740247Z * [new branch] gh/jiayisunx/82/orig -> origin/gh/jiayisunx/82/orig 2025-12-04T08:43:42.8741612Z * [new branch] gh/jiayisunx/83/base -> origin/gh/jiayisunx/83/base 2025-12-04T08:43:42.8742754Z * [new branch] gh/jiayisunx/83/head -> origin/gh/jiayisunx/83/head 2025-12-04T08:43:42.8743858Z * [new branch] gh/jiayisunx/83/orig -> origin/gh/jiayisunx/83/orig 2025-12-04T08:43:42.8745342Z * [new branch] gh/jiayisunx/84/base -> origin/gh/jiayisunx/84/base 2025-12-04T08:43:42.8746375Z * [new branch] gh/jiayisunx/84/head -> origin/gh/jiayisunx/84/head 2025-12-04T08:43:42.8747494Z * [new branch] gh/jiayisunx/84/orig -> origin/gh/jiayisunx/84/orig 2025-12-04T08:43:42.8748914Z * [new branch] gh/jiayisunx/85/base -> origin/gh/jiayisunx/85/base 2025-12-04T08:43:42.8750104Z * [new branch] gh/jiayisunx/85/head -> origin/gh/jiayisunx/85/head 2025-12-04T08:43:42.8751154Z * [new branch] gh/jiayisunx/85/orig -> origin/gh/jiayisunx/85/orig 2025-12-04T08:43:42.8752502Z * [new branch] gh/jiayisunx/86/base -> origin/gh/jiayisunx/86/base 2025-12-04T08:43:42.8753583Z * [new branch] gh/jiayisunx/86/head -> origin/gh/jiayisunx/86/head 2025-12-04T08:43:42.8754768Z * [new branch] gh/jiayisunx/86/orig -> origin/gh/jiayisunx/86/orig 2025-12-04T08:43:42.8756199Z * [new branch] gh/jiayisunx/87/base -> origin/gh/jiayisunx/87/base 2025-12-04T08:43:42.8757382Z * [new branch] gh/jiayisunx/87/head -> origin/gh/jiayisunx/87/head 2025-12-04T08:43:42.8758432Z * [new branch] gh/jiayisunx/87/orig -> origin/gh/jiayisunx/87/orig 2025-12-04T08:43:42.8759906Z * [new branch] gh/jiayisunx/88/base -> origin/gh/jiayisunx/88/base 2025-12-04T08:43:42.8760985Z * [new branch] gh/jiayisunx/88/head -> origin/gh/jiayisunx/88/head 2025-12-04T08:43:42.8762091Z * [new branch] gh/jiayisunx/88/orig -> origin/gh/jiayisunx/88/orig 2025-12-04T08:43:42.8763685Z * [new branch] gh/jiayisunx/89/base -> origin/gh/jiayisunx/89/base 2025-12-04T08:43:42.8764891Z * [new branch] gh/jiayisunx/89/head -> origin/gh/jiayisunx/89/head 2025-12-04T08:43:42.8765957Z * [new branch] gh/jiayisunx/89/orig -> origin/gh/jiayisunx/89/orig 2025-12-04T08:43:42.8767394Z * [new branch] gh/jiayisunx/90/base -> origin/gh/jiayisunx/90/base 2025-12-04T08:43:42.8768459Z * [new branch] gh/jiayisunx/90/head -> origin/gh/jiayisunx/90/head 2025-12-04T08:43:42.8769584Z * [new branch] gh/jiayisunx/90/orig -> origin/gh/jiayisunx/90/orig 2025-12-04T08:43:42.8771402Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-12-04T08:43:42.8772461Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-12-04T08:43:42.8774155Z * [new branch] gh/jturney/1/base -> origin/gh/jturney/1/base 2025-12-04T08:43:42.8775284Z * [new branch] gh/jturney/1/head -> origin/gh/jturney/1/head 2025-12-04T08:43:42.8776411Z * [new branch] gh/jturney/1/orig -> origin/gh/jturney/1/orig 2025-12-04T08:43:42.8778384Z * [new branch] gh/jturney/2/base -> origin/gh/jturney/2/base 2025-12-04T08:43:42.8779490Z * [new branch] gh/jturney/2/head -> origin/gh/jturney/2/head 2025-12-04T08:43:42.8780548Z * [new branch] gh/jturney/2/orig -> origin/gh/jturney/2/orig 2025-12-04T08:43:42.8782531Z * [new branch] gh/karthickai/10/base -> origin/gh/karthickai/10/base 2025-12-04T08:43:42.8783687Z * [new branch] gh/karthickai/10/head -> origin/gh/karthickai/10/head 2025-12-04T08:43:42.8784779Z * [new branch] gh/karthickai/10/orig -> origin/gh/karthickai/10/orig 2025-12-04T08:43:42.8786204Z * [new branch] gh/karthickai/11/base -> origin/gh/karthickai/11/base 2025-12-04T08:43:42.8787398Z * [new branch] gh/karthickai/11/head -> origin/gh/karthickai/11/head 2025-12-04T08:43:42.8788536Z * [new branch] gh/karthickai/11/orig -> origin/gh/karthickai/11/orig 2025-12-04T08:43:42.8790353Z * [new branch] gh/karthickai/12/base -> origin/gh/karthickai/12/base 2025-12-04T08:43:42.8791611Z * [new branch] gh/karthickai/12/head -> origin/gh/karthickai/12/head 2025-12-04T08:43:42.8792708Z * [new branch] gh/karthickai/12/orig -> origin/gh/karthickai/12/orig 2025-12-04T08:43:42.8794302Z * [new branch] gh/karthickai/13/base -> origin/gh/karthickai/13/base 2025-12-04T08:43:42.8795428Z * [new branch] gh/karthickai/13/head -> origin/gh/karthickai/13/head 2025-12-04T08:43:42.8796486Z * [new branch] gh/karthickai/13/orig -> origin/gh/karthickai/13/orig 2025-12-04T08:43:42.8798367Z * [new branch] gh/karthickai/14/base -> origin/gh/karthickai/14/base 2025-12-04T08:43:42.8799388Z * [new branch] gh/karthickai/14/head -> origin/gh/karthickai/14/head 2025-12-04T08:43:42.8800567Z * [new branch] gh/karthickai/14/orig -> origin/gh/karthickai/14/orig 2025-12-04T08:43:42.8802267Z * [new branch] gh/karthickai/15/base -> origin/gh/karthickai/15/base 2025-12-04T08:43:42.8803718Z * [new branch] gh/karthickai/15/head -> origin/gh/karthickai/15/head 2025-12-04T08:43:42.8804787Z * [new branch] gh/karthickai/15/orig -> origin/gh/karthickai/15/orig 2025-12-04T08:43:42.8806341Z * [new branch] gh/karthickai/16/base -> origin/gh/karthickai/16/base 2025-12-04T08:43:42.8807368Z * [new branch] gh/karthickai/16/head -> origin/gh/karthickai/16/head 2025-12-04T08:43:42.8808489Z * [new branch] gh/karthickai/16/orig -> origin/gh/karthickai/16/orig 2025-12-04T08:43:42.8809988Z * [new branch] gh/karthickai/17/base -> origin/gh/karthickai/17/base 2025-12-04T08:43:42.8810996Z * [new branch] gh/karthickai/17/head -> origin/gh/karthickai/17/head 2025-12-04T08:43:42.8812000Z * [new branch] gh/karthickai/17/orig -> origin/gh/karthickai/17/orig 2025-12-04T08:43:42.8813593Z * [new branch] gh/karthickai/18/base -> origin/gh/karthickai/18/base 2025-12-04T08:43:42.8814904Z * [new branch] gh/karthickai/18/head -> origin/gh/karthickai/18/head 2025-12-04T08:43:42.8816205Z * [new branch] gh/karthickai/18/orig -> origin/gh/karthickai/18/orig 2025-12-04T08:43:42.8817870Z * [new branch] gh/karthickai/19/base -> origin/gh/karthickai/19/base 2025-12-04T08:43:42.8818968Z * [new branch] gh/karthickai/19/head -> origin/gh/karthickai/19/head 2025-12-04T08:43:42.8820092Z * [new branch] gh/karthickai/19/orig -> origin/gh/karthickai/19/orig 2025-12-04T08:43:42.8822455Z * [new branch] gh/karthickai/20/base -> origin/gh/karthickai/20/base 2025-12-04T08:43:42.8824199Z * [new branch] gh/karthickai/20/head -> origin/gh/karthickai/20/head 2025-12-04T08:43:42.8825281Z * [new branch] gh/karthickai/20/orig -> origin/gh/karthickai/20/orig 2025-12-04T08:43:42.8827049Z * [new branch] gh/karthickai/21/base -> origin/gh/karthickai/21/base 2025-12-04T08:43:42.8828286Z * [new branch] gh/karthickai/21/head -> origin/gh/karthickai/21/head 2025-12-04T08:43:42.8829397Z * [new branch] gh/karthickai/21/orig -> origin/gh/karthickai/21/orig 2025-12-04T08:43:42.8831041Z * [new branch] gh/karthickai/22/base -> origin/gh/karthickai/22/base 2025-12-04T08:43:42.8832120Z * [new branch] gh/karthickai/22/head -> origin/gh/karthickai/22/head 2025-12-04T08:43:42.8833133Z * [new branch] gh/karthickai/22/orig -> origin/gh/karthickai/22/orig 2025-12-04T08:43:42.8834792Z * [new branch] gh/karthickai/23/base -> origin/gh/karthickai/23/base 2025-12-04T08:43:42.8836036Z * [new branch] gh/karthickai/23/head -> origin/gh/karthickai/23/head 2025-12-04T08:43:42.8837129Z * [new branch] gh/karthickai/23/orig -> origin/gh/karthickai/23/orig 2025-12-04T08:43:42.8838728Z * [new branch] gh/karthickai/24/base -> origin/gh/karthickai/24/base 2025-12-04T08:43:42.8839933Z * [new branch] gh/karthickai/24/head -> origin/gh/karthickai/24/head 2025-12-04T08:43:42.8840870Z * [new branch] gh/karthickai/24/orig -> origin/gh/karthickai/24/orig 2025-12-04T08:43:42.8842933Z * [new branch] gh/karthickai/25/base -> origin/gh/karthickai/25/base 2025-12-04T08:43:42.8844286Z * [new branch] gh/karthickai/25/head -> origin/gh/karthickai/25/head 2025-12-04T08:43:42.8845391Z * [new branch] gh/karthickai/25/orig -> origin/gh/karthickai/25/orig 2025-12-04T08:43:42.8846799Z * [new branch] gh/karthickai/26/base -> origin/gh/karthickai/26/base 2025-12-04T08:43:42.8848016Z * [new branch] gh/karthickai/26/head -> origin/gh/karthickai/26/head 2025-12-04T08:43:42.8849224Z * [new branch] gh/karthickai/26/orig -> origin/gh/karthickai/26/orig 2025-12-04T08:43:42.8852087Z * [new branch] gh/karthickai/6/base -> origin/gh/karthickai/6/base 2025-12-04T08:43:42.8853758Z * [new branch] gh/karthickai/6/head -> origin/gh/karthickai/6/head 2025-12-04T08:43:42.8854884Z * [new branch] gh/karthickai/6/orig -> origin/gh/karthickai/6/orig 2025-12-04T08:43:42.8856627Z * [new branch] gh/krocki/1/base -> origin/gh/krocki/1/base 2025-12-04T08:43:42.8857767Z * [new branch] gh/krocki/1/head -> origin/gh/krocki/1/head 2025-12-04T08:43:42.8858932Z * [new branch] gh/krocki/1/orig -> origin/gh/krocki/1/orig 2025-12-04T08:43:42.8860428Z * [new branch] gh/krocki/2/base -> origin/gh/krocki/2/base 2025-12-04T08:43:42.8861519Z * [new branch] gh/krocki/2/head -> origin/gh/krocki/2/head 2025-12-04T08:43:42.8862670Z * [new branch] gh/krocki/2/orig -> origin/gh/krocki/2/orig 2025-12-04T08:43:42.8864514Z * [new branch] gh/kurtamohler/60/base -> origin/gh/kurtamohler/60/base 2025-12-04T08:43:42.8865599Z * [new branch] gh/kurtamohler/60/head -> origin/gh/kurtamohler/60/head 2025-12-04T08:43:42.8866668Z * [new branch] gh/kurtamohler/60/orig -> origin/gh/kurtamohler/60/orig 2025-12-04T08:43:42.8868124Z * [new branch] gh/kurtamohler/61/base -> origin/gh/kurtamohler/61/base 2025-12-04T08:43:42.8869225Z * [new branch] gh/kurtamohler/61/head -> origin/gh/kurtamohler/61/head 2025-12-04T08:43:42.8870345Z * [new branch] gh/kurtamohler/61/orig -> origin/gh/kurtamohler/61/orig 2025-12-04T08:43:42.8871943Z * [new branch] gh/kurtamohler/62/base -> origin/gh/kurtamohler/62/base 2025-12-04T08:43:42.8873084Z * [new branch] gh/kurtamohler/62/head -> origin/gh/kurtamohler/62/head 2025-12-04T08:43:42.8874175Z * [new branch] gh/kurtamohler/62/orig -> origin/gh/kurtamohler/62/orig 2025-12-04T08:43:42.8875708Z * [new branch] gh/kurtamohler/63/base -> origin/gh/kurtamohler/63/base 2025-12-04T08:43:42.8876812Z * [new branch] gh/kurtamohler/63/head -> origin/gh/kurtamohler/63/head 2025-12-04T08:43:42.8877956Z * [new branch] gh/kurtamohler/63/orig -> origin/gh/kurtamohler/63/orig 2025-12-04T08:43:42.8879479Z * [new branch] gh/kurtamohler/64/base -> origin/gh/kurtamohler/64/base 2025-12-04T08:43:42.8880580Z * [new branch] gh/kurtamohler/64/head -> origin/gh/kurtamohler/64/head 2025-12-04T08:43:42.8881693Z * [new branch] gh/kurtamohler/64/orig -> origin/gh/kurtamohler/64/orig 2025-12-04T08:43:42.8883206Z * [new branch] gh/kurtamohler/65/base -> origin/gh/kurtamohler/65/base 2025-12-04T08:43:42.8884402Z * [new branch] gh/kurtamohler/65/head -> origin/gh/kurtamohler/65/head 2025-12-04T08:43:42.8885492Z * [new branch] gh/kurtamohler/65/orig -> origin/gh/kurtamohler/65/orig 2025-12-04T08:43:42.8886874Z * [new branch] gh/kurtamohler/66/base -> origin/gh/kurtamohler/66/base 2025-12-04T08:43:42.8888044Z * [new branch] gh/kurtamohler/66/head -> origin/gh/kurtamohler/66/head 2025-12-04T08:43:42.8889139Z * [new branch] gh/kurtamohler/66/orig -> origin/gh/kurtamohler/66/orig 2025-12-04T08:43:42.8890572Z * [new branch] gh/kurtamohler/67/base -> origin/gh/kurtamohler/67/base 2025-12-04T08:43:42.8891721Z * [new branch] gh/kurtamohler/67/head -> origin/gh/kurtamohler/67/head 2025-12-04T08:43:42.8892822Z * [new branch] gh/kurtamohler/67/orig -> origin/gh/kurtamohler/67/orig 2025-12-04T08:43:42.8894657Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-12-04T08:43:42.8895995Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-12-04T08:43:42.8897072Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-12-04T08:43:42.8898537Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-12-04T08:43:42.8899700Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-12-04T08:43:42.8901274Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-12-04T08:43:42.8902515Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-12-04T08:43:42.8903660Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-12-04T08:43:42.8905088Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-12-04T08:43:42.8906209Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-12-04T08:43:42.8907325Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-12-04T08:43:42.8908742Z * [new branch] gh/kwen2501/211/base -> origin/gh/kwen2501/211/base 2025-12-04T08:43:42.8909826Z * [new branch] gh/kwen2501/211/head -> origin/gh/kwen2501/211/head 2025-12-04T08:43:42.8911250Z * [new branch] gh/kwen2501/224/base -> origin/gh/kwen2501/224/base 2025-12-04T08:43:42.8912476Z * [new branch] gh/kwen2501/224/head -> origin/gh/kwen2501/224/head 2025-12-04T08:43:42.8913583Z * [new branch] gh/kwen2501/224/orig -> origin/gh/kwen2501/224/orig 2025-12-04T08:43:42.8915084Z * [new branch] gh/kwen2501/228/base -> origin/gh/kwen2501/228/base 2025-12-04T08:43:42.8916183Z * [new branch] gh/kwen2501/228/head -> origin/gh/kwen2501/228/head 2025-12-04T08:43:42.8917391Z * [new branch] gh/kwen2501/228/orig -> origin/gh/kwen2501/228/orig 2025-12-04T08:43:42.8918960Z * [new branch] gh/kwen2501/234/base -> origin/gh/kwen2501/234/base 2025-12-04T08:43:42.8920201Z * [new branch] gh/kwen2501/234/head -> origin/gh/kwen2501/234/head 2025-12-04T08:43:42.8921303Z * [new branch] gh/kwen2501/234/orig -> origin/gh/kwen2501/234/orig 2025-12-04T08:43:42.8922707Z * [new branch] gh/kwen2501/235/base -> origin/gh/kwen2501/235/base 2025-12-04T08:43:42.8923852Z * [new branch] gh/kwen2501/235/head -> origin/gh/kwen2501/235/head 2025-12-04T08:43:42.8924920Z * [new branch] gh/kwen2501/235/orig -> origin/gh/kwen2501/235/orig 2025-12-04T08:43:42.8926307Z * [new branch] gh/kwen2501/236/base -> origin/gh/kwen2501/236/base 2025-12-04T08:43:42.8927388Z * [new branch] gh/kwen2501/236/head -> origin/gh/kwen2501/236/head 2025-12-04T08:43:42.8928499Z * [new branch] gh/kwen2501/236/orig -> origin/gh/kwen2501/236/orig 2025-12-04T08:43:42.8929949Z * [new branch] gh/kwen2501/237/base -> origin/gh/kwen2501/237/base 2025-12-04T08:43:42.8930987Z * [new branch] gh/kwen2501/237/head -> origin/gh/kwen2501/237/head 2025-12-04T08:43:42.8932198Z * [new branch] gh/kwen2501/237/orig -> origin/gh/kwen2501/237/orig 2025-12-04T08:43:42.8933647Z * [new branch] gh/kwen2501/238/base -> origin/gh/kwen2501/238/base 2025-12-04T08:43:42.8934714Z * [new branch] gh/kwen2501/238/head -> origin/gh/kwen2501/238/head 2025-12-04T08:43:42.8935796Z * [new branch] gh/kwen2501/238/orig -> origin/gh/kwen2501/238/orig 2025-12-04T08:43:42.8937352Z * [new branch] gh/kwen2501/240/base -> origin/gh/kwen2501/240/base 2025-12-04T08:43:42.8938433Z * [new branch] gh/kwen2501/240/head -> origin/gh/kwen2501/240/head 2025-12-04T08:43:42.8939563Z * [new branch] gh/kwen2501/240/orig -> origin/gh/kwen2501/240/orig 2025-12-04T08:43:42.8940954Z * [new branch] gh/kwen2501/241/base -> origin/gh/kwen2501/241/base 2025-12-04T08:43:42.8942120Z * [new branch] gh/kwen2501/241/head -> origin/gh/kwen2501/241/head 2025-12-04T08:43:42.8943220Z * [new branch] gh/kwen2501/241/orig -> origin/gh/kwen2501/241/orig 2025-12-04T08:43:42.8944671Z * [new branch] gh/kwen2501/247/base -> origin/gh/kwen2501/247/base 2025-12-04T08:43:42.8945731Z * [new branch] gh/kwen2501/247/head -> origin/gh/kwen2501/247/head 2025-12-04T08:43:42.8947143Z * [new branch] gh/kwen2501/247/orig -> origin/gh/kwen2501/247/orig 2025-12-04T08:43:42.8948358Z * [new branch] gh/kwen2501/252/base -> origin/gh/kwen2501/252/base 2025-12-04T08:43:42.8949405Z * [new branch] gh/kwen2501/252/head -> origin/gh/kwen2501/252/head 2025-12-04T08:43:42.8950517Z * [new branch] gh/kwen2501/252/orig -> origin/gh/kwen2501/252/orig 2025-12-04T08:43:42.8952384Z * [new branch] gh/kwen2501/259/base -> origin/gh/kwen2501/259/base 2025-12-04T08:43:42.8953604Z * [new branch] gh/kwen2501/259/head -> origin/gh/kwen2501/259/head 2025-12-04T08:43:42.8954742Z * [new branch] gh/kwen2501/259/orig -> origin/gh/kwen2501/259/orig 2025-12-04T08:43:42.8956320Z * [new branch] gh/kwen2501/260/base -> origin/gh/kwen2501/260/base 2025-12-04T08:43:42.8957493Z * [new branch] gh/kwen2501/260/head -> origin/gh/kwen2501/260/head 2025-12-04T08:43:42.8958624Z * [new branch] gh/kwen2501/260/orig -> origin/gh/kwen2501/260/orig 2025-12-04T08:43:42.8960115Z * [new branch] gh/kwen2501/268/base -> origin/gh/kwen2501/268/base 2025-12-04T08:43:42.8961213Z * [new branch] gh/kwen2501/268/head -> origin/gh/kwen2501/268/head 2025-12-04T08:43:42.8962443Z * [new branch] gh/kwen2501/268/orig -> origin/gh/kwen2501/268/orig 2025-12-04T08:43:42.8964108Z * [new branch] gh/kwen2501/269/base -> origin/gh/kwen2501/269/base 2025-12-04T08:43:42.8965236Z * [new branch] gh/kwen2501/269/head -> origin/gh/kwen2501/269/head 2025-12-04T08:43:42.8966303Z * [new branch] gh/kwen2501/269/orig -> origin/gh/kwen2501/269/orig 2025-12-04T08:43:42.8967892Z * [new branch] gh/kwen2501/270/base -> origin/gh/kwen2501/270/base 2025-12-04T08:43:42.8969104Z * [new branch] gh/kwen2501/270/head -> origin/gh/kwen2501/270/head 2025-12-04T08:43:42.8970196Z * [new branch] gh/kwen2501/270/orig -> origin/gh/kwen2501/270/orig 2025-12-04T08:43:42.8974571Z * [new branch] gh/kwen2501/271/base -> origin/gh/kwen2501/271/base 2025-12-04T08:43:42.8975769Z * [new branch] gh/kwen2501/271/head -> origin/gh/kwen2501/271/head 2025-12-04T08:43:42.8976997Z * [new branch] gh/kwen2501/271/orig -> origin/gh/kwen2501/271/orig 2025-12-04T08:43:42.8978557Z * [new branch] gh/kwen2501/274/base -> origin/gh/kwen2501/274/base 2025-12-04T08:43:42.8979979Z * [new branch] gh/kwen2501/274/head -> origin/gh/kwen2501/274/head 2025-12-04T08:43:42.8981101Z * [new branch] gh/kwen2501/274/orig -> origin/gh/kwen2501/274/orig 2025-12-04T08:43:42.8982679Z * [new branch] gh/kwen2501/275/base -> origin/gh/kwen2501/275/base 2025-12-04T08:43:42.8983930Z * [new branch] gh/kwen2501/275/head -> origin/gh/kwen2501/275/head 2025-12-04T08:43:42.8985058Z * [new branch] gh/kwen2501/275/orig -> origin/gh/kwen2501/275/orig 2025-12-04T08:43:42.8986527Z * [new branch] gh/kwen2501/276/base -> origin/gh/kwen2501/276/base 2025-12-04T08:43:42.8987851Z * [new branch] gh/kwen2501/276/head -> origin/gh/kwen2501/276/head 2025-12-04T08:43:42.8989237Z * [new branch] gh/kwen2501/276/orig -> origin/gh/kwen2501/276/orig 2025-12-04T08:43:42.8990735Z * [new branch] gh/kwen2501/277/base -> origin/gh/kwen2501/277/base 2025-12-04T08:43:42.8992257Z * [new branch] gh/kwen2501/277/head -> origin/gh/kwen2501/277/head 2025-12-04T08:43:42.8993458Z * [new branch] gh/kwen2501/277/orig -> origin/gh/kwen2501/277/orig 2025-12-04T08:43:42.8994944Z * [new branch] gh/kwen2501/278/base -> origin/gh/kwen2501/278/base 2025-12-04T08:43:42.8996029Z * [new branch] gh/kwen2501/278/head -> origin/gh/kwen2501/278/head 2025-12-04T08:43:42.8997218Z * [new branch] gh/kwen2501/278/orig -> origin/gh/kwen2501/278/orig 2025-12-04T08:43:42.8998789Z * [new branch] gh/kwen2501/279/base -> origin/gh/kwen2501/279/base 2025-12-04T08:43:42.9000083Z * [new branch] gh/kwen2501/279/head -> origin/gh/kwen2501/279/head 2025-12-04T08:43:42.9001225Z * [new branch] gh/kwen2501/279/orig -> origin/gh/kwen2501/279/orig 2025-12-04T08:43:42.9002743Z * [new branch] gh/kwen2501/280/base -> origin/gh/kwen2501/280/base 2025-12-04T08:43:42.9004019Z * [new branch] gh/kwen2501/280/head -> origin/gh/kwen2501/280/head 2025-12-04T08:43:42.9005200Z * [new branch] gh/kwen2501/280/orig -> origin/gh/kwen2501/280/orig 2025-12-04T08:43:42.9006713Z * [new branch] gh/kwen2501/281/base -> origin/gh/kwen2501/281/base 2025-12-04T08:43:42.9007849Z * [new branch] gh/kwen2501/281/head -> origin/gh/kwen2501/281/head 2025-12-04T08:43:42.9008894Z * [new branch] gh/kwen2501/281/orig -> origin/gh/kwen2501/281/orig 2025-12-04T08:43:42.9010407Z * [new branch] gh/kwen2501/282/base -> origin/gh/kwen2501/282/base 2025-12-04T08:43:42.9011575Z * [new branch] gh/kwen2501/282/head -> origin/gh/kwen2501/282/head 2025-12-04T08:43:42.9012795Z * [new branch] gh/kwen2501/282/orig -> origin/gh/kwen2501/282/orig 2025-12-04T08:43:42.9014411Z * [new branch] gh/kwen2501/283/base -> origin/gh/kwen2501/283/base 2025-12-04T08:43:42.9015530Z * [new branch] gh/kwen2501/283/head -> origin/gh/kwen2501/283/head 2025-12-04T08:43:42.9016619Z * [new branch] gh/kwen2501/283/orig -> origin/gh/kwen2501/283/orig 2025-12-04T08:43:42.9018666Z * [new branch] gh/kwen2501/284/base -> origin/gh/kwen2501/284/base 2025-12-04T08:43:42.9019859Z * [new branch] gh/kwen2501/284/head -> origin/gh/kwen2501/284/head 2025-12-04T08:43:42.9021019Z * [new branch] gh/kwen2501/284/orig -> origin/gh/kwen2501/284/orig 2025-12-04T08:43:42.9022506Z * [new branch] gh/kwen2501/285/base -> origin/gh/kwen2501/285/base 2025-12-04T08:43:42.9023583Z * [new branch] gh/kwen2501/285/head -> origin/gh/kwen2501/285/head 2025-12-04T08:43:42.9024673Z * [new branch] gh/kwen2501/285/orig -> origin/gh/kwen2501/285/orig 2025-12-04T08:43:42.9026165Z * [new branch] gh/kwen2501/286/base -> origin/gh/kwen2501/286/base 2025-12-04T08:43:42.9027293Z * [new branch] gh/kwen2501/286/head -> origin/gh/kwen2501/286/head 2025-12-04T08:43:42.9028558Z * [new branch] gh/kwen2501/286/orig -> origin/gh/kwen2501/286/orig 2025-12-04T08:43:42.9029936Z * [new branch] gh/kwen2501/287/base -> origin/gh/kwen2501/287/base 2025-12-04T08:43:42.9031011Z * [new branch] gh/kwen2501/287/head -> origin/gh/kwen2501/287/head 2025-12-04T08:43:42.9032128Z * [new branch] gh/kwen2501/287/orig -> origin/gh/kwen2501/287/orig 2025-12-04T08:43:42.9033968Z * [new branch] gh/kwen2501/288/base -> origin/gh/kwen2501/288/base 2025-12-04T08:43:42.9034737Z * [new branch] gh/kwen2501/288/head -> origin/gh/kwen2501/288/head 2025-12-04T08:43:42.9036362Z * [new branch] gh/kwen2501/288/orig -> origin/gh/kwen2501/288/orig 2025-12-04T08:43:42.9038105Z * [new branch] gh/laithsakka/251/base -> origin/gh/laithsakka/251/base 2025-12-04T08:43:42.9039241Z * [new branch] gh/laithsakka/251/head -> origin/gh/laithsakka/251/head 2025-12-04T08:43:42.9040332Z * [new branch] gh/laithsakka/251/orig -> origin/gh/laithsakka/251/orig 2025-12-04T08:43:42.9041758Z * [new branch] gh/laithsakka/276/base -> origin/gh/laithsakka/276/base 2025-12-04T08:43:42.9042934Z * [new branch] gh/laithsakka/276/head -> origin/gh/laithsakka/276/head 2025-12-04T08:43:42.9044224Z * [new branch] gh/laithsakka/276/orig -> origin/gh/laithsakka/276/orig 2025-12-04T08:43:42.9045761Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-12-04T08:43:42.9047070Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-12-04T08:43:42.9048384Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-12-04T08:43:42.9049528Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-12-04T08:43:42.9050824Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-12-04T08:43:42.9051909Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-12-04T08:43:42.9053458Z * [new branch] gh/laithsakka/313/base -> origin/gh/laithsakka/313/base 2025-12-04T08:43:42.9054568Z * [new branch] gh/laithsakka/313/head -> origin/gh/laithsakka/313/head 2025-12-04T08:43:42.9055712Z * [new branch] gh/laithsakka/313/orig -> origin/gh/laithsakka/313/orig 2025-12-04T08:43:42.9057488Z * [new branch] gh/laithsakka/316/base -> origin/gh/laithsakka/316/base 2025-12-04T08:43:42.9059031Z * [new branch] gh/laithsakka/316/head -> origin/gh/laithsakka/316/head 2025-12-04T08:43:42.9060127Z * [new branch] gh/laithsakka/316/orig -> origin/gh/laithsakka/316/orig 2025-12-04T08:43:42.9061599Z * [new branch] gh/laithsakka/317/base -> origin/gh/laithsakka/317/base 2025-12-04T08:43:42.9062651Z * [new branch] gh/laithsakka/317/head -> origin/gh/laithsakka/317/head 2025-12-04T08:43:42.9063690Z * [new branch] gh/laithsakka/317/orig -> origin/gh/laithsakka/317/orig 2025-12-04T08:43:42.9065236Z * [new branch] gh/laithsakka/319/base -> origin/gh/laithsakka/319/base 2025-12-04T08:43:42.9066389Z * [new branch] gh/laithsakka/319/head -> origin/gh/laithsakka/319/head 2025-12-04T08:43:42.9067485Z * [new branch] gh/laithsakka/319/orig -> origin/gh/laithsakka/319/orig 2025-12-04T08:43:42.9068817Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-12-04T08:43:42.9069858Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-12-04T08:43:42.9071652Z * [new branch] gh/laithsakka/320/base -> origin/gh/laithsakka/320/base 2025-12-04T08:43:42.9072702Z * [new branch] gh/laithsakka/320/head -> origin/gh/laithsakka/320/head 2025-12-04T08:43:42.9073803Z * [new branch] gh/laithsakka/320/orig -> origin/gh/laithsakka/320/orig 2025-12-04T08:43:42.9075249Z * [new branch] gh/laithsakka/321/base -> origin/gh/laithsakka/321/base 2025-12-04T08:43:42.9076342Z * [new branch] gh/laithsakka/321/head -> origin/gh/laithsakka/321/head 2025-12-04T08:43:42.9077426Z * [new branch] gh/laithsakka/321/orig -> origin/gh/laithsakka/321/orig 2025-12-04T08:43:42.9079385Z * [new branch] gh/laithsakka/322/base -> origin/gh/laithsakka/322/base 2025-12-04T08:43:42.9080459Z * [new branch] gh/laithsakka/322/head -> origin/gh/laithsakka/322/head 2025-12-04T08:43:42.9081554Z * [new branch] gh/laithsakka/322/orig -> origin/gh/laithsakka/322/orig 2025-12-04T08:43:42.9083065Z * [new branch] gh/laithsakka/323/base -> origin/gh/laithsakka/323/base 2025-12-04T08:43:42.9084480Z * [new branch] gh/laithsakka/323/head -> origin/gh/laithsakka/323/head 2025-12-04T08:43:42.9085571Z * [new branch] gh/laithsakka/323/orig -> origin/gh/laithsakka/323/orig 2025-12-04T08:43:42.9087607Z * [new branch] gh/laithsakka/324/base -> origin/gh/laithsakka/324/base 2025-12-04T08:43:42.9088733Z * [new branch] gh/laithsakka/324/head -> origin/gh/laithsakka/324/head 2025-12-04T08:43:42.9089937Z * [new branch] gh/laithsakka/324/orig -> origin/gh/laithsakka/324/orig 2025-12-04T08:43:42.9091469Z * [new branch] gh/laithsakka/325/base -> origin/gh/laithsakka/325/base 2025-12-04T08:43:42.9092582Z * [new branch] gh/laithsakka/325/head -> origin/gh/laithsakka/325/head 2025-12-04T08:43:42.9093675Z * [new branch] gh/laithsakka/325/orig -> origin/gh/laithsakka/325/orig 2025-12-04T08:43:42.9095402Z * [new branch] gh/laithsakka/326/base -> origin/gh/laithsakka/326/base 2025-12-04T08:43:42.9096468Z * [new branch] gh/laithsakka/326/head -> origin/gh/laithsakka/326/head 2025-12-04T08:43:42.9097570Z * [new branch] gh/laithsakka/326/orig -> origin/gh/laithsakka/326/orig 2025-12-04T08:43:42.9099188Z * [new branch] gh/laithsakka/327/base -> origin/gh/laithsakka/327/base 2025-12-04T08:43:42.9100331Z * [new branch] gh/laithsakka/327/head -> origin/gh/laithsakka/327/head 2025-12-04T08:43:42.9101458Z * [new branch] gh/laithsakka/327/orig -> origin/gh/laithsakka/327/orig 2025-12-04T08:43:42.9103024Z * [new branch] gh/laithsakka/328/base -> origin/gh/laithsakka/328/base 2025-12-04T08:43:42.9104108Z * [new branch] gh/laithsakka/328/head -> origin/gh/laithsakka/328/head 2025-12-04T08:43:42.9105209Z * [new branch] gh/laithsakka/328/orig -> origin/gh/laithsakka/328/orig 2025-12-04T08:43:42.9106913Z * [new branch] gh/liangel/4/base -> origin/gh/liangel/4/base 2025-12-04T08:43:42.9108019Z * [new branch] gh/liangel/4/head -> origin/gh/liangel/4/head 2025-12-04T08:43:42.9109162Z * [new branch] gh/liangel/4/orig -> origin/gh/liangel/4/orig 2025-12-04T08:43:42.9113120Z * [new branch] gh/lucaskabela/1/base -> origin/gh/lucaskabela/1/base 2025-12-04T08:43:42.9114247Z * [new branch] gh/lucaskabela/1/head -> origin/gh/lucaskabela/1/head 2025-12-04T08:43:42.9116151Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-12-04T08:43:42.9117255Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-12-04T08:43:42.9118444Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-12-04T08:43:42.9119951Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-12-04T08:43:42.9121019Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-12-04T08:43:42.9122137Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-12-04T08:43:42.9124169Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-12-04T08:43:42.9125331Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-12-04T08:43:42.9126463Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-12-04T08:43:42.9128279Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-12-04T08:43:42.9129630Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-12-04T08:43:42.9130712Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-12-04T08:43:42.9131833Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-12-04T08:43:42.9133386Z * [new branch] gh/malfet/506/base -> origin/gh/malfet/506/base 2025-12-04T08:43:42.9134471Z * [new branch] gh/malfet/506/head -> origin/gh/malfet/506/head 2025-12-04T08:43:42.9135574Z * [new branch] gh/malfet/506/orig -> origin/gh/malfet/506/orig 2025-12-04T08:43:42.9137074Z * [new branch] gh/malfet/517/base -> origin/gh/malfet/517/base 2025-12-04T08:43:42.9138221Z * [new branch] gh/malfet/517/head -> origin/gh/malfet/517/head 2025-12-04T08:43:42.9139639Z * [new branch] gh/malfet/528/base -> origin/gh/malfet/528/base 2025-12-04T08:43:42.9140725Z * [new branch] gh/malfet/528/head -> origin/gh/malfet/528/head 2025-12-04T08:43:42.9141819Z * [new branch] gh/malfet/528/orig -> origin/gh/malfet/528/orig 2025-12-04T08:43:42.9143230Z * [new branch] gh/malfet/537/base -> origin/gh/malfet/537/base 2025-12-04T08:43:42.9144322Z * [new branch] gh/malfet/537/head -> origin/gh/malfet/537/head 2025-12-04T08:43:42.9145447Z * [new branch] gh/malfet/537/orig -> origin/gh/malfet/537/orig 2025-12-04T08:43:42.9146955Z * [new branch] gh/malfet/546/base -> origin/gh/malfet/546/base 2025-12-04T08:43:42.9148035Z * [new branch] gh/malfet/546/head -> origin/gh/malfet/546/head 2025-12-04T08:43:42.9149120Z * [new branch] gh/malfet/546/orig -> origin/gh/malfet/546/orig 2025-12-04T08:43:42.9150665Z * [new branch] gh/malfet/565/base -> origin/gh/malfet/565/base 2025-12-04T08:43:42.9152062Z * [new branch] gh/malfet/565/head -> origin/gh/malfet/565/head 2025-12-04T08:43:42.9153173Z * [new branch] gh/malfet/565/orig -> origin/gh/malfet/565/orig 2025-12-04T08:43:42.9154653Z * [new branch] gh/malfet/575/base -> origin/gh/malfet/575/base 2025-12-04T08:43:42.9155738Z * [new branch] gh/malfet/575/head -> origin/gh/malfet/575/head 2025-12-04T08:43:42.9156804Z * [new branch] gh/malfet/575/orig -> origin/gh/malfet/575/orig 2025-12-04T08:43:42.9158237Z * [new branch] gh/malfet/580/base -> origin/gh/malfet/580/base 2025-12-04T08:43:42.9159324Z * [new branch] gh/malfet/580/head -> origin/gh/malfet/580/head 2025-12-04T08:43:42.9160383Z * [new branch] gh/malfet/580/orig -> origin/gh/malfet/580/orig 2025-12-04T08:43:42.9161963Z * [new branch] gh/malfet/581/base -> origin/gh/malfet/581/base 2025-12-04T08:43:42.9163092Z * [new branch] gh/malfet/581/head -> origin/gh/malfet/581/head 2025-12-04T08:43:42.9164332Z * [new branch] gh/malfet/581/orig -> origin/gh/malfet/581/orig 2025-12-04T08:43:42.9165705Z * [new branch] gh/malfet/583/base -> origin/gh/malfet/583/base 2025-12-04T08:43:42.9166798Z * [new branch] gh/malfet/583/head -> origin/gh/malfet/583/head 2025-12-04T08:43:42.9167858Z * [new branch] gh/malfet/583/orig -> origin/gh/malfet/583/orig 2025-12-04T08:43:42.9169292Z * [new branch] gh/malfet/586/base -> origin/gh/malfet/586/base 2025-12-04T08:43:42.9170423Z * [new branch] gh/malfet/586/head -> origin/gh/malfet/586/head 2025-12-04T08:43:42.9171679Z * [new branch] gh/malfet/586/orig -> origin/gh/malfet/586/orig 2025-12-04T08:43:42.9173297Z * [new branch] gh/malfet/587/base -> origin/gh/malfet/587/base 2025-12-04T08:43:42.9174159Z * [new branch] gh/malfet/587/head -> origin/gh/malfet/587/head 2025-12-04T08:43:42.9175322Z * [new branch] gh/malfet/587/orig -> origin/gh/malfet/587/orig 2025-12-04T08:43:42.9176894Z * [new branch] gh/malfet/588/base -> origin/gh/malfet/588/base 2025-12-04T08:43:42.9178001Z * [new branch] gh/malfet/588/head -> origin/gh/malfet/588/head 2025-12-04T08:43:42.9179320Z * [new branch] gh/malfet/588/orig -> origin/gh/malfet/588/orig 2025-12-04T08:43:42.9180863Z * [new branch] gh/malfet/589/base -> origin/gh/malfet/589/base 2025-12-04T08:43:42.9181896Z * [new branch] gh/malfet/589/head -> origin/gh/malfet/589/head 2025-12-04T08:43:42.9183063Z * [new branch] gh/malfet/589/orig -> origin/gh/malfet/589/orig 2025-12-04T08:43:42.9184486Z * [new branch] gh/malfet/590/base -> origin/gh/malfet/590/base 2025-12-04T08:43:42.9185544Z * [new branch] gh/malfet/590/head -> origin/gh/malfet/590/head 2025-12-04T08:43:42.9186651Z * [new branch] gh/malfet/590/orig -> origin/gh/malfet/590/orig 2025-12-04T08:43:42.9188507Z * [new branch] gh/malfet/591/base -> origin/gh/malfet/591/base 2025-12-04T08:43:42.9189582Z * [new branch] gh/malfet/591/head -> origin/gh/malfet/591/head 2025-12-04T08:43:42.9190712Z * [new branch] gh/malfet/591/orig -> origin/gh/malfet/591/orig 2025-12-04T08:43:42.9192285Z * [new branch] gh/malfet/592/base -> origin/gh/malfet/592/base 2025-12-04T08:43:42.9193424Z * [new branch] gh/malfet/592/head -> origin/gh/malfet/592/head 2025-12-04T08:43:42.9194532Z * [new branch] gh/malfet/592/orig -> origin/gh/malfet/592/orig 2025-12-04T08:43:42.9196016Z * [new branch] gh/malfet/593/base -> origin/gh/malfet/593/base 2025-12-04T08:43:42.9197088Z * [new branch] gh/malfet/593/head -> origin/gh/malfet/593/head 2025-12-04T08:43:42.9198246Z * [new branch] gh/malfet/593/orig -> origin/gh/malfet/593/orig 2025-12-04T08:43:42.9199759Z * [new branch] gh/malfet/594/base -> origin/gh/malfet/594/base 2025-12-04T08:43:42.9200856Z * [new branch] gh/malfet/594/head -> origin/gh/malfet/594/head 2025-12-04T08:43:42.9201956Z * [new branch] gh/malfet/594/orig -> origin/gh/malfet/594/orig 2025-12-04T08:43:42.9204024Z * [new branch] gh/malfet/595/base -> origin/gh/malfet/595/base 2025-12-04T08:43:42.9205158Z * [new branch] gh/malfet/595/head -> origin/gh/malfet/595/head 2025-12-04T08:43:42.9206323Z * [new branch] gh/malfet/595/orig -> origin/gh/malfet/595/orig 2025-12-04T08:43:42.9207922Z * [new branch] gh/malfet/596/base -> origin/gh/malfet/596/base 2025-12-04T08:43:42.9209029Z * [new branch] gh/malfet/596/head -> origin/gh/malfet/596/head 2025-12-04T08:43:42.9210196Z * [new branch] gh/malfet/596/orig -> origin/gh/malfet/596/orig 2025-12-04T08:43:42.9211652Z * [new branch] gh/malfet/597/base -> origin/gh/malfet/597/base 2025-12-04T08:43:42.9212737Z * [new branch] gh/malfet/597/head -> origin/gh/malfet/597/head 2025-12-04T08:43:42.9213893Z * [new branch] gh/malfet/597/orig -> origin/gh/malfet/597/orig 2025-12-04T08:43:42.9215481Z * [new branch] gh/malfet/598/base -> origin/gh/malfet/598/base 2025-12-04T08:43:42.9216494Z * [new branch] gh/malfet/598/head -> origin/gh/malfet/598/head 2025-12-04T08:43:42.9217666Z * [new branch] gh/malfet/598/orig -> origin/gh/malfet/598/orig 2025-12-04T08:43:42.9219044Z * [new branch] gh/malfet/599/base -> origin/gh/malfet/599/base 2025-12-04T08:43:42.9220221Z * [new branch] gh/malfet/599/head -> origin/gh/malfet/599/head 2025-12-04T08:43:42.9221289Z * [new branch] gh/malfet/599/orig -> origin/gh/malfet/599/orig 2025-12-04T08:43:42.9222778Z * [new branch] gh/malfet/600/base -> origin/gh/malfet/600/base 2025-12-04T08:43:42.9224003Z * [new branch] gh/malfet/600/head -> origin/gh/malfet/600/head 2025-12-04T08:43:42.9225022Z * [new branch] gh/malfet/600/orig -> origin/gh/malfet/600/orig 2025-12-04T08:43:42.9226457Z * [new branch] gh/malfet/601/base -> origin/gh/malfet/601/base 2025-12-04T08:43:42.9227686Z * [new branch] gh/malfet/601/head -> origin/gh/malfet/601/head 2025-12-04T08:43:42.9228841Z * [new branch] gh/malfet/601/orig -> origin/gh/malfet/601/orig 2025-12-04T08:43:42.9230289Z * [new branch] gh/malfet/602/base -> origin/gh/malfet/602/base 2025-12-04T08:43:42.9231423Z * [new branch] gh/malfet/602/head -> origin/gh/malfet/602/head 2025-12-04T08:43:42.9232481Z * [new branch] gh/malfet/602/orig -> origin/gh/malfet/602/orig 2025-12-04T08:43:42.9234325Z * [new branch] gh/malfet/603/base -> origin/gh/malfet/603/base 2025-12-04T08:43:42.9235358Z * [new branch] gh/malfet/603/head -> origin/gh/malfet/603/head 2025-12-04T08:43:42.9236590Z * [new branch] gh/malfet/603/orig -> origin/gh/malfet/603/orig 2025-12-04T08:43:42.9238241Z * [new branch] gh/malfet/604/base -> origin/gh/malfet/604/base 2025-12-04T08:43:42.9239225Z * [new branch] gh/malfet/604/head -> origin/gh/malfet/604/head 2025-12-04T08:43:42.9263464Z * [new branch] gh/malfet/604/orig -> origin/gh/malfet/604/orig 2025-12-04T08:43:42.9263716Z * [new branch] gh/malfet/605/base -> origin/gh/malfet/605/base 2025-12-04T08:43:42.9263935Z * [new branch] gh/malfet/605/head -> origin/gh/malfet/605/head 2025-12-04T08:43:42.9264137Z * [new branch] gh/malfet/605/orig -> origin/gh/malfet/605/orig 2025-12-04T08:43:42.9264376Z * [new branch] gh/malfet/606/base -> origin/gh/malfet/606/base 2025-12-04T08:43:42.9264674Z * [new branch] gh/malfet/606/head -> origin/gh/malfet/606/head 2025-12-04T08:43:42.9264880Z * [new branch] gh/malfet/606/orig -> origin/gh/malfet/606/orig 2025-12-04T08:43:42.9265077Z * [new branch] gh/malfet/607/base -> origin/gh/malfet/607/base 2025-12-04T08:43:42.9265277Z * [new branch] gh/malfet/607/head -> origin/gh/malfet/607/head 2025-12-04T08:43:42.9265576Z * [new branch] gh/malfet/607/orig -> origin/gh/malfet/607/orig 2025-12-04T08:43:42.9265776Z * [new branch] gh/malfet/608/base -> origin/gh/malfet/608/base 2025-12-04T08:43:42.9265974Z * [new branch] gh/malfet/608/head -> origin/gh/malfet/608/head 2025-12-04T08:43:42.9266185Z * [new branch] gh/malfet/608/orig -> origin/gh/malfet/608/orig 2025-12-04T08:43:42.9266386Z * [new branch] gh/malfet/609/base -> origin/gh/malfet/609/base 2025-12-04T08:43:42.9266664Z * [new branch] gh/malfet/609/head -> origin/gh/malfet/609/head 2025-12-04T08:43:42.9266876Z * [new branch] gh/malfet/609/orig -> origin/gh/malfet/609/orig 2025-12-04T08:43:42.9267074Z * [new branch] gh/malfet/610/base -> origin/gh/malfet/610/base 2025-12-04T08:43:42.9267272Z * [new branch] gh/malfet/610/head -> origin/gh/malfet/610/head 2025-12-04T08:43:42.9267591Z * [new branch] gh/malfet/610/orig -> origin/gh/malfet/610/orig 2025-12-04T08:43:42.9267797Z * [new branch] gh/malfet/611/base -> origin/gh/malfet/611/base 2025-12-04T08:43:42.9268025Z * [new branch] gh/malfet/611/head -> origin/gh/malfet/611/head 2025-12-04T08:43:42.9268331Z * [new branch] gh/malfet/611/orig -> origin/gh/malfet/611/orig 2025-12-04T08:43:42.9268603Z * [new branch] gh/malfet/612/base -> origin/gh/malfet/612/base 2025-12-04T08:43:42.9269485Z * [new branch] gh/malfet/612/head -> origin/gh/malfet/612/head 2025-12-04T08:43:42.9270804Z * [new branch] gh/malfet/612/orig -> origin/gh/malfet/612/orig 2025-12-04T08:43:42.9272443Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-12-04T08:43:42.9273560Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-12-04T08:43:42.9275420Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-12-04T08:43:42.9276527Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-12-04T08:43:42.9277658Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-12-04T08:43:42.9279534Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-12-04T08:43:42.9281469Z * [new branch] gh/masnesral/1/base -> origin/gh/masnesral/1/base 2025-12-04T08:43:42.9282568Z * [new branch] gh/masnesral/1/head -> origin/gh/masnesral/1/head 2025-12-04T08:43:42.9283737Z * [new branch] gh/masnesral/1/orig -> origin/gh/masnesral/1/orig 2025-12-04T08:43:42.9285543Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-12-04T08:43:42.9286679Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-12-04T08:43:42.9287980Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-12-04T08:43:42.9289090Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-12-04T08:43:42.9290448Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-12-04T08:43:42.9291588Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-12-04T08:43:42.9292891Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-12-04T08:43:42.9293967Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-12-04T08:43:42.9295345Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-12-04T08:43:42.9296389Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-12-04T08:43:42.9297705Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-12-04T08:43:42.9298728Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-12-04T08:43:42.9300006Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-12-04T08:43:42.9301036Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-12-04T08:43:42.9302900Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-12-04T08:43:42.9304063Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-12-04T08:43:42.9305553Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-12-04T08:43:42.9306631Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-12-04T08:43:42.9308142Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-12-04T08:43:42.9309324Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-12-04T08:43:42.9310548Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-12-04T08:43:42.9311882Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-12-04T08:43:42.9313392Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-12-04T08:43:42.9314536Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-12-04T08:43:42.9316047Z * [new branch] gh/mikaylagawarecki/336/base -> origin/gh/mikaylagawarecki/336/base 2025-12-04T08:43:42.9317140Z * [new branch] gh/mikaylagawarecki/336/head -> origin/gh/mikaylagawarecki/336/head 2025-12-04T08:43:42.9318264Z * [new branch] gh/mikaylagawarecki/336/orig -> origin/gh/mikaylagawarecki/336/orig 2025-12-04T08:43:42.9319901Z * [new branch] gh/mikaylagawarecki/341/base -> origin/gh/mikaylagawarecki/341/base 2025-12-04T08:43:42.9320947Z * [new branch] gh/mikaylagawarecki/341/head -> origin/gh/mikaylagawarecki/341/head 2025-12-04T08:43:42.9322142Z * [new branch] gh/mikaylagawarecki/341/orig -> origin/gh/mikaylagawarecki/341/orig 2025-12-04T08:43:42.9323920Z * [new branch] gh/mikaylagawarecki/342/base -> origin/gh/mikaylagawarecki/342/base 2025-12-04T08:43:42.9325028Z * [new branch] gh/mikaylagawarecki/342/head -> origin/gh/mikaylagawarecki/342/head 2025-12-04T08:43:42.9326156Z * [new branch] gh/mikaylagawarecki/342/orig -> origin/gh/mikaylagawarecki/342/orig 2025-12-04T08:43:42.9327662Z * [new branch] gh/mikaylagawarecki/345/base -> origin/gh/mikaylagawarecki/345/base 2025-12-04T08:43:42.9328726Z * [new branch] gh/mikaylagawarecki/345/head -> origin/gh/mikaylagawarecki/345/head 2025-12-04T08:43:42.9329834Z * [new branch] gh/mikaylagawarecki/345/orig -> origin/gh/mikaylagawarecki/345/orig 2025-12-04T08:43:42.9331448Z * [new branch] gh/mikaylagawarecki/346/base -> origin/gh/mikaylagawarecki/346/base 2025-12-04T08:43:42.9332526Z * [new branch] gh/mikaylagawarecki/346/head -> origin/gh/mikaylagawarecki/346/head 2025-12-04T08:43:42.9333611Z * [new branch] gh/mikaylagawarecki/346/orig -> origin/gh/mikaylagawarecki/346/orig 2025-12-04T08:43:42.9335192Z * [new branch] gh/mikaylagawarecki/347/base -> origin/gh/mikaylagawarecki/347/base 2025-12-04T08:43:42.9336269Z * [new branch] gh/mikaylagawarecki/347/head -> origin/gh/mikaylagawarecki/347/head 2025-12-04T08:43:42.9337435Z * [new branch] gh/mikaylagawarecki/347/orig -> origin/gh/mikaylagawarecki/347/orig 2025-12-04T08:43:42.9339006Z * [new branch] gh/mikaylagawarecki/350/base -> origin/gh/mikaylagawarecki/350/base 2025-12-04T08:43:42.9340136Z * [new branch] gh/mikaylagawarecki/350/head -> origin/gh/mikaylagawarecki/350/head 2025-12-04T08:43:42.9341641Z * [new branch] gh/mikaylagawarecki/350/orig -> origin/gh/mikaylagawarecki/350/orig 2025-12-04T08:43:42.9343550Z * [new branch] gh/mikaylagawarecki/351/base -> origin/gh/mikaylagawarecki/351/base 2025-12-04T08:43:42.9344758Z * [new branch] gh/mikaylagawarecki/351/head -> origin/gh/mikaylagawarecki/351/head 2025-12-04T08:43:42.9345992Z * [new branch] gh/mikaylagawarecki/351/orig -> origin/gh/mikaylagawarecki/351/orig 2025-12-04T08:43:42.9347625Z * [new branch] gh/mikaylagawarecki/352/base -> origin/gh/mikaylagawarecki/352/base 2025-12-04T08:43:42.9348880Z * [new branch] gh/mikaylagawarecki/352/head -> origin/gh/mikaylagawarecki/352/head 2025-12-04T08:43:42.9350033Z * [new branch] gh/mikaylagawarecki/352/orig -> origin/gh/mikaylagawarecki/352/orig 2025-12-04T08:43:42.9351761Z * [new branch] gh/mikaylagawarecki/353/base -> origin/gh/mikaylagawarecki/353/base 2025-12-04T08:43:42.9353097Z * [new branch] gh/mikaylagawarecki/353/head -> origin/gh/mikaylagawarecki/353/head 2025-12-04T08:43:42.9354300Z * [new branch] gh/mikaylagawarecki/353/orig -> origin/gh/mikaylagawarecki/353/orig 2025-12-04T08:43:42.9355690Z * [new branch] gh/mikaylagawarecki/354/base -> origin/gh/mikaylagawarecki/354/base 2025-12-04T08:43:42.9356808Z * [new branch] gh/mikaylagawarecki/354/head -> origin/gh/mikaylagawarecki/354/head 2025-12-04T08:43:42.9357858Z * [new branch] gh/mikaylagawarecki/354/orig -> origin/gh/mikaylagawarecki/354/orig 2025-12-04T08:43:42.9359703Z * [new branch] gh/mikaylagawarecki/356/base -> origin/gh/mikaylagawarecki/356/base 2025-12-04T08:43:42.9360893Z * [new branch] gh/mikaylagawarecki/356/head -> origin/gh/mikaylagawarecki/356/head 2025-12-04T08:43:42.9362012Z * [new branch] gh/mikaylagawarecki/356/orig -> origin/gh/mikaylagawarecki/356/orig 2025-12-04T08:43:42.9363477Z * [new branch] gh/mikaylagawarecki/357/base -> origin/gh/mikaylagawarecki/357/base 2025-12-04T08:43:42.9364642Z * [new branch] gh/mikaylagawarecki/357/head -> origin/gh/mikaylagawarecki/357/head 2025-12-04T08:43:42.9365742Z * [new branch] gh/mikaylagawarecki/357/orig -> origin/gh/mikaylagawarecki/357/orig 2025-12-04T08:43:42.9367347Z * [new branch] gh/mikaylagawarecki/359/base -> origin/gh/mikaylagawarecki/359/base 2025-12-04T08:43:42.9368549Z * [new branch] gh/mikaylagawarecki/359/head -> origin/gh/mikaylagawarecki/359/head 2025-12-04T08:43:42.9369764Z * [new branch] gh/mikaylagawarecki/359/orig -> origin/gh/mikaylagawarecki/359/orig 2025-12-04T08:43:42.9374971Z * [new branch] gh/mikaylagawarecki/360/base -> origin/gh/mikaylagawarecki/360/base 2025-12-04T08:43:42.9376194Z * [new branch] gh/mikaylagawarecki/360/head -> origin/gh/mikaylagawarecki/360/head 2025-12-04T08:43:42.9377370Z * [new branch] gh/mikaylagawarecki/360/orig -> origin/gh/mikaylagawarecki/360/orig 2025-12-04T08:43:42.9378929Z * [new branch] gh/mikaylagawarecki/361/base -> origin/gh/mikaylagawarecki/361/base 2025-12-04T08:43:42.9380093Z * [new branch] gh/mikaylagawarecki/361/head -> origin/gh/mikaylagawarecki/361/head 2025-12-04T08:43:42.9381207Z * [new branch] gh/mikaylagawarecki/361/orig -> origin/gh/mikaylagawarecki/361/orig 2025-12-04T08:43:42.9382788Z * [new branch] gh/mikaylagawarecki/362/base -> origin/gh/mikaylagawarecki/362/base 2025-12-04T08:43:42.9384595Z * [new branch] gh/mikaylagawarecki/362/head -> origin/gh/mikaylagawarecki/362/head 2025-12-04T08:43:42.9385710Z * [new branch] gh/mikaylagawarecki/362/orig -> origin/gh/mikaylagawarecki/362/orig 2025-12-04T08:43:42.9387525Z * [new branch] gh/mikaylagawarecki/363/base -> origin/gh/mikaylagawarecki/363/base 2025-12-04T08:43:42.9388920Z * [new branch] gh/mikaylagawarecki/363/head -> origin/gh/mikaylagawarecki/363/head 2025-12-04T08:43:42.9390145Z * [new branch] gh/mikaylagawarecki/363/orig -> origin/gh/mikaylagawarecki/363/orig 2025-12-04T08:43:42.9392074Z * [new branch] gh/mikaylagawarecki/364/base -> origin/gh/mikaylagawarecki/364/base 2025-12-04T08:43:42.9393185Z * [new branch] gh/mikaylagawarecki/364/head -> origin/gh/mikaylagawarecki/364/head 2025-12-04T08:43:42.9394308Z * [new branch] gh/mikaylagawarecki/364/orig -> origin/gh/mikaylagawarecki/364/orig 2025-12-04T08:43:42.9396073Z * [new branch] gh/mikaylagawarecki/365/base -> origin/gh/mikaylagawarecki/365/base 2025-12-04T08:43:42.9397177Z * [new branch] gh/mikaylagawarecki/365/head -> origin/gh/mikaylagawarecki/365/head 2025-12-04T08:43:42.9398472Z * [new branch] gh/mikaylagawarecki/365/orig -> origin/gh/mikaylagawarecki/365/orig 2025-12-04T08:43:42.9400085Z * [new branch] gh/mikaylagawarecki/366/base -> origin/gh/mikaylagawarecki/366/base 2025-12-04T08:43:42.9401336Z * [new branch] gh/mikaylagawarecki/366/head -> origin/gh/mikaylagawarecki/366/head 2025-12-04T08:43:42.9402020Z * [new branch] gh/mikaylagawarecki/366/orig -> origin/gh/mikaylagawarecki/366/orig 2025-12-04T08:43:42.9403690Z * [new branch] gh/mikaylagawarecki/367/base -> origin/gh/mikaylagawarecki/367/base 2025-12-04T08:43:42.9404872Z * [new branch] gh/mikaylagawarecki/367/head -> origin/gh/mikaylagawarecki/367/head 2025-12-04T08:43:42.9406081Z * [new branch] gh/mikaylagawarecki/367/orig -> origin/gh/mikaylagawarecki/367/orig 2025-12-04T08:43:42.9407673Z * [new branch] gh/mikaylagawarecki/368/base -> origin/gh/mikaylagawarecki/368/base 2025-12-04T08:43:42.9408770Z * [new branch] gh/mikaylagawarecki/368/head -> origin/gh/mikaylagawarecki/368/head 2025-12-04T08:43:42.9409962Z * [new branch] gh/mikaylagawarecki/368/orig -> origin/gh/mikaylagawarecki/368/orig 2025-12-04T08:43:42.9411469Z * [new branch] gh/mikaylagawarecki/369/base -> origin/gh/mikaylagawarecki/369/base 2025-12-04T08:43:42.9412635Z * [new branch] gh/mikaylagawarecki/369/head -> origin/gh/mikaylagawarecki/369/head 2025-12-04T08:43:42.9413798Z * [new branch] gh/mikaylagawarecki/369/orig -> origin/gh/mikaylagawarecki/369/orig 2025-12-04T08:43:42.9415361Z * [new branch] gh/mikaylagawarecki/370/base -> origin/gh/mikaylagawarecki/370/base 2025-12-04T08:43:42.9416468Z * [new branch] gh/mikaylagawarecki/370/head -> origin/gh/mikaylagawarecki/370/head 2025-12-04T08:43:42.9417572Z * [new branch] gh/mikaylagawarecki/370/orig -> origin/gh/mikaylagawarecki/370/orig 2025-12-04T08:43:42.9419181Z * [new branch] gh/mikaylagawarecki/371/base -> origin/gh/mikaylagawarecki/371/base 2025-12-04T08:43:42.9420242Z * [new branch] gh/mikaylagawarecki/371/head -> origin/gh/mikaylagawarecki/371/head 2025-12-04T08:43:42.9421459Z * [new branch] gh/mikaylagawarecki/371/orig -> origin/gh/mikaylagawarecki/371/orig 2025-12-04T08:43:42.9422979Z * [new branch] gh/mikaylagawarecki/372/base -> origin/gh/mikaylagawarecki/372/base 2025-12-04T08:43:42.9424106Z * [new branch] gh/mikaylagawarecki/372/head -> origin/gh/mikaylagawarecki/372/head 2025-12-04T08:43:42.9425191Z * [new branch] gh/mikaylagawarecki/372/orig -> origin/gh/mikaylagawarecki/372/orig 2025-12-04T08:43:42.9426598Z * [new branch] gh/mikaylagawarecki/373/base -> origin/gh/mikaylagawarecki/373/base 2025-12-04T08:43:42.9427724Z * [new branch] gh/mikaylagawarecki/373/head -> origin/gh/mikaylagawarecki/373/head 2025-12-04T08:43:42.9428837Z * [new branch] gh/mikaylagawarecki/373/orig -> origin/gh/mikaylagawarecki/373/orig 2025-12-04T08:43:42.9430343Z * [new branch] gh/mikaylagawarecki/374/base -> origin/gh/mikaylagawarecki/374/base 2025-12-04T08:43:42.9431450Z * [new branch] gh/mikaylagawarecki/374/head -> origin/gh/mikaylagawarecki/374/head 2025-12-04T08:43:42.9432539Z * [new branch] gh/mikaylagawarecki/374/orig -> origin/gh/mikaylagawarecki/374/orig 2025-12-04T08:43:42.9434038Z * [new branch] gh/mikaylagawarecki/375/base -> origin/gh/mikaylagawarecki/375/base 2025-12-04T08:43:42.9435185Z * [new branch] gh/mikaylagawarecki/375/head -> origin/gh/mikaylagawarecki/375/head 2025-12-04T08:43:42.9436371Z * [new branch] gh/mikaylagawarecki/375/orig -> origin/gh/mikaylagawarecki/375/orig 2025-12-04T08:43:42.9437928Z * [new branch] gh/mikaylagawarecki/376/base -> origin/gh/mikaylagawarecki/376/base 2025-12-04T08:43:42.9439120Z * [new branch] gh/mikaylagawarecki/376/head -> origin/gh/mikaylagawarecki/376/head 2025-12-04T08:43:42.9440341Z * [new branch] gh/mikaylagawarecki/376/orig -> origin/gh/mikaylagawarecki/376/orig 2025-12-04T08:43:42.9441764Z * [new branch] gh/mikaylagawarecki/377/base -> origin/gh/mikaylagawarecki/377/base 2025-12-04T08:43:42.9442964Z * [new branch] gh/mikaylagawarecki/377/head -> origin/gh/mikaylagawarecki/377/head 2025-12-04T08:43:42.9444188Z * [new branch] gh/mikaylagawarecki/377/orig -> origin/gh/mikaylagawarecki/377/orig 2025-12-04T08:43:42.9446177Z * [new branch] gh/mikaylagawarecki/378/base -> origin/gh/mikaylagawarecki/378/base 2025-12-04T08:43:42.9447323Z * [new branch] gh/mikaylagawarecki/378/head -> origin/gh/mikaylagawarecki/378/head 2025-12-04T08:43:42.9448478Z * [new branch] gh/mikaylagawarecki/378/orig -> origin/gh/mikaylagawarecki/378/orig 2025-12-04T08:43:42.9449960Z * [new branch] gh/mikaylagawarecki/379/base -> origin/gh/mikaylagawarecki/379/base 2025-12-04T08:43:42.9451079Z * [new branch] gh/mikaylagawarecki/379/head -> origin/gh/mikaylagawarecki/379/head 2025-12-04T08:43:42.9452298Z * [new branch] gh/mikaylagawarecki/379/orig -> origin/gh/mikaylagawarecki/379/orig 2025-12-04T08:43:42.9453680Z * [new branch] gh/mikaylagawarecki/380/base -> origin/gh/mikaylagawarecki/380/base 2025-12-04T08:43:42.9454847Z * [new branch] gh/mikaylagawarecki/380/head -> origin/gh/mikaylagawarecki/380/head 2025-12-04T08:43:42.9455946Z * [new branch] gh/mikaylagawarecki/380/orig -> origin/gh/mikaylagawarecki/380/orig 2025-12-04T08:43:42.9457310Z * [new branch] gh/mikaylagawarecki/381/base -> origin/gh/mikaylagawarecki/381/base 2025-12-04T08:43:42.9458381Z * [new branch] gh/mikaylagawarecki/381/head -> origin/gh/mikaylagawarecki/381/head 2025-12-04T08:43:42.9459463Z * [new branch] gh/mikaylagawarecki/381/orig -> origin/gh/mikaylagawarecki/381/orig 2025-12-04T08:43:42.9460849Z * [new branch] gh/mikaylagawarecki/382/base -> origin/gh/mikaylagawarecki/382/base 2025-12-04T08:43:42.9461922Z * [new branch] gh/mikaylagawarecki/382/head -> origin/gh/mikaylagawarecki/382/head 2025-12-04T08:43:42.9463009Z * [new branch] gh/mikaylagawarecki/382/orig -> origin/gh/mikaylagawarecki/382/orig 2025-12-04T08:43:42.9464647Z * [new branch] gh/mikaylagawarecki/383/base -> origin/gh/mikaylagawarecki/383/base 2025-12-04T08:43:42.9465756Z * [new branch] gh/mikaylagawarecki/383/head -> origin/gh/mikaylagawarecki/383/head 2025-12-04T08:43:42.9466986Z * [new branch] gh/mikaylagawarecki/383/orig -> origin/gh/mikaylagawarecki/383/orig 2025-12-04T08:43:42.9468513Z * [new branch] gh/mikaylagawarecki/384/base -> origin/gh/mikaylagawarecki/384/base 2025-12-04T08:43:42.9469647Z * [new branch] gh/mikaylagawarecki/384/head -> origin/gh/mikaylagawarecki/384/head 2025-12-04T08:43:42.9470885Z * [new branch] gh/mikaylagawarecki/384/orig -> origin/gh/mikaylagawarecki/384/orig 2025-12-04T08:43:42.9472453Z * [new branch] gh/mikaylagawarecki/385/base -> origin/gh/mikaylagawarecki/385/base 2025-12-04T08:43:42.9473562Z * [new branch] gh/mikaylagawarecki/385/head -> origin/gh/mikaylagawarecki/385/head 2025-12-04T08:43:42.9474698Z * [new branch] gh/mikaylagawarecki/385/orig -> origin/gh/mikaylagawarecki/385/orig 2025-12-04T08:43:42.9476269Z * [new branch] gh/mikaylagawarecki/386/base -> origin/gh/mikaylagawarecki/386/base 2025-12-04T08:43:42.9477323Z * [new branch] gh/mikaylagawarecki/386/head -> origin/gh/mikaylagawarecki/386/head 2025-12-04T08:43:42.9478479Z * [new branch] gh/mikaylagawarecki/386/orig -> origin/gh/mikaylagawarecki/386/orig 2025-12-04T08:43:42.9479982Z * [new branch] gh/mikaylagawarecki/387/base -> origin/gh/mikaylagawarecki/387/base 2025-12-04T08:43:42.9481519Z * [new branch] gh/mikaylagawarecki/387/head -> origin/gh/mikaylagawarecki/387/head 2025-12-04T08:43:42.9482868Z * [new branch] gh/mikaylagawarecki/387/orig -> origin/gh/mikaylagawarecki/387/orig 2025-12-04T08:43:42.9484246Z * [new branch] gh/mikaylagawarecki/388/base -> origin/gh/mikaylagawarecki/388/base 2025-12-04T08:43:42.9485404Z * [new branch] gh/mikaylagawarecki/388/head -> origin/gh/mikaylagawarecki/388/head 2025-12-04T08:43:42.9486494Z * [new branch] gh/mikaylagawarecki/388/orig -> origin/gh/mikaylagawarecki/388/orig 2025-12-04T08:43:42.9488049Z * [new branch] gh/mikaylagawarecki/389/base -> origin/gh/mikaylagawarecki/389/base 2025-12-04T08:43:42.9489152Z * [new branch] gh/mikaylagawarecki/389/head -> origin/gh/mikaylagawarecki/389/head 2025-12-04T08:43:42.9490234Z * [new branch] gh/mikaylagawarecki/389/orig -> origin/gh/mikaylagawarecki/389/orig 2025-12-04T08:43:42.9491879Z * [new branch] gh/mikaylagawarecki/390/base -> origin/gh/mikaylagawarecki/390/base 2025-12-04T08:43:42.9492960Z * [new branch] gh/mikaylagawarecki/390/head -> origin/gh/mikaylagawarecki/390/head 2025-12-04T08:43:42.9494028Z * [new branch] gh/mikaylagawarecki/390/orig -> origin/gh/mikaylagawarecki/390/orig 2025-12-04T08:43:42.9495641Z * [new branch] gh/mikaylagawarecki/391/base -> origin/gh/mikaylagawarecki/391/base 2025-12-04T08:43:42.9496823Z * [new branch] gh/mikaylagawarecki/391/head -> origin/gh/mikaylagawarecki/391/head 2025-12-04T08:43:42.9497997Z * [new branch] gh/mikaylagawarecki/391/orig -> origin/gh/mikaylagawarecki/391/orig 2025-12-04T08:43:42.9500065Z * [new branch] gh/mikaylagawarecki/392/base -> origin/gh/mikaylagawarecki/392/base 2025-12-04T08:43:42.9501192Z * [new branch] gh/mikaylagawarecki/392/head -> origin/gh/mikaylagawarecki/392/head 2025-12-04T08:43:42.9502279Z * [new branch] gh/mikaylagawarecki/392/orig -> origin/gh/mikaylagawarecki/392/orig 2025-12-04T08:43:42.9503997Z * [new branch] gh/mlazos/41/base -> origin/gh/mlazos/41/base 2025-12-04T08:43:42.9505075Z * [new branch] gh/mlazos/41/head -> origin/gh/mlazos/41/head 2025-12-04T08:43:42.9506193Z * [new branch] gh/mlazos/41/orig -> origin/gh/mlazos/41/orig 2025-12-04T08:43:42.9507684Z * [new branch] gh/mlazos/42/base -> origin/gh/mlazos/42/base 2025-12-04T08:43:42.9508767Z * [new branch] gh/mlazos/42/head -> origin/gh/mlazos/42/head 2025-12-04T08:43:42.9509850Z * [new branch] gh/mlazos/42/orig -> origin/gh/mlazos/42/orig 2025-12-04T08:43:42.9511183Z * [new branch] gh/mlazos/43/base -> origin/gh/mlazos/43/base 2025-12-04T08:43:42.9512351Z * [new branch] gh/mlazos/43/head -> origin/gh/mlazos/43/head 2025-12-04T08:43:42.9513597Z * [new branch] gh/mlazos/43/orig -> origin/gh/mlazos/43/orig 2025-12-04T08:43:42.9514916Z * [new branch] gh/mlazos/44/base -> origin/gh/mlazos/44/base 2025-12-04T08:43:42.9516008Z * [new branch] gh/mlazos/44/head -> origin/gh/mlazos/44/head 2025-12-04T08:43:42.9517109Z * [new branch] gh/mlazos/44/orig -> origin/gh/mlazos/44/orig 2025-12-04T08:43:42.9518548Z * [new branch] gh/mlazos/47/base -> origin/gh/mlazos/47/base 2025-12-04T08:43:42.9519622Z * [new branch] gh/mlazos/47/head -> origin/gh/mlazos/47/head 2025-12-04T08:43:42.9520689Z * [new branch] gh/mlazos/47/orig -> origin/gh/mlazos/47/orig 2025-12-04T08:43:42.9522047Z * [new branch] gh/mlazos/48/base -> origin/gh/mlazos/48/base 2025-12-04T08:43:42.9523191Z * [new branch] gh/mlazos/48/head -> origin/gh/mlazos/48/head 2025-12-04T08:43:42.9524369Z * [new branch] gh/mlazos/48/orig -> origin/gh/mlazos/48/orig 2025-12-04T08:43:42.9525856Z * [new branch] gh/mlazos/49/base -> origin/gh/mlazos/49/base 2025-12-04T08:43:42.9527044Z * [new branch] gh/mlazos/49/head -> origin/gh/mlazos/49/head 2025-12-04T08:43:42.9528156Z * [new branch] gh/mlazos/49/orig -> origin/gh/mlazos/49/orig 2025-12-04T08:43:42.9529829Z * [new branch] gh/mlazos/50/base -> origin/gh/mlazos/50/base 2025-12-04T08:43:42.9530559Z * [new branch] gh/mlazos/50/head -> origin/gh/mlazos/50/head 2025-12-04T08:43:42.9531784Z * [new branch] gh/mlazos/50/orig -> origin/gh/mlazos/50/orig 2025-12-04T08:43:42.9533108Z * [new branch] gh/mlazos/51/base -> origin/gh/mlazos/51/base 2025-12-04T08:43:42.9534795Z * [new branch] gh/mlazos/51/head -> origin/gh/mlazos/51/head 2025-12-04T08:43:42.9535752Z * [new branch] gh/mlazos/51/orig -> origin/gh/mlazos/51/orig 2025-12-04T08:43:42.9537194Z * [new branch] gh/mlazos/52/base -> origin/gh/mlazos/52/base 2025-12-04T08:43:42.9538288Z * [new branch] gh/mlazos/52/head -> origin/gh/mlazos/52/head 2025-12-04T08:43:42.9539418Z * [new branch] gh/mlazos/52/orig -> origin/gh/mlazos/52/orig 2025-12-04T08:43:42.9540836Z * [new branch] gh/mlazos/53/base -> origin/gh/mlazos/53/base 2025-12-04T08:43:42.9542048Z * [new branch] gh/mlazos/53/head -> origin/gh/mlazos/53/head 2025-12-04T08:43:42.9543155Z * [new branch] gh/mlazos/53/orig -> origin/gh/mlazos/53/orig 2025-12-04T08:43:42.9544630Z * [new branch] gh/mlazos/54/base -> origin/gh/mlazos/54/base 2025-12-04T08:43:42.9545674Z * [new branch] gh/mlazos/54/head -> origin/gh/mlazos/54/head 2025-12-04T08:43:42.9546745Z * [new branch] gh/mlazos/54/orig -> origin/gh/mlazos/54/orig 2025-12-04T08:43:42.9548112Z * [new branch] gh/mlazos/55/base -> origin/gh/mlazos/55/base 2025-12-04T08:43:42.9549270Z * [new branch] gh/mlazos/55/head -> origin/gh/mlazos/55/head 2025-12-04T08:43:42.9550309Z * [new branch] gh/mlazos/55/orig -> origin/gh/mlazos/55/orig 2025-12-04T08:43:42.9551728Z * [new branch] gh/mlazos/56/base -> origin/gh/mlazos/56/base 2025-12-04T08:43:42.9552814Z * [new branch] gh/mlazos/56/head -> origin/gh/mlazos/56/head 2025-12-04T08:43:42.9553876Z * [new branch] gh/mlazos/56/orig -> origin/gh/mlazos/56/orig 2025-12-04T08:43:42.9555323Z * [new branch] gh/mlazos/57/base -> origin/gh/mlazos/57/base 2025-12-04T08:43:42.9556504Z * [new branch] gh/mlazos/57/head -> origin/gh/mlazos/57/head 2025-12-04T08:43:42.9557607Z * [new branch] gh/mlazos/57/orig -> origin/gh/mlazos/57/orig 2025-12-04T08:43:42.9559070Z * [new branch] gh/mlazos/58/base -> origin/gh/mlazos/58/base 2025-12-04T08:43:42.9560238Z * [new branch] gh/mlazos/58/head -> origin/gh/mlazos/58/head 2025-12-04T08:43:42.9561355Z * [new branch] gh/mlazos/58/orig -> origin/gh/mlazos/58/orig 2025-12-04T08:43:42.9562845Z * [new branch] gh/mlazos/59/base -> origin/gh/mlazos/59/base 2025-12-04T08:43:42.9564066Z * [new branch] gh/mlazos/59/head -> origin/gh/mlazos/59/head 2025-12-04T08:43:42.9565093Z * [new branch] gh/mlazos/59/orig -> origin/gh/mlazos/59/orig 2025-12-04T08:43:42.9566564Z * [new branch] gh/mlazos/60/base -> origin/gh/mlazos/60/base 2025-12-04T08:43:42.9567639Z * [new branch] gh/mlazos/60/head -> origin/gh/mlazos/60/head 2025-12-04T08:43:42.9570812Z * [new branch] gh/mlazos/60/orig -> origin/gh/mlazos/60/orig 2025-12-04T08:43:42.9571702Z * [new branch] gh/mlazos/61/base -> origin/gh/mlazos/61/base 2025-12-04T08:43:42.9571916Z * [new branch] gh/mlazos/61/head -> origin/gh/mlazos/61/head 2025-12-04T08:43:42.9572972Z * [new branch] gh/mlazos/61/orig -> origin/gh/mlazos/61/orig 2025-12-04T08:43:42.9574473Z * [new branch] gh/mlazos/62/base -> origin/gh/mlazos/62/base 2025-12-04T08:43:42.9575542Z * [new branch] gh/mlazos/62/head -> origin/gh/mlazos/62/head 2025-12-04T08:43:42.9576657Z * [new branch] gh/mlazos/62/orig -> origin/gh/mlazos/62/orig 2025-12-04T08:43:42.9578180Z * [new branch] gh/mlazos/63/base -> origin/gh/mlazos/63/base 2025-12-04T08:43:42.9579307Z * [new branch] gh/mlazos/63/head -> origin/gh/mlazos/63/head 2025-12-04T08:43:42.9580463Z * [new branch] gh/mlazos/63/orig -> origin/gh/mlazos/63/orig 2025-12-04T08:43:42.9581900Z * [new branch] gh/mlazos/64/base -> origin/gh/mlazos/64/base 2025-12-04T08:43:42.9582987Z * [new branch] gh/mlazos/64/head -> origin/gh/mlazos/64/head 2025-12-04T08:43:42.9584070Z * [new branch] gh/mlazos/64/orig -> origin/gh/mlazos/64/orig 2025-12-04T08:43:42.9585547Z * [new branch] gh/mlazos/65/base -> origin/gh/mlazos/65/base 2025-12-04T08:43:42.9586744Z * [new branch] gh/mlazos/65/head -> origin/gh/mlazos/65/head 2025-12-04T08:43:42.9587881Z * [new branch] gh/mlazos/65/orig -> origin/gh/mlazos/65/orig 2025-12-04T08:43:42.9589327Z * [new branch] gh/mlazos/66/base -> origin/gh/mlazos/66/base 2025-12-04T08:43:42.9590402Z * [new branch] gh/mlazos/66/head -> origin/gh/mlazos/66/head 2025-12-04T08:43:42.9591494Z * [new branch] gh/mlazos/66/orig -> origin/gh/mlazos/66/orig 2025-12-04T08:43:42.9592954Z * [new branch] gh/mlazos/67/base -> origin/gh/mlazos/67/base 2025-12-04T08:43:42.9594063Z * [new branch] gh/mlazos/67/head -> origin/gh/mlazos/67/head 2025-12-04T08:43:42.9595187Z * [new branch] gh/mlazos/67/orig -> origin/gh/mlazos/67/orig 2025-12-04T08:43:42.9596642Z * [new branch] gh/mlazos/68/base -> origin/gh/mlazos/68/base 2025-12-04T08:43:42.9597763Z * [new branch] gh/mlazos/68/head -> origin/gh/mlazos/68/head 2025-12-04T08:43:42.9598889Z * [new branch] gh/mlazos/68/orig -> origin/gh/mlazos/68/orig 2025-12-04T08:43:42.9600393Z * [new branch] gh/mlazos/69/base -> origin/gh/mlazos/69/base 2025-12-04T08:43:42.9601557Z * [new branch] gh/mlazos/69/head -> origin/gh/mlazos/69/head 2025-12-04T08:43:42.9602669Z * [new branch] gh/mlazos/69/orig -> origin/gh/mlazos/69/orig 2025-12-04T08:43:42.9604259Z * [new branch] gh/mlazos/70/base -> origin/gh/mlazos/70/base 2025-12-04T08:43:42.9605339Z * [new branch] gh/mlazos/70/head -> origin/gh/mlazos/70/head 2025-12-04T08:43:42.9606395Z * [new branch] gh/mlazos/70/orig -> origin/gh/mlazos/70/orig 2025-12-04T08:43:42.9607955Z * [new branch] gh/mlazos/71/base -> origin/gh/mlazos/71/base 2025-12-04T08:43:42.9609054Z * [new branch] gh/mlazos/71/head -> origin/gh/mlazos/71/head 2025-12-04T08:43:42.9610207Z * [new branch] gh/mlazos/71/orig -> origin/gh/mlazos/71/orig 2025-12-04T08:43:42.9611589Z * [new branch] gh/mlazos/72/base -> origin/gh/mlazos/72/base 2025-12-04T08:43:42.9612683Z * [new branch] gh/mlazos/72/head -> origin/gh/mlazos/72/head 2025-12-04T08:43:42.9614170Z * [new branch] gh/mlazos/72/orig -> origin/gh/mlazos/72/orig 2025-12-04T08:43:42.9615826Z * [new branch] gh/mlazos/73/base -> origin/gh/mlazos/73/base 2025-12-04T08:43:42.9616968Z * [new branch] gh/mlazos/73/head -> origin/gh/mlazos/73/head 2025-12-04T08:43:42.9618051Z * [new branch] gh/mlazos/73/orig -> origin/gh/mlazos/73/orig 2025-12-04T08:43:42.9619835Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-12-04T08:43:42.9621067Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-12-04T08:43:42.9623263Z * [new branch] gh/muchulee8/73/base -> origin/gh/muchulee8/73/base 2025-12-04T08:43:42.9624864Z * [new branch] gh/muchulee8/73/head -> origin/gh/muchulee8/73/head 2025-12-04T08:43:42.9626070Z * [new branch] gh/muchulee8/73/orig -> origin/gh/muchulee8/73/orig 2025-12-04T08:43:42.9627917Z * [new branch] gh/naveenthangudu/1/base -> origin/gh/naveenthangudu/1/base 2025-12-04T08:43:42.9629073Z * [new branch] gh/naveenthangudu/1/head -> origin/gh/naveenthangudu/1/head 2025-12-04T08:43:42.9630299Z * [new branch] gh/naveenthangudu/1/orig -> origin/gh/naveenthangudu/1/orig 2025-12-04T08:43:42.9632283Z * [new branch] gh/naveenthangudu/2/base -> origin/gh/naveenthangudu/2/base 2025-12-04T08:43:42.9633455Z * [new branch] gh/naveenthangudu/2/head -> origin/gh/naveenthangudu/2/head 2025-12-04T08:43:42.9634545Z * [new branch] gh/naveenthangudu/2/orig -> origin/gh/naveenthangudu/2/orig 2025-12-04T08:43:42.9635918Z * [new branch] gh/naveenthangudu/3/base -> origin/gh/naveenthangudu/3/base 2025-12-04T08:43:42.9637189Z * [new branch] gh/naveenthangudu/3/head -> origin/gh/naveenthangudu/3/head 2025-12-04T08:43:42.9638336Z * [new branch] gh/naveenthangudu/3/orig -> origin/gh/naveenthangudu/3/orig 2025-12-04T08:43:42.9639772Z * [new branch] gh/naveenthangudu/4/base -> origin/gh/naveenthangudu/4/base 2025-12-04T08:43:42.9640875Z * [new branch] gh/naveenthangudu/4/head -> origin/gh/naveenthangudu/4/head 2025-12-04T08:43:42.9642096Z * [new branch] gh/naveenthangudu/4/orig -> origin/gh/naveenthangudu/4/orig 2025-12-04T08:43:42.9643611Z * [new branch] gh/naveenthangudu/5/base -> origin/gh/naveenthangudu/5/base 2025-12-04T08:43:42.9644826Z * [new branch] gh/naveenthangudu/5/head -> origin/gh/naveenthangudu/5/head 2025-12-04T08:43:42.9646086Z * [new branch] gh/naveenthangudu/5/orig -> origin/gh/naveenthangudu/5/orig 2025-12-04T08:43:42.9647661Z * [new branch] gh/naveenthangudu/6/base -> origin/gh/naveenthangudu/6/base 2025-12-04T08:43:42.9648773Z * [new branch] gh/naveenthangudu/6/head -> origin/gh/naveenthangudu/6/head 2025-12-04T08:43:42.9649798Z * [new branch] gh/naveenthangudu/6/orig -> origin/gh/naveenthangudu/6/orig 2025-12-04T08:43:42.9651227Z * [new branch] gh/naveenthangudu/7/base -> origin/gh/naveenthangudu/7/base 2025-12-04T08:43:42.9652304Z * [new branch] gh/naveenthangudu/7/head -> origin/gh/naveenthangudu/7/head 2025-12-04T08:43:42.9653316Z * [new branch] gh/naveenthangudu/7/orig -> origin/gh/naveenthangudu/7/orig 2025-12-04T08:43:42.9654708Z * [new branch] gh/naveenthangudu/8/base -> origin/gh/naveenthangudu/8/base 2025-12-04T08:43:42.9655776Z * [new branch] gh/naveenthangudu/8/head -> origin/gh/naveenthangudu/8/head 2025-12-04T08:43:42.9656935Z * [new branch] gh/naveenthangudu/8/orig -> origin/gh/naveenthangudu/8/orig 2025-12-04T08:43:42.9658329Z * [new branch] gh/naveenthangudu/9/base -> origin/gh/naveenthangudu/9/base 2025-12-04T08:43:42.9659449Z * [new branch] gh/naveenthangudu/9/head -> origin/gh/naveenthangudu/9/head 2025-12-04T08:43:42.9660692Z * [new branch] gh/naveenthangudu/9/orig -> origin/gh/naveenthangudu/9/orig 2025-12-04T08:43:42.9662402Z * [new branch] gh/nikitaved/1/base -> origin/gh/nikitaved/1/base 2025-12-04T08:43:42.9663485Z * [new branch] gh/nikitaved/1/head -> origin/gh/nikitaved/1/head 2025-12-04T08:43:42.9664608Z * [new branch] gh/nikitaved/1/orig -> origin/gh/nikitaved/1/orig 2025-12-04T08:43:42.9666103Z * [new branch] gh/nikitaved/10/base -> origin/gh/nikitaved/10/base 2025-12-04T08:43:42.9667217Z * [new branch] gh/nikitaved/10/head -> origin/gh/nikitaved/10/head 2025-12-04T08:43:42.9668334Z * [new branch] gh/nikitaved/10/orig -> origin/gh/nikitaved/10/orig 2025-12-04T08:43:42.9669697Z * [new branch] gh/nikitaved/11/base -> origin/gh/nikitaved/11/base 2025-12-04T08:43:42.9671038Z * [new branch] gh/nikitaved/11/head -> origin/gh/nikitaved/11/head 2025-12-04T08:43:42.9674359Z * [new branch] gh/nikitaved/11/orig -> origin/gh/nikitaved/11/orig 2025-12-04T08:43:42.9675813Z * [new branch] gh/nikitaved/12/base -> origin/gh/nikitaved/12/base 2025-12-04T08:43:42.9676936Z * [new branch] gh/nikitaved/12/head -> origin/gh/nikitaved/12/head 2025-12-04T08:43:42.9678129Z * [new branch] gh/nikitaved/12/orig -> origin/gh/nikitaved/12/orig 2025-12-04T08:43:42.9679994Z * [new branch] gh/nikitaved/13/base -> origin/gh/nikitaved/13/base 2025-12-04T08:43:42.9681082Z * [new branch] gh/nikitaved/13/head -> origin/gh/nikitaved/13/head 2025-12-04T08:43:42.9682211Z * [new branch] gh/nikitaved/13/orig -> origin/gh/nikitaved/13/orig 2025-12-04T08:43:42.9683766Z * [new branch] gh/nikitaved/14/base -> origin/gh/nikitaved/14/base 2025-12-04T08:43:42.9684983Z * [new branch] gh/nikitaved/14/head -> origin/gh/nikitaved/14/head 2025-12-04T08:43:42.9686074Z * [new branch] gh/nikitaved/14/orig -> origin/gh/nikitaved/14/orig 2025-12-04T08:43:42.9687465Z * [new branch] gh/nikitaved/15/base -> origin/gh/nikitaved/15/base 2025-12-04T08:43:42.9688554Z * [new branch] gh/nikitaved/15/head -> origin/gh/nikitaved/15/head 2025-12-04T08:43:42.9689651Z * [new branch] gh/nikitaved/15/orig -> origin/gh/nikitaved/15/orig 2025-12-04T08:43:42.9691079Z * [new branch] gh/nikitaved/16/base -> origin/gh/nikitaved/16/base 2025-12-04T08:43:42.9692158Z * [new branch] gh/nikitaved/16/head -> origin/gh/nikitaved/16/head 2025-12-04T08:43:42.9693350Z * [new branch] gh/nikitaved/16/orig -> origin/gh/nikitaved/16/orig 2025-12-04T08:43:42.9694904Z * [new branch] gh/nikitaved/2/base -> origin/gh/nikitaved/2/base 2025-12-04T08:43:42.9696140Z * [new branch] gh/nikitaved/2/head -> origin/gh/nikitaved/2/head 2025-12-04T08:43:42.9697242Z * [new branch] gh/nikitaved/2/orig -> origin/gh/nikitaved/2/orig 2025-12-04T08:43:42.9698694Z * [new branch] gh/nikitaved/4/base -> origin/gh/nikitaved/4/base 2025-12-04T08:43:42.9699790Z * [new branch] gh/nikitaved/4/head -> origin/gh/nikitaved/4/head 2025-12-04T08:43:42.9700859Z * [new branch] gh/nikitaved/4/orig -> origin/gh/nikitaved/4/orig 2025-12-04T08:43:42.9702367Z * [new branch] gh/nikitaved/5/base -> origin/gh/nikitaved/5/base 2025-12-04T08:43:42.9703457Z * [new branch] gh/nikitaved/5/head -> origin/gh/nikitaved/5/head 2025-12-04T08:43:42.9704572Z * [new branch] gh/nikitaved/5/orig -> origin/gh/nikitaved/5/orig 2025-12-04T08:43:42.9705974Z * [new branch] gh/nikitaved/6/base -> origin/gh/nikitaved/6/base 2025-12-04T08:43:42.9707174Z * [new branch] gh/nikitaved/6/head -> origin/gh/nikitaved/6/head 2025-12-04T08:43:42.9708280Z * [new branch] gh/nikitaved/6/orig -> origin/gh/nikitaved/6/orig 2025-12-04T08:43:42.9709979Z * [new branch] gh/nikitaved/8/base -> origin/gh/nikitaved/8/base 2025-12-04T08:43:42.9711055Z * [new branch] gh/nikitaved/8/head -> origin/gh/nikitaved/8/head 2025-12-04T08:43:42.9712282Z * [new branch] gh/nikitaved/8/orig -> origin/gh/nikitaved/8/orig 2025-12-04T08:43:42.9713708Z * [new branch] gh/nikitaved/9/base -> origin/gh/nikitaved/9/base 2025-12-04T08:43:42.9714830Z * [new branch] gh/nikitaved/9/head -> origin/gh/nikitaved/9/head 2025-12-04T08:43:42.9715924Z * [new branch] gh/nikitaved/9/orig -> origin/gh/nikitaved/9/orig 2025-12-04T08:43:42.9717620Z * [new branch] gh/oulgen/10/base -> origin/gh/oulgen/10/base 2025-12-04T08:43:42.9718692Z * [new branch] gh/oulgen/10/head -> origin/gh/oulgen/10/head 2025-12-04T08:43:42.9719788Z * [new branch] gh/oulgen/10/orig -> origin/gh/oulgen/10/orig 2025-12-04T08:43:42.9721199Z * [new branch] gh/oulgen/11/base -> origin/gh/oulgen/11/base 2025-12-04T08:43:42.9722360Z * [new branch] gh/oulgen/11/head -> origin/gh/oulgen/11/head 2025-12-04T08:43:42.9723533Z * [new branch] gh/oulgen/11/orig -> origin/gh/oulgen/11/orig 2025-12-04T08:43:42.9725035Z * [new branch] gh/oulgen/12/base -> origin/gh/oulgen/12/base 2025-12-04T08:43:42.9726117Z * [new branch] gh/oulgen/12/head -> origin/gh/oulgen/12/head 2025-12-04T08:43:42.9727277Z * [new branch] gh/oulgen/12/orig -> origin/gh/oulgen/12/orig 2025-12-04T08:43:42.9728689Z * [new branch] gh/oulgen/13/base -> origin/gh/oulgen/13/base 2025-12-04T08:43:42.9729803Z * [new branch] gh/oulgen/13/head -> origin/gh/oulgen/13/head 2025-12-04T08:43:42.9731282Z * [new branch] gh/oulgen/13/orig -> origin/gh/oulgen/13/orig 2025-12-04T08:43:42.9732714Z * [new branch] gh/oulgen/14/base -> origin/gh/oulgen/14/base 2025-12-04T08:43:42.9733791Z * [new branch] gh/oulgen/14/head -> origin/gh/oulgen/14/head 2025-12-04T08:43:42.9734918Z * [new branch] gh/oulgen/14/orig -> origin/gh/oulgen/14/orig 2025-12-04T08:43:42.9736381Z * [new branch] gh/oulgen/15/base -> origin/gh/oulgen/15/base 2025-12-04T08:43:42.9738006Z * [new branch] gh/oulgen/15/head -> origin/gh/oulgen/15/head 2025-12-04T08:43:42.9739207Z * [new branch] gh/oulgen/15/orig -> origin/gh/oulgen/15/orig 2025-12-04T08:43:42.9740744Z * [new branch] gh/oulgen/16/base -> origin/gh/oulgen/16/base 2025-12-04T08:43:42.9741541Z * [new branch] gh/oulgen/16/head -> origin/gh/oulgen/16/head 2025-12-04T08:43:42.9743077Z * [new branch] gh/oulgen/16/orig -> origin/gh/oulgen/16/orig 2025-12-04T08:43:42.9744501Z * [new branch] gh/oulgen/17/base -> origin/gh/oulgen/17/base 2025-12-04T08:43:42.9745574Z * [new branch] gh/oulgen/17/head -> origin/gh/oulgen/17/head 2025-12-04T08:43:42.9746671Z * [new branch] gh/oulgen/17/orig -> origin/gh/oulgen/17/orig 2025-12-04T08:43:42.9748129Z * [new branch] gh/oulgen/18/base -> origin/gh/oulgen/18/base 2025-12-04T08:43:42.9749243Z * [new branch] gh/oulgen/18/head -> origin/gh/oulgen/18/head 2025-12-04T08:43:42.9750403Z * [new branch] gh/oulgen/18/orig -> origin/gh/oulgen/18/orig 2025-12-04T08:43:42.9751766Z * [new branch] gh/oulgen/19/base -> origin/gh/oulgen/19/base 2025-12-04T08:43:42.9753018Z * [new branch] gh/oulgen/19/head -> origin/gh/oulgen/19/head 2025-12-04T08:43:42.9754075Z * [new branch] gh/oulgen/19/orig -> origin/gh/oulgen/19/orig 2025-12-04T08:43:42.9755519Z * [new branch] gh/oulgen/20/base -> origin/gh/oulgen/20/base 2025-12-04T08:43:42.9756674Z * [new branch] gh/oulgen/20/head -> origin/gh/oulgen/20/head 2025-12-04T08:43:42.9758100Z * [new branch] gh/oulgen/20/orig -> origin/gh/oulgen/20/orig 2025-12-04T08:43:42.9759108Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-12-04T08:43:42.9760180Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-12-04T08:43:42.9761229Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-12-04T08:43:42.9762691Z * [new branch] gh/oulgen/22/base -> origin/gh/oulgen/22/base 2025-12-04T08:43:42.9763828Z * [new branch] gh/oulgen/22/head -> origin/gh/oulgen/22/head 2025-12-04T08:43:42.9764918Z * [new branch] gh/oulgen/22/orig -> origin/gh/oulgen/22/orig 2025-12-04T08:43:42.9766743Z * [new branch] gh/oulgen/23/base -> origin/gh/oulgen/23/base 2025-12-04T08:43:42.9768013Z * [new branch] gh/oulgen/23/head -> origin/gh/oulgen/23/head 2025-12-04T08:43:42.9769081Z * [new branch] gh/oulgen/23/orig -> origin/gh/oulgen/23/orig 2025-12-04T08:43:42.9770430Z * [new branch] gh/oulgen/24/base -> origin/gh/oulgen/24/base 2025-12-04T08:43:42.9771663Z * [new branch] gh/oulgen/24/head -> origin/gh/oulgen/24/head 2025-12-04T08:43:42.9772804Z * [new branch] gh/oulgen/24/orig -> origin/gh/oulgen/24/orig 2025-12-04T08:43:42.9774586Z * [new branch] gh/oulgen/25/base -> origin/gh/oulgen/25/base 2025-12-04T08:43:42.9775642Z * [new branch] gh/oulgen/25/head -> origin/gh/oulgen/25/head 2025-12-04T08:43:42.9776759Z * [new branch] gh/oulgen/25/orig -> origin/gh/oulgen/25/orig 2025-12-04T08:43:42.9778255Z * [new branch] gh/oulgen/26/base -> origin/gh/oulgen/26/base 2025-12-04T08:43:42.9779342Z * [new branch] gh/oulgen/26/head -> origin/gh/oulgen/26/head 2025-12-04T08:43:42.9780456Z * [new branch] gh/oulgen/26/orig -> origin/gh/oulgen/26/orig 2025-12-04T08:43:42.9781915Z * [new branch] gh/oulgen/4/base -> origin/gh/oulgen/4/base 2025-12-04T08:43:42.9783060Z * [new branch] gh/oulgen/4/head -> origin/gh/oulgen/4/head 2025-12-04T08:43:42.9784155Z * [new branch] gh/oulgen/4/orig -> origin/gh/oulgen/4/orig 2025-12-04T08:43:42.9785962Z * [new branch] gh/oulgen/7/base -> origin/gh/oulgen/7/base 2025-12-04T08:43:42.9787126Z * [new branch] gh/oulgen/7/head -> origin/gh/oulgen/7/head 2025-12-04T08:43:42.9788212Z * [new branch] gh/oulgen/7/orig -> origin/gh/oulgen/7/orig 2025-12-04T08:43:42.9789700Z * [new branch] gh/oulgen/8/base -> origin/gh/oulgen/8/base 2025-12-04T08:43:42.9790785Z * [new branch] gh/oulgen/8/head -> origin/gh/oulgen/8/head 2025-12-04T08:43:42.9791924Z * [new branch] gh/oulgen/8/orig -> origin/gh/oulgen/8/orig 2025-12-04T08:43:42.9793728Z * [new branch] gh/oulgen/9/base -> origin/gh/oulgen/9/base 2025-12-04T08:43:42.9794818Z * [new branch] gh/oulgen/9/head -> origin/gh/oulgen/9/head 2025-12-04T08:43:42.9796037Z * [new branch] gh/oulgen/9/orig -> origin/gh/oulgen/9/orig 2025-12-04T08:43:42.9798019Z * [new branch] gh/patvig/mtia-serialization -> origin/gh/patvig/mtia-serialization 2025-12-04T08:43:42.9800064Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-12-04T08:43:42.9801196Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-12-04T08:43:42.9802309Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-12-04T08:43:42.9803894Z * [new branch] gh/pearu/109/base -> origin/gh/pearu/109/base 2025-12-04T08:43:42.9805081Z * [new branch] gh/pearu/109/head -> origin/gh/pearu/109/head 2025-12-04T08:43:42.9806184Z * [new branch] gh/pearu/109/orig -> origin/gh/pearu/109/orig 2025-12-04T08:43:42.9807692Z * [new branch] gh/pearu/110/base -> origin/gh/pearu/110/base 2025-12-04T08:43:42.9808822Z * [new branch] gh/pearu/110/head -> origin/gh/pearu/110/head 2025-12-04T08:43:42.9809915Z * [new branch] gh/pearu/110/orig -> origin/gh/pearu/110/orig 2025-12-04T08:43:42.9811798Z * [new branch] gh/pearu/111/base -> origin/gh/pearu/111/base 2025-12-04T08:43:42.9812862Z * [new branch] gh/pearu/111/head -> origin/gh/pearu/111/head 2025-12-04T08:43:42.9814108Z * [new branch] gh/pearu/111/orig -> origin/gh/pearu/111/orig 2025-12-04T08:43:42.9815594Z * [new branch] gh/pearu/112/base -> origin/gh/pearu/112/base 2025-12-04T08:43:42.9816678Z * [new branch] gh/pearu/112/head -> origin/gh/pearu/112/head 2025-12-04T08:43:42.9817820Z * [new branch] gh/pearu/112/orig -> origin/gh/pearu/112/orig 2025-12-04T08:43:42.9819175Z * [new branch] gh/pearu/115/base -> origin/gh/pearu/115/base 2025-12-04T08:43:42.9820240Z * [new branch] gh/pearu/115/head -> origin/gh/pearu/115/head 2025-12-04T08:43:42.9821350Z * [new branch] gh/pearu/115/orig -> origin/gh/pearu/115/orig 2025-12-04T08:43:42.9822721Z * [new branch] gh/pearu/116/base -> origin/gh/pearu/116/base 2025-12-04T08:43:42.9823836Z * [new branch] gh/pearu/116/head -> origin/gh/pearu/116/head 2025-12-04T08:43:42.9825323Z * [new branch] gh/pearu/116/orig -> origin/gh/pearu/116/orig 2025-12-04T08:43:42.9826775Z * [new branch] gh/pearu/117/base -> origin/gh/pearu/117/base 2025-12-04T08:43:42.9827829Z * [new branch] gh/pearu/117/head -> origin/gh/pearu/117/head 2025-12-04T08:43:42.9829098Z * [new branch] gh/pearu/117/orig -> origin/gh/pearu/117/orig 2025-12-04T08:43:42.9830506Z * [new branch] gh/pearu/118/base -> origin/gh/pearu/118/base 2025-12-04T08:43:42.9831628Z * [new branch] gh/pearu/118/head -> origin/gh/pearu/118/head 2025-12-04T08:43:42.9832723Z * [new branch] gh/pearu/118/orig -> origin/gh/pearu/118/orig 2025-12-04T08:43:42.9834170Z * [new branch] gh/pearu/119/base -> origin/gh/pearu/119/base 2025-12-04T08:43:42.9835219Z * [new branch] gh/pearu/119/head -> origin/gh/pearu/119/head 2025-12-04T08:43:42.9836328Z * [new branch] gh/pearu/119/orig -> origin/gh/pearu/119/orig 2025-12-04T08:43:42.9838187Z * [new branch] gh/pearu/139/base -> origin/gh/pearu/139/base 2025-12-04T08:43:42.9839330Z * [new branch] gh/pearu/139/head -> origin/gh/pearu/139/head 2025-12-04T08:43:42.9840406Z * [new branch] gh/pearu/139/orig -> origin/gh/pearu/139/orig 2025-12-04T08:43:42.9841865Z * [new branch] gh/pearu/140/base -> origin/gh/pearu/140/base 2025-12-04T08:43:42.9842940Z * [new branch] gh/pearu/140/head -> origin/gh/pearu/140/head 2025-12-04T08:43:42.9844364Z * [new branch] gh/pearu/140/orig -> origin/gh/pearu/140/orig 2025-12-04T08:43:42.9845861Z * [new branch] gh/pearu/142/base -> origin/gh/pearu/142/base 2025-12-04T08:43:42.9846883Z * [new branch] gh/pearu/142/head -> origin/gh/pearu/142/head 2025-12-04T08:43:42.9848374Z * [new branch] gh/pearu/142/orig -> origin/gh/pearu/142/orig 2025-12-04T08:43:42.9849790Z * [new branch] gh/pearu/143/base -> origin/gh/pearu/143/base 2025-12-04T08:43:42.9850881Z * [new branch] gh/pearu/143/head -> origin/gh/pearu/143/head 2025-12-04T08:43:42.9852021Z * [new branch] gh/pearu/143/orig -> origin/gh/pearu/143/orig 2025-12-04T08:43:42.9853493Z * [new branch] gh/pearu/147/base -> origin/gh/pearu/147/base 2025-12-04T08:43:42.9854589Z * [new branch] gh/pearu/147/head -> origin/gh/pearu/147/head 2025-12-04T08:43:42.9855680Z * [new branch] gh/pearu/147/orig -> origin/gh/pearu/147/orig 2025-12-04T08:43:42.9857128Z * [new branch] gh/pearu/149/base -> origin/gh/pearu/149/base 2025-12-04T08:43:42.9858207Z * [new branch] gh/pearu/149/head -> origin/gh/pearu/149/head 2025-12-04T08:43:42.9859384Z * [new branch] gh/pearu/149/orig -> origin/gh/pearu/149/orig 2025-12-04T08:43:42.9861364Z * [new branch] gh/pearu/150/base -> origin/gh/pearu/150/base 2025-12-04T08:43:42.9862514Z * [new branch] gh/pearu/150/head -> origin/gh/pearu/150/head 2025-12-04T08:43:42.9863603Z * [new branch] gh/pearu/150/orig -> origin/gh/pearu/150/orig 2025-12-04T08:43:42.9865111Z * [new branch] gh/pearu/151/base -> origin/gh/pearu/151/base 2025-12-04T08:43:42.9866227Z * [new branch] gh/pearu/151/head -> origin/gh/pearu/151/head 2025-12-04T08:43:42.9867299Z * [new branch] gh/pearu/151/orig -> origin/gh/pearu/151/orig 2025-12-04T08:43:42.9868834Z * [new branch] gh/pearu/152/base -> origin/gh/pearu/152/base 2025-12-04T08:43:42.9869979Z * [new branch] gh/pearu/152/head -> origin/gh/pearu/152/head 2025-12-04T08:43:42.9871177Z * [new branch] gh/pearu/152/orig -> origin/gh/pearu/152/orig 2025-12-04T08:43:42.9872809Z * [new branch] gh/pearu/153/base -> origin/gh/pearu/153/base 2025-12-04T08:43:42.9873782Z * [new branch] gh/pearu/153/head -> origin/gh/pearu/153/head 2025-12-04T08:43:42.9874998Z * [new branch] gh/pearu/153/orig -> origin/gh/pearu/153/orig 2025-12-04T08:43:42.9876526Z * [new branch] gh/pearu/154/base -> origin/gh/pearu/154/base 2025-12-04T08:43:42.9877626Z * [new branch] gh/pearu/154/head -> origin/gh/pearu/154/head 2025-12-04T08:43:42.9878740Z * [new branch] gh/pearu/154/orig -> origin/gh/pearu/154/orig 2025-12-04T08:43:42.9880240Z * [new branch] gh/pearu/155/base -> origin/gh/pearu/155/base 2025-12-04T08:43:42.9881315Z * [new branch] gh/pearu/155/head -> origin/gh/pearu/155/head 2025-12-04T08:43:42.9882411Z * [new branch] gh/pearu/155/orig -> origin/gh/pearu/155/orig 2025-12-04T08:43:42.9884123Z * [new branch] gh/pearu/156/base -> origin/gh/pearu/156/base 2025-12-04T08:43:42.9885174Z * [new branch] gh/pearu/156/head -> origin/gh/pearu/156/head 2025-12-04T08:43:42.9886253Z * [new branch] gh/pearu/156/orig -> origin/gh/pearu/156/orig 2025-12-04T08:43:42.9888159Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-12-04T08:43:42.9889419Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-12-04T08:43:42.9890642Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-12-04T08:43:42.9892421Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-12-04T08:43:42.9893454Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-12-04T08:43:42.9894618Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-12-04T08:43:42.9896313Z * [new branch] gh/pianpwk/21/base -> origin/gh/pianpwk/21/base 2025-12-04T08:43:42.9897488Z * [new branch] gh/pianpwk/21/head -> origin/gh/pianpwk/21/head 2025-12-04T08:43:42.9898985Z * [new branch] gh/pianpwk/28/base -> origin/gh/pianpwk/28/base 2025-12-04T08:43:42.9900069Z * [new branch] gh/pianpwk/28/head -> origin/gh/pianpwk/28/head 2025-12-04T08:43:42.9901206Z * [new branch] gh/pianpwk/28/orig -> origin/gh/pianpwk/28/orig 2025-12-04T08:43:42.9902745Z * [new branch] gh/pianpwk/29/base -> origin/gh/pianpwk/29/base 2025-12-04T08:43:42.9903954Z * [new branch] gh/pianpwk/29/head -> origin/gh/pianpwk/29/head 2025-12-04T08:43:42.9905148Z * [new branch] gh/pianpwk/29/orig -> origin/gh/pianpwk/29/orig 2025-12-04T08:43:42.9906923Z * [new branch] gh/pianpwk/30/base -> origin/gh/pianpwk/30/base 2025-12-04T08:43:42.9907987Z * [new branch] gh/pianpwk/30/head -> origin/gh/pianpwk/30/head 2025-12-04T08:43:42.9909153Z * [new branch] gh/pianpwk/30/orig -> origin/gh/pianpwk/30/orig 2025-12-04T08:43:42.9910650Z * [new branch] gh/pianpwk/31/base -> origin/gh/pianpwk/31/base 2025-12-04T08:43:42.9911750Z * [new branch] gh/pianpwk/31/head -> origin/gh/pianpwk/31/head 2025-12-04T08:43:42.9912860Z * [new branch] gh/pianpwk/31/orig -> origin/gh/pianpwk/31/orig 2025-12-04T08:43:42.9914222Z * [new branch] gh/pianpwk/32/base -> origin/gh/pianpwk/32/base 2025-12-04T08:43:42.9915305Z * [new branch] gh/pianpwk/32/head -> origin/gh/pianpwk/32/head 2025-12-04T08:43:42.9916407Z * [new branch] gh/pianpwk/32/orig -> origin/gh/pianpwk/32/orig 2025-12-04T08:43:42.9917701Z * [new branch] gh/pianpwk/33/base -> origin/gh/pianpwk/33/base 2025-12-04T08:43:42.9918771Z * [new branch] gh/pianpwk/33/head -> origin/gh/pianpwk/33/head 2025-12-04T08:43:42.9920018Z * [new branch] gh/pianpwk/33/orig -> origin/gh/pianpwk/33/orig 2025-12-04T08:43:42.9921731Z * [new branch] gh/pianpwk/34/base -> origin/gh/pianpwk/34/base 2025-12-04T08:43:42.9923216Z * [new branch] gh/pianpwk/34/head -> origin/gh/pianpwk/34/head 2025-12-04T08:43:42.9924633Z * [new branch] gh/pianpwk/34/orig -> origin/gh/pianpwk/34/orig 2025-12-04T08:43:42.9926079Z * [new branch] gh/pianpwk/35/base -> origin/gh/pianpwk/35/base 2025-12-04T08:43:42.9927253Z * [new branch] gh/pianpwk/35/head -> origin/gh/pianpwk/35/head 2025-12-04T08:43:42.9928495Z * [new branch] gh/pianpwk/35/orig -> origin/gh/pianpwk/35/orig 2025-12-04T08:43:42.9930570Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-12-04T08:43:42.9931740Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-12-04T08:43:42.9933157Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-12-04T08:43:42.9934234Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-12-04T08:43:42.9935444Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-12-04T08:43:42.9936870Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-12-04T08:43:42.9938009Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-12-04T08:43:42.9939169Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-12-04T08:43:42.9940563Z * [new branch] gh/rec/164/base -> origin/gh/rec/164/base 2025-12-04T08:43:42.9941627Z * [new branch] gh/rec/164/head -> origin/gh/rec/164/head 2025-12-04T08:43:42.9942754Z * [new branch] gh/rec/164/orig -> origin/gh/rec/164/orig 2025-12-04T08:43:42.9944181Z * [new branch] gh/rec/166/base -> origin/gh/rec/166/base 2025-12-04T08:43:42.9945281Z * [new branch] gh/rec/166/head -> origin/gh/rec/166/head 2025-12-04T08:43:42.9946424Z * [new branch] gh/rec/166/orig -> origin/gh/rec/166/orig 2025-12-04T08:43:42.9947826Z * [new branch] gh/rec/167/base -> origin/gh/rec/167/base 2025-12-04T08:43:42.9948918Z * [new branch] gh/rec/167/head -> origin/gh/rec/167/head 2025-12-04T08:43:42.9950124Z * [new branch] gh/rec/167/orig -> origin/gh/rec/167/orig 2025-12-04T08:43:42.9951540Z * [new branch] gh/rec/168/base -> origin/gh/rec/168/base 2025-12-04T08:43:42.9952640Z * [new branch] gh/rec/168/head -> origin/gh/rec/168/head 2025-12-04T08:43:42.9953711Z * [new branch] gh/rec/168/orig -> origin/gh/rec/168/orig 2025-12-04T08:43:42.9955129Z * [new branch] gh/rec/169/base -> origin/gh/rec/169/base 2025-12-04T08:43:42.9956226Z * [new branch] gh/rec/169/head -> origin/gh/rec/169/head 2025-12-04T08:43:42.9957317Z * [new branch] gh/rec/169/orig -> origin/gh/rec/169/orig 2025-12-04T08:43:42.9958765Z * [new branch] gh/rec/170/base -> origin/gh/rec/170/base 2025-12-04T08:43:42.9959905Z * [new branch] gh/rec/170/head -> origin/gh/rec/170/head 2025-12-04T08:43:42.9960970Z * [new branch] gh/rec/170/orig -> origin/gh/rec/170/orig 2025-12-04T08:43:42.9962419Z * [new branch] gh/rec/171/base -> origin/gh/rec/171/base 2025-12-04T08:43:42.9963565Z * [new branch] gh/rec/171/head -> origin/gh/rec/171/head 2025-12-04T08:43:42.9964871Z * [new branch] gh/rec/171/orig -> origin/gh/rec/171/orig 2025-12-04T08:43:42.9966239Z * [new branch] gh/rec/172/base -> origin/gh/rec/172/base 2025-12-04T08:43:42.9967343Z * [new branch] gh/rec/172/head -> origin/gh/rec/172/head 2025-12-04T08:43:42.9968399Z * [new branch] gh/rec/172/orig -> origin/gh/rec/172/orig 2025-12-04T08:43:42.9969933Z * [new branch] gh/rec/173/base -> origin/gh/rec/173/base 2025-12-04T08:43:42.9971133Z * [new branch] gh/rec/173/head -> origin/gh/rec/173/head 2025-12-04T08:43:42.9972299Z * [new branch] gh/rec/173/orig -> origin/gh/rec/173/orig 2025-12-04T08:43:42.9973678Z * [new branch] gh/rec/174/base -> origin/gh/rec/174/base 2025-12-04T08:43:42.9974790Z * [new branch] gh/rec/174/head -> origin/gh/rec/174/head 2025-12-04T08:43:42.9975874Z * [new branch] gh/rec/174/orig -> origin/gh/rec/174/orig 2025-12-04T08:43:42.9977295Z * [new branch] gh/rec/175/base -> origin/gh/rec/175/base 2025-12-04T08:43:42.9978328Z * [new branch] gh/rec/175/head -> origin/gh/rec/175/head 2025-12-04T08:43:42.9979565Z * [new branch] gh/rec/175/orig -> origin/gh/rec/175/orig 2025-12-04T08:43:42.9980957Z * [new branch] gh/rec/176/base -> origin/gh/rec/176/base 2025-12-04T08:43:42.9982058Z * [new branch] gh/rec/176/head -> origin/gh/rec/176/head 2025-12-04T08:43:42.9983237Z * [new branch] gh/rec/176/orig -> origin/gh/rec/176/orig 2025-12-04T08:43:42.9984581Z * [new branch] gh/rec/177/base -> origin/gh/rec/177/base 2025-12-04T08:43:42.9985624Z * [new branch] gh/rec/177/head -> origin/gh/rec/177/head 2025-12-04T08:43:42.9986704Z * [new branch] gh/rec/177/orig -> origin/gh/rec/177/orig 2025-12-04T08:43:42.9988498Z * [new branch] gh/robert-hardwick/3/base -> origin/gh/robert-hardwick/3/base 2025-12-04T08:43:42.9989628Z * [new branch] gh/robert-hardwick/3/head -> origin/gh/robert-hardwick/3/head 2025-12-04T08:43:42.9990740Z * [new branch] gh/robert-hardwick/3/orig -> origin/gh/robert-hardwick/3/orig 2025-12-04T08:43:42.9992197Z * [new branch] gh/robert-hardwick/4/base -> origin/gh/robert-hardwick/4/base 2025-12-04T08:43:42.9993454Z * [new branch] gh/robert-hardwick/4/head -> origin/gh/robert-hardwick/4/head 2025-12-04T08:43:42.9994541Z * [new branch] gh/robert-hardwick/4/orig -> origin/gh/robert-hardwick/4/orig 2025-12-04T08:43:42.9995989Z * [new branch] gh/robert-hardwick/5/base -> origin/gh/robert-hardwick/5/base 2025-12-04T08:43:42.9997103Z * [new branch] gh/robert-hardwick/5/head -> origin/gh/robert-hardwick/5/head 2025-12-04T08:43:42.9998233Z * [new branch] gh/robert-hardwick/5/orig -> origin/gh/robert-hardwick/5/orig 2025-12-04T08:43:42.9999705Z * [new branch] gh/robert-hardwick/6/base -> origin/gh/robert-hardwick/6/base 2025-12-04T08:43:43.0000800Z * [new branch] gh/robert-hardwick/6/head -> origin/gh/robert-hardwick/6/head 2025-12-04T08:43:43.0001899Z * [new branch] gh/robert-hardwick/6/orig -> origin/gh/robert-hardwick/6/orig 2025-12-04T08:43:43.0003435Z * [new branch] gh/robert-hardwick/7/base -> origin/gh/robert-hardwick/7/base 2025-12-04T08:43:43.0004591Z * [new branch] gh/robert-hardwick/7/head -> origin/gh/robert-hardwick/7/head 2025-12-04T08:43:43.0005704Z * [new branch] gh/robert-hardwick/7/orig -> origin/gh/robert-hardwick/7/orig 2025-12-04T08:43:43.0007158Z * [new branch] gh/robert-hardwick/8/base -> origin/gh/robert-hardwick/8/base 2025-12-04T08:43:43.0008349Z * [new branch] gh/robert-hardwick/8/head -> origin/gh/robert-hardwick/8/head 2025-12-04T08:43:43.0009452Z * [new branch] gh/robert-hardwick/8/orig -> origin/gh/robert-hardwick/8/orig 2025-12-04T08:43:43.0010876Z * [new branch] gh/robert-hardwick/9/base -> origin/gh/robert-hardwick/9/base 2025-12-04T08:43:43.0011964Z * [new branch] gh/robert-hardwick/9/head -> origin/gh/robert-hardwick/9/head 2025-12-04T08:43:43.0013098Z * [new branch] gh/robert-hardwick/9/orig -> origin/gh/robert-hardwick/9/orig 2025-12-04T08:43:43.0014820Z * [new branch] gh/rtimpe/1/base -> origin/gh/rtimpe/1/base 2025-12-04T08:43:43.0015938Z * [new branch] gh/rtimpe/1/head -> origin/gh/rtimpe/1/head 2025-12-04T08:43:43.0017306Z * [new branch] gh/rtimpe/2/base -> origin/gh/rtimpe/2/base 2025-12-04T08:43:43.0018353Z * [new branch] gh/rtimpe/2/head -> origin/gh/rtimpe/2/head 2025-12-04T08:43:43.0019843Z * [new branch] gh/rtimpe/22/base -> origin/gh/rtimpe/22/base 2025-12-04T08:43:43.0020912Z * [new branch] gh/rtimpe/22/head -> origin/gh/rtimpe/22/head 2025-12-04T08:43:43.0022106Z * [new branch] gh/rtimpe/22/orig -> origin/gh/rtimpe/22/orig 2025-12-04T08:43:43.0023484Z * [new branch] gh/rtimpe/23/base -> origin/gh/rtimpe/23/base 2025-12-04T08:43:43.0024567Z * [new branch] gh/rtimpe/23/head -> origin/gh/rtimpe/23/head 2025-12-04T08:43:43.0025693Z * [new branch] gh/rtimpe/23/orig -> origin/gh/rtimpe/23/orig 2025-12-04T08:43:43.0027187Z * [new branch] gh/rtimpe/24/base -> origin/gh/rtimpe/24/base 2025-12-04T08:43:43.0028235Z * [new branch] gh/rtimpe/24/head -> origin/gh/rtimpe/24/head 2025-12-04T08:43:43.0029323Z * [new branch] gh/rtimpe/24/orig -> origin/gh/rtimpe/24/orig 2025-12-04T08:43:43.0030745Z * [new branch] gh/rtimpe/25/base -> origin/gh/rtimpe/25/base 2025-12-04T08:43:43.0031863Z * [new branch] gh/rtimpe/25/head -> origin/gh/rtimpe/25/head 2025-12-04T08:43:43.0032991Z * [new branch] gh/rtimpe/25/orig -> origin/gh/rtimpe/25/orig 2025-12-04T08:43:43.0034379Z * [new branch] gh/rtimpe/26/base -> origin/gh/rtimpe/26/base 2025-12-04T08:43:43.0035478Z * [new branch] gh/rtimpe/26/head -> origin/gh/rtimpe/26/head 2025-12-04T08:43:43.0036680Z * [new branch] gh/rtimpe/26/orig -> origin/gh/rtimpe/26/orig 2025-12-04T08:43:43.0038045Z * [new branch] gh/rtimpe/27/base -> origin/gh/rtimpe/27/base 2025-12-04T08:43:43.0039102Z * [new branch] gh/rtimpe/27/head -> origin/gh/rtimpe/27/head 2025-12-04T08:43:43.0040214Z * [new branch] gh/rtimpe/27/orig -> origin/gh/rtimpe/27/orig 2025-12-04T08:43:43.0041696Z * [new branch] gh/rtimpe/28/base -> origin/gh/rtimpe/28/base 2025-12-04T08:43:43.0042800Z * [new branch] gh/rtimpe/28/head -> origin/gh/rtimpe/28/head 2025-12-04T08:43:43.0044028Z * [new branch] gh/rtimpe/28/orig -> origin/gh/rtimpe/28/orig 2025-12-04T08:43:43.0045482Z * [new branch] gh/rtimpe/29/base -> origin/gh/rtimpe/29/base 2025-12-04T08:43:43.0046561Z * [new branch] gh/rtimpe/29/head -> origin/gh/rtimpe/29/head 2025-12-04T08:43:43.0047729Z * [new branch] gh/rtimpe/29/orig -> origin/gh/rtimpe/29/orig 2025-12-04T08:43:43.0049090Z * [new branch] gh/rtimpe/3/base -> origin/gh/rtimpe/3/base 2025-12-04T08:43:43.0050082Z * [new branch] gh/rtimpe/3/head -> origin/gh/rtimpe/3/head 2025-12-04T08:43:43.0051626Z * [new branch] gh/rtimpe/30/base -> origin/gh/rtimpe/30/base 2025-12-04T08:43:43.0052708Z * [new branch] gh/rtimpe/30/head -> origin/gh/rtimpe/30/head 2025-12-04T08:43:43.0053783Z * [new branch] gh/rtimpe/30/orig -> origin/gh/rtimpe/30/orig 2025-12-04T08:43:43.0055175Z * [new branch] gh/rtimpe/31/base -> origin/gh/rtimpe/31/base 2025-12-04T08:43:43.0056265Z * [new branch] gh/rtimpe/31/head -> origin/gh/rtimpe/31/head 2025-12-04T08:43:43.0057497Z * [new branch] gh/rtimpe/31/orig -> origin/gh/rtimpe/31/orig 2025-12-04T08:43:43.0058924Z * [new branch] gh/rtimpe/32/base -> origin/gh/rtimpe/32/base 2025-12-04T08:43:43.0060004Z * [new branch] gh/rtimpe/32/head -> origin/gh/rtimpe/32/head 2025-12-04T08:43:43.0061098Z * [new branch] gh/rtimpe/32/orig -> origin/gh/rtimpe/32/orig 2025-12-04T08:43:43.0062531Z * [new branch] gh/rtimpe/33/base -> origin/gh/rtimpe/33/base 2025-12-04T08:43:43.0063613Z * [new branch] gh/rtimpe/33/head -> origin/gh/rtimpe/33/head 2025-12-04T08:43:43.0064726Z * [new branch] gh/rtimpe/33/orig -> origin/gh/rtimpe/33/orig 2025-12-04T08:43:43.0066222Z * [new branch] gh/rtimpe/34/base -> origin/gh/rtimpe/34/base 2025-12-04T08:43:43.0067359Z * [new branch] gh/rtimpe/34/head -> origin/gh/rtimpe/34/head 2025-12-04T08:43:43.0068446Z * [new branch] gh/rtimpe/34/orig -> origin/gh/rtimpe/34/orig 2025-12-04T08:43:43.0069928Z * [new branch] gh/rtimpe/35/base -> origin/gh/rtimpe/35/base 2025-12-04T08:43:43.0071365Z * [new branch] gh/rtimpe/35/head -> origin/gh/rtimpe/35/head 2025-12-04T08:43:43.0075180Z * [new branch] gh/rtimpe/35/orig -> origin/gh/rtimpe/35/orig 2025-12-04T08:43:43.0076614Z * [new branch] gh/rtimpe/4/base -> origin/gh/rtimpe/4/base 2025-12-04T08:43:43.0077741Z * [new branch] gh/rtimpe/4/head -> origin/gh/rtimpe/4/head 2025-12-04T08:43:43.0079654Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-12-04T08:43:43.0080749Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-12-04T08:43:43.0081856Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-12-04T08:43:43.0083451Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-12-04T08:43:43.0084620Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-12-04T08:43:43.0085721Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-12-04T08:43:43.0087317Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-12-04T08:43:43.0088412Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-12-04T08:43:43.0089507Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-12-04T08:43:43.0090918Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-12-04T08:43:43.0092022Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-12-04T08:43:43.0093093Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-12-04T08:43:43.0094540Z * [new branch] gh/ruisizhang123/7/base -> origin/gh/ruisizhang123/7/base 2025-12-04T08:43:43.0095758Z * [new branch] gh/ruisizhang123/7/head -> origin/gh/ruisizhang123/7/head 2025-12-04T08:43:43.0096838Z * [new branch] gh/ruisizhang123/7/orig -> origin/gh/ruisizhang123/7/orig 2025-12-04T08:43:43.0098331Z * [new branch] gh/ruisizhang123/8/base -> origin/gh/ruisizhang123/8/base 2025-12-04T08:43:43.0099495Z * [new branch] gh/ruisizhang123/8/head -> origin/gh/ruisizhang123/8/head 2025-12-04T08:43:43.0100666Z * [new branch] gh/ruisizhang123/8/orig -> origin/gh/ruisizhang123/8/orig 2025-12-04T08:43:43.0102111Z * [new branch] gh/ruisizhang123/9/base -> origin/gh/ruisizhang123/9/base 2025-12-04T08:43:43.0103227Z * [new branch] gh/ruisizhang123/9/head -> origin/gh/ruisizhang123/9/head 2025-12-04T08:43:43.0104344Z * [new branch] gh/ruisizhang123/9/orig -> origin/gh/ruisizhang123/9/orig 2025-12-04T08:43:43.0106142Z * [new branch] gh/seemethere/52/base -> origin/gh/seemethere/52/base 2025-12-04T08:43:43.0107276Z * [new branch] gh/seemethere/52/head -> origin/gh/seemethere/52/head 2025-12-04T08:43:43.0108378Z * [new branch] gh/seemethere/52/orig -> origin/gh/seemethere/52/orig 2025-12-04T08:43:43.0109829Z * [new branch] gh/seemethere/53/base -> origin/gh/seemethere/53/base 2025-12-04T08:43:43.0111307Z * [new branch] gh/seemethere/53/head -> origin/gh/seemethere/53/head 2025-12-04T08:43:43.0112553Z * [new branch] gh/seemethere/53/orig -> origin/gh/seemethere/53/orig 2025-12-04T08:43:43.0114043Z * [new branch] gh/seemethere/54/base -> origin/gh/seemethere/54/base 2025-12-04T08:43:43.0115155Z * [new branch] gh/seemethere/54/head -> origin/gh/seemethere/54/head 2025-12-04T08:43:43.0116343Z * [new branch] gh/seemethere/54/orig -> origin/gh/seemethere/54/orig 2025-12-04T08:43:43.0117955Z * [new branch] gh/seemethere/55/base -> origin/gh/seemethere/55/base 2025-12-04T08:43:43.0118920Z * [new branch] gh/seemethere/55/head -> origin/gh/seemethere/55/head 2025-12-04T08:43:43.0120035Z * [new branch] gh/seemethere/55/orig -> origin/gh/seemethere/55/orig 2025-12-04T08:43:43.0121477Z * [new branch] gh/seemethere/59/base -> origin/gh/seemethere/59/base 2025-12-04T08:43:43.0122627Z * [new branch] gh/seemethere/59/head -> origin/gh/seemethere/59/head 2025-12-04T08:43:43.0123828Z * [new branch] gh/seemethere/59/orig -> origin/gh/seemethere/59/orig 2025-12-04T08:43:43.0125291Z * [new branch] gh/seemethere/62/base -> origin/gh/seemethere/62/base 2025-12-04T08:43:43.0126367Z * [new branch] gh/seemethere/62/head -> origin/gh/seemethere/62/head 2025-12-04T08:43:43.0127571Z * [new branch] gh/seemethere/62/orig -> origin/gh/seemethere/62/orig 2025-12-04T08:43:43.0129056Z * [new branch] gh/seemethere/63/base -> origin/gh/seemethere/63/base 2025-12-04T08:43:43.0130109Z * [new branch] gh/seemethere/63/head -> origin/gh/seemethere/63/head 2025-12-04T08:43:43.0131216Z * [new branch] gh/seemethere/63/orig -> origin/gh/seemethere/63/orig 2025-12-04T08:43:43.0132650Z * [new branch] gh/seemethere/71/base -> origin/gh/seemethere/71/base 2025-12-04T08:43:43.0133730Z * [new branch] gh/seemethere/71/head -> origin/gh/seemethere/71/head 2025-12-04T08:43:43.0134889Z * [new branch] gh/seemethere/71/orig -> origin/gh/seemethere/71/orig 2025-12-04T08:43:43.0136818Z * [new branch] gh/seemethere/72/base -> origin/gh/seemethere/72/base 2025-12-04T08:43:43.0137938Z * [new branch] gh/seemethere/72/head -> origin/gh/seemethere/72/head 2025-12-04T08:43:43.0139072Z * [new branch] gh/seemethere/72/orig -> origin/gh/seemethere/72/orig 2025-12-04T08:43:43.0140473Z * [new branch] gh/seemethere/73/base -> origin/gh/seemethere/73/base 2025-12-04T08:43:43.0141585Z * [new branch] gh/seemethere/73/head -> origin/gh/seemethere/73/head 2025-12-04T08:43:43.0142839Z * [new branch] gh/seemethere/73/orig -> origin/gh/seemethere/73/orig 2025-12-04T08:43:43.0144270Z * [new branch] gh/seemethere/74/base -> origin/gh/seemethere/74/base 2025-12-04T08:43:43.0145354Z * [new branch] gh/seemethere/74/head -> origin/gh/seemethere/74/head 2025-12-04T08:43:43.0146478Z * [new branch] gh/seemethere/74/orig -> origin/gh/seemethere/74/orig 2025-12-04T08:43:43.0147936Z * [new branch] gh/seemethere/75/base -> origin/gh/seemethere/75/base 2025-12-04T08:43:43.0149046Z * [new branch] gh/seemethere/75/head -> origin/gh/seemethere/75/head 2025-12-04T08:43:43.0150187Z * [new branch] gh/seemethere/75/orig -> origin/gh/seemethere/75/orig 2025-12-04T08:43:43.0151984Z * [new branch] gh/seemethere/76/base -> origin/gh/seemethere/76/base 2025-12-04T08:43:43.0153125Z * [new branch] gh/seemethere/76/head -> origin/gh/seemethere/76/head 2025-12-04T08:43:43.0154260Z * [new branch] gh/seemethere/76/orig -> origin/gh/seemethere/76/orig 2025-12-04T08:43:43.0156232Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-12-04T08:43:43.0157588Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-12-04T08:43:43.0158743Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-12-04T08:43:43.0160470Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-12-04T08:43:43.0161809Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-12-04T08:43:43.0163013Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-12-04T08:43:43.0164652Z * [new branch] gh/shunting314/249/base -> origin/gh/shunting314/249/base 2025-12-04T08:43:43.0165857Z * [new branch] gh/shunting314/249/head -> origin/gh/shunting314/249/head 2025-12-04T08:43:43.0167013Z * [new branch] gh/shunting314/249/orig -> origin/gh/shunting314/249/orig 2025-12-04T08:43:43.0168611Z * [new branch] gh/shunting314/253/base -> origin/gh/shunting314/253/base 2025-12-04T08:43:43.0169633Z * [new branch] gh/shunting314/253/head -> origin/gh/shunting314/253/head 2025-12-04T08:43:43.0170791Z * [new branch] gh/shunting314/253/orig -> origin/gh/shunting314/253/orig 2025-12-04T08:43:43.0172430Z * [new branch] gh/shunting314/256/base -> origin/gh/shunting314/256/base 2025-12-04T08:43:43.0173583Z * [new branch] gh/shunting314/256/head -> origin/gh/shunting314/256/head 2025-12-04T08:43:43.0174659Z * [new branch] gh/shunting314/256/orig -> origin/gh/shunting314/256/orig 2025-12-04T08:43:43.0176479Z * [new branch] gh/shunting314/257/base -> origin/gh/shunting314/257/base 2025-12-04T08:43:43.0177593Z * [new branch] gh/shunting314/257/head -> origin/gh/shunting314/257/head 2025-12-04T08:43:43.0179081Z * [new branch] gh/shunting314/257/orig -> origin/gh/shunting314/257/orig 2025-12-04T08:43:43.0180731Z * [new branch] gh/shunting314/258/base -> origin/gh/shunting314/258/base 2025-12-04T08:43:43.0181835Z * [new branch] gh/shunting314/258/head -> origin/gh/shunting314/258/head 2025-12-04T08:43:43.0182972Z * [new branch] gh/shunting314/258/orig -> origin/gh/shunting314/258/orig 2025-12-04T08:43:43.0184749Z * [new branch] gh/shunting314/259/base -> origin/gh/shunting314/259/base 2025-12-04T08:43:43.0185835Z * [new branch] gh/shunting314/259/head -> origin/gh/shunting314/259/head 2025-12-04T08:43:43.0186918Z * [new branch] gh/shunting314/259/orig -> origin/gh/shunting314/259/orig 2025-12-04T08:43:43.0188496Z * [new branch] gh/shunting314/260/base -> origin/gh/shunting314/260/base 2025-12-04T08:43:43.0189792Z * [new branch] gh/shunting314/260/head -> origin/gh/shunting314/260/head 2025-12-04T08:43:43.0191070Z * [new branch] gh/shunting314/260/orig -> origin/gh/shunting314/260/orig 2025-12-04T08:43:43.0192579Z * [new branch] gh/shunting314/261/base -> origin/gh/shunting314/261/base 2025-12-04T08:43:43.0193795Z * [new branch] gh/shunting314/261/head -> origin/gh/shunting314/261/head 2025-12-04T08:43:43.0194924Z * [new branch] gh/shunting314/261/orig -> origin/gh/shunting314/261/orig 2025-12-04T08:43:43.0196505Z * [new branch] gh/shunting314/262/base -> origin/gh/shunting314/262/base 2025-12-04T08:43:43.0197686Z * [new branch] gh/shunting314/262/head -> origin/gh/shunting314/262/head 2025-12-04T08:43:43.0198835Z * [new branch] gh/shunting314/262/orig -> origin/gh/shunting314/262/orig 2025-12-04T08:43:43.0200378Z * [new branch] gh/shunting314/263/base -> origin/gh/shunting314/263/base 2025-12-04T08:43:43.0201629Z * [new branch] gh/shunting314/263/head -> origin/gh/shunting314/263/head 2025-12-04T08:43:43.0202779Z * [new branch] gh/shunting314/263/orig -> origin/gh/shunting314/263/orig 2025-12-04T08:43:43.0204381Z * [new branch] gh/shunting314/264/base -> origin/gh/shunting314/264/base 2025-12-04T08:43:43.0205606Z * [new branch] gh/shunting314/264/head -> origin/gh/shunting314/264/head 2025-12-04T08:43:43.0206807Z * [new branch] gh/shunting314/264/orig -> origin/gh/shunting314/264/orig 2025-12-04T08:43:43.0208382Z * [new branch] gh/shunting314/265/base -> origin/gh/shunting314/265/base 2025-12-04T08:43:43.0209314Z * [new branch] gh/shunting314/265/head -> origin/gh/shunting314/265/head 2025-12-04T08:43:43.0210477Z * [new branch] gh/shunting314/265/orig -> origin/gh/shunting314/265/orig 2025-12-04T08:43:43.0211934Z * [new branch] gh/shunting314/266/base -> origin/gh/shunting314/266/base 2025-12-04T08:43:43.0213207Z * [new branch] gh/shunting314/266/head -> origin/gh/shunting314/266/head 2025-12-04T08:43:43.0214278Z * [new branch] gh/shunting314/266/orig -> origin/gh/shunting314/266/orig 2025-12-04T08:43:43.0216031Z * [new branch] gh/shunting314/267/base -> origin/gh/shunting314/267/base 2025-12-04T08:43:43.0217349Z * [new branch] gh/shunting314/267/head -> origin/gh/shunting314/267/head 2025-12-04T08:43:43.0218536Z * [new branch] gh/shunting314/267/orig -> origin/gh/shunting314/267/orig 2025-12-04T08:43:43.0220406Z * [new branch] gh/shunting314/268/base -> origin/gh/shunting314/268/base 2025-12-04T08:43:43.0221722Z * [new branch] gh/shunting314/268/head -> origin/gh/shunting314/268/head 2025-12-04T08:43:43.0222807Z * [new branch] gh/shunting314/268/orig -> origin/gh/shunting314/268/orig 2025-12-04T08:43:43.0224415Z * [new branch] gh/shunting314/269/base -> origin/gh/shunting314/269/base 2025-12-04T08:43:43.0225527Z * [new branch] gh/shunting314/269/head -> origin/gh/shunting314/269/head 2025-12-04T08:43:43.0226597Z * [new branch] gh/shunting314/269/orig -> origin/gh/shunting314/269/orig 2025-12-04T08:43:43.0228342Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-12-04T08:43:43.0229491Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-12-04T08:43:43.0230840Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-12-04T08:43:43.0231857Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-12-04T08:43:43.0233183Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-12-04T08:43:43.0234285Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-12-04T08:43:43.0235709Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-12-04T08:43:43.0236778Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-12-04T08:43:43.0238533Z * [new branch] gh/slayton58/39/base -> origin/gh/slayton58/39/base 2025-12-04T08:43:43.0239676Z * [new branch] gh/slayton58/39/head -> origin/gh/slayton58/39/head 2025-12-04T08:43:43.0240808Z * [new branch] gh/slayton58/39/orig -> origin/gh/slayton58/39/orig 2025-12-04T08:43:43.0242279Z * [new branch] gh/slayton58/42/base -> origin/gh/slayton58/42/base 2025-12-04T08:43:43.0243467Z * [new branch] gh/slayton58/42/head -> origin/gh/slayton58/42/head 2025-12-04T08:43:43.0244748Z * [new branch] gh/slayton58/42/orig -> origin/gh/slayton58/42/orig 2025-12-04T08:43:43.0246186Z * [new branch] gh/slayton58/43/base -> origin/gh/slayton58/43/base 2025-12-04T08:43:43.0247267Z * [new branch] gh/slayton58/43/head -> origin/gh/slayton58/43/head 2025-12-04T08:43:43.0248443Z * [new branch] gh/slayton58/43/orig -> origin/gh/slayton58/43/orig 2025-12-04T08:43:43.0250155Z * [new branch] gh/slayton58/44/base -> origin/gh/slayton58/44/base 2025-12-04T08:43:43.0251275Z * [new branch] gh/slayton58/44/head -> origin/gh/slayton58/44/head 2025-12-04T08:43:43.0252440Z * [new branch] gh/slayton58/44/orig -> origin/gh/slayton58/44/orig 2025-12-04T08:43:43.0253945Z * [new branch] gh/slayton58/45/base -> origin/gh/slayton58/45/base 2025-12-04T08:43:43.0254943Z * [new branch] gh/slayton58/45/head -> origin/gh/slayton58/45/head 2025-12-04T08:43:43.0256041Z * [new branch] gh/slayton58/45/orig -> origin/gh/slayton58/45/orig 2025-12-04T08:43:43.0257588Z * [new branch] gh/slayton58/46/base -> origin/gh/slayton58/46/base 2025-12-04T08:43:43.0258776Z * [new branch] gh/slayton58/46/head -> origin/gh/slayton58/46/head 2025-12-04T08:43:43.0259904Z * [new branch] gh/slayton58/46/orig -> origin/gh/slayton58/46/orig 2025-12-04T08:43:43.0261417Z * [new branch] gh/slayton58/6/base -> origin/gh/slayton58/6/base 2025-12-04T08:43:43.0262600Z * [new branch] gh/slayton58/6/head -> origin/gh/slayton58/6/head 2025-12-04T08:43:43.0263988Z * [new branch] gh/slayton58/7/base -> origin/gh/slayton58/7/base 2025-12-04T08:43:43.0265039Z * [new branch] gh/slayton58/7/head -> origin/gh/slayton58/7/head 2025-12-04T08:43:43.0267098Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-12-04T08:43:43.0268131Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-12-04T08:43:43.0269263Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-12-04T08:43:43.0271410Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-12-04T08:43:43.0272585Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-12-04T08:43:43.0273697Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-12-04T08:43:43.0275452Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-12-04T08:43:43.0276560Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-12-04T08:43:43.0277657Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-12-04T08:43:43.0279523Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-12-04T08:43:43.0280718Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-12-04T08:43:43.0281852Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-12-04T08:43:43.0283395Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-12-04T08:43:43.0284722Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-12-04T08:43:43.0285821Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-12-04T08:43:43.0287288Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-12-04T08:43:43.0288450Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-12-04T08:43:43.0289582Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-12-04T08:43:43.0291186Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-12-04T08:43:43.0292374Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-12-04T08:43:43.0293903Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-12-04T08:43:43.0295516Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-12-04T08:43:43.0296658Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-12-04T08:43:43.0297744Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-12-04T08:43:43.0299322Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-12-04T08:43:43.0300314Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-12-04T08:43:43.0301662Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-12-04T08:43:43.0303308Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-12-04T08:43:43.0304347Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-12-04T08:43:43.0305430Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-12-04T08:43:43.0306959Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-12-04T08:43:43.0308029Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-12-04T08:43:43.0309161Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-12-04T08:43:43.0310786Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-12-04T08:43:43.0311836Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-12-04T08:43:43.0312900Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-12-04T08:43:43.0314636Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-12-04T08:43:43.0315727Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-12-04T08:43:43.0316912Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-12-04T08:43:43.0318312Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-12-04T08:43:43.0319784Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-12-04T08:43:43.0320830Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-12-04T08:43:43.0322391Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-12-04T08:43:43.0323612Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-12-04T08:43:43.0324766Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-12-04T08:43:43.0326271Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-12-04T08:43:43.0327512Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-12-04T08:43:43.0328637Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-12-04T08:43:43.0330750Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-12-04T08:43:43.0331944Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-12-04T08:43:43.0333155Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-12-04T08:43:43.0335160Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-12-04T08:43:43.0336319Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-12-04T08:43:43.0337511Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-12-04T08:43:43.0339044Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-12-04T08:43:43.0340176Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-12-04T08:43:43.0341288Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-12-04T08:43:43.0342861Z * [new branch] gh/soulitzer/375/base -> origin/gh/soulitzer/375/base 2025-12-04T08:43:43.0343909Z * [new branch] gh/soulitzer/375/head -> origin/gh/soulitzer/375/head 2025-12-04T08:43:43.0345077Z * [new branch] gh/soulitzer/375/orig -> origin/gh/soulitzer/375/orig 2025-12-04T08:43:43.0346494Z * [new branch] gh/soulitzer/380/base -> origin/gh/soulitzer/380/base 2025-12-04T08:43:43.0347574Z * [new branch] gh/soulitzer/380/head -> origin/gh/soulitzer/380/head 2025-12-04T08:43:43.0348656Z * [new branch] gh/soulitzer/380/orig -> origin/gh/soulitzer/380/orig 2025-12-04T08:43:43.0350151Z * [new branch] gh/soulitzer/385/base -> origin/gh/soulitzer/385/base 2025-12-04T08:43:43.0351222Z * [new branch] gh/soulitzer/385/head -> origin/gh/soulitzer/385/head 2025-12-04T08:43:43.0352309Z * [new branch] gh/soulitzer/385/orig -> origin/gh/soulitzer/385/orig 2025-12-04T08:43:43.0354199Z * [new branch] gh/soulitzer/386/base -> origin/gh/soulitzer/386/base 2025-12-04T08:43:43.0355303Z * [new branch] gh/soulitzer/386/head -> origin/gh/soulitzer/386/head 2025-12-04T08:43:43.0356398Z * [new branch] gh/soulitzer/386/orig -> origin/gh/soulitzer/386/orig 2025-12-04T08:43:43.0358021Z * [new branch] gh/soulitzer/387/base -> origin/gh/soulitzer/387/base 2025-12-04T08:43:43.0359052Z * [new branch] gh/soulitzer/387/head -> origin/gh/soulitzer/387/head 2025-12-04T08:43:43.0360156Z * [new branch] gh/soulitzer/387/orig -> origin/gh/soulitzer/387/orig 2025-12-04T08:43:43.0361664Z * [new branch] gh/soulitzer/388/base -> origin/gh/soulitzer/388/base 2025-12-04T08:43:43.0362772Z * [new branch] gh/soulitzer/388/head -> origin/gh/soulitzer/388/head 2025-12-04T08:43:43.0363927Z * [new branch] gh/soulitzer/388/orig -> origin/gh/soulitzer/388/orig 2025-12-04T08:43:43.0365429Z * [new branch] gh/soulitzer/389/base -> origin/gh/soulitzer/389/base 2025-12-04T08:43:43.0366549Z * [new branch] gh/soulitzer/389/head -> origin/gh/soulitzer/389/head 2025-12-04T08:43:43.0367720Z * [new branch] gh/soulitzer/389/orig -> origin/gh/soulitzer/389/orig 2025-12-04T08:43:43.0369177Z * [new branch] gh/soulitzer/390/base -> origin/gh/soulitzer/390/base 2025-12-04T08:43:43.0370277Z * [new branch] gh/soulitzer/390/head -> origin/gh/soulitzer/390/head 2025-12-04T08:43:43.0371532Z * [new branch] gh/soulitzer/390/orig -> origin/gh/soulitzer/390/orig 2025-12-04T08:43:43.0373084Z * [new branch] gh/soulitzer/391/base -> origin/gh/soulitzer/391/base 2025-12-04T08:43:43.0374147Z * [new branch] gh/soulitzer/391/head -> origin/gh/soulitzer/391/head 2025-12-04T08:43:43.0375323Z * [new branch] gh/soulitzer/391/orig -> origin/gh/soulitzer/391/orig 2025-12-04T08:43:43.0377236Z * [new branch] gh/soulitzer/392/base -> origin/gh/soulitzer/392/base 2025-12-04T08:43:43.0378328Z * [new branch] gh/soulitzer/392/head -> origin/gh/soulitzer/392/head 2025-12-04T08:43:43.0379444Z * [new branch] gh/soulitzer/392/orig -> origin/gh/soulitzer/392/orig 2025-12-04T08:43:43.0381254Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-12-04T08:43:43.0382880Z * [new branch] gh/swolchok/819/base -> origin/gh/swolchok/819/base 2025-12-04T08:43:43.0383993Z * [new branch] gh/swolchok/819/head -> origin/gh/swolchok/819/head 2025-12-04T08:43:43.0385103Z * [new branch] gh/swolchok/819/orig -> origin/gh/swolchok/819/orig 2025-12-04T08:43:43.0386614Z * [new branch] gh/swolchok/824/base -> origin/gh/swolchok/824/base 2025-12-04T08:43:43.0387773Z * [new branch] gh/swolchok/824/head -> origin/gh/swolchok/824/head 2025-12-04T08:43:43.0388875Z * [new branch] gh/swolchok/824/orig -> origin/gh/swolchok/824/orig 2025-12-04T08:43:43.0390468Z * [new branch] gh/swolchok/829/base -> origin/gh/swolchok/829/base 2025-12-04T08:43:43.0391454Z * [new branch] gh/swolchok/829/head -> origin/gh/swolchok/829/head 2025-12-04T08:43:43.0392543Z * [new branch] gh/swolchok/829/orig -> origin/gh/swolchok/829/orig 2025-12-04T08:43:43.0394082Z * [new branch] gh/swolchok/839/base -> origin/gh/swolchok/839/base 2025-12-04T08:43:43.0395102Z * [new branch] gh/swolchok/839/head -> origin/gh/swolchok/839/head 2025-12-04T08:43:43.0396157Z * [new branch] gh/swolchok/839/orig -> origin/gh/swolchok/839/orig 2025-12-04T08:43:43.0397627Z * [new branch] gh/swolchok/841/base -> origin/gh/swolchok/841/base 2025-12-04T08:43:43.0398706Z * [new branch] gh/swolchok/841/head -> origin/gh/swolchok/841/head 2025-12-04T08:43:43.0399905Z * [new branch] gh/swolchok/841/orig -> origin/gh/swolchok/841/orig 2025-12-04T08:43:43.0401406Z * [new branch] gh/swolchok/842/base -> origin/gh/swolchok/842/base 2025-12-04T08:43:43.0402576Z * [new branch] gh/swolchok/842/head -> origin/gh/swolchok/842/head 2025-12-04T08:43:43.0403835Z * [new branch] gh/swolchok/842/orig -> origin/gh/swolchok/842/orig 2025-12-04T08:43:43.0405320Z * [new branch] gh/swolchok/845/base -> origin/gh/swolchok/845/base 2025-12-04T08:43:43.0406413Z * [new branch] gh/swolchok/845/head -> origin/gh/swolchok/845/head 2025-12-04T08:43:43.0407608Z * [new branch] gh/swolchok/845/orig -> origin/gh/swolchok/845/orig 2025-12-04T08:43:43.0409071Z * [new branch] gh/swolchok/848/base -> origin/gh/swolchok/848/base 2025-12-04T08:43:43.0410321Z * [new branch] gh/swolchok/848/head -> origin/gh/swolchok/848/head 2025-12-04T08:43:43.0411419Z * [new branch] gh/swolchok/848/orig -> origin/gh/swolchok/848/orig 2025-12-04T08:43:43.0412850Z * [new branch] gh/swolchok/856/base -> origin/gh/swolchok/856/base 2025-12-04T08:43:43.0413929Z * [new branch] gh/swolchok/856/head -> origin/gh/swolchok/856/head 2025-12-04T08:43:43.0415013Z * [new branch] gh/swolchok/856/orig -> origin/gh/swolchok/856/orig 2025-12-04T08:43:43.0416571Z * [new branch] gh/swolchok/860/base -> origin/gh/swolchok/860/base 2025-12-04T08:43:43.0417807Z * [new branch] gh/swolchok/860/head -> origin/gh/swolchok/860/head 2025-12-04T08:43:43.0418853Z * [new branch] gh/swolchok/860/orig -> origin/gh/swolchok/860/orig 2025-12-04T08:43:43.0420455Z * [new branch] gh/swolchok/861/base -> origin/gh/swolchok/861/base 2025-12-04T08:43:43.0421634Z * [new branch] gh/swolchok/861/head -> origin/gh/swolchok/861/head 2025-12-04T08:43:43.0422767Z * [new branch] gh/swolchok/861/orig -> origin/gh/swolchok/861/orig 2025-12-04T08:43:43.0424320Z * [new branch] gh/swolchok/862/base -> origin/gh/swolchok/862/base 2025-12-04T08:43:43.0425366Z * [new branch] gh/swolchok/862/head -> origin/gh/swolchok/862/head 2025-12-04T08:43:43.0426429Z * [new branch] gh/swolchok/862/orig -> origin/gh/swolchok/862/orig 2025-12-04T08:43:43.0428091Z * [new branch] gh/swolchok/863/base -> origin/gh/swolchok/863/base 2025-12-04T08:43:43.0429192Z * [new branch] gh/swolchok/863/head -> origin/gh/swolchok/863/head 2025-12-04T08:43:43.0430406Z * [new branch] gh/swolchok/863/orig -> origin/gh/swolchok/863/orig 2025-12-04T08:43:43.0431932Z * [new branch] gh/swolchok/864/base -> origin/gh/swolchok/864/base 2025-12-04T08:43:43.0433140Z * [new branch] gh/swolchok/864/head -> origin/gh/swolchok/864/head 2025-12-04T08:43:43.0434352Z * [new branch] gh/swolchok/864/orig -> origin/gh/swolchok/864/orig 2025-12-04T08:43:43.0435764Z * [new branch] gh/swolchok/865/base -> origin/gh/swolchok/865/base 2025-12-04T08:43:43.0437068Z * [new branch] gh/swolchok/865/head -> origin/gh/swolchok/865/head 2025-12-04T08:43:43.0438220Z * [new branch] gh/swolchok/865/orig -> origin/gh/swolchok/865/orig 2025-12-04T08:43:43.0440256Z * [new branch] gh/swolchok/866/base -> origin/gh/swolchok/866/base 2025-12-04T08:43:43.0441360Z * [new branch] gh/swolchok/866/head -> origin/gh/swolchok/866/head 2025-12-04T08:43:43.0442514Z * [new branch] gh/swolchok/866/orig -> origin/gh/swolchok/866/orig 2025-12-04T08:43:43.0444058Z * [new branch] gh/swolchok/867/base -> origin/gh/swolchok/867/base 2025-12-04T08:43:43.0445205Z * [new branch] gh/swolchok/867/head -> origin/gh/swolchok/867/head 2025-12-04T08:43:43.0446340Z * [new branch] gh/swolchok/867/orig -> origin/gh/swolchok/867/orig 2025-12-04T08:43:43.0447857Z * [new branch] gh/swolchok/868/base -> origin/gh/swolchok/868/base 2025-12-04T08:43:43.0449029Z * [new branch] gh/swolchok/868/head -> origin/gh/swolchok/868/head 2025-12-04T08:43:43.0450140Z * [new branch] gh/swolchok/868/orig -> origin/gh/swolchok/868/orig 2025-12-04T08:43:43.0451671Z * [new branch] gh/swolchok/869/base -> origin/gh/swolchok/869/base 2025-12-04T08:43:43.0452764Z * [new branch] gh/swolchok/869/head -> origin/gh/swolchok/869/head 2025-12-04T08:43:43.0453914Z * [new branch] gh/swolchok/869/orig -> origin/gh/swolchok/869/orig 2025-12-04T08:43:43.0455510Z * [new branch] gh/swolchok/870/base -> origin/gh/swolchok/870/base 2025-12-04T08:43:43.0456568Z * [new branch] gh/swolchok/870/head -> origin/gh/swolchok/870/head 2025-12-04T08:43:43.0457632Z * [new branch] gh/swolchok/870/orig -> origin/gh/swolchok/870/orig 2025-12-04T08:43:43.0459600Z * [new branch] gh/swolchok/871/base -> origin/gh/swolchok/871/base 2025-12-04T08:43:43.0460773Z * [new branch] gh/swolchok/871/head -> origin/gh/swolchok/871/head 2025-12-04T08:43:43.0462081Z * [new branch] gh/swolchok/871/orig -> origin/gh/swolchok/871/orig 2025-12-04T08:43:43.0464025Z * [new branch] gh/teja-rao/4/base -> origin/gh/teja-rao/4/base 2025-12-04T08:43:43.0465169Z * [new branch] gh/teja-rao/4/head -> origin/gh/teja-rao/4/head 2025-12-04T08:43:43.0466292Z * [new branch] gh/teja-rao/4/orig -> origin/gh/teja-rao/4/orig 2025-12-04T08:43:43.0468524Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-12-04T08:43:43.0469665Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-12-04T08:43:43.0470871Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-12-04T08:43:43.0474596Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-12-04T08:43:43.0475799Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-12-04T08:43:43.0477221Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-12-04T08:43:43.0478342Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-12-04T08:43:43.0479422Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-12-04T08:43:43.0481628Z * [new branch] gh/tugsbayasgalan/10/base -> origin/gh/tugsbayasgalan/10/base 2025-12-04T08:43:43.0482756Z * [new branch] gh/tugsbayasgalan/10/head -> origin/gh/tugsbayasgalan/10/head 2025-12-04T08:43:43.0484131Z * [new branch] gh/tugsbayasgalan/10/orig -> origin/gh/tugsbayasgalan/10/orig 2025-12-04T08:43:43.0485544Z * [new branch] gh/tugsbayasgalan/13/base -> origin/gh/tugsbayasgalan/13/base 2025-12-04T08:43:43.0486597Z * [new branch] gh/tugsbayasgalan/13/head -> origin/gh/tugsbayasgalan/13/head 2025-12-04T08:43:43.0487700Z * [new branch] gh/tugsbayasgalan/13/orig -> origin/gh/tugsbayasgalan/13/orig 2025-12-04T08:43:43.0489342Z * [new branch] gh/tugsbayasgalan/17/base -> origin/gh/tugsbayasgalan/17/base 2025-12-04T08:43:43.0490405Z * [new branch] gh/tugsbayasgalan/17/head -> origin/gh/tugsbayasgalan/17/head 2025-12-04T08:43:43.0491568Z * [new branch] gh/tugsbayasgalan/17/orig -> origin/gh/tugsbayasgalan/17/orig 2025-12-04T08:43:43.0493065Z * [new branch] gh/tugsbayasgalan/2/base -> origin/gh/tugsbayasgalan/2/base 2025-12-04T08:43:43.0494180Z * [new branch] gh/tugsbayasgalan/2/head -> origin/gh/tugsbayasgalan/2/head 2025-12-04T08:43:43.0495318Z * [new branch] gh/tugsbayasgalan/2/orig -> origin/gh/tugsbayasgalan/2/orig 2025-12-04T08:43:43.0497173Z * [new branch] gh/tugsbayasgalan/28/base -> origin/gh/tugsbayasgalan/28/base 2025-12-04T08:43:43.0498286Z * [new branch] gh/tugsbayasgalan/28/head -> origin/gh/tugsbayasgalan/28/head 2025-12-04T08:43:43.0499394Z * [new branch] gh/tugsbayasgalan/28/orig -> origin/gh/tugsbayasgalan/28/orig 2025-12-04T08:43:43.0500930Z * [new branch] gh/tugsbayasgalan/32/base -> origin/gh/tugsbayasgalan/32/base 2025-12-04T08:43:43.0502011Z * [new branch] gh/tugsbayasgalan/32/head -> origin/gh/tugsbayasgalan/32/head 2025-12-04T08:43:43.0503229Z * [new branch] gh/tugsbayasgalan/32/orig -> origin/gh/tugsbayasgalan/32/orig 2025-12-04T08:43:43.0504794Z * [new branch] gh/tugsbayasgalan/35/base -> origin/gh/tugsbayasgalan/35/base 2025-12-04T08:43:43.0506004Z * [new branch] gh/tugsbayasgalan/35/head -> origin/gh/tugsbayasgalan/35/head 2025-12-04T08:43:43.0507075Z * [new branch] gh/tugsbayasgalan/35/orig -> origin/gh/tugsbayasgalan/35/orig 2025-12-04T08:43:43.0508548Z * [new branch] gh/tugsbayasgalan/36/base -> origin/gh/tugsbayasgalan/36/base 2025-12-04T08:43:43.0509699Z * [new branch] gh/tugsbayasgalan/36/head -> origin/gh/tugsbayasgalan/36/head 2025-12-04T08:43:43.0510809Z * [new branch] gh/tugsbayasgalan/36/orig -> origin/gh/tugsbayasgalan/36/orig 2025-12-04T08:43:43.0512359Z * [new branch] gh/tugsbayasgalan/37/base -> origin/gh/tugsbayasgalan/37/base 2025-12-04T08:43:43.0513554Z * [new branch] gh/tugsbayasgalan/37/head -> origin/gh/tugsbayasgalan/37/head 2025-12-04T08:43:43.0514622Z * [new branch] gh/tugsbayasgalan/37/orig -> origin/gh/tugsbayasgalan/37/orig 2025-12-04T08:43:43.0516482Z * [new branch] gh/tugsbayasgalan/43/base -> origin/gh/tugsbayasgalan/43/base 2025-12-04T08:43:43.0517651Z * [new branch] gh/tugsbayasgalan/43/head -> origin/gh/tugsbayasgalan/43/head 2025-12-04T08:43:43.0518684Z * [new branch] gh/tugsbayasgalan/43/orig -> origin/gh/tugsbayasgalan/43/orig 2025-12-04T08:43:43.0520041Z * [new branch] gh/tugsbayasgalan/48/base -> origin/gh/tugsbayasgalan/48/base 2025-12-04T08:43:43.0521143Z * [new branch] gh/tugsbayasgalan/48/head -> origin/gh/tugsbayasgalan/48/head 2025-12-04T08:43:43.0522211Z * [new branch] gh/tugsbayasgalan/48/orig -> origin/gh/tugsbayasgalan/48/orig 2025-12-04T08:43:43.0523835Z * [new branch] gh/tugsbayasgalan/51/base -> origin/gh/tugsbayasgalan/51/base 2025-12-04T08:43:43.0524920Z * [new branch] gh/tugsbayasgalan/51/head -> origin/gh/tugsbayasgalan/51/head 2025-12-04T08:43:43.0526028Z * [new branch] gh/tugsbayasgalan/51/orig -> origin/gh/tugsbayasgalan/51/orig 2025-12-04T08:43:43.0527567Z * [new branch] gh/tugsbayasgalan/52/base -> origin/gh/tugsbayasgalan/52/base 2025-12-04T08:43:43.0528613Z * [new branch] gh/tugsbayasgalan/52/head -> origin/gh/tugsbayasgalan/52/head 2025-12-04T08:43:43.0529736Z * [new branch] gh/tugsbayasgalan/52/orig -> origin/gh/tugsbayasgalan/52/orig 2025-12-04T08:43:43.0531605Z * [new branch] gh/tugsbayasgalan/53/base -> origin/gh/tugsbayasgalan/53/base 2025-12-04T08:43:43.0532722Z * [new branch] gh/tugsbayasgalan/53/head -> origin/gh/tugsbayasgalan/53/head 2025-12-04T08:43:43.0533815Z * [new branch] gh/tugsbayasgalan/53/orig -> origin/gh/tugsbayasgalan/53/orig 2025-12-04T08:43:43.0535821Z * [new branch] gh/tugsbayasgalan/55/base -> origin/gh/tugsbayasgalan/55/base 2025-12-04T08:43:43.0537018Z * [new branch] gh/tugsbayasgalan/55/head -> origin/gh/tugsbayasgalan/55/head 2025-12-04T08:43:43.0538180Z * [new branch] gh/tugsbayasgalan/55/orig -> origin/gh/tugsbayasgalan/55/orig 2025-12-04T08:43:43.0539779Z * [new branch] gh/tugsbayasgalan/59/base -> origin/gh/tugsbayasgalan/59/base 2025-12-04T08:43:43.0540917Z * [new branch] gh/tugsbayasgalan/59/head -> origin/gh/tugsbayasgalan/59/head 2025-12-04T08:43:43.0542028Z * [new branch] gh/tugsbayasgalan/59/orig -> origin/gh/tugsbayasgalan/59/orig 2025-12-04T08:43:43.0543552Z * [new branch] gh/tugsbayasgalan/6/base -> origin/gh/tugsbayasgalan/6/base 2025-12-04T08:43:43.0544629Z * [new branch] gh/tugsbayasgalan/6/head -> origin/gh/tugsbayasgalan/6/head 2025-12-04T08:43:43.0545788Z * [new branch] gh/tugsbayasgalan/6/orig -> origin/gh/tugsbayasgalan/6/orig 2025-12-04T08:43:43.0547117Z * [new branch] gh/tugsbayasgalan/60/base -> origin/gh/tugsbayasgalan/60/base 2025-12-04T08:43:43.0548228Z * [new branch] gh/tugsbayasgalan/60/head -> origin/gh/tugsbayasgalan/60/head 2025-12-04T08:43:43.0549329Z * [new branch] gh/tugsbayasgalan/60/orig -> origin/gh/tugsbayasgalan/60/orig 2025-12-04T08:43:43.0551295Z * [new branch] gh/tugsbayasgalan/61/base -> origin/gh/tugsbayasgalan/61/base 2025-12-04T08:43:43.0552315Z * [new branch] gh/tugsbayasgalan/61/head -> origin/gh/tugsbayasgalan/61/head 2025-12-04T08:43:43.0553459Z * [new branch] gh/tugsbayasgalan/61/orig -> origin/gh/tugsbayasgalan/61/orig 2025-12-04T08:43:43.0554993Z * [new branch] gh/tugsbayasgalan/63/base -> origin/gh/tugsbayasgalan/63/base 2025-12-04T08:43:43.0556119Z * [new branch] gh/tugsbayasgalan/63/head -> origin/gh/tugsbayasgalan/63/head 2025-12-04T08:43:43.0557229Z * [new branch] gh/tugsbayasgalan/63/orig -> origin/gh/tugsbayasgalan/63/orig 2025-12-04T08:43:43.0558758Z * [new branch] gh/tugsbayasgalan/67/base -> origin/gh/tugsbayasgalan/67/base 2025-12-04T08:43:43.0559862Z * [new branch] gh/tugsbayasgalan/67/head -> origin/gh/tugsbayasgalan/67/head 2025-12-04T08:43:43.0561022Z * [new branch] gh/tugsbayasgalan/67/orig -> origin/gh/tugsbayasgalan/67/orig 2025-12-04T08:43:43.0562667Z * [new branch] gh/tugsbayasgalan/68/base -> origin/gh/tugsbayasgalan/68/base 2025-12-04T08:43:43.0563882Z * [new branch] gh/tugsbayasgalan/68/head -> origin/gh/tugsbayasgalan/68/head 2025-12-04T08:43:43.0564980Z * [new branch] gh/tugsbayasgalan/68/orig -> origin/gh/tugsbayasgalan/68/orig 2025-12-04T08:43:43.0566559Z * [new branch] gh/tugsbayasgalan/7/base -> origin/gh/tugsbayasgalan/7/base 2025-12-04T08:43:43.0567651Z * [new branch] gh/tugsbayasgalan/7/head -> origin/gh/tugsbayasgalan/7/head 2025-12-04T08:43:43.0568721Z * [new branch] gh/tugsbayasgalan/7/orig -> origin/gh/tugsbayasgalan/7/orig 2025-12-04T08:43:43.0571090Z * [new branch] gh/tugsbayasgalan/70/base -> origin/gh/tugsbayasgalan/70/base 2025-12-04T08:43:43.0572400Z * [new branch] gh/tugsbayasgalan/70/head -> origin/gh/tugsbayasgalan/70/head 2025-12-04T08:43:43.0573452Z * [new branch] gh/tugsbayasgalan/70/orig -> origin/gh/tugsbayasgalan/70/orig 2025-12-04T08:43:43.0575176Z * [new branch] gh/tugsbayasgalan/71/base -> origin/gh/tugsbayasgalan/71/base 2025-12-04T08:43:43.0576504Z * [new branch] gh/tugsbayasgalan/71/head -> origin/gh/tugsbayasgalan/71/head 2025-12-04T08:43:43.0577648Z * [new branch] gh/tugsbayasgalan/71/orig -> origin/gh/tugsbayasgalan/71/orig 2025-12-04T08:43:43.0579328Z * [new branch] gh/tugsbayasgalan/72/base -> origin/gh/tugsbayasgalan/72/base 2025-12-04T08:43:43.0580460Z * [new branch] gh/tugsbayasgalan/72/head -> origin/gh/tugsbayasgalan/72/head 2025-12-04T08:43:43.0581557Z * [new branch] gh/tugsbayasgalan/72/orig -> origin/gh/tugsbayasgalan/72/orig 2025-12-04T08:43:43.0583082Z * [new branch] gh/tugsbayasgalan/73/base -> origin/gh/tugsbayasgalan/73/base 2025-12-04T08:43:43.0584278Z * [new branch] gh/tugsbayasgalan/73/head -> origin/gh/tugsbayasgalan/73/head 2025-12-04T08:43:43.0585352Z * [new branch] gh/tugsbayasgalan/73/orig -> origin/gh/tugsbayasgalan/73/orig 2025-12-04T08:43:43.0587152Z * [new branch] gh/tugsbayasgalan/74/base -> origin/gh/tugsbayasgalan/74/base 2025-12-04T08:43:43.0588307Z * [new branch] gh/tugsbayasgalan/74/head -> origin/gh/tugsbayasgalan/74/head 2025-12-04T08:43:43.0589412Z * [new branch] gh/tugsbayasgalan/74/orig -> origin/gh/tugsbayasgalan/74/orig 2025-12-04T08:43:43.0591029Z * [new branch] gh/tugsbayasgalan/75/base -> origin/gh/tugsbayasgalan/75/base 2025-12-04T08:43:43.0592107Z * [new branch] gh/tugsbayasgalan/75/head -> origin/gh/tugsbayasgalan/75/head 2025-12-04T08:43:43.0593190Z * [new branch] gh/tugsbayasgalan/75/orig -> origin/gh/tugsbayasgalan/75/orig 2025-12-04T08:43:43.0594600Z * [new branch] gh/tugsbayasgalan/76/base -> origin/gh/tugsbayasgalan/76/base 2025-12-04T08:43:43.0595772Z * [new branch] gh/tugsbayasgalan/76/head -> origin/gh/tugsbayasgalan/76/head 2025-12-04T08:43:43.0596847Z * [new branch] gh/tugsbayasgalan/76/orig -> origin/gh/tugsbayasgalan/76/orig 2025-12-04T08:43:43.0598512Z * [new branch] gh/tugsbayasgalan/77/base -> origin/gh/tugsbayasgalan/77/base 2025-12-04T08:43:43.0599561Z * [new branch] gh/tugsbayasgalan/77/head -> origin/gh/tugsbayasgalan/77/head 2025-12-04T08:43:43.0600652Z * [new branch] gh/tugsbayasgalan/77/orig -> origin/gh/tugsbayasgalan/77/orig 2025-12-04T08:43:43.0602191Z * [new branch] gh/tugsbayasgalan/78/base -> origin/gh/tugsbayasgalan/78/base 2025-12-04T08:43:43.0603492Z * [new branch] gh/tugsbayasgalan/78/head -> origin/gh/tugsbayasgalan/78/head 2025-12-04T08:43:43.0604657Z * [new branch] gh/tugsbayasgalan/78/orig -> origin/gh/tugsbayasgalan/78/orig 2025-12-04T08:43:43.0606275Z * [new branch] gh/tugsbayasgalan/79/base -> origin/gh/tugsbayasgalan/79/base 2025-12-04T08:43:43.0607463Z * [new branch] gh/tugsbayasgalan/79/head -> origin/gh/tugsbayasgalan/79/head 2025-12-04T08:43:43.0608542Z * [new branch] gh/tugsbayasgalan/79/orig -> origin/gh/tugsbayasgalan/79/orig 2025-12-04T08:43:43.0610010Z * [new branch] gh/tugsbayasgalan/8/base -> origin/gh/tugsbayasgalan/8/base 2025-12-04T08:43:43.0611076Z * [new branch] gh/tugsbayasgalan/8/head -> origin/gh/tugsbayasgalan/8/head 2025-12-04T08:43:43.0612242Z * [new branch] gh/tugsbayasgalan/8/orig -> origin/gh/tugsbayasgalan/8/orig 2025-12-04T08:43:43.0613633Z * [new branch] gh/tugsbayasgalan/80/base -> origin/gh/tugsbayasgalan/80/base 2025-12-04T08:43:43.0614724Z * [new branch] gh/tugsbayasgalan/80/head -> origin/gh/tugsbayasgalan/80/head 2025-12-04T08:43:43.0616124Z * [new branch] gh/tugsbayasgalan/80/orig -> origin/gh/tugsbayasgalan/80/orig 2025-12-04T08:43:43.0617756Z * [new branch] gh/tugsbayasgalan/81/base -> origin/gh/tugsbayasgalan/81/base 2025-12-04T08:43:43.0618789Z * [new branch] gh/tugsbayasgalan/81/head -> origin/gh/tugsbayasgalan/81/head 2025-12-04T08:43:43.0619917Z * [new branch] gh/tugsbayasgalan/81/orig -> origin/gh/tugsbayasgalan/81/orig 2025-12-04T08:43:43.0622152Z * [new branch] gh/tugsbayasgalan/82/base -> origin/gh/tugsbayasgalan/82/base 2025-12-04T08:43:43.0623461Z * [new branch] gh/tugsbayasgalan/82/head -> origin/gh/tugsbayasgalan/82/head 2025-12-04T08:43:43.0624540Z * [new branch] gh/tugsbayasgalan/82/orig -> origin/gh/tugsbayasgalan/82/orig 2025-12-04T08:43:43.0625931Z * [new branch] gh/tugsbayasgalan/83/base -> origin/gh/tugsbayasgalan/83/base 2025-12-04T08:43:43.0627075Z * [new branch] gh/tugsbayasgalan/83/head -> origin/gh/tugsbayasgalan/83/head 2025-12-04T08:43:43.0628167Z * [new branch] gh/tugsbayasgalan/83/orig -> origin/gh/tugsbayasgalan/83/orig 2025-12-04T08:43:43.0629528Z * [new branch] gh/tugsbayasgalan/84/base -> origin/gh/tugsbayasgalan/84/base 2025-12-04T08:43:43.0630632Z * [new branch] gh/tugsbayasgalan/84/head -> origin/gh/tugsbayasgalan/84/head 2025-12-04T08:43:43.0631839Z * [new branch] gh/tugsbayasgalan/84/orig -> origin/gh/tugsbayasgalan/84/orig 2025-12-04T08:43:43.0633284Z * [new branch] gh/tugsbayasgalan/85/base -> origin/gh/tugsbayasgalan/85/base 2025-12-04T08:43:43.0634343Z * [new branch] gh/tugsbayasgalan/85/head -> origin/gh/tugsbayasgalan/85/head 2025-12-04T08:43:43.0635436Z * [new branch] gh/tugsbayasgalan/85/orig -> origin/gh/tugsbayasgalan/85/orig 2025-12-04T08:43:43.0637216Z * [new branch] gh/tugsbayasgalan/86/base -> origin/gh/tugsbayasgalan/86/base 2025-12-04T08:43:43.0638371Z * [new branch] gh/tugsbayasgalan/86/head -> origin/gh/tugsbayasgalan/86/head 2025-12-04T08:43:43.0639461Z * [new branch] gh/tugsbayasgalan/86/orig -> origin/gh/tugsbayasgalan/86/orig 2025-12-04T08:43:43.0641299Z * [new branch] gh/tugsbayasgalan/87/base -> origin/gh/tugsbayasgalan/87/base 2025-12-04T08:43:43.0642434Z * [new branch] gh/tugsbayasgalan/87/head -> origin/gh/tugsbayasgalan/87/head 2025-12-04T08:43:43.0644250Z * [new branch] gh/tugsbayasgalan/87/orig -> origin/gh/tugsbayasgalan/87/orig 2025-12-04T08:43:43.0645907Z * [new branch] gh/tugsbayasgalan/88/base -> origin/gh/tugsbayasgalan/88/base 2025-12-04T08:43:43.0646988Z * [new branch] gh/tugsbayasgalan/88/head -> origin/gh/tugsbayasgalan/88/head 2025-12-04T08:43:43.0648145Z * [new branch] gh/tugsbayasgalan/88/orig -> origin/gh/tugsbayasgalan/88/orig 2025-12-04T08:43:43.0650135Z * [new branch] gh/tugsbayasgalan/89/base -> origin/gh/tugsbayasgalan/89/base 2025-12-04T08:43:43.0651244Z * [new branch] gh/tugsbayasgalan/89/head -> origin/gh/tugsbayasgalan/89/head 2025-12-04T08:43:43.0652346Z * [new branch] gh/tugsbayasgalan/89/orig -> origin/gh/tugsbayasgalan/89/orig 2025-12-04T08:43:43.0653960Z * [new branch] gh/tugsbayasgalan/9/base -> origin/gh/tugsbayasgalan/9/base 2025-12-04T08:43:43.0654932Z * [new branch] gh/tugsbayasgalan/9/head -> origin/gh/tugsbayasgalan/9/head 2025-12-04T08:43:43.0656080Z * [new branch] gh/tugsbayasgalan/9/orig -> origin/gh/tugsbayasgalan/9/orig 2025-12-04T08:43:43.0657791Z * [new branch] gh/tugsbayasgalan/90/base -> origin/gh/tugsbayasgalan/90/base 2025-12-04T08:43:43.0658969Z * [new branch] gh/tugsbayasgalan/90/head -> origin/gh/tugsbayasgalan/90/head 2025-12-04T08:43:43.0659823Z * [new branch] gh/tugsbayasgalan/90/orig -> origin/gh/tugsbayasgalan/90/orig 2025-12-04T08:43:43.0661578Z * [new branch] gh/tugsbayasgalan/91/base -> origin/gh/tugsbayasgalan/91/base 2025-12-04T08:43:43.0662617Z * [new branch] gh/tugsbayasgalan/91/head -> origin/gh/tugsbayasgalan/91/head 2025-12-04T08:43:43.0663745Z * [new branch] gh/tugsbayasgalan/91/orig -> origin/gh/tugsbayasgalan/91/orig 2025-12-04T08:43:43.0665317Z * [new branch] gh/tugsbayasgalan/92/base -> origin/gh/tugsbayasgalan/92/base 2025-12-04T08:43:43.0666448Z * [new branch] gh/tugsbayasgalan/92/head -> origin/gh/tugsbayasgalan/92/head 2025-12-04T08:43:43.0667540Z * [new branch] gh/tugsbayasgalan/92/orig -> origin/gh/tugsbayasgalan/92/orig 2025-12-04T08:43:43.0669695Z * [new branch] gh/tugsbayasgalan/93/base -> origin/gh/tugsbayasgalan/93/base 2025-12-04T08:43:43.0670982Z * [new branch] gh/tugsbayasgalan/93/head -> origin/gh/tugsbayasgalan/93/head 2025-12-04T08:43:43.0672176Z * [new branch] gh/tugsbayasgalan/93/orig -> origin/gh/tugsbayasgalan/93/orig 2025-12-04T08:43:43.0673990Z * [new branch] gh/v0i0/14/base -> origin/gh/v0i0/14/base 2025-12-04T08:43:43.0675079Z * [new branch] gh/v0i0/14/head -> origin/gh/v0i0/14/head 2025-12-04T08:43:43.0676112Z * [new branch] gh/v0i0/14/orig -> origin/gh/v0i0/14/orig 2025-12-04T08:43:43.0677449Z * [new branch] gh/v0i0/15/base -> origin/gh/v0i0/15/base 2025-12-04T08:43:43.0678653Z * [new branch] gh/v0i0/15/head -> origin/gh/v0i0/15/head 2025-12-04T08:43:43.0679741Z * [new branch] gh/v0i0/15/orig -> origin/gh/v0i0/15/orig 2025-12-04T08:43:43.0681231Z * [new branch] gh/v0i0/16/base -> origin/gh/v0i0/16/base 2025-12-04T08:43:43.0682346Z * [new branch] gh/v0i0/16/head -> origin/gh/v0i0/16/head 2025-12-04T08:43:43.0683576Z * [new branch] gh/v0i0/16/orig -> origin/gh/v0i0/16/orig 2025-12-04T08:43:43.0685104Z * [new branch] gh/v0i0/17/base -> origin/gh/v0i0/17/base 2025-12-04T08:43:43.0686197Z * [new branch] gh/v0i0/17/head -> origin/gh/v0i0/17/head 2025-12-04T08:43:43.0687294Z * [new branch] gh/v0i0/17/orig -> origin/gh/v0i0/17/orig 2025-12-04T08:43:43.0688815Z * [new branch] gh/v0i0/18/base -> origin/gh/v0i0/18/base 2025-12-04T08:43:43.0690007Z * [new branch] gh/v0i0/18/head -> origin/gh/v0i0/18/head 2025-12-04T08:43:43.0691168Z * [new branch] gh/v0i0/18/orig -> origin/gh/v0i0/18/orig 2025-12-04T08:43:43.0692649Z * [new branch] gh/v0i0/19/base -> origin/gh/v0i0/19/base 2025-12-04T08:43:43.0693704Z * [new branch] gh/v0i0/19/head -> origin/gh/v0i0/19/head 2025-12-04T08:43:43.0694810Z * [new branch] gh/v0i0/19/orig -> origin/gh/v0i0/19/orig 2025-12-04T08:43:43.0696584Z * [new branch] gh/vishal9-team/1/base -> origin/gh/vishal9-team/1/base 2025-12-04T08:43:43.0697816Z * [new branch] gh/vishal9-team/1/head -> origin/gh/vishal9-team/1/head 2025-12-04T08:43:43.0699115Z * [new branch] gh/vishal9-team/2/base -> origin/gh/vishal9-team/2/base 2025-12-04T08:43:43.0700238Z * [new branch] gh/vishal9-team/2/head -> origin/gh/vishal9-team/2/head 2025-12-04T08:43:43.0701343Z * [new branch] gh/vishal9-team/2/orig -> origin/gh/vishal9-team/2/orig 2025-12-04T08:43:43.0703030Z * [new branch] gh/vishal9-team/3/base -> origin/gh/vishal9-team/3/base 2025-12-04T08:43:43.0704799Z * [new branch] gh/vishal9-team/3/head -> origin/gh/vishal9-team/3/head 2025-12-04T08:43:43.0706037Z * [new branch] gh/vishal9-team/3/orig -> origin/gh/vishal9-team/3/orig 2025-12-04T08:43:43.0707257Z * [new branch] gh/vishal9-team/4/base -> origin/gh/vishal9-team/4/base 2025-12-04T08:43:43.0708376Z * [new branch] gh/vishal9-team/4/head -> origin/gh/vishal9-team/4/head 2025-12-04T08:43:43.0709850Z * [new branch] gh/vishal9-team/4/orig -> origin/gh/vishal9-team/4/orig 2025-12-04T08:43:43.0711616Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-12-04T08:43:43.0713568Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-12-04T08:43:43.0714988Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-12-04T08:43:43.0716816Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-12-04T08:43:43.0717977Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-12-04T08:43:43.0719076Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-12-04T08:43:43.0720588Z * [new branch] gh/wconstab/435/base -> origin/gh/wconstab/435/base 2025-12-04T08:43:43.0721752Z * [new branch] gh/wconstab/435/head -> origin/gh/wconstab/435/head 2025-12-04T08:43:43.0722855Z * [new branch] gh/wconstab/435/orig -> origin/gh/wconstab/435/orig 2025-12-04T08:43:43.0724422Z * [new branch] gh/wconstab/444/base -> origin/gh/wconstab/444/base 2025-12-04T08:43:43.0725560Z * [new branch] gh/wconstab/444/head -> origin/gh/wconstab/444/head 2025-12-04T08:43:43.0726878Z * [new branch] gh/wconstab/444/orig -> origin/gh/wconstab/444/orig 2025-12-04T08:43:43.0728396Z * [new branch] gh/wconstab/447/base -> origin/gh/wconstab/447/base 2025-12-04T08:43:43.0729466Z * [new branch] gh/wconstab/447/head -> origin/gh/wconstab/447/head 2025-12-04T08:43:43.0730577Z * [new branch] gh/wconstab/447/orig -> origin/gh/wconstab/447/orig 2025-12-04T08:43:43.0732169Z * [new branch] gh/wconstab/448/base -> origin/gh/wconstab/448/base 2025-12-04T08:43:43.0733301Z * [new branch] gh/wconstab/448/head -> origin/gh/wconstab/448/head 2025-12-04T08:43:43.0734444Z * [new branch] gh/wconstab/448/orig -> origin/gh/wconstab/448/orig 2025-12-04T08:43:43.0735754Z * [new branch] gh/wconstab/449/base -> origin/gh/wconstab/449/base 2025-12-04T08:43:43.0736946Z * [new branch] gh/wconstab/449/head -> origin/gh/wconstab/449/head 2025-12-04T08:43:43.0738082Z * [new branch] gh/wconstab/449/orig -> origin/gh/wconstab/449/orig 2025-12-04T08:43:43.0739400Z * [new branch] gh/wconstab/450/base -> origin/gh/wconstab/450/base 2025-12-04T08:43:43.0740581Z * [new branch] gh/wconstab/450/head -> origin/gh/wconstab/450/head 2025-12-04T08:43:43.0741821Z * [new branch] gh/wconstab/450/orig -> origin/gh/wconstab/450/orig 2025-12-04T08:43:43.0743152Z * [new branch] gh/wconstab/451/base -> origin/gh/wconstab/451/base 2025-12-04T08:43:43.0744423Z * [new branch] gh/wconstab/451/head -> origin/gh/wconstab/451/head 2025-12-04T08:43:43.0745544Z * [new branch] gh/wconstab/451/orig -> origin/gh/wconstab/451/orig 2025-12-04T08:43:43.0747483Z * [new branch] gh/wconstab/452/base -> origin/gh/wconstab/452/base 2025-12-04T08:43:43.0748466Z * [new branch] gh/wconstab/452/head -> origin/gh/wconstab/452/head 2025-12-04T08:43:43.0749534Z * [new branch] gh/wconstab/452/orig -> origin/gh/wconstab/452/orig 2025-12-04T08:43:43.0750858Z * [new branch] gh/wconstab/453/base -> origin/gh/wconstab/453/base 2025-12-04T08:43:43.0752168Z * [new branch] gh/wconstab/453/head -> origin/gh/wconstab/453/head 2025-12-04T08:43:43.0753227Z * [new branch] gh/wconstab/453/orig -> origin/gh/wconstab/453/orig 2025-12-04T08:43:43.0754530Z * [new branch] gh/wconstab/454/base -> origin/gh/wconstab/454/base 2025-12-04T08:43:43.0755643Z * [new branch] gh/wconstab/454/head -> origin/gh/wconstab/454/head 2025-12-04T08:43:43.0757350Z * [new branch] gh/wconstab/454/orig -> origin/gh/wconstab/454/orig 2025-12-04T08:43:43.0758809Z * [new branch] gh/wconstab/455/base -> origin/gh/wconstab/455/base 2025-12-04T08:43:43.0759936Z * [new branch] gh/wconstab/455/head -> origin/gh/wconstab/455/head 2025-12-04T08:43:43.0761000Z * [new branch] gh/wconstab/455/orig -> origin/gh/wconstab/455/orig 2025-12-04T08:43:43.0763095Z * [new branch] gh/wconstab/456/base -> origin/gh/wconstab/456/base 2025-12-04T08:43:43.0764691Z * [new branch] gh/wconstab/456/head -> origin/gh/wconstab/456/head 2025-12-04T08:43:43.0765911Z * [new branch] gh/wconstab/456/orig -> origin/gh/wconstab/456/orig 2025-12-04T08:43:43.0767483Z * [new branch] gh/wconstab/457/base -> origin/gh/wconstab/457/base 2025-12-04T08:43:43.0770556Z * [new branch] gh/wconstab/457/head -> origin/gh/wconstab/457/head 2025-12-04T08:43:43.0770871Z * [new branch] gh/wconstab/457/orig -> origin/gh/wconstab/457/orig 2025-12-04T08:43:43.0771663Z * [new branch] gh/wconstab/458/base -> origin/gh/wconstab/458/base 2025-12-04T08:43:43.0772352Z * [new branch] gh/wconstab/458/head -> origin/gh/wconstab/458/head 2025-12-04T08:43:43.0773638Z * [new branch] gh/wconstab/458/orig -> origin/gh/wconstab/458/orig 2025-12-04T08:43:43.0775005Z * [new branch] gh/wconstab/459/base -> origin/gh/wconstab/459/base 2025-12-04T08:43:43.0776163Z * [new branch] gh/wconstab/459/head -> origin/gh/wconstab/459/head 2025-12-04T08:43:43.0777209Z * [new branch] gh/wconstab/459/orig -> origin/gh/wconstab/459/orig 2025-12-04T08:43:43.0779261Z * [new branch] gh/wconstab/460/base -> origin/gh/wconstab/460/base 2025-12-04T08:43:43.0780621Z * [new branch] gh/wconstab/460/head -> origin/gh/wconstab/460/head 2025-12-04T08:43:43.0781850Z * [new branch] gh/wconstab/460/orig -> origin/gh/wconstab/460/orig 2025-12-04T08:43:43.0783428Z * [new branch] gh/wconstab/461/base -> origin/gh/wconstab/461/base 2025-12-04T08:43:43.0784535Z * [new branch] gh/wconstab/461/head -> origin/gh/wconstab/461/head 2025-12-04T08:43:43.0785596Z * [new branch] gh/wconstab/461/orig -> origin/gh/wconstab/461/orig 2025-12-04T08:43:43.0786982Z * [new branch] gh/wconstab/462/base -> origin/gh/wconstab/462/base 2025-12-04T08:43:43.0788257Z * [new branch] gh/wconstab/462/head -> origin/gh/wconstab/462/head 2025-12-04T08:43:43.0789564Z * [new branch] gh/wconstab/462/orig -> origin/gh/wconstab/462/orig 2025-12-04T08:43:43.0791161Z * [new branch] gh/wconstab/463/base -> origin/gh/wconstab/463/base 2025-12-04T08:43:43.0792326Z * [new branch] gh/wconstab/463/head -> origin/gh/wconstab/463/head 2025-12-04T08:43:43.0793444Z * [new branch] gh/wconstab/463/orig -> origin/gh/wconstab/463/orig 2025-12-04T08:43:43.0794965Z * [new branch] gh/wconstab/464/base -> origin/gh/wconstab/464/base 2025-12-04T08:43:43.0796098Z * [new branch] gh/wconstab/464/head -> origin/gh/wconstab/464/head 2025-12-04T08:43:43.0797254Z * [new branch] gh/wconstab/464/orig -> origin/gh/wconstab/464/orig 2025-12-04T08:43:43.0798819Z * [new branch] gh/wconstab/465/base -> origin/gh/wconstab/465/base 2025-12-04T08:43:43.0799918Z * [new branch] gh/wconstab/465/head -> origin/gh/wconstab/465/head 2025-12-04T08:43:43.0800933Z * [new branch] gh/wconstab/465/orig -> origin/gh/wconstab/465/orig 2025-12-04T08:43:43.0802482Z * [new branch] gh/wconstab/466/base -> origin/gh/wconstab/466/base 2025-12-04T08:43:43.0803637Z * [new branch] gh/wconstab/466/head -> origin/gh/wconstab/466/head 2025-12-04T08:43:43.0804830Z * [new branch] gh/wconstab/466/orig -> origin/gh/wconstab/466/orig 2025-12-04T08:43:43.0806678Z * [new branch] gh/wconstab/467/base -> origin/gh/wconstab/467/base 2025-12-04T08:43:43.0807841Z * [new branch] gh/wconstab/467/head -> origin/gh/wconstab/467/head 2025-12-04T08:43:43.0809009Z * [new branch] gh/wconstab/467/orig -> origin/gh/wconstab/467/orig 2025-12-04T08:43:43.0810373Z * [new branch] gh/wconstab/468/base -> origin/gh/wconstab/468/base 2025-12-04T08:43:43.0811456Z * [new branch] gh/wconstab/468/head -> origin/gh/wconstab/468/head 2025-12-04T08:43:43.0812542Z * [new branch] gh/wconstab/468/orig -> origin/gh/wconstab/468/orig 2025-12-04T08:43:43.0814396Z * [new branch] gh/weifengpy/39/base -> origin/gh/weifengpy/39/base 2025-12-04T08:43:43.0815491Z * [new branch] gh/weifengpy/39/head -> origin/gh/weifengpy/39/head 2025-12-04T08:43:43.0817031Z * [new branch] gh/weifengpy/39/orig -> origin/gh/weifengpy/39/orig 2025-12-04T08:43:43.0818710Z * [new branch] gh/weifengpy/40/base -> origin/gh/weifengpy/40/base 2025-12-04T08:43:43.0819936Z * [new branch] gh/weifengpy/40/head -> origin/gh/weifengpy/40/head 2025-12-04T08:43:43.0821054Z * [new branch] gh/weifengpy/40/orig -> origin/gh/weifengpy/40/orig 2025-12-04T08:43:43.0822640Z * [new branch] gh/weifengpy/41/base -> origin/gh/weifengpy/41/base 2025-12-04T08:43:43.0823876Z * [new branch] gh/weifengpy/41/head -> origin/gh/weifengpy/41/head 2025-12-04T08:43:43.0825069Z * [new branch] gh/weifengpy/41/orig -> origin/gh/weifengpy/41/orig 2025-12-04T08:43:43.0826879Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-12-04T08:43:43.0828031Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-12-04T08:43:43.0829118Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-12-04T08:43:43.0830672Z * [new branch] gh/williamwen42/279/base -> origin/gh/williamwen42/279/base 2025-12-04T08:43:43.0831889Z * [new branch] gh/williamwen42/279/head -> origin/gh/williamwen42/279/head 2025-12-04T08:43:43.0833001Z * [new branch] gh/williamwen42/279/orig -> origin/gh/williamwen42/279/orig 2025-12-04T08:43:43.0834661Z * [new branch] gh/williamwen42/282/base -> origin/gh/williamwen42/282/base 2025-12-04T08:43:43.0835745Z * [new branch] gh/williamwen42/282/head -> origin/gh/williamwen42/282/head 2025-12-04T08:43:43.0836825Z * [new branch] gh/williamwen42/282/orig -> origin/gh/williamwen42/282/orig 2025-12-04T08:43:43.0838350Z * [new branch] gh/williamwen42/287/base -> origin/gh/williamwen42/287/base 2025-12-04T08:43:43.0839457Z * [new branch] gh/williamwen42/287/head -> origin/gh/williamwen42/287/head 2025-12-04T08:43:43.0840641Z * [new branch] gh/williamwen42/287/orig -> origin/gh/williamwen42/287/orig 2025-12-04T08:43:43.0842110Z * [new branch] gh/williamwen42/288/base -> origin/gh/williamwen42/288/base 2025-12-04T08:43:43.0843311Z * [new branch] gh/williamwen42/288/head -> origin/gh/williamwen42/288/head 2025-12-04T08:43:43.0844420Z * [new branch] gh/williamwen42/288/orig -> origin/gh/williamwen42/288/orig 2025-12-04T08:43:43.0846096Z * [new branch] gh/williamwen42/296/base -> origin/gh/williamwen42/296/base 2025-12-04T08:43:43.0847308Z * [new branch] gh/williamwen42/296/head -> origin/gh/williamwen42/296/head 2025-12-04T08:43:43.0848450Z * [new branch] gh/williamwen42/296/orig -> origin/gh/williamwen42/296/orig 2025-12-04T08:43:43.0849942Z * [new branch] gh/williamwen42/297/base -> origin/gh/williamwen42/297/base 2025-12-04T08:43:43.0851089Z * [new branch] gh/williamwen42/297/head -> origin/gh/williamwen42/297/head 2025-12-04T08:43:43.0852546Z * [new branch] gh/williamwen42/297/orig -> origin/gh/williamwen42/297/orig 2025-12-04T08:43:43.0854052Z * [new branch] gh/williamwen42/306/base -> origin/gh/williamwen42/306/base 2025-12-04T08:43:43.0855282Z * [new branch] gh/williamwen42/306/head -> origin/gh/williamwen42/306/head 2025-12-04T08:43:43.0856464Z * [new branch] gh/williamwen42/306/orig -> origin/gh/williamwen42/306/orig 2025-12-04T08:43:43.0857988Z * [new branch] gh/williamwen42/309/base -> origin/gh/williamwen42/309/base 2025-12-04T08:43:43.0859113Z * [new branch] gh/williamwen42/309/head -> origin/gh/williamwen42/309/head 2025-12-04T08:43:43.0860234Z * [new branch] gh/williamwen42/309/orig -> origin/gh/williamwen42/309/orig 2025-12-04T08:43:43.0861711Z * [new branch] gh/williamwen42/310/base -> origin/gh/williamwen42/310/base 2025-12-04T08:43:43.0862854Z * [new branch] gh/williamwen42/310/head -> origin/gh/williamwen42/310/head 2025-12-04T08:43:43.0863976Z * [new branch] gh/williamwen42/310/orig -> origin/gh/williamwen42/310/orig 2025-12-04T08:43:43.0866902Z * [new branch] gh/williamwen42/311/base -> origin/gh/williamwen42/311/base 2025-12-04T08:43:43.0868026Z * [new branch] gh/williamwen42/311/head -> origin/gh/williamwen42/311/head 2025-12-04T08:43:43.0869175Z * [new branch] gh/williamwen42/311/orig -> origin/gh/williamwen42/311/orig 2025-12-04T08:43:43.0870484Z * [new branch] gh/williamwen42/319/base -> origin/gh/williamwen42/319/base 2025-12-04T08:43:43.0874959Z * [new branch] gh/williamwen42/319/head -> origin/gh/williamwen42/319/head 2025-12-04T08:43:43.0876147Z * [new branch] gh/williamwen42/319/orig -> origin/gh/williamwen42/319/orig 2025-12-04T08:43:43.0877714Z * [new branch] gh/williamwen42/325/base -> origin/gh/williamwen42/325/base 2025-12-04T08:43:43.0878981Z * [new branch] gh/williamwen42/325/head -> origin/gh/williamwen42/325/head 2025-12-04T08:43:43.0880071Z * [new branch] gh/williamwen42/325/orig -> origin/gh/williamwen42/325/orig 2025-12-04T08:43:43.0881925Z * [new branch] gh/williamwen42/326/base -> origin/gh/williamwen42/326/base 2025-12-04T08:43:43.0883194Z * [new branch] gh/williamwen42/326/head -> origin/gh/williamwen42/326/head 2025-12-04T08:43:43.0884460Z * [new branch] gh/williamwen42/326/orig -> origin/gh/williamwen42/326/orig 2025-12-04T08:43:43.0886060Z * [new branch] gh/williamwen42/327/base -> origin/gh/williamwen42/327/base 2025-12-04T08:43:43.0887185Z * [new branch] gh/williamwen42/327/head -> origin/gh/williamwen42/327/head 2025-12-04T08:43:43.0888270Z * [new branch] gh/williamwen42/327/orig -> origin/gh/williamwen42/327/orig 2025-12-04T08:43:43.0889843Z * [new branch] gh/williamwen42/328/base -> origin/gh/williamwen42/328/base 2025-12-04T08:43:43.0891046Z * [new branch] gh/williamwen42/328/head -> origin/gh/williamwen42/328/head 2025-12-04T08:43:43.0892262Z * [new branch] gh/williamwen42/328/orig -> origin/gh/williamwen42/328/orig 2025-12-04T08:43:43.0894049Z * [new branch] gh/williamwen42/329/base -> origin/gh/williamwen42/329/base 2025-12-04T08:43:43.0895245Z * [new branch] gh/williamwen42/329/head -> origin/gh/williamwen42/329/head 2025-12-04T08:43:43.0896750Z * [new branch] gh/williamwen42/329/orig -> origin/gh/williamwen42/329/orig 2025-12-04T08:43:43.0898319Z * [new branch] gh/williamwen42/330/base -> origin/gh/williamwen42/330/base 2025-12-04T08:43:43.0899852Z * [new branch] gh/williamwen42/330/head -> origin/gh/williamwen42/330/head 2025-12-04T08:43:43.0900966Z * [new branch] gh/williamwen42/330/orig -> origin/gh/williamwen42/330/orig 2025-12-04T08:43:43.0903292Z * [new branch] gh/williamwen42/331/base -> origin/gh/williamwen42/331/base 2025-12-04T08:43:43.0904068Z * [new branch] gh/williamwen42/331/head -> origin/gh/williamwen42/331/head 2025-12-04T08:43:43.0905248Z * [new branch] gh/williamwen42/331/orig -> origin/gh/williamwen42/331/orig 2025-12-04T08:43:43.0906601Z * [new branch] gh/williamwen42/332/base -> origin/gh/williamwen42/332/base 2025-12-04T08:43:43.0907732Z * [new branch] gh/williamwen42/332/head -> origin/gh/williamwen42/332/head 2025-12-04T08:43:43.0908861Z * [new branch] gh/williamwen42/332/orig -> origin/gh/williamwen42/332/orig 2025-12-04T08:43:43.0910797Z * [new branch] gh/williamwen42/333/base -> origin/gh/williamwen42/333/base 2025-12-04T08:43:43.0911944Z * [new branch] gh/williamwen42/333/head -> origin/gh/williamwen42/333/head 2025-12-04T08:43:43.0913092Z * [new branch] gh/williamwen42/333/orig -> origin/gh/williamwen42/333/orig 2025-12-04T08:43:43.0914613Z * [new branch] gh/williamwen42/334/base -> origin/gh/williamwen42/334/base 2025-12-04T08:43:43.0915718Z * [new branch] gh/williamwen42/334/head -> origin/gh/williamwen42/334/head 2025-12-04T08:43:43.0916836Z * [new branch] gh/williamwen42/334/orig -> origin/gh/williamwen42/334/orig 2025-12-04T08:43:43.0918577Z * [new branch] gh/williamwen42/335/base -> origin/gh/williamwen42/335/base 2025-12-04T08:43:43.0923380Z * [new branch] gh/williamwen42/335/head -> origin/gh/williamwen42/335/head 2025-12-04T08:43:43.0924621Z * [new branch] gh/williamwen42/335/orig -> origin/gh/williamwen42/335/orig 2025-12-04T08:43:43.0926563Z * [new branch] gh/williamwen42/336/base -> origin/gh/williamwen42/336/base 2025-12-04T08:43:43.0927632Z * [new branch] gh/williamwen42/336/head -> origin/gh/williamwen42/336/head 2025-12-04T08:43:43.0928700Z * [new branch] gh/williamwen42/336/orig -> origin/gh/williamwen42/336/orig 2025-12-04T08:43:43.0930194Z * [new branch] gh/williamwen42/337/base -> origin/gh/williamwen42/337/base 2025-12-04T08:43:43.0931338Z * [new branch] gh/williamwen42/337/head -> origin/gh/williamwen42/337/head 2025-12-04T08:43:43.0932446Z * [new branch] gh/williamwen42/337/orig -> origin/gh/williamwen42/337/orig 2025-12-04T08:43:43.0934013Z * [new branch] gh/williamwen42/338/base -> origin/gh/williamwen42/338/base 2025-12-04T08:43:43.0935119Z * [new branch] gh/williamwen42/338/head -> origin/gh/williamwen42/338/head 2025-12-04T08:43:43.0936214Z * [new branch] gh/williamwen42/338/orig -> origin/gh/williamwen42/338/orig 2025-12-04T08:43:43.0937787Z * [new branch] gh/williamwen42/339/base -> origin/gh/williamwen42/339/base 2025-12-04T08:43:43.0938923Z * [new branch] gh/williamwen42/339/head -> origin/gh/williamwen42/339/head 2025-12-04T08:43:43.0940038Z * [new branch] gh/williamwen42/339/orig -> origin/gh/williamwen42/339/orig 2025-12-04T08:43:43.0941766Z * [new branch] gh/williamwen42/340/base -> origin/gh/williamwen42/340/base 2025-12-04T08:43:43.0942630Z * [new branch] gh/williamwen42/340/head -> origin/gh/williamwen42/340/head 2025-12-04T08:43:43.0943730Z * [new branch] gh/williamwen42/340/orig -> origin/gh/williamwen42/340/orig 2025-12-04T08:43:43.0945292Z * [new branch] gh/williamwen42/341/base -> origin/gh/williamwen42/341/base 2025-12-04T08:43:43.0946463Z * [new branch] gh/williamwen42/341/head -> origin/gh/williamwen42/341/head 2025-12-04T08:43:43.0947552Z * [new branch] gh/williamwen42/341/orig -> origin/gh/williamwen42/341/orig 2025-12-04T08:43:43.0949001Z * [new branch] gh/williamwen42/342/base -> origin/gh/williamwen42/342/base 2025-12-04T08:43:43.0950195Z * [new branch] gh/williamwen42/342/head -> origin/gh/williamwen42/342/head 2025-12-04T08:43:43.0951317Z * [new branch] gh/williamwen42/342/orig -> origin/gh/williamwen42/342/orig 2025-12-04T08:43:43.0953030Z * [new branch] gh/williamwen42/343/base -> origin/gh/williamwen42/343/base 2025-12-04T08:43:43.0954130Z * [new branch] gh/williamwen42/343/head -> origin/gh/williamwen42/343/head 2025-12-04T08:43:43.0955229Z * [new branch] gh/williamwen42/343/orig -> origin/gh/williamwen42/343/orig 2025-12-04T08:43:43.0956767Z * [new branch] gh/williamwen42/344/base -> origin/gh/williamwen42/344/base 2025-12-04T08:43:43.0957861Z * [new branch] gh/williamwen42/344/head -> origin/gh/williamwen42/344/head 2025-12-04T08:43:43.0958969Z * [new branch] gh/williamwen42/344/orig -> origin/gh/williamwen42/344/orig 2025-12-04T08:43:43.0960531Z * [new branch] gh/williamwen42/345/base -> origin/gh/williamwen42/345/base 2025-12-04T08:43:43.0961681Z * [new branch] gh/williamwen42/345/head -> origin/gh/williamwen42/345/head 2025-12-04T08:43:43.0962774Z * [new branch] gh/williamwen42/345/orig -> origin/gh/williamwen42/345/orig 2025-12-04T08:43:43.0964407Z * [new branch] gh/williamwen42/346/base -> origin/gh/williamwen42/346/base 2025-12-04T08:43:43.0965568Z * [new branch] gh/williamwen42/346/head -> origin/gh/williamwen42/346/head 2025-12-04T08:43:43.0966702Z * [new branch] gh/williamwen42/346/orig -> origin/gh/williamwen42/346/orig 2025-12-04T08:43:43.0968429Z * [new branch] gh/williamwen42/347/base -> origin/gh/williamwen42/347/base 2025-12-04T08:43:43.0969496Z * [new branch] gh/williamwen42/347/head -> origin/gh/williamwen42/347/head 2025-12-04T08:43:43.0970647Z * [new branch] gh/williamwen42/347/orig -> origin/gh/williamwen42/347/orig 2025-12-04T08:43:43.0972273Z * [new branch] gh/williamwen42/348/base -> origin/gh/williamwen42/348/base 2025-12-04T08:43:43.0973158Z * [new branch] gh/williamwen42/348/head -> origin/gh/williamwen42/348/head 2025-12-04T08:43:43.0974297Z * [new branch] gh/williamwen42/348/orig -> origin/gh/williamwen42/348/orig 2025-12-04T08:43:43.0975645Z * [new branch] gh/williamwen42/349/base -> origin/gh/williamwen42/349/base 2025-12-04T08:43:43.0976767Z * [new branch] gh/williamwen42/349/head -> origin/gh/williamwen42/349/head 2025-12-04T08:43:43.0977875Z * [new branch] gh/williamwen42/349/orig -> origin/gh/williamwen42/349/orig 2025-12-04T08:43:43.0979405Z * [new branch] gh/williamwen42/350/base -> origin/gh/williamwen42/350/base 2025-12-04T08:43:43.0980490Z * [new branch] gh/williamwen42/350/head -> origin/gh/williamwen42/350/head 2025-12-04T08:43:43.0981592Z * [new branch] gh/williamwen42/350/orig -> origin/gh/williamwen42/350/orig 2025-12-04T08:43:43.0983239Z * [new branch] gh/williamwen42/351/base -> origin/gh/williamwen42/351/base 2025-12-04T08:43:43.0984568Z * [new branch] gh/williamwen42/351/head -> origin/gh/williamwen42/351/head 2025-12-04T08:43:43.0985627Z * [new branch] gh/williamwen42/351/orig -> origin/gh/williamwen42/351/orig 2025-12-04T08:43:43.0987058Z * [new branch] gh/williamwen42/352/base -> origin/gh/williamwen42/352/base 2025-12-04T08:43:43.0988165Z * [new branch] gh/williamwen42/352/head -> origin/gh/williamwen42/352/head 2025-12-04T08:43:43.0989216Z * [new branch] gh/williamwen42/352/orig -> origin/gh/williamwen42/352/orig 2025-12-04T08:43:43.0990975Z * [new branch] gh/williamwen42/353/base -> origin/gh/williamwen42/353/base 2025-12-04T08:43:43.0992120Z * [new branch] gh/williamwen42/353/head -> origin/gh/williamwen42/353/head 2025-12-04T08:43:43.0993245Z * [new branch] gh/williamwen42/353/orig -> origin/gh/williamwen42/353/orig 2025-12-04T08:43:43.0994692Z * [new branch] gh/williamwen42/354/base -> origin/gh/williamwen42/354/base 2025-12-04T08:43:43.0995910Z * [new branch] gh/williamwen42/354/head -> origin/gh/williamwen42/354/head 2025-12-04T08:43:43.0997005Z * [new branch] gh/williamwen42/354/orig -> origin/gh/williamwen42/354/orig 2025-12-04T08:43:43.0998597Z * [new branch] gh/williamwen42/355/base -> origin/gh/williamwen42/355/base 2025-12-04T08:43:43.0999697Z * [new branch] gh/williamwen42/355/head -> origin/gh/williamwen42/355/head 2025-12-04T08:43:43.1000787Z * [new branch] gh/williamwen42/355/orig -> origin/gh/williamwen42/355/orig 2025-12-04T08:43:43.1002733Z * [new branch] gh/williamwen42/356/base -> origin/gh/williamwen42/356/base 2025-12-04T08:43:43.1003942Z * [new branch] gh/williamwen42/356/head -> origin/gh/williamwen42/356/head 2025-12-04T08:43:43.1005067Z * [new branch] gh/williamwen42/356/orig -> origin/gh/williamwen42/356/orig 2025-12-04T08:43:43.1006583Z * [new branch] gh/williamwen42/357/base -> origin/gh/williamwen42/357/base 2025-12-04T08:43:43.1007761Z * [new branch] gh/williamwen42/357/head -> origin/gh/williamwen42/357/head 2025-12-04T08:43:43.1008860Z * [new branch] gh/williamwen42/357/orig -> origin/gh/williamwen42/357/orig 2025-12-04T08:43:43.1010819Z * [new branch] gh/williamwen42/358/base -> origin/gh/williamwen42/358/base 2025-12-04T08:43:43.1011933Z * [new branch] gh/williamwen42/358/head -> origin/gh/williamwen42/358/head 2025-12-04T08:43:43.1013123Z * [new branch] gh/williamwen42/358/orig -> origin/gh/williamwen42/358/orig 2025-12-04T08:43:43.1014973Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-12-04T08:43:43.1016074Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-12-04T08:43:43.1017486Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-12-04T08:43:43.1018503Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-12-04T08:43:43.1019920Z * [new branch] gh/xmfan/274/base -> origin/gh/xmfan/274/base 2025-12-04T08:43:43.1020995Z * [new branch] gh/xmfan/274/head -> origin/gh/xmfan/274/head 2025-12-04T08:43:43.1022116Z * [new branch] gh/xmfan/274/orig -> origin/gh/xmfan/274/orig 2025-12-04T08:43:43.1023949Z * [new branch] gh/xmfan/277/base -> origin/gh/xmfan/277/base 2025-12-04T08:43:43.1025045Z * [new branch] gh/xmfan/277/head -> origin/gh/xmfan/277/head 2025-12-04T08:43:43.1026122Z * [new branch] gh/xmfan/277/orig -> origin/gh/xmfan/277/orig 2025-12-04T08:43:43.1027597Z * [new branch] gh/xmfan/301/base -> origin/gh/xmfan/301/base 2025-12-04T08:43:43.1028820Z * [new branch] gh/xmfan/301/head -> origin/gh/xmfan/301/head 2025-12-04T08:43:43.1029906Z * [new branch] gh/xmfan/301/orig -> origin/gh/xmfan/301/orig 2025-12-04T08:43:43.1031296Z * [new branch] gh/xmfan/304/base -> origin/gh/xmfan/304/base 2025-12-04T08:43:43.1032406Z * [new branch] gh/xmfan/304/head -> origin/gh/xmfan/304/head 2025-12-04T08:43:43.1033463Z * [new branch] gh/xmfan/304/orig -> origin/gh/xmfan/304/orig 2025-12-04T08:43:43.1034944Z * [new branch] gh/xmfan/309/base -> origin/gh/xmfan/309/base 2025-12-04T08:43:43.1036035Z * [new branch] gh/xmfan/309/head -> origin/gh/xmfan/309/head 2025-12-04T08:43:43.1037134Z * [new branch] gh/xmfan/309/orig -> origin/gh/xmfan/309/orig 2025-12-04T08:43:43.1038531Z * [new branch] gh/xmfan/310/base -> origin/gh/xmfan/310/base 2025-12-04T08:43:43.1039614Z * [new branch] gh/xmfan/310/head -> origin/gh/xmfan/310/head 2025-12-04T08:43:43.1040694Z * [new branch] gh/xmfan/310/orig -> origin/gh/xmfan/310/orig 2025-12-04T08:43:43.1042108Z * [new branch] gh/xmfan/311/base -> origin/gh/xmfan/311/base 2025-12-04T08:43:43.1043327Z * [new branch] gh/xmfan/311/head -> origin/gh/xmfan/311/head 2025-12-04T08:43:43.1044480Z * [new branch] gh/xmfan/311/orig -> origin/gh/xmfan/311/orig 2025-12-04T08:43:43.1045911Z * [new branch] gh/xmfan/312/base -> origin/gh/xmfan/312/base 2025-12-04T08:43:43.1046979Z * [new branch] gh/xmfan/312/head -> origin/gh/xmfan/312/head 2025-12-04T08:43:43.1048056Z * [new branch] gh/xmfan/312/orig -> origin/gh/xmfan/312/orig 2025-12-04T08:43:43.1049469Z * [new branch] gh/xmfan/313/base -> origin/gh/xmfan/313/base 2025-12-04T08:43:43.1050543Z * [new branch] gh/xmfan/313/head -> origin/gh/xmfan/313/head 2025-12-04T08:43:43.1051606Z * [new branch] gh/xmfan/313/orig -> origin/gh/xmfan/313/orig 2025-12-04T08:43:43.1053380Z * [new branch] gh/xuanzhang816/27/base -> origin/gh/xuanzhang816/27/base 2025-12-04T08:43:43.1054479Z * [new branch] gh/xuanzhang816/27/head -> origin/gh/xuanzhang816/27/head 2025-12-04T08:43:43.1055620Z * [new branch] gh/xuanzhang816/27/orig -> origin/gh/xuanzhang816/27/orig 2025-12-04T08:43:43.1057287Z * [new branch] gh/xuanzhang816/32/base -> origin/gh/xuanzhang816/32/base 2025-12-04T08:43:43.1058352Z * [new branch] gh/xuanzhang816/32/head -> origin/gh/xuanzhang816/32/head 2025-12-04T08:43:43.1059451Z * [new branch] gh/xuanzhang816/32/orig -> origin/gh/xuanzhang816/32/orig 2025-12-04T08:43:43.1060972Z * [new branch] gh/xuanzhang816/33/base -> origin/gh/xuanzhang816/33/base 2025-12-04T08:43:43.1062068Z * [new branch] gh/xuanzhang816/33/head -> origin/gh/xuanzhang816/33/head 2025-12-04T08:43:43.1063172Z * [new branch] gh/xuanzhang816/33/orig -> origin/gh/xuanzhang816/33/orig 2025-12-04T08:43:43.1064900Z * [new branch] gh/xuanzhang816/34/base -> origin/gh/xuanzhang816/34/base 2025-12-04T08:43:43.1066110Z * [new branch] gh/xuanzhang816/34/head -> origin/gh/xuanzhang816/34/head 2025-12-04T08:43:43.1067200Z * [new branch] gh/xuanzhang816/34/orig -> origin/gh/xuanzhang816/34/orig 2025-12-04T08:43:43.1068875Z * [new branch] gh/xuanzhang816/35/base -> origin/gh/xuanzhang816/35/base 2025-12-04T08:43:43.1069974Z * [new branch] gh/xuanzhang816/35/head -> origin/gh/xuanzhang816/35/head 2025-12-04T08:43:43.1071225Z * [new branch] gh/xuanzhang816/35/orig -> origin/gh/xuanzhang816/35/orig 2025-12-04T08:43:43.1073270Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-12-04T08:43:43.1074297Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-12-04T08:43:43.1075399Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-12-04T08:43:43.1076841Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-12-04T08:43:43.1077911Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-12-04T08:43:43.1079036Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-12-04T08:43:43.1080471Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-12-04T08:43:43.1081571Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-12-04T08:43:43.1082674Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-12-04T08:43:43.1084224Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-12-04T08:43:43.1085319Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-12-04T08:43:43.1086454Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-12-04T08:43:43.1087933Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-12-04T08:43:43.1089082Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-12-04T08:43:43.1090137Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-12-04T08:43:43.1091508Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-12-04T08:43:43.1092620Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-12-04T08:43:43.1093696Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-12-04T08:43:43.1095144Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-12-04T08:43:43.1096237Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-12-04T08:43:43.1097337Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-12-04T08:43:43.1098848Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-12-04T08:43:43.1099942Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-12-04T08:43:43.1101096Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-12-04T08:43:43.1102669Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-12-04T08:43:43.1103789Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-12-04T08:43:43.1105214Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-12-04T08:43:43.1106294Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-12-04T08:43:43.1107352Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-12-04T08:43:43.1109022Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-12-04T08:43:43.1110130Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-12-04T08:43:43.1111203Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-12-04T08:43:43.1112628Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-12-04T08:43:43.1113706Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-12-04T08:43:43.1114776Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-12-04T08:43:43.1116397Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-12-04T08:43:43.1117581Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-12-04T08:43:43.1119158Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-12-04T08:43:43.1120635Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-12-04T08:43:43.1121729Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-12-04T08:43:43.1122819Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-12-04T08:43:43.1124823Z * [new branch] gh/yang-yu-hang/1/base -> origin/gh/yang-yu-hang/1/base 2025-12-04T08:43:43.1126086Z * [new branch] gh/yang-yu-hang/1/head -> origin/gh/yang-yu-hang/1/head 2025-12-04T08:43:43.1127346Z * [new branch] gh/yang-yu-hang/1/orig -> origin/gh/yang-yu-hang/1/orig 2025-12-04T08:43:43.1128880Z * [new branch] gh/yang-yu-hang/2/base -> origin/gh/yang-yu-hang/2/base 2025-12-04T08:43:43.1130227Z * [new branch] gh/yang-yu-hang/2/head -> origin/gh/yang-yu-hang/2/head 2025-12-04T08:43:43.1131577Z * [new branch] gh/yang-yu-hang/2/orig -> origin/gh/yang-yu-hang/2/orig 2025-12-04T08:43:43.1133169Z * [new branch] gh/yang-yu-hang/3/base -> origin/gh/yang-yu-hang/3/base 2025-12-04T08:43:43.1134284Z * [new branch] gh/yang-yu-hang/3/head -> origin/gh/yang-yu-hang/3/head 2025-12-04T08:43:43.1135416Z * [new branch] gh/yang-yu-hang/3/orig -> origin/gh/yang-yu-hang/3/orig 2025-12-04T08:43:43.1137147Z * [new branch] gh/yangw-dev/12/base -> origin/gh/yangw-dev/12/base 2025-12-04T08:43:43.1138285Z * [new branch] gh/yangw-dev/12/head -> origin/gh/yangw-dev/12/head 2025-12-04T08:43:43.1139426Z * [new branch] gh/yangw-dev/12/orig -> origin/gh/yangw-dev/12/orig 2025-12-04T08:43:43.1140896Z * [new branch] gh/yangw-dev/13/base -> origin/gh/yangw-dev/13/base 2025-12-04T08:43:43.1142032Z * [new branch] gh/yangw-dev/13/head -> origin/gh/yangw-dev/13/head 2025-12-04T08:43:43.1143127Z * [new branch] gh/yangw-dev/13/orig -> origin/gh/yangw-dev/13/orig 2025-12-04T08:43:43.1144525Z * [new branch] gh/yangw-dev/14/base -> origin/gh/yangw-dev/14/base 2025-12-04T08:43:43.1145622Z * [new branch] gh/yangw-dev/14/head -> origin/gh/yangw-dev/14/head 2025-12-04T08:43:43.1146874Z * [new branch] gh/yangw-dev/14/orig -> origin/gh/yangw-dev/14/orig 2025-12-04T08:43:43.1148739Z * [new branch] gh/yangw-dev/15/base -> origin/gh/yangw-dev/15/base 2025-12-04T08:43:43.1149815Z * [new branch] gh/yangw-dev/15/head -> origin/gh/yangw-dev/15/head 2025-12-04T08:43:43.1150905Z * [new branch] gh/yangw-dev/15/orig -> origin/gh/yangw-dev/15/orig 2025-12-04T08:43:43.1152350Z * [new branch] gh/yangw-dev/19/base -> origin/gh/yangw-dev/19/base 2025-12-04T08:43:43.1153412Z * [new branch] gh/yangw-dev/19/head -> origin/gh/yangw-dev/19/head 2025-12-04T08:43:43.1154544Z * [new branch] gh/yangw-dev/19/orig -> origin/gh/yangw-dev/19/orig 2025-12-04T08:43:43.1155948Z * [new branch] gh/yangw-dev/26/base -> origin/gh/yangw-dev/26/base 2025-12-04T08:43:43.1157051Z * [new branch] gh/yangw-dev/26/head -> origin/gh/yangw-dev/26/head 2025-12-04T08:43:43.1158127Z * [new branch] gh/yangw-dev/26/orig -> origin/gh/yangw-dev/26/orig 2025-12-04T08:43:43.1159539Z * [new branch] gh/yangw-dev/27/base -> origin/gh/yangw-dev/27/base 2025-12-04T08:43:43.1160686Z * [new branch] gh/yangw-dev/27/head -> origin/gh/yangw-dev/27/head 2025-12-04T08:43:43.1161953Z * [new branch] gh/yangw-dev/27/orig -> origin/gh/yangw-dev/27/orig 2025-12-04T08:43:43.1163804Z * [new branch] gh/ydwu4/292/base -> origin/gh/ydwu4/292/base 2025-12-04T08:43:43.1164885Z * [new branch] gh/ydwu4/292/head -> origin/gh/ydwu4/292/head 2025-12-04T08:43:43.1165922Z * [new branch] gh/ydwu4/292/orig -> origin/gh/ydwu4/292/orig 2025-12-04T08:43:43.1167383Z * [new branch] gh/ydwu4/294/base -> origin/gh/ydwu4/294/base 2025-12-04T08:43:43.1168528Z * [new branch] gh/ydwu4/294/head -> origin/gh/ydwu4/294/head 2025-12-04T08:43:43.1169590Z * [new branch] gh/ydwu4/294/orig -> origin/gh/ydwu4/294/orig 2025-12-04T08:43:43.1171357Z * [new branch] gh/ydwu4/295/base -> origin/gh/ydwu4/295/base 2025-12-04T08:43:43.1172558Z * [new branch] gh/ydwu4/295/head -> origin/gh/ydwu4/295/head 2025-12-04T08:43:43.1173637Z * [new branch] gh/ydwu4/295/orig -> origin/gh/ydwu4/295/orig 2025-12-04T08:43:43.1175065Z * [new branch] gh/ydwu4/296/base -> origin/gh/ydwu4/296/base 2025-12-04T08:43:43.1176196Z * [new branch] gh/ydwu4/296/head -> origin/gh/ydwu4/296/head 2025-12-04T08:43:43.1177264Z * [new branch] gh/ydwu4/296/orig -> origin/gh/ydwu4/296/orig 2025-12-04T08:43:43.1178772Z * [new branch] gh/ydwu4/306/base -> origin/gh/ydwu4/306/base 2025-12-04T08:43:43.1179963Z * [new branch] gh/ydwu4/306/head -> origin/gh/ydwu4/306/head 2025-12-04T08:43:43.1181088Z * [new branch] gh/ydwu4/306/orig -> origin/gh/ydwu4/306/orig 2025-12-04T08:43:43.1182550Z * [new branch] gh/ydwu4/312/base -> origin/gh/ydwu4/312/base 2025-12-04T08:43:43.1183625Z * [new branch] gh/ydwu4/312/head -> origin/gh/ydwu4/312/head 2025-12-04T08:43:43.1184717Z * [new branch] gh/ydwu4/312/orig -> origin/gh/ydwu4/312/orig 2025-12-04T08:43:43.1186132Z * [new branch] gh/ydwu4/322/base -> origin/gh/ydwu4/322/base 2025-12-04T08:43:43.1187182Z * [new branch] gh/ydwu4/322/head -> origin/gh/ydwu4/322/head 2025-12-04T08:43:43.1188258Z * [new branch] gh/ydwu4/322/orig -> origin/gh/ydwu4/322/orig 2025-12-04T08:43:43.1189723Z * [new branch] gh/ydwu4/327/base -> origin/gh/ydwu4/327/base 2025-12-04T08:43:43.1190922Z * [new branch] gh/ydwu4/327/head -> origin/gh/ydwu4/327/head 2025-12-04T08:43:43.1192027Z * [new branch] gh/ydwu4/327/orig -> origin/gh/ydwu4/327/orig 2025-12-04T08:43:43.1193601Z * [new branch] gh/ydwu4/328/base -> origin/gh/ydwu4/328/base 2025-12-04T08:43:43.1194646Z * [new branch] gh/ydwu4/328/head -> origin/gh/ydwu4/328/head 2025-12-04T08:43:43.1195690Z * [new branch] gh/ydwu4/328/orig -> origin/gh/ydwu4/328/orig 2025-12-04T08:43:43.1197018Z * [new branch] gh/ydwu4/329/base -> origin/gh/ydwu4/329/base 2025-12-04T08:43:43.1198085Z * [new branch] gh/ydwu4/329/head -> origin/gh/ydwu4/329/head 2025-12-04T08:43:43.1199183Z * [new branch] gh/ydwu4/329/orig -> origin/gh/ydwu4/329/orig 2025-12-04T08:43:43.1200677Z * [new branch] gh/ydwu4/330/base -> origin/gh/ydwu4/330/base 2025-12-04T08:43:43.1201719Z * [new branch] gh/ydwu4/330/head -> origin/gh/ydwu4/330/head 2025-12-04T08:43:43.1202767Z * [new branch] gh/ydwu4/330/orig -> origin/gh/ydwu4/330/orig 2025-12-04T08:43:43.1204237Z * [new branch] gh/ydwu4/331/base -> origin/gh/ydwu4/331/base 2025-12-04T08:43:43.1205470Z * [new branch] gh/ydwu4/331/head -> origin/gh/ydwu4/331/head 2025-12-04T08:43:43.1206652Z * [new branch] gh/ydwu4/331/orig -> origin/gh/ydwu4/331/orig 2025-12-04T08:43:43.1207847Z * [new branch] gh/ydwu4/332/base -> origin/gh/ydwu4/332/base 2025-12-04T08:43:43.1208926Z * [new branch] gh/ydwu4/332/head -> origin/gh/ydwu4/332/head 2025-12-04T08:43:43.1210097Z * [new branch] gh/ydwu4/332/orig -> origin/gh/ydwu4/332/orig 2025-12-04T08:43:43.1211388Z * [new branch] gh/ydwu4/333/base -> origin/gh/ydwu4/333/base 2025-12-04T08:43:43.1212523Z * [new branch] gh/ydwu4/333/head -> origin/gh/ydwu4/333/head 2025-12-04T08:43:43.1213588Z * [new branch] gh/ydwu4/333/orig -> origin/gh/ydwu4/333/orig 2025-12-04T08:43:43.1214905Z * [new branch] gh/ydwu4/334/base -> origin/gh/ydwu4/334/base 2025-12-04T08:43:43.1215979Z * [new branch] gh/ydwu4/334/head -> origin/gh/ydwu4/334/head 2025-12-04T08:43:43.1217080Z * [new branch] gh/ydwu4/334/orig -> origin/gh/ydwu4/334/orig 2025-12-04T08:43:43.1218519Z * [new branch] gh/ydwu4/335/base -> origin/gh/ydwu4/335/base 2025-12-04T08:43:43.1219775Z * [new branch] gh/ydwu4/335/head -> origin/gh/ydwu4/335/head 2025-12-04T08:43:43.1220794Z * [new branch] gh/ydwu4/335/orig -> origin/gh/ydwu4/335/orig 2025-12-04T08:43:43.1222627Z * [new branch] gh/ydwu4/337/base -> origin/gh/ydwu4/337/base 2025-12-04T08:43:43.1223769Z * [new branch] gh/ydwu4/337/head -> origin/gh/ydwu4/337/head 2025-12-04T08:43:43.1224897Z * [new branch] gh/ydwu4/337/orig -> origin/gh/ydwu4/337/orig 2025-12-04T08:43:43.1226365Z * [new branch] gh/ydwu4/339/base -> origin/gh/ydwu4/339/base 2025-12-04T08:43:43.1227501Z * [new branch] gh/ydwu4/339/head -> origin/gh/ydwu4/339/head 2025-12-04T08:43:43.1228577Z * [new branch] gh/ydwu4/339/orig -> origin/gh/ydwu4/339/orig 2025-12-04T08:43:43.1230403Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-12-04T08:43:43.1231493Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-12-04T08:43:43.1232916Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-12-04T08:43:43.1234074Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-12-04T08:43:43.1236773Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-12-04T08:43:43.1238234Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-12-04T08:43:43.1239421Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-12-04T08:43:43.1240883Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-12-04T08:43:43.1242037Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-12-04T08:43:43.1243225Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-12-04T08:43:43.1245057Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-12-04T08:43:43.1246218Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-12-04T08:43:43.1247540Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-12-04T08:43:43.1248685Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-12-04T08:43:43.1250498Z * [new branch] gh/yushangdi/1/base -> origin/gh/yushangdi/1/base 2025-12-04T08:43:43.1251597Z * [new branch] gh/yushangdi/1/head -> origin/gh/yushangdi/1/head 2025-12-04T08:43:43.1253043Z * [new branch] gh/yushangdi/10/base -> origin/gh/yushangdi/10/base 2025-12-04T08:43:43.1254251Z * [new branch] gh/yushangdi/10/head -> origin/gh/yushangdi/10/head 2025-12-04T08:43:43.1255305Z * [new branch] gh/yushangdi/10/orig -> origin/gh/yushangdi/10/orig 2025-12-04T08:43:43.1256695Z * [new branch] gh/yushangdi/11/base -> origin/gh/yushangdi/11/base 2025-12-04T08:43:43.1257776Z * [new branch] gh/yushangdi/11/head -> origin/gh/yushangdi/11/head 2025-12-04T08:43:43.1258928Z * [new branch] gh/yushangdi/11/orig -> origin/gh/yushangdi/11/orig 2025-12-04T08:43:43.1260607Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-12-04T08:43:43.1261642Z * [new branch] gh/yushangdi/2/head -> origin/gh/yushangdi/2/head 2025-12-04T08:43:43.1263211Z * [new branch] gh/yushangdi/7/base -> origin/gh/yushangdi/7/base 2025-12-04T08:43:43.1264289Z * [new branch] gh/yushangdi/7/head -> origin/gh/yushangdi/7/head 2025-12-04T08:43:43.1265420Z * [new branch] gh/yushangdi/7/orig -> origin/gh/yushangdi/7/orig 2025-12-04T08:43:43.1267170Z * [new branch] gh/yushangdi/8/base -> origin/gh/yushangdi/8/base 2025-12-04T08:43:43.1268442Z * [new branch] gh/yushangdi/8/head -> origin/gh/yushangdi/8/head 2025-12-04T08:43:43.1269578Z * [new branch] gh/yushangdi/8/orig -> origin/gh/yushangdi/8/orig 2025-12-04T08:43:43.1270982Z * [new branch] gh/yushangdi/9/base -> origin/gh/yushangdi/9/base 2025-12-04T08:43:43.1274764Z * [new branch] gh/yushangdi/9/head -> origin/gh/yushangdi/9/head 2025-12-04T08:43:43.1275955Z * [new branch] gh/yushangdi/9/orig -> origin/gh/yushangdi/9/orig 2025-12-04T08:43:43.1277715Z * [new branch] gh/zklaus/19/base -> origin/gh/zklaus/19/base 2025-12-04T08:43:43.1278821Z * [new branch] gh/zklaus/19/head -> origin/gh/zklaus/19/head 2025-12-04T08:43:43.1280021Z * [new branch] gh/zklaus/19/orig -> origin/gh/zklaus/19/orig 2025-12-04T08:43:43.1281518Z * [new branch] gh/zklaus/20/base -> origin/gh/zklaus/20/base 2025-12-04T08:43:43.1282629Z * [new branch] gh/zklaus/20/head -> origin/gh/zklaus/20/head 2025-12-04T08:43:43.1283883Z * [new branch] gh/zklaus/20/orig -> origin/gh/zklaus/20/orig 2025-12-04T08:43:43.1285395Z * [new branch] gh/zklaus/21/base -> origin/gh/zklaus/21/base 2025-12-04T08:43:43.1286519Z * [new branch] gh/zklaus/21/head -> origin/gh/zklaus/21/head 2025-12-04T08:43:43.1287587Z * [new branch] gh/zklaus/21/orig -> origin/gh/zklaus/21/orig 2025-12-04T08:43:43.1288969Z * [new branch] gh/zklaus/22/base -> origin/gh/zklaus/22/base 2025-12-04T08:43:43.1290049Z * [new branch] gh/zklaus/22/head -> origin/gh/zklaus/22/head 2025-12-04T08:43:43.1291118Z * [new branch] gh/zklaus/22/orig -> origin/gh/zklaus/22/orig 2025-12-04T08:43:43.1292542Z * [new branch] gh/zklaus/23/base -> origin/gh/zklaus/23/base 2025-12-04T08:43:43.1293676Z * [new branch] gh/zklaus/23/head -> origin/gh/zklaus/23/head 2025-12-04T08:43:43.1294876Z * [new branch] gh/zklaus/23/orig -> origin/gh/zklaus/23/orig 2025-12-04T08:43:43.1296205Z * [new branch] gh/zklaus/24/base -> origin/gh/zklaus/24/base 2025-12-04T08:43:43.1297307Z * [new branch] gh/zklaus/24/head -> origin/gh/zklaus/24/head 2025-12-04T08:43:43.1298364Z * [new branch] gh/zklaus/24/orig -> origin/gh/zklaus/24/orig 2025-12-04T08:43:43.1300282Z * [new branch] gh/zou3519/1197/base -> origin/gh/zou3519/1197/base 2025-12-04T08:43:43.1301426Z * [new branch] gh/zou3519/1197/head -> origin/gh/zou3519/1197/head 2025-12-04T08:43:43.1302464Z * [new branch] gh/zou3519/1197/orig -> origin/gh/zou3519/1197/orig 2025-12-04T08:43:43.1304187Z * [new branch] gh/zou3519/1199/base -> origin/gh/zou3519/1199/base 2025-12-04T08:43:43.1305392Z * [new branch] gh/zou3519/1199/head -> origin/gh/zou3519/1199/head 2025-12-04T08:43:43.1306491Z * [new branch] gh/zou3519/1199/orig -> origin/gh/zou3519/1199/orig 2025-12-04T08:43:43.1308173Z * [new branch] gh/zou3519/1200/base -> origin/gh/zou3519/1200/base 2025-12-04T08:43:43.1309346Z * [new branch] gh/zou3519/1200/head -> origin/gh/zou3519/1200/head 2025-12-04T08:43:43.1310478Z * [new branch] gh/zou3519/1200/orig -> origin/gh/zou3519/1200/orig 2025-12-04T08:43:43.1311987Z * [new branch] gh/zou3519/1201/base -> origin/gh/zou3519/1201/base 2025-12-04T08:43:43.1313062Z * [new branch] gh/zou3519/1201/head -> origin/gh/zou3519/1201/head 2025-12-04T08:43:43.1314119Z * [new branch] gh/zou3519/1201/orig -> origin/gh/zou3519/1201/orig 2025-12-04T08:43:43.1315484Z * [new branch] gh/zou3519/1202/base -> origin/gh/zou3519/1202/base 2025-12-04T08:43:43.1316535Z * [new branch] gh/zou3519/1202/head -> origin/gh/zou3519/1202/head 2025-12-04T08:43:43.1317683Z * [new branch] gh/zou3519/1202/orig -> origin/gh/zou3519/1202/orig 2025-12-04T08:43:43.1319640Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-12-04T08:43:43.1320739Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-12-04T08:43:43.1322306Z * [new branch] gh/zpcore/11/base -> origin/gh/zpcore/11/base 2025-12-04T08:43:43.1323618Z * [new branch] gh/zpcore/11/head -> origin/gh/zpcore/11/head 2025-12-04T08:43:43.1324786Z * [new branch] gh/zpcore/11/orig -> origin/gh/zpcore/11/orig 2025-12-04T08:43:43.1326660Z * [new branch] gh/zpcore/12/base -> origin/gh/zpcore/12/base 2025-12-04T08:43:43.1327770Z * [new branch] gh/zpcore/12/head -> origin/gh/zpcore/12/head 2025-12-04T08:43:43.1328920Z * [new branch] gh/zpcore/12/orig -> origin/gh/zpcore/12/orig 2025-12-04T08:43:43.1330505Z * [new branch] gh/zpcore/13/base -> origin/gh/zpcore/13/base 2025-12-04T08:43:43.1331558Z * [new branch] gh/zpcore/13/head -> origin/gh/zpcore/13/head 2025-12-04T08:43:43.1332612Z * [new branch] gh/zpcore/13/orig -> origin/gh/zpcore/13/orig 2025-12-04T08:43:43.1334095Z * [new branch] gh/zpcore/14/base -> origin/gh/zpcore/14/base 2025-12-04T08:43:43.1335220Z * [new branch] gh/zpcore/14/head -> origin/gh/zpcore/14/head 2025-12-04T08:43:43.1336300Z * [new branch] gh/zpcore/14/orig -> origin/gh/zpcore/14/orig 2025-12-04T08:43:43.1337980Z * [new branch] gh/zpcore/15/base -> origin/gh/zpcore/15/base 2025-12-04T08:43:43.1339142Z * [new branch] gh/zpcore/15/head -> origin/gh/zpcore/15/head 2025-12-04T08:43:43.1340237Z * [new branch] gh/zpcore/15/orig -> origin/gh/zpcore/15/orig 2025-12-04T08:43:43.1341716Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-12-04T08:43:43.1342823Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-12-04T08:43:43.1344814Z * [new branch] gh/zpcore/21/base -> origin/gh/zpcore/21/base 2025-12-04T08:43:43.1346052Z * [new branch] gh/zpcore/21/head -> origin/gh/zpcore/21/head 2025-12-04T08:43:43.1347191Z * [new branch] gh/zpcore/21/orig -> origin/gh/zpcore/21/orig 2025-12-04T08:43:43.1348909Z * [new branch] gh/zpcore/22/base -> origin/gh/zpcore/22/base 2025-12-04T08:43:43.1349940Z * [new branch] gh/zpcore/22/head -> origin/gh/zpcore/22/head 2025-12-04T08:43:43.1351066Z * [new branch] gh/zpcore/22/orig -> origin/gh/zpcore/22/orig 2025-12-04T08:43:43.1352574Z * [new branch] gh/zpcore/23/base -> origin/gh/zpcore/23/base 2025-12-04T08:43:43.1353713Z * [new branch] gh/zpcore/23/head -> origin/gh/zpcore/23/head 2025-12-04T08:43:43.1354922Z * [new branch] gh/zpcore/23/orig -> origin/gh/zpcore/23/orig 2025-12-04T08:43:43.1356249Z * [new branch] gh/zpcore/24/base -> origin/gh/zpcore/24/base 2025-12-04T08:43:43.1357323Z * [new branch] gh/zpcore/24/head -> origin/gh/zpcore/24/head 2025-12-04T08:43:43.1358440Z * [new branch] gh/zpcore/24/orig -> origin/gh/zpcore/24/orig 2025-12-04T08:43:43.1360080Z * [new branch] gh/zpcore/25/base -> origin/gh/zpcore/25/base 2025-12-04T08:43:43.1361148Z * [new branch] gh/zpcore/25/head -> origin/gh/zpcore/25/head 2025-12-04T08:43:43.1362240Z * [new branch] gh/zpcore/25/orig -> origin/gh/zpcore/25/orig 2025-12-04T08:43:43.1363895Z * [new branch] gh/zpcore/26/base -> origin/gh/zpcore/26/base 2025-12-04T08:43:43.1365099Z * [new branch] gh/zpcore/26/head -> origin/gh/zpcore/26/head 2025-12-04T08:43:43.1366217Z * [new branch] gh/zpcore/26/orig -> origin/gh/zpcore/26/orig 2025-12-04T08:43:43.1367770Z * [new branch] gh/zpcore/27/base -> origin/gh/zpcore/27/base 2025-12-04T08:43:43.1368850Z * [new branch] gh/zpcore/27/head -> origin/gh/zpcore/27/head 2025-12-04T08:43:43.1370074Z * [new branch] gh/zpcore/27/orig -> origin/gh/zpcore/27/orig 2025-12-04T08:43:43.1372180Z * [new branch] gh/zpcore/28/base -> origin/gh/zpcore/28/base 2025-12-04T08:43:43.1373778Z * [new branch] gh/zpcore/28/head -> origin/gh/zpcore/28/head 2025-12-04T08:43:43.1374947Z * [new branch] gh/zpcore/28/orig -> origin/gh/zpcore/28/orig 2025-12-04T08:43:43.1376266Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-12-04T08:43:43.1377326Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-12-04T08:43:43.1378608Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-12-04T08:43:43.1413466Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-12-04T08:43:43.1414063Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-12-04T08:43:43.1414351Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-12-04T08:43:43.1414588Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-12-04T08:43:43.1414785Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-12-04T08:43:43.1414980Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-12-04T08:43:43.1415174Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-12-04T08:43:43.1415380Z * [new branch] gh/zpcore/8/base -> origin/gh/zpcore/8/base 2025-12-04T08:43:43.1415582Z * [new branch] gh/zpcore/8/head -> origin/gh/zpcore/8/head 2025-12-04T08:43:43.1415765Z * [new branch] google-main -> origin/google-main 2025-12-04T08:43:43.1416023Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-12-04T08:43:43.1416227Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-12-04T08:43:43.1416720Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-12-04T08:43:43.1417070Z * [new branch] hameerabbasi/complex_tensor_subclass -> origin/hameerabbasi/complex_tensor_subclass 2025-12-04T08:43:43.1417457Z * [new branch] hameerabbasi/fix-ctensor-gradcheck-tests -> origin/hameerabbasi/fix-ctensor-gradcheck-tests 2025-12-04T08:43:43.1417758Z * [new branch] hameerabbasi/gradcheck-allclose -> origin/hameerabbasi/gradcheck-allclose 2025-12-04T08:43:43.1418022Z * [new branch] hc_baseline -> origin/hc_baseline 2025-12-04T08:43:43.1418189Z * [new branch] hhh_rand -> origin/hhh_rand 2025-12-04T08:43:43.1418356Z * [new branch] huba/f1 -> origin/huba/f1 2025-12-04T08:43:43.1418907Z * [new branch] increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test -> origin/increase-timeout-linux-jammy-cuda12_8-py3_10-gcc11-test 2025-12-04T08:43:43.1419081Z * [new branch] inlining -> origin/inlining 2025-12-04T08:43:43.1419284Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-12-04T08:43:43.1419528Z * [new branch] install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-12-04T08:43:43.1420022Z * [new branch] instrument-trunk-pull-linux-with-job-test-filters -> origin/instrument-trunk-pull-linux-with-job-test-filters 2025-12-04T08:43:43.1420227Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-12-04T08:43:43.1420414Z * [new branch] issue#58739 -> origin/issue#58739 2025-12-04T08:43:43.1420635Z * [new branch] jainapurva-patch-1 -> origin/jainapurva-patch-1 2025-12-04T08:43:43.1420810Z * [new branch] jathu/o3 -> origin/jathu/o3 2025-12-04T08:43:43.1420995Z * [new branch] jathu/sve -> origin/jathu/sve 2025-12-04T08:43:43.1421330Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-12-04T08:43:43.1421617Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-12-04T08:43:43.1421947Z * [new branch] jiannanWang/memorysnapshot_filter -> origin/jiannanWang/memorysnapshot_filter 2025-12-04T08:43:43.1422263Z * [new branch] jiannanWang/profilerstepwarning -> origin/jiannanWang/profilerstepwarning 2025-12-04T08:43:43.1422507Z * [new branch] jithunnair-amd-patch-1 -> origin/jithunnair-amd-patch-1 2025-12-04T08:43:43.1423698Z * [new branch] jithunnair-amd-patch-10 -> origin/jithunnair-amd-patch-10 2025-12-04T08:43:43.1424898Z * [new branch] jithunnair-amd-patch-2 -> origin/jithunnair-amd-patch-2 2025-12-04T08:43:43.1426123Z * [new branch] jithunnair-amd-patch-3 -> origin/jithunnair-amd-patch-3 2025-12-04T08:43:43.1427339Z * [new branch] jithunnair-amd-patch-4 -> origin/jithunnair-amd-patch-4 2025-12-04T08:43:43.1428416Z * [new branch] jithunnair-amd-patch-5 -> origin/jithunnair-amd-patch-5 2025-12-04T08:43:43.1430023Z * [new branch] jithunnair-amd-patch-6 -> origin/jithunnair-amd-patch-6 2025-12-04T08:43:43.1431140Z * [new branch] jithunnair-amd-patch-7 -> origin/jithunnair-amd-patch-7 2025-12-04T08:43:43.1432367Z * [new branch] jithunnair-amd-patch-8 -> origin/jithunnair-amd-patch-8 2025-12-04T08:43:43.1433537Z * [new branch] jithunnair-amd-patch-9 -> origin/jithunnair-amd-patch-9 2025-12-04T08:43:43.1435177Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-12-04T08:43:43.1436587Z * [new branch] kainan666/xlf_debug -> origin/kainan666/xlf_debug 2025-12-04T08:43:43.1437799Z * [new branch] kainan_test -> origin/kainan_test 2025-12-04T08:43:43.1438871Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-12-04T08:43:43.1440382Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-12-04T08:43:43.1441940Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-12-04T08:43:43.1443352Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-12-04T08:43:43.1444511Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-12-04T08:43:43.1445528Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-12-04T08:43:43.1446567Z * [new branch] llama4-stable -> origin/llama4-stable 2025-12-04T08:43:43.1448558Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-12-04T08:43:43.1450047Z * [new branch] lucaskabela/#94773 -> origin/lucaskabela/#94773 2025-12-04T08:43:43.1451123Z * [new branch] lucaskabela/fix_164876 -> origin/lucaskabela/fix_164876 2025-12-04T08:43:43.1452183Z * [new branch] lucaskabela/flop_counter -> origin/lucaskabela/flop_counter 2025-12-04T08:43:43.1453249Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-12-04T08:43:43.1454315Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-12-04T08:43:43.1455494Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-12-04T08:43:43.1456739Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-12-04T08:43:43.1458262Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-12-04T08:43:43.1459252Z * [new branch] lucaskabela/rnn_decomp -> origin/lucaskabela/rnn_decomp 2025-12-04T08:43:43.1460343Z * [new branch] lucaskabela/typing_backends -> origin/lucaskabela/typing_backends 2025-12-04T08:43:43.1461564Z * [new branch] lucaskabela/typing_ctx_manager -> origin/lucaskabela/typing_ctx_manager 2025-12-04T08:43:43.1462648Z * [new branch] lucaskabela/typing_nn_module -> origin/lucaskabela/typing_nn_module 2025-12-04T08:43:43.1463756Z * [new branch] lucaskabela/typing_user_defined -> origin/lucaskabela/typing_user_defined 2025-12-04T08:43:43.1464913Z * [new branch] lucaskabela/typing_variables -> origin/lucaskabela/typing_variables 2025-12-04T08:43:43.1466079Z * [new branch] lucaskabela/typing_variables_dicts -> origin/lucaskabela/typing_variables_dicts 2025-12-04T08:43:43.1467200Z * [new branch] lucaskabela/typing_variables_functions -> origin/lucaskabela/typing_variables_functions 2025-12-04T08:43:43.1468259Z * [new branch] lucaskabela/typing_variables_lists -> origin/lucaskabela/typing_variables_lists 2025-12-04T08:43:43.1469765Z * [new branch] lw/torch_box_by_ref -> origin/lw/torch_box_by_ref 2025-12-04T08:43:43.1471082Z * [new branch] main -> origin/main 2025-12-04T08:43:43.1472493Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-12-04T08:43:43.1473688Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-12-04T08:43:43.1474942Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-12-04T08:43:43.1476196Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-12-04T08:43:43.1477367Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-12-04T08:43:43.1478602Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-12-04T08:43:43.1479751Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-12-04T08:43:43.1480957Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-12-04T08:43:43.1482574Z * [new branch] malfet/add-3.14-ci -> origin/malfet/add-3.14-ci 2025-12-04T08:43:43.1484041Z * [new branch] malfet/be-do-not-make-typos-in-build-artifacts -> origin/malfet/be-do-not-make-typos-in-build-artifacts 2025-12-04T08:43:43.1485071Z * [new branch] malfet/be-move-more-settings-to-checkout-pytorch -> origin/malfet/be-move-more-settings-to-checkout-pytorch 2025-12-04T08:43:43.1486354Z * [new branch] malfet/be-remove-misisng-neon-headers -> origin/malfet/be-remove-misisng-neon-headers 2025-12-04T08:43:43.1487533Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-12-04T08:43:43.1489129Z * [new branch] manuel/aoti_metal_shimify-thread_safe -> origin/manuel/aoti_metal_shimify-thread_safe 2025-12-04T08:43:43.1490116Z * [new branch] manuel/inductor_link_openmp -> origin/manuel/inductor_link_openmp 2025-12-04T08:43:43.1491506Z * [new branch] masnesral/metaconda -> origin/masnesral/metaconda 2025-12-04T08:43:43.1492702Z * [new branch] mem_profiler_flaky_fix -> origin/mem_profiler_flaky_fix 2025-12-04T08:43:43.1493890Z * [new branch] mem_profiler_stack_trace -> origin/mem_profiler_stack_trace 2025-12-04T08:43:43.1495087Z * [new branch] memory_profiler_stack -> origin/memory_profiler_stack 2025-12-04T08:43:43.1496290Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-12-04T08:43:43.1497441Z * [new branch] mingw_posix -> origin/mingw_posix 2025-12-04T08:43:43.1499093Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-12-04T08:43:43.1500119Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-12-04T08:43:43.1501598Z * [new branch] mlazos/acts -> origin/mlazos/acts 2025-12-04T08:43:43.1502683Z * [new branch] mlazos/arg-renames -> origin/mlazos/arg-renames 2025-12-04T08:43:43.1504031Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-12-04T08:43:43.1505509Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-12-04T08:43:43.1506520Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-12-04T08:43:43.1507596Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-12-04T08:43:43.1508508Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-12-04T08:43:43.1509786Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-12-04T08:43:43.1511042Z * [new branch] mlazos/bwd -> origin/mlazos/bwd 2025-12-04T08:43:43.1512080Z * [new branch] mlazos/combo-test -> origin/mlazos/combo-test 2025-12-04T08:43:43.1513231Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-12-04T08:43:43.1514358Z * [new branch] mlazos/cuda-cmd-log -> origin/mlazos/cuda-cmd-log 2025-12-04T08:43:43.1515552Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-12-04T08:43:43.1516696Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-12-04T08:43:43.1517937Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-12-04T08:43:43.1519066Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-12-04T08:43:43.1520240Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-12-04T08:43:43.1521251Z * [new branch] mlazos/dc-attrs -> origin/mlazos/dc-attrs 2025-12-04T08:43:43.1522324Z * [new branch] mlazos/dc-helion -> origin/mlazos/dc-helion 2025-12-04T08:43:43.1523500Z * [new branch] mlazos/dict-fix -> origin/mlazos/dict-fix 2025-12-04T08:43:43.1524637Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-12-04T08:43:43.1525765Z * [new branch] mlazos/dupe-fix -> origin/mlazos/dupe-fix 2025-12-04T08:43:43.1526923Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-12-04T08:43:43.1528035Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-12-04T08:43:43.1529171Z * [new branch] mlazos/extract-examples -> origin/mlazos/extract-examples 2025-12-04T08:43:43.1530235Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-12-04T08:43:43.1531274Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-12-04T08:43:43.1532469Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-12-04T08:43:43.1533575Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-12-04T08:43:43.1534638Z * [new branch] mlazos/fp8-fixes -> origin/mlazos/fp8-fixes 2025-12-04T08:43:43.1535845Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-12-04T08:43:43.1536903Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-12-04T08:43:43.1538058Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-12-04T08:43:43.1539204Z * [new branch] mlazos/hash-hop -> origin/mlazos/hash-hop 2025-12-04T08:43:43.1540340Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-12-04T08:43:43.1541486Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-12-04T08:43:43.1542626Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-12-04T08:43:43.1543679Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-12-04T08:43:43.1544770Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-12-04T08:43:43.1545897Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-12-04T08:43:43.1546967Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-12-04T08:43:43.1548061Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-12-04T08:43:43.1549143Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-12-04T08:43:43.1550207Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-12-04T08:43:43.1551279Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-12-04T08:43:43.1552366Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-12-04T08:43:43.1553543Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-12-04T08:43:43.1554633Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-12-04T08:43:43.1555707Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-12-04T08:43:43.1556777Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-12-04T08:43:43.1557886Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-12-04T08:43:43.1559022Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-12-04T08:43:43.1560038Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-12-04T08:43:43.1561162Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-12-04T08:43:43.1562249Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-12-04T08:43:43.1563321Z * [new branch] mlazos/inductor-streams -> origin/mlazos/inductor-streams 2025-12-04T08:43:43.1564342Z * [new branch] mlazos/main -> origin/mlazos/main 2025-12-04T08:43:43.1565519Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-12-04T08:43:43.1566657Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-12-04T08:43:43.1568255Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-12-04T08:43:43.1569356Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-12-04T08:43:43.1570506Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-12-04T08:43:43.1571832Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-12-04T08:43:43.1572852Z * [new branch] mlazos/offsets -> origin/mlazos/offsets 2025-12-04T08:43:43.1573903Z * [new branch] mlazos/overguarding -> origin/mlazos/overguarding 2025-12-04T08:43:43.1575034Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-12-04T08:43:43.1576515Z * [new branch] mlazos/quant-fix -> origin/mlazos/quant-fix 2025-12-04T08:43:43.1577632Z * [new branch] mlazos/resnet-fix -> origin/mlazos/resnet-fix 2025-12-04T08:43:43.1578739Z * [new branch] mlazos/rm-buf-names -> origin/mlazos/rm-buf-names 2025-12-04T08:43:43.1580210Z * [new branch] mlazos/rm-code -> origin/mlazos/rm-code 2025-12-04T08:43:43.1581332Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-12-04T08:43:43.1582448Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-12-04T08:43:43.1583629Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-12-04T08:43:43.1584771Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-12-04T08:43:43.1585831Z * [new branch] mlazos/stests -> origin/mlazos/stests 2025-12-04T08:43:43.1586991Z * [new branch] mlazos/stream-ops -> origin/mlazos/stream-ops 2025-12-04T08:43:43.1588090Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-12-04T08:43:43.1589319Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-12-04T08:43:43.1590460Z * [new branch] mlazos/test -> origin/mlazos/test 2025-12-04T08:43:43.1591596Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-12-04T08:43:43.1592742Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-12-04T08:43:43.1593890Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-12-04T08:43:43.1595058Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-12-04T08:43:43.1596144Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-12-04T08:43:43.1597213Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-12-04T08:43:43.1598296Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-12-04T08:43:43.1599470Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-12-04T08:43:43.1600577Z * [new branch] mlazos/tuple-fixes2 -> origin/mlazos/tuple-fixes2 2025-12-04T08:43:43.1601672Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-12-04T08:43:43.1602955Z * [new branch] mlazos/user-stream-base -> origin/mlazos/user-stream-base 2025-12-04T08:43:43.1604101Z * [new branch] mlazos/user-streams -> origin/mlazos/user-streams 2025-12-04T08:43:43.1605193Z * [new branch] mlazos/user-streams-backup -> origin/mlazos/user-streams-backup 2025-12-04T08:43:43.1606292Z * [new branch] mlazos/user-streams-backup2 -> origin/mlazos/user-streams-backup2 2025-12-04T08:43:43.1607485Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-12-04T08:43:43.1608603Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-12-04T08:43:43.1609684Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-12-04T08:43:43.1610880Z * [new branch] mm_out_dtype_compile -> origin/mm_out_dtype_compile 2025-12-04T08:43:43.1612053Z * [new branch] module-shim -> origin/module-shim 2025-12-04T08:43:43.1613233Z * [new branch] move_config -> origin/move_config 2025-12-04T08:43:43.1614693Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-12-04T08:43:43.1616129Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-12-04T08:43:43.1617685Z * [new branch] mwizak/fix-triton-block-shape -> origin/mwizak/fix-triton-block-shape 2025-12-04T08:43:43.1618732Z * [new branch] my_varlen_backup -> origin/my_varlen_backup 2025-12-04T08:43:43.1619932Z * [new branch] nativert_num_outputs -> origin/nativert_num_outputs 2025-12-04T08:43:43.1621059Z * [new branch] new-codegen -> origin/new-codegen 2025-12-04T08:43:43.1622222Z * [new branch] newtest-base -> origin/newtest-base 2025-12-04T08:43:43.1623850Z * [new branch] ngimel/addmm_dtype -> origin/ngimel/addmm_dtype 2025-12-04T08:43:43.1624898Z * [new branch] ngimel/div_inv -> origin/ngimel/div_inv 2025-12-04T08:43:43.1625945Z * [new branch] ngimel/error_index_list -> origin/ngimel/error_index_list 2025-12-04T08:43:43.1626966Z * [new branch] ngimel/gather_grid -> origin/ngimel/gather_grid 2025-12-04T08:43:43.1628109Z * [new branch] ngimel/gather_grid_release -> origin/ngimel/gather_grid_release 2025-12-04T08:43:43.1629076Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-12-04T08:43:43.1630129Z * [new branch] ngimel/hostalloc -> origin/ngimel/hostalloc 2025-12-04T08:43:43.1631181Z * [new branch] ngimel/storage_id -> origin/ngimel/storage_id 2025-12-04T08:43:43.1632295Z * [new branch] nightly -> origin/nightly 2025-12-04T08:43:43.1633966Z * [new branch] nikitaved/addmm_1_rowcol_lt_path_check -> origin/nikitaved/addmm_1_rowcol_lt_path_check 2025-12-04T08:43:43.1635108Z * [new branch] nikitaved/addmm_epilogue_fusions_2d_bias -> origin/nikitaved/addmm_epilogue_fusions_2d_bias 2025-12-04T08:43:43.1636241Z * [new branch] nikitaved/addmm_epilogue_fusions_inductor -> origin/nikitaved/addmm_epilogue_fusions_inductor 2025-12-04T08:43:43.1637521Z * [new branch] nikitaved/addmm_epilogue_fusions_scratch -> origin/nikitaved/addmm_epilogue_fusions_scratch 2025-12-04T08:43:43.1638760Z * [new branch] nikitaved/grad_addmm_epilogue_fusions -> origin/nikitaved/grad_addmm_epilogue_fusions 2025-12-04T08:43:43.1640232Z * [new branch] nikitaved/simpler_can_use_32bit_index -> origin/nikitaved/simpler_can_use_32bit_index 2025-12-04T08:43:43.1641203Z * [new branch] nikitaved/test -> origin/nikitaved/test 2025-12-04T08:43:43.1642720Z * [new branch] nmacchioni-perf-test-async-autotune -> origin/nmacchioni-perf-test-async-autotune 2025-12-04T08:43:43.1644090Z * [new branch] no_distributed_log_spew -> origin/no_distributed_log_spew 2025-12-04T08:43:43.1645125Z * [new branch] nofun-hack -> origin/nofun-hack 2025-12-04T08:43:43.1646294Z * [new branch] norm_bench -> origin/norm_bench 2025-12-04T08:43:43.1647800Z * [new branch] nullplay/fuse_matmul -> origin/nullplay/fuse_matmul 2025-12-04T08:43:43.1648985Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-12-04T08:43:43.1650115Z * [new branch] optimizer_test -> origin/optimizer_test 2025-12-04T08:43:43.1651970Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-12-04T08:43:43.1653099Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-12-04T08:43:43.1654246Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-12-04T08:43:43.1655547Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-12-04T08:43:43.1656847Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-12-04T08:43:43.1658074Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-12-04T08:43:43.1659223Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-12-04T08:43:43.1660396Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-12-04T08:43:43.1661544Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-12-04T08:43:43.1662628Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-12-04T08:43:43.1663744Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-12-04T08:43:43.1664829Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-12-04T08:43:43.1665924Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-12-04T08:43:43.1666979Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-12-04T08:43:43.1668092Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-12-04T08:43:43.1669415Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-12-04T08:43:43.1671125Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-12-04T08:43:43.1674628Z * [new branch] orig/release/2.9 -> origin/orig/release/2.9 2025-12-04T08:43:43.1677485Z * [new branch] origin/gh/fxdawnn/1/base -> origin/origin/gh/fxdawnn/1/base 2025-12-04T08:43:43.1678527Z * [new branch] origin/gh/fxdawnn/1/orig -> origin/origin/gh/fxdawnn/1/orig 2025-12-04T08:43:43.1680354Z * [new branch] origin/gh/zpcore/14/orig -> origin/origin/gh/zpcore/14/orig 2025-12-04T08:43:43.1681621Z * [new branch] oulgen-patch-1 -> origin/oulgen-patch-1 2025-12-04T08:43:43.1682854Z * [new branch] oulgen-patch-2 -> origin/oulgen-patch-2 2025-12-04T08:43:43.1684258Z * [new branch] oulgen-patch-3 -> origin/oulgen-patch-3 2025-12-04T08:43:43.1685466Z * [new branch] oulgen-patch-4 -> origin/oulgen-patch-4 2025-12-04T08:43:43.1686760Z * [new branch] padded-tensor -> origin/padded-tensor 2025-12-04T08:43:43.1688152Z * [new branch] pca2 -> origin/pca2 2025-12-04T08:43:43.1689442Z * [new branch] per_channel_backup -> origin/per_channel_backup 2025-12-04T08:43:43.1690626Z * [new branch] perf_ops -> origin/perf_ops 2025-12-04T08:43:43.1691861Z * [new branch] perf_ops_2_9 -> origin/perf_ops_2_9 2025-12-04T08:43:43.1693338Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-12-04T08:43:43.1694773Z * [new branch] pianpwk/__draft_debug_mode -> origin/pianpwk/__draft_debug_mode 2025-12-04T08:43:43.1695880Z * [new branch] pianpwk/_debug_mode_for_triton_draft -> origin/pianpwk/_debug_mode_for_triton_draft 2025-12-04T08:43:43.1696879Z * [new branch] pianpwk/_debug_nn_module_compile -> origin/pianpwk/_debug_nn_module_compile 2025-12-04T08:43:43.1698301Z * [new branch] pianpwk/_draft_triton_11_3 -> origin/pianpwk/_draft_triton_11_3 2025-12-04T08:43:43.1699390Z * [new branch] pianpwk/_manual_bucket_draft -> origin/pianpwk/_manual_bucket_draft 2025-12-04T08:43:43.1700632Z * [new branch] pianpwk/_profile_w_dispatch_keys -> origin/pianpwk/_profile_w_dispatch_keys 2025-12-04T08:43:43.1702044Z * [new branch] pianpwk/_super_draft_debug_mode -> origin/pianpwk/_super_draft_debug_mode 2025-12-04T08:43:43.1703375Z * [new branch] pianpwk/_unbacked_local_shard_size -> origin/pianpwk/_unbacked_local_shard_size 2025-12-04T08:43:43.1704438Z * [new branch] pianpwk/anomaly_tb -> origin/pianpwk/anomaly_tb 2025-12-04T08:43:43.1705493Z * [new branch] pianpwk/auto_fx_annotate -> origin/pianpwk/auto_fx_annotate 2025-12-04T08:43:43.1706693Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-12-04T08:43:43.1707715Z * [new branch] pianpwk/bert_dynamic_perf -> origin/pianpwk/bert_dynamic_perf 2025-12-04T08:43:43.1708889Z * [new branch] pianpwk/debug_fwd_stack_traces -> origin/pianpwk/debug_fwd_stack_traces 2025-12-04T08:43:43.1710042Z * [new branch] pianpwk/debug_hash_tensor -> origin/pianpwk/debug_hash_tensor 2025-12-04T08:43:43.1711271Z * [new branch] pianpwk/debug_mode_annotate -> origin/pianpwk/debug_mode_annotate 2025-12-04T08:43:43.1712349Z * [new branch] pianpwk/debug_mode_defaults -> origin/pianpwk/debug_mode_defaults 2025-12-04T08:43:43.1713418Z * [new branch] pianpwk/debug_mode_hacks -> origin/pianpwk/debug_mode_hacks 2025-12-04T08:43:43.1714589Z * [new branch] pianpwk/debug_mode_opcall_refactor -> origin/pianpwk/debug_mode_opcall_refactor 2025-12-04T08:43:43.1715622Z * [new branch] pianpwk/debug_mode_show_ids -> origin/pianpwk/debug_mode_show_ids 2025-12-04T08:43:43.1716714Z * [new branch] pianpwk/debug_mode_triton -> origin/pianpwk/debug_mode_triton 2025-12-04T08:43:43.1717952Z * [new branch] pianpwk/debug_show_stack_trace -> origin/pianpwk/debug_show_stack_trace 2025-12-04T08:43:43.1719077Z * [new branch] pianpwk/debug_wait_on_collective -> origin/pianpwk/debug_wait_on_collective 2025-12-04T08:43:43.1720243Z * [new branch] pianpwk/debugmode_compile_tf -> origin/pianpwk/debugmode_compile_tf 2025-12-04T08:43:43.1721569Z * [new branch] pianpwk/dispatch_key_debugging_for_debug -> origin/pianpwk/dispatch_key_debugging_for_debug 2025-12-04T08:43:43.1722650Z * [new branch] pianpwk/draft_debug_mode_tfcompile -> origin/pianpwk/draft_debug_mode_tfcompile 2025-12-04T08:43:43.1723752Z * [new branch] pianpwk/draft_multikernel_nn -> origin/pianpwk/draft_multikernel_nn 2025-12-04T08:43:43.1724938Z * [new branch] pianpwk/draft_multikernel_status_10_5 -> origin/pianpwk/draft_multikernel_status_10_5 2025-12-04T08:43:43.1726076Z * [new branch] pianpwk/dtensor_custom_chunk -> origin/pianpwk/dtensor_custom_chunk 2025-12-04T08:43:43.1727353Z * [new branch] pianpwk/dtensor_unbacked_keypath -> origin/pianpwk/dtensor_unbacked_keypath 2025-12-04T08:43:43.1728473Z * [new branch] pianpwk/event_list_tree -> origin/pianpwk/event_list_tree 2025-12-04T08:43:43.1729768Z * [new branch] pianpwk/false_numel_refs -> origin/pianpwk/false_numel_refs 2025-12-04T08:43:43.1730929Z * [new branch] pianpwk/maybe_guard_rel -> origin/pianpwk/maybe_guard_rel 2025-12-04T08:43:43.1732407Z * [new branch] pianpwk/multikernel_hints_draft -> origin/pianpwk/multikernel_hints_draft 2025-12-04T08:43:43.1733634Z * [new branch] pianpwk/no_size_oblivious_slice_scat -> origin/pianpwk/no_size_oblivious_slice_scat 2025-12-04T08:43:43.1734750Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-12-04T08:43:43.1735740Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-12-04T08:43:43.1736911Z * [new branch] pianpwk/skip_python_keys_alternate -> origin/pianpwk/skip_python_keys_alternate 2025-12-04T08:43:43.1738001Z * [new branch] pianpwk/skip_python_keys_in_guards -> origin/pianpwk/skip_python_keys_in_guards 2025-12-04T08:43:43.1739040Z * [new branch] pianpwk/sym_tokens_draft -> origin/pianpwk/sym_tokens_draft 2025-12-04T08:43:43.1740196Z * [new branch] pianpwk/symint_one_hot -> origin/pianpwk/symint_one_hot 2025-12-04T08:43:43.1741458Z * [new branch] pianpwk/test_pointwise_guard_or_false -> origin/pianpwk/test_pointwise_guard_or_false 2025-12-04T08:43:43.1742483Z * [new branch] pianpwk/totally_draft_sym_wrap -> origin/pianpwk/totally_draft_sym_wrap 2025-12-04T08:43:43.1743522Z * [new branch] pianpwk/try_dumb_stuff -> origin/pianpwk/try_dumb_stuff 2025-12-04T08:43:43.1744648Z * [new branch] pianpwk/try_dumb_stuff_2 -> origin/pianpwk/try_dumb_stuff_2 2025-12-04T08:43:43.1745783Z * [new branch] pianpwk/unbacked_dtensor_mm -> origin/pianpwk/unbacked_dtensor_mm 2025-12-04T08:43:43.1746849Z * [new branch] pianpwk/unbacked_tracing_12_2 -> origin/pianpwk/unbacked_tracing_12_2 2025-12-04T08:43:43.1747970Z * [new branch] pianpwk/user_symints -> origin/pianpwk/user_symints 2025-12-04T08:43:43.1749059Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-12-04T08:43:43.1750555Z * [new branch] piz/fix_partial_backward_1112 -> origin/piz/fix_partial_backward_1112 2025-12-04T08:43:43.1751983Z * [new branch] piz/prop_cache_clean -> origin/piz/prop_cache_clean 2025-12-04T08:43:43.1753180Z * [new branch] pool-separate -> origin/pool-separate 2025-12-04T08:43:43.1754323Z * [new branch] pr-156087 -> origin/pr-156087 2025-12-04T08:43:43.1757366Z * [new branch] pr/131860 -> origin/pr/131860 2025-12-04T08:43:43.1757578Z * [new branch] predispatch_to -> origin/predispatch_to 2025-12-04T08:43:43.1758293Z * [new branch] protect-c17 -> origin/protect-c17 2025-12-04T08:43:43.1759337Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-12-04T08:43:43.1761071Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-12-04T08:43:43.1762707Z * [new branch] q1l1/fix_device_moved_constant_type_unknown -> origin/q1l1/fix_device_moved_constant_type_unknown 2025-12-04T08:43:43.1764029Z * [new branch] q1l1/fix_wrong_default_type_for_kernel_call_args -> origin/q1l1/fix_wrong_default_type_for_kernel_call_args 2025-12-04T08:43:43.1765896Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-12-04T08:43:43.1767184Z * [new branch] quote-pytest_cache -> origin/quote-pytest_cache 2025-12-04T08:43:43.1768618Z * [new branch] reland-accgrad-stream-warn -> origin/reland-accgrad-stream-warn 2025-12-04T08:43:43.1770515Z * [new branch] release/1.10 -> origin/release/1.10 2025-12-04T08:43:43.1771891Z * [new branch] release/1.11 -> origin/release/1.11 2025-12-04T08:43:43.1773174Z * [new branch] release/1.12 -> origin/release/1.12 2025-12-04T08:43:43.1774161Z * [new branch] release/1.13 -> origin/release/1.13 2025-12-04T08:43:43.1775218Z * [new branch] release/1.4 -> origin/release/1.4 2025-12-04T08:43:43.1776157Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-12-04T08:43:43.1777319Z * [new branch] release/1.5 -> origin/release/1.5 2025-12-04T08:43:43.1778476Z * [new branch] release/1.6 -> origin/release/1.6 2025-12-04T08:43:43.1779672Z * [new branch] release/1.7 -> origin/release/1.7 2025-12-04T08:43:43.1780901Z * [new branch] release/1.8 -> origin/release/1.8 2025-12-04T08:43:43.1781999Z * [new branch] release/1.9 -> origin/release/1.9 2025-12-04T08:43:43.1783221Z * [new branch] release/2.0 -> origin/release/2.0 2025-12-04T08:43:43.1784447Z * [new branch] release/2.1 -> origin/release/2.1 2025-12-04T08:43:43.1785613Z * [new branch] release/2.2 -> origin/release/2.2 2025-12-04T08:43:43.1787060Z * [new branch] release/2.3 -> origin/release/2.3 2025-12-04T08:43:43.1788546Z * [new branch] release/2.4 -> origin/release/2.4 2025-12-04T08:43:43.1790040Z * [new branch] release/2.5 -> origin/release/2.5 2025-12-04T08:43:43.1791293Z * [new branch] release/2.6 -> origin/release/2.6 2025-12-04T08:43:43.1792494Z * [new branch] release/2.7 -> origin/release/2.7 2025-12-04T08:43:43.1793783Z * [new branch] release/2.8 -> origin/release/2.8 2025-12-04T08:43:43.1794997Z * [new branch] release/2.9 -> origin/release/2.9 2025-12-04T08:43:43.1796198Z * [new branch] release_notes -> origin/release_notes 2025-12-04T08:43:43.1797421Z * [new branch] remove_pyinterpreter -> origin/remove_pyinterpreter 2025-12-04T08:43:43.1798883Z * [new branch] replace-pytorch-labs-20250812-195836 -> origin/replace-pytorch-labs-20250812-195836 2025-12-04T08:43:43.1799818Z * [new branch] replace-pytorch-labs-20250812-200248 -> origin/replace-pytorch-labs-20250812-200248 2025-12-04T08:43:43.1800904Z * [new branch] replace-pytorch-labs-20250812-200324 -> origin/replace-pytorch-labs-20250812-200324 2025-12-04T08:43:43.1802008Z * [new branch] replace-pytorch-labs-20250812-204020 -> origin/replace-pytorch-labs-20250812-204020 2025-12-04T08:43:43.1804478Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-12-04T08:43:43.1806995Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-12-04T08:43:43.1809050Z * [new branch] revert-152361-gh/fadara01/1/head -> origin/revert-152361-gh/fadara01/1/head 2025-12-04T08:43:43.1811114Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-12-04T08:43:43.1812702Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-12-04T08:43:43.1813668Z * [new branch] revert-hoo-invoke-subgraph -> origin/revert-hoo-invoke-subgraph 2025-12-04T08:43:43.1815322Z * [new branch] revert_always_build_distributed -> origin/revert_always_build_distributed 2025-12-04T08:43:43.1816450Z * [new branch] rms_norm_patch -> origin/rms_norm_patch 2025-12-04T08:43:43.1818074Z * [new branch] ruisi/fix_all_to_all_estimation -> origin/ruisi/fix_all_to_all_estimation 2025-12-04T08:43:43.1819189Z * [new branch] ruisi/fix_comm_estimation -> origin/ruisi/fix_comm_estimation 2025-12-04T08:43:43.1820258Z * [new branch] ruisi/fix_dynamic_shape_estimation -> origin/ruisi/fix_dynamic_shape_estimation 2025-12-04T08:43:43.1821728Z * [new branch] ruisi/fix_llama3_autobucketing -> origin/ruisi/fix_llama3_autobucketing 2025-12-04T08:43:43.1823013Z * [new branch] ruisi/fix_manual_bucketing_ep_pass -> origin/ruisi/fix_manual_bucketing_ep_pass 2025-12-04T08:43:43.1824325Z * [new branch] ruisi/manual_bucket_pass -> origin/ruisi/manual_bucket_pass 2025-12-04T08:43:43.1826116Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-12-04T08:43:43.1826924Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-12-04T08:43:43.1828496Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-12-04T08:43:43.1829564Z * [new branch] rzou/njt -> origin/rzou/njt 2025-12-04T08:43:43.1830724Z * [new branch] rzou/pca -> origin/rzou/pca 2025-12-04T08:43:43.1831754Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-12-04T08:43:43.1832973Z * [new branch] samplevllm -> origin/samplevllm 2025-12-04T08:43:43.1834838Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-12-04T08:43:43.1835876Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-12-04T08:43:43.1837173Z * [new branch] sapling-pr-archive-tushar00jain -> origin/sapling-pr-archive-tushar00jain 2025-12-04T08:43:43.1838195Z * [new branch] save -> origin/save 2025-12-04T08:43:43.1839384Z * [new branch] scaled_mm -> origin/scaled_mm 2025-12-04T08:43:43.1840557Z * [new branch] scan_attempt -> origin/scan_attempt 2025-12-04T08:43:43.1842057Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-12-04T08:43:43.1843379Z * [new branch] sekyondaMeta-dynamoconfig-fix -> origin/sekyondaMeta-dynamoconfig-fix 2025-12-04T08:43:43.1844837Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-12-04T08:43:43.1846201Z * [new branch] shoumikhin-patch-1 -> origin/shoumikhin-patch-1 2025-12-04T08:43:43.1847385Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-12-04T08:43:43.1848519Z * [new branch] some_rocm_inductor_skips -> origin/some_rocm_inductor_skips 2025-12-04T08:43:43.1849982Z * [new branch] soulitzer/stash-tls-ac -> origin/soulitzer/stash-tls-ac 2025-12-04T08:43:43.1851212Z * [new branch] sparse-mm-bf16-support -> origin/sparse-mm-bf16-support 2025-12-04T08:43:43.1852401Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-12-04T08:43:43.1853597Z * [new branch] suo -> origin/suo 2025-12-04T08:43:43.1854781Z * [new branch] sve-poc -> origin/sve-poc 2025-12-04T08:43:43.1856435Z * [new branch] switch-bn -> origin/switch-bn 2025-12-04T08:43:43.1857565Z * [new branch] sy_annotation_in_autograd_hop -> origin/sy_annotation_in_autograd_hop 2025-12-04T08:43:43.1858659Z * [new branch] sy_aot_eager_record -> origin/sy_aot_eager_record 2025-12-04T08:43:43.1859859Z * [new branch] sy_custom_bucketing -> origin/sy_custom_bucketing 2025-12-04T08:43:43.1861043Z * [new branch] sy_debug_mode_test -> origin/sy_debug_mode_test 2025-12-04T08:43:43.1862295Z * [new branch] sy_deserialize -> origin/sy_deserialize 2025-12-04T08:43:43.1863399Z * [new branch] sy_dump_gm_code -> origin/sy_dump_gm_code 2025-12-04T08:43:43.1864626Z * [new branch] sy_exp -> origin/sy_exp 2025-12-04T08:43:43.1865827Z * [new branch] sy_export_annotation -> origin/sy_export_annotation 2025-12-04T08:43:43.1867024Z * [new branch] sy_invoke_subgraph -> origin/sy_invoke_subgraph 2025-12-04T08:43:43.1868218Z * [new branch] sy_kernel_bw_name -> origin/sy_kernel_bw_name 2025-12-04T08:43:43.1869323Z * [new branch] sy_multi_arch -> origin/sy_multi_arch 2025-12-04T08:43:43.1870491Z * [new branch] sy_nn_module_stack -> origin/sy_nn_module_stack 2025-12-04T08:43:43.1871851Z * [new branch] sy_original_dtensor -> origin/sy_original_dtensor 2025-12-04T08:43:43.1873005Z * [new branch] sy_profiler_cia -> origin/sy_profiler_cia 2025-12-04T08:43:43.1874143Z * [new branch] symm_mem_sync -> origin/symm_mem_sync 2025-12-04T08:43:43.1875384Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-12-04T08:43:43.1876990Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-12-04T08:43:43.1878248Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-12-04T08:43:43.1879369Z * [new branch] test-old -> origin/test-old 2025-12-04T08:43:43.1880923Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-12-04T08:43:43.1882895Z * [new branch] tianren/customOp_autotune_fix -> origin/tianren/customOp_autotune_fix 2025-12-04T08:43:43.1884169Z * [new branch] tianren/customOp_enable_max_autotune -> origin/tianren/customOp_enable_max_autotune 2025-12-04T08:43:43.1885177Z * [new branch] tianren/customOp_fusion -> origin/tianren/customOp_fusion 2025-12-04T08:43:43.1886368Z * [new branch] tianren/customop_collectiveop_benchmark -> origin/tianren/customop_collectiveop_benchmark 2025-12-04T08:43:43.1887675Z * [new branch] tianren/customop_collectiveop_benchmark_fix -> origin/tianren/customop_collectiveop_benchmark_fix 2025-12-04T08:43:43.1888984Z * [new branch] tianren/customop_dynamic_config -> origin/tianren/customop_dynamic_config 2025-12-04T08:43:43.1890188Z * [new branch] tianren/dynamic_range_input -> origin/tianren/dynamic_range_input 2025-12-04T08:43:43.1891321Z * [new branch] tianren/dynamic_range_input_fix -> origin/tianren/dynamic_range_input_fix 2025-12-04T08:43:43.1892444Z * [new branch] tianren/dynamic_range_input_merge -> origin/tianren/dynamic_range_input_merge 2025-12-04T08:43:43.1893521Z * [new branch] tianren/flex_paged_attn_fix_temp -> origin/tianren/flex_paged_attn_fix_temp 2025-12-04T08:43:43.1895056Z * [new branch] tianren/fx_codegen_dump -> origin/tianren/fx_codegen_dump 2025-12-04T08:43:43.1896174Z * [new branch] tianren/symmetric_memory -> origin/tianren/symmetric_memory 2025-12-04T08:43:43.1897192Z * [new branch] tianren/test -> origin/tianren/test 2025-12-04T08:43:43.1898430Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-12-04T08:43:43.1899590Z * [new branch] tmp -> origin/tmp 2025-12-04T08:43:43.1900846Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-12-04T08:43:43.1902151Z * [new branch] torchtitan_integration -> origin/torchtitan_integration 2025-12-04T08:43:43.1903358Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-12-04T08:43:43.1904595Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-12-04T08:43:43.1905658Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-12-04T08:43:43.1906824Z * [new branch] triton_kernel -> origin/triton_kernel 2025-12-04T08:43:43.1908006Z * [new branch] tt_pkg_1908 -> origin/tt_pkg_1908 2025-12-04T08:43:43.1909187Z * [new branch] type_dec -> origin/type_dec 2025-12-04T08:43:43.1910461Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-12-04T08:43:43.1912115Z * [new branch] update-audio-commit-hash/17630256502-1803-1 -> origin/update-audio-commit-hash/17630256502-1803-1 2025-12-04T08:43:43.1913250Z * [new branch] update-audio-commit-hash/19087141161-1916-1 -> origin/update-audio-commit-hash/19087141161-1916-1 2025-12-04T08:43:43.1914363Z * [new branch] update-audio-commit-hash/19250643381-1929-1 -> origin/update-audio-commit-hash/19250643381-1929-1 2025-12-04T08:43:43.1915324Z * [new branch] update-audio-commit-hash/19397724337-1935-1 -> origin/update-audio-commit-hash/19397724337-1935-1 2025-12-04T08:43:43.1916487Z * [new branch] update-audio-commit-hash/19555670148-1941-1 -> origin/update-audio-commit-hash/19555670148-1941-1 2025-12-04T08:43:43.1917794Z * [new branch] update-audio-commit-hash/19750627930-1946-1 -> origin/update-audio-commit-hash/19750627930-1946-1 2025-12-04T08:43:43.1919437Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-12-04T08:43:43.1920938Z * [new branch] update-vision-commit-hash/19087141161-1916-1 -> origin/update-vision-commit-hash/19087141161-1916-1 2025-12-04T08:43:43.1921905Z * [new branch] update-vision-commit-hash/19184897099-1925-1 -> origin/update-vision-commit-hash/19184897099-1925-1 2025-12-04T08:43:43.1923020Z * [new branch] update-vision-commit-hash/19250643381-1929-1 -> origin/update-vision-commit-hash/19250643381-1929-1 2025-12-04T08:43:43.1924283Z * [new branch] update-vision-commit-hash/19381328640-1934-1 -> origin/update-vision-commit-hash/19381328640-1934-1 2025-12-04T08:43:43.1925237Z * [new branch] update-vision-commit-hash/19485237164-1938-1 -> origin/update-vision-commit-hash/19485237164-1938-1 2025-12-04T08:43:43.1926890Z * [new branch] update-vllm-commit-hash/18451675449-1879-1 -> origin/update-vllm-commit-hash/18451675449-1879-1 2025-12-04T08:43:43.1927964Z * [new branch] update-vllm-dockerfile -> origin/update-vllm-dockerfile 2025-12-04T08:43:43.1929571Z * [new branch] update-xla-commit-hash/19224287370-211-1 -> origin/update-xla-commit-hash/19224287370-211-1 2025-12-04T08:43:43.1930606Z * [new branch] update-xla-commit-hash/19422028566-212-1 -> origin/update-xla-commit-hash/19422028566-212-1 2025-12-04T08:43:43.1932094Z * [new branch] update-xla-commit-hash/19626841311-213-1 -> origin/update-xla-commit-hash/19626841311-213-1 2025-12-04T08:43:43.1933344Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-12-04T08:43:43.1934435Z * [new branch] update_operator_readme -> origin/update_operator_readme 2025-12-04T08:43:43.1936154Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-12-04T08:43:43.1937379Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-12-04T08:43:43.1938565Z * [new branch] update_slow_tests_1762155677 -> origin/update_slow_tests_1762155677 2025-12-04T08:43:43.1939742Z * [new branch] update_slow_tests_1763365283 -> origin/update_slow_tests_1763365283 2025-12-04T08:43:43.1940959Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-12-04T08:43:43.1942184Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-12-04T08:43:43.1943337Z * [new branch] update_submodule_tensorpipe -> origin/update_submodule_tensorpipe 2025-12-04T08:43:43.1944576Z * [new branch] upload-tests-for-autorevert -> origin/upload-tests-for-autorevert 2025-12-04T08:43:43.1945763Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-12-04T08:43:43.1947054Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-12-04T08:43:43.1948311Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-12-04T08:43:43.1949504Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-12-04T08:43:43.1951212Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-12-04T08:43:43.1952477Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-12-04T08:43:43.1953732Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-12-04T08:43:43.1954975Z * [new branch] validate_fn -> origin/validate_fn 2025-12-04T08:43:43.1956384Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-12-04T08:43:43.1957665Z * [new branch] validations_2.8 -> origin/validations_2.8 2025-12-04T08:43:43.1958852Z * [new branch] varlen-api -> origin/varlen-api 2025-12-04T08:43:43.1960082Z * [new branch] varlen-api-backup -> origin/varlen-api-backup 2025-12-04T08:43:43.1961266Z * [new branch] varlen_batch_invariance -> origin/varlen_batch_invariance 2025-12-04T08:43:43.1962654Z * [new branch] viable/strict -> origin/viable/strict 2025-12-04T08:43:43.1964435Z * [new branch] vishal9-team/dtensor_parallelism_toy -> origin/vishal9-team/dtensor_parallelism_toy 2025-12-04T08:43:43.1965474Z * [new branch] vllmbuildci -> origin/vllmbuildci 2025-12-04T08:43:43.1966681Z * [new branch] vllmpin -> origin/vllmpin 2025-12-04T08:43:43.1968014Z * [new branch] vscode-recommend-pyrefly -> origin/vscode-recommend-pyrefly 2025-12-04T08:43:43.1969217Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-12-04T08:43:43.1970845Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-12-04T08:43:43.1972468Z * [new branch] whc/pei -> origin/whc/pei 2025-12-04T08:43:43.1973540Z * [new branch] whc/pp_fix -> origin/whc/pp_fix 2025-12-04T08:43:43.1974681Z * [new branch] whc/sharding -> origin/whc/sharding 2025-12-04T08:43:43.1975690Z * [new branch] whc/sharding2 -> origin/whc/sharding2 2025-12-04T08:43:43.1976734Z * [new branch] whc/uneven -> origin/whc/uneven 2025-12-04T08:43:43.1978179Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-12-04T08:43:43.1979379Z * [new branch] win_warnings -> origin/win_warnings 2025-12-04T08:43:43.1980574Z * [new branch] windows_libtorch_free -> origin/windows_libtorch_free 2025-12-04T08:43:43.1981678Z * [new branch] xmfan-war -> origin/xmfan-war 2025-12-04T08:43:43.1983186Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-12-04T08:43:43.1984344Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-12-04T08:43:43.1985516Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-12-04T08:43:43.1986243Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-12-04T08:43:43.1987446Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-12-04T08:43:43.1988359Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-12-04T08:43:43.1989882Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-12-04T08:43:43.1991168Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-12-04T08:43:43.1992554Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-12-04T08:43:43.1993694Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-12-04T08:43:43.1994818Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-12-04T08:43:43.1995775Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-12-04T08:43:43.1996948Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-12-04T08:43:43.1998000Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-12-04T08:43:43.1999135Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-12-04T08:43:43.2000604Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-12-04T08:43:43.2001751Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-12-04T08:43:43.2002774Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-12-04T08:43:43.2003987Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-12-04T08:43:43.2005061Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-12-04T08:43:43.2006206Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-12-04T08:43:43.2007437Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-12-04T08:43:43.2008756Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T08:43:43.2009760Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-12-04T08:43:43.2010710Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-12-04T08:43:43.2011759Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-12-04T08:43:43.2012944Z * [new branch] xmfan/test -> origin/xmfan/test 2025-12-04T08:43:43.2014531Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-12-04T08:43:43.2015546Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-12-04T08:43:43.2016645Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-12-04T08:43:43.2018075Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-12-04T08:43:43.2019236Z * [new branch] yiming/run_with_start_end_rng_hop -> origin/yiming/run_with_start_end_rng_hop 2025-12-04T08:43:43.2020394Z * [new branch] yolo-llama3 -> origin/yolo-llama3 2025-12-04T08:43:43.2022318Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-12-04T08:43:43.2023570Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-12-04T08:43:43.2024743Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-12-04T08:43:43.2025680Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-12-04T08:43:43.2027010Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-12-04T08:43:43.2028155Z * [new branch] zb2p -> origin/zb2p 2025-12-04T08:43:43.2029494Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-12-04T08:43:43.2031175Z * [new branch] zhxchen17/ci/vllm_lora_oom -> origin/zhxchen17/ci/vllm_lora_oom 2025-12-04T08:43:43.2032342Z * [new branch] zhxchen17/ci/vllm_multimodal_oom -> origin/zhxchen17/ci/vllm_multimodal_oom 2025-12-04T08:43:43.2033372Z * [new branch] zhxchen17/ci/vllm_pin -> origin/zhxchen17/ci/vllm_pin 2025-12-04T08:43:43.2035022Z * [new branch] zhxchen17/dynamo/unsafe_drop_all_guards -> origin/zhxchen17/dynamo/unsafe_drop_all_guards 2025-12-04T08:43:43.2036339Z * [new branch] zhxchen17/export/call_override -> origin/zhxchen17/export/call_override 2025-12-04T08:43:43.2037361Z * [new branch] zhxchen17/export/codemod1 -> origin/zhxchen17/export/codemod1 2025-12-04T08:43:43.2038526Z * [new branch] zhxchen17/export/ctx_return -> origin/zhxchen17/export/ctx_return 2025-12-04T08:43:43.2039870Z * [new branch] zhxchen17/export/disable_side_effect_warn -> origin/zhxchen17/export/disable_side_effect_warn 2025-12-04T08:43:43.2040877Z * [new branch] zhxchen17/export/pytree_check -> origin/zhxchen17/export/pytree_check 2025-12-04T08:43:43.2042262Z * [new branch] zhxchen17/precompile/aoti -> origin/zhxchen17/precompile/aoti 2025-12-04T08:43:43.2043477Z * [new branch] zhxchen17/precompile/globals -> origin/zhxchen17/precompile/globals 2025-12-04T08:43:43.2044692Z * [new branch] zhxchen17/precompile/inductor_guards -> origin/zhxchen17/precompile/inductor_guards 2025-12-04T08:43:43.2045994Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-12-04T08:43:43.2047229Z * [new branch] zhxchen17/torch_export_api_update -> origin/zhxchen17/torch_export_api_update 2025-12-04T08:43:43.2048746Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-12-04T08:43:43.2050265Z * [new branch] zxiiro/build-times -> origin/zxiiro/build-times 2025-12-04T08:43:43.2051414Z * [new branch] zxiiro/c7i.2xlarge -> origin/zxiiro/c7i.2xlarge 2025-12-04T08:43:43.2052594Z * [new branch] zxiiro/c7i.2xlarge.h100 -> origin/zxiiro/c7i.2xlarge.h100 2025-12-04T08:43:43.2053658Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-12-04T08:43:43.2054888Z * [new branch] zxiiro/risc64 -> origin/zxiiro/risc64 2025-12-04T08:43:43.2056066Z * [new branch] zxiiro/test-multicloud-arc -> origin/zxiiro/test-multicloud-arc 2025-12-04T08:43:43.2057242Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-12-04T08:43:43.2057887Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-12-04T08:43:43.2058938Z * [new tag] ciflow/b200/115316 -> ciflow/b200/115316 2025-12-04T08:43:43.2060125Z * [new tag] ciflow/b200/160685 -> ciflow/b200/160685 2025-12-04T08:43:43.2060770Z * [new tag] ciflow/b200/161607 -> ciflow/b200/161607 2025-12-04T08:43:43.2061468Z * [new tag] ciflow/b200/161938 -> ciflow/b200/161938 2025-12-04T08:43:43.2062466Z * [new tag] ciflow/b200/167207 -> ciflow/b200/167207 2025-12-04T08:43:43.2063023Z * [new tag] ciflow/b200/167989 -> ciflow/b200/167989 2025-12-04T08:43:43.2063953Z * [new tag] ciflow/b200/168096 -> ciflow/b200/168096 2025-12-04T08:43:43.2064686Z * [new tag] ciflow/b200/168175 -> ciflow/b200/168175 2025-12-04T08:43:43.2065417Z * [new tag] ciflow/b200/168195 -> ciflow/b200/168195 2025-12-04T08:43:43.2066464Z * [new tag] ciflow/b200/169200 -> ciflow/b200/169200 2025-12-04T08:43:43.2067115Z * [new tag] ciflow/b200/169216 -> ciflow/b200/169216 2025-12-04T08:43:43.2068327Z * [new tag] ciflow/b200/169380 -> ciflow/b200/169380 2025-12-04T08:43:43.2069367Z * [new tag] ciflow/b200/169412 -> ciflow/b200/169412 2025-12-04T08:43:43.2070310Z * [new tag] ciflow/b200/169470 -> ciflow/b200/169470 2025-12-04T08:43:43.2071123Z * [new tag] ciflow/b200/169471 -> ciflow/b200/169471 2025-12-04T08:43:43.2074751Z * [new tag] ciflow/b200/169472 -> ciflow/b200/169472 2025-12-04T08:43:43.2075830Z * [new tag] ciflow/b200/169514 -> ciflow/b200/169514 2025-12-04T08:43:43.2076457Z * [new tag] ciflow/b200/169517 -> ciflow/b200/169517 2025-12-04T08:43:43.2077529Z * [new tag] ciflow/binaries/165922 -> ciflow/binaries/165922 2025-12-04T08:43:43.2078196Z * [new tag] ciflow/binaries/169510 -> ciflow/binaries/169510 2025-12-04T08:43:43.2079275Z * [new tag] ciflow/binaries_wheel/157994 -> ciflow/binaries_wheel/157994 2025-12-04T08:43:43.2080308Z * [new tag] ciflow/binaries_wheel/166829 -> ciflow/binaries_wheel/166829 2025-12-04T08:43:43.2080973Z * [new tag] ciflow/binaries_wheel/167972 -> ciflow/binaries_wheel/167972 2025-12-04T08:43:43.2081900Z * [new tag] ciflow/binaries_wheel/167981 -> ciflow/binaries_wheel/167981 2025-12-04T08:43:43.2082596Z * [new tag] ciflow/dynamo/167695 -> ciflow/dynamo/167695 2025-12-04T08:43:43.2083518Z * [new tag] ciflow/dynamo/168096 -> ciflow/dynamo/168096 2025-12-04T08:43:43.2084572Z * [new tag] ciflow/h100-cutlass-backend/161938 -> ciflow/h100-cutlass-backend/161938 2025-12-04T08:43:43.2085253Z * [new tag] ciflow/h100-cutlass-backend/161940 -> ciflow/h100-cutlass-backend/161940 2025-12-04T08:43:43.2086266Z * [new tag] ciflow/h100-distributed/168923 -> ciflow/h100-distributed/168923 2025-12-04T08:43:43.2086966Z * [new tag] ciflow/h100-symm-mem/167552 -> ciflow/h100-symm-mem/167552 2025-12-04T08:43:43.2087685Z * [new tag] ciflow/h100-symm-mem/168129 -> ciflow/h100-symm-mem/168129 2025-12-04T08:43:43.2088376Z * [new tag] ciflow/h100-symm-mem/168917 -> ciflow/h100-symm-mem/168917 2025-12-04T08:43:43.2089475Z * [new tag] ciflow/h100-symm-mem/169156 -> ciflow/h100-symm-mem/169156 2025-12-04T08:43:43.2090100Z * [new tag] ciflow/h100-symm-mem/169200 -> ciflow/h100-symm-mem/169200 2025-12-04T08:43:43.2090807Z * [new tag] ciflow/h100-symm-mem/169216 -> ciflow/h100-symm-mem/169216 2025-12-04T08:43:43.2091519Z * [new tag] ciflow/h100-symm-mem/169338 -> ciflow/h100-symm-mem/169338 2025-12-04T08:43:43.2092456Z * [new tag] ciflow/h100-symm-mem/169355 -> ciflow/h100-symm-mem/169355 2025-12-04T08:43:43.2093061Z * [new tag] ciflow/h100-symm-mem/169543 -> ciflow/h100-symm-mem/169543 2025-12-04T08:43:43.2093944Z * [new tag] ciflow/h100/115316 -> ciflow/h100/115316 2025-12-04T08:43:43.2094607Z * [new tag] ciflow/h100/160685 -> ciflow/h100/160685 2025-12-04T08:43:43.2095278Z * [new tag] ciflow/h100/160729 -> ciflow/h100/160729 2025-12-04T08:43:43.2095975Z * [new tag] ciflow/h100/161607 -> ciflow/h100/161607 2025-12-04T08:43:43.2096686Z * [new tag] ciflow/h100/161938 -> ciflow/h100/161938 2025-12-04T08:43:43.2097381Z * [new tag] ciflow/h100/167207 -> ciflow/h100/167207 2025-12-04T08:43:43.2098067Z * [new tag] ciflow/h100/167989 -> ciflow/h100/167989 2025-12-04T08:43:43.2098774Z * [new tag] ciflow/h100/168096 -> ciflow/h100/168096 2025-12-04T08:43:43.2099563Z * [new tag] ciflow/h100/168175 -> ciflow/h100/168175 2025-12-04T08:43:43.2100172Z * [new tag] ciflow/h100/168195 -> ciflow/h100/168195 2025-12-04T08:43:43.2101079Z * [new tag] ciflow/h100/168980 -> ciflow/h100/168980 2025-12-04T08:43:43.2102042Z * [new tag] ciflow/h100/169200 -> ciflow/h100/169200 2025-12-04T08:43:43.2103024Z * [new tag] ciflow/h100/169216 -> ciflow/h100/169216 2025-12-04T08:43:43.2103921Z * [new tag] ciflow/h100/169380 -> ciflow/h100/169380 2025-12-04T08:43:43.2104598Z * [new tag] ciflow/h100/169412 -> ciflow/h100/169412 2025-12-04T08:43:43.2105842Z * [new tag] ciflow/h100/169470 -> ciflow/h100/169470 2025-12-04T08:43:43.2106658Z * [new tag] ciflow/h100/169471 -> ciflow/h100/169471 2025-12-04T08:43:43.2107398Z * [new tag] ciflow/h100/169472 -> ciflow/h100/169472 2025-12-04T08:43:43.2108157Z * [new tag] ciflow/h100/169514 -> ciflow/h100/169514 2025-12-04T08:43:43.2109148Z * [new tag] ciflow/inductor-cu126/168096 -> ciflow/inductor-cu126/168096 2025-12-04T08:43:43.2110369Z * [new tag] ciflow/inductor-micro-benchmark-cpu-x86/168096 -> ciflow/inductor-micro-benchmark-cpu-x86/168096 2025-12-04T08:43:43.2111094Z * [new tag] ciflow/inductor-micro-benchmark/166165 -> ciflow/inductor-micro-benchmark/166165 2025-12-04T08:43:43.2111801Z * [new tag] ciflow/inductor-micro-benchmark/168096 -> ciflow/inductor-micro-benchmark/168096 2025-12-04T08:43:43.2112750Z * [new tag] ciflow/inductor-perf-compare/168096 -> ciflow/inductor-perf-compare/168096 2025-12-04T08:43:43.2114090Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/168073 -> ciflow/inductor-perf-test-nightly-rocm-mi300/168073 2025-12-04T08:43:43.2114926Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/168096 -> ciflow/inductor-perf-test-nightly-rocm-mi300/168096 2025-12-04T08:43:43.2115539Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi300/169024 -> ciflow/inductor-perf-test-nightly-rocm-mi300/169024 2025-12-04T08:43:43.2116365Z * [new tag] ciflow/inductor-perf-test-nightly-rocm-mi355/169024 -> ciflow/inductor-perf-test-nightly-rocm-mi355/169024 2025-12-04T08:43:43.2117288Z * [new tag] ciflow/inductor-perf-test-nightly/168096 -> ciflow/inductor-perf-test-nightly/168096 2025-12-04T08:43:43.2118092Z * [new tag] ciflow/inductor-periodic/168096 -> ciflow/inductor-periodic/168096 2025-12-04T08:43:43.2118812Z * [new tag] ciflow/inductor-periodic/169024 -> ciflow/inductor-periodic/169024 2025-12-04T08:43:43.2119620Z * [new tag] ciflow/inductor-periodic/169425 -> ciflow/inductor-periodic/169425 2025-12-04T08:43:43.2120754Z * [new tag] ciflow/inductor-rocm-mi200/165545 -> ciflow/inductor-rocm-mi200/165545 2025-12-04T08:43:43.2121564Z * [new tag] ciflow/inductor-rocm-mi200/165997 -> ciflow/inductor-rocm-mi200/165997 2025-12-04T08:43:43.2122283Z * [new tag] ciflow/inductor-rocm-mi200/168096 -> ciflow/inductor-rocm-mi200/168096 2025-12-04T08:43:43.2123094Z * [new tag] ciflow/inductor-rocm-mi200/169063 -> ciflow/inductor-rocm-mi200/169063 2025-12-04T08:43:43.2123996Z * [new tag] ciflow/inductor-rocm-mi200/169425 -> ciflow/inductor-rocm-mi200/169425 2025-12-04T08:43:43.2124833Z * [new tag] ciflow/inductor-rocm-mi300/165545 -> ciflow/inductor-rocm-mi300/165545 2025-12-04T08:43:43.2125523Z * [new tag] ciflow/inductor-rocm-mi300/168096 -> ciflow/inductor-rocm-mi300/168096 2025-12-04T08:43:43.2126225Z * [new tag] ciflow/inductor-rocm-mi300/169063 -> ciflow/inductor-rocm-mi300/169063 2025-12-04T08:43:43.2127047Z * [new tag] ciflow/inductor-rocm-mi300/169425 -> ciflow/inductor-rocm-mi300/169425 2025-12-04T08:43:43.2128012Z * [new tag] ciflow/inductor-rocm/162052 -> ciflow/inductor-rocm/162052 2025-12-04T08:43:43.2128638Z * [new tag] ciflow/inductor-rocm/168971 -> ciflow/inductor-rocm/168971 2025-12-04T08:43:43.2129610Z * [new tag] ciflow/inductor-windows/168096 -> ciflow/inductor-windows/168096 2025-12-04T08:43:43.2130344Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-12-04T08:43:43.2131054Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-12-04T08:43:43.2131760Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-12-04T08:43:43.2132653Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-12-04T08:43:43.2133307Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-12-04T08:43:43.2134009Z * [new tag] ciflow/inductor/157149 -> ciflow/inductor/157149 2025-12-04T08:43:43.2134704Z * [new tag] ciflow/inductor/157994 -> ciflow/inductor/157994 2025-12-04T08:43:43.2135416Z * [new tag] ciflow/inductor/160174 -> ciflow/inductor/160174 2025-12-04T08:43:43.2136111Z * [new tag] ciflow/inductor/160685 -> ciflow/inductor/160685 2025-12-04T08:43:43.2136829Z * [new tag] ciflow/inductor/160686 -> ciflow/inductor/160686 2025-12-04T08:43:43.2137533Z * [new tag] ciflow/inductor/160687 -> ciflow/inductor/160687 2025-12-04T08:43:43.2138558Z * [new tag] ciflow/inductor/160688 -> ciflow/inductor/160688 2025-12-04T08:43:43.2139564Z * [new tag] ciflow/inductor/160706 -> ciflow/inductor/160706 2025-12-04T08:43:43.2140503Z * [new tag] ciflow/inductor/160729 -> ciflow/inductor/160729 2025-12-04T08:43:43.2141227Z * [new tag] ciflow/inductor/161938 -> ciflow/inductor/161938 2025-12-04T08:43:43.2141982Z * [new tag] ciflow/inductor/161939 -> ciflow/inductor/161939 2025-12-04T08:43:43.2142706Z * [new tag] ciflow/inductor/161940 -> ciflow/inductor/161940 2025-12-04T08:43:43.2143598Z * [new tag] ciflow/inductor/162052 -> ciflow/inductor/162052 2025-12-04T08:43:43.2144274Z * [new tag] ciflow/inductor/162275 -> ciflow/inductor/162275 2025-12-04T08:43:43.2145010Z * [new tag] ciflow/inductor/162795 -> ciflow/inductor/162795 2025-12-04T08:43:43.2146010Z * [new tag] ciflow/inductor/163245 -> ciflow/inductor/163245 2025-12-04T08:43:43.2146701Z * [new tag] ciflow/inductor/163335 -> ciflow/inductor/163335 2025-12-04T08:43:43.2147430Z * [new tag] ciflow/inductor/163503 -> ciflow/inductor/163503 2025-12-04T08:43:43.2148210Z * [new tag] ciflow/inductor/163942 -> ciflow/inductor/163942 2025-12-04T08:43:43.2149150Z * [new tag] ciflow/inductor/165270 -> ciflow/inductor/165270 2025-12-04T08:43:43.2149815Z * [new tag] ciflow/inductor/165274 -> ciflow/inductor/165274 2025-12-04T08:43:43.2150552Z * [new tag] ciflow/inductor/165322 -> ciflow/inductor/165322 2025-12-04T08:43:43.2151314Z * [new tag] ciflow/inductor/165597 -> ciflow/inductor/165597 2025-12-04T08:43:43.2152032Z * [new tag] ciflow/inductor/166063 -> ciflow/inductor/166063 2025-12-04T08:43:43.2152777Z * [new tag] ciflow/inductor/166075 -> ciflow/inductor/166075 2025-12-04T08:43:43.2153519Z * [new tag] ciflow/inductor/166165 -> ciflow/inductor/166165 2025-12-04T08:43:43.2154554Z * [new tag] ciflow/inductor/166254 -> ciflow/inductor/166254 2025-12-04T08:43:43.2155263Z * [new tag] ciflow/inductor/166483 -> ciflow/inductor/166483 2025-12-04T08:43:43.2155980Z * [new tag] ciflow/inductor/166494 -> ciflow/inductor/166494 2025-12-04T08:43:43.2156706Z * [new tag] ciflow/inductor/166545 -> ciflow/inductor/166545 2025-12-04T08:43:43.2157492Z * [new tag] ciflow/inductor/166788 -> ciflow/inductor/166788 2025-12-04T08:43:43.2158413Z * [new tag] ciflow/inductor/166846 -> ciflow/inductor/166846 2025-12-04T08:43:43.2159078Z * [new tag] ciflow/inductor/167300 -> ciflow/inductor/167300 2025-12-04T08:43:43.2159834Z * [new tag] ciflow/inductor/167407 -> ciflow/inductor/167407 2025-12-04T08:43:43.2160766Z * [new tag] ciflow/inductor/167536 -> ciflow/inductor/167536 2025-12-04T08:43:43.2161431Z * [new tag] ciflow/inductor/167552 -> ciflow/inductor/167552 2025-12-04T08:43:43.2162198Z * [new tag] ciflow/inductor/167555 -> ciflow/inductor/167555 2025-12-04T08:43:43.2163102Z * [new tag] ciflow/inductor/167583 -> ciflow/inductor/167583 2025-12-04T08:43:43.2163921Z * [new tag] ciflow/inductor/167599 -> ciflow/inductor/167599 2025-12-04T08:43:43.2165098Z * [new tag] ciflow/inductor/167647 -> ciflow/inductor/167647 2025-12-04T08:43:43.2165766Z * [new tag] ciflow/inductor/167677 -> ciflow/inductor/167677 2025-12-04T08:43:43.2166522Z * [new tag] ciflow/inductor/167680 -> ciflow/inductor/167680 2025-12-04T08:43:43.2167251Z * [new tag] ciflow/inductor/167695 -> ciflow/inductor/167695 2025-12-04T08:43:43.2167998Z * [new tag] ciflow/inductor/167742 -> ciflow/inductor/167742 2025-12-04T08:43:43.2168922Z * [new tag] ciflow/inductor/167768 -> ciflow/inductor/167768 2025-12-04T08:43:43.2169931Z * [new tag] ciflow/inductor/167773 -> ciflow/inductor/167773 2025-12-04T08:43:43.2170613Z * [new tag] ciflow/inductor/167781 -> ciflow/inductor/167781 2025-12-04T08:43:43.2171708Z * [new tag] ciflow/inductor/167880 -> ciflow/inductor/167880 2025-12-04T08:43:43.2172361Z * [new tag] ciflow/inductor/167887 -> ciflow/inductor/167887 2025-12-04T08:43:43.2173116Z * [new tag] ciflow/inductor/167972 -> ciflow/inductor/167972 2025-12-04T08:43:43.2173866Z * [new tag] ciflow/inductor/167989 -> ciflow/inductor/167989 2025-12-04T08:43:43.2174597Z * [new tag] ciflow/inductor/168002 -> ciflow/inductor/168002 2025-12-04T08:43:43.2175341Z * [new tag] ciflow/inductor/168050 -> ciflow/inductor/168050 2025-12-04T08:43:43.2176106Z * [new tag] ciflow/inductor/168051 -> ciflow/inductor/168051 2025-12-04T08:43:43.2176853Z * [new tag] ciflow/inductor/168052 -> ciflow/inductor/168052 2025-12-04T08:43:43.2177592Z * [new tag] ciflow/inductor/168073 -> ciflow/inductor/168073 2025-12-04T08:43:43.2178349Z * [new tag] ciflow/inductor/168096 -> ciflow/inductor/168096 2025-12-04T08:43:43.2179085Z * [new tag] ciflow/inductor/168114 -> ciflow/inductor/168114 2025-12-04T08:43:43.2179821Z * [new tag] ciflow/inductor/168115 -> ciflow/inductor/168115 2025-12-04T08:43:43.2180571Z * [new tag] ciflow/inductor/168127 -> ciflow/inductor/168127 2025-12-04T08:43:43.2181295Z * [new tag] ciflow/inductor/168129 -> ciflow/inductor/168129 2025-12-04T08:43:43.2182038Z * [new tag] ciflow/inductor/168157 -> ciflow/inductor/168157 2025-12-04T08:43:43.2182780Z * [new tag] ciflow/inductor/168175 -> ciflow/inductor/168175 2025-12-04T08:43:43.2183678Z * [new tag] ciflow/inductor/168185 -> ciflow/inductor/168185 2025-12-04T08:43:43.2184305Z * [new tag] ciflow/inductor/168195 -> ciflow/inductor/168195 2025-12-04T08:43:43.2185016Z * [new tag] ciflow/inductor/168209 -> ciflow/inductor/168209 2025-12-04T08:43:43.2185752Z * [new tag] ciflow/inductor/168266 -> ciflow/inductor/168266 2025-12-04T08:43:43.2186493Z * [new tag] ciflow/inductor/168316 -> ciflow/inductor/168316 2025-12-04T08:43:43.2187457Z * [new tag] ciflow/inductor/168326 -> ciflow/inductor/168326 2025-12-04T08:43:43.2188137Z * [new tag] ciflow/inductor/168368 -> ciflow/inductor/168368 2025-12-04T08:43:43.2188913Z * [new tag] ciflow/inductor/168894 -> ciflow/inductor/168894 2025-12-04T08:43:43.2189654Z * [new tag] ciflow/inductor/168934 -> ciflow/inductor/168934 2025-12-04T08:43:43.2190408Z * [new tag] ciflow/inductor/168939 -> ciflow/inductor/168939 2025-12-04T08:43:43.2191159Z * [new tag] ciflow/inductor/168946 -> ciflow/inductor/168946 2025-12-04T08:43:43.2191883Z * [new tag] ciflow/inductor/168950 -> ciflow/inductor/168950 2025-12-04T08:43:43.2192627Z * [new tag] ciflow/inductor/168951 -> ciflow/inductor/168951 2025-12-04T08:43:43.2193569Z * [new tag] ciflow/inductor/168952 -> ciflow/inductor/168952 2025-12-04T08:43:43.2194616Z * [new tag] ciflow/inductor/168955 -> ciflow/inductor/168955 2025-12-04T08:43:43.2195035Z * [new tag] ciflow/inductor/168971 -> ciflow/inductor/168971 2025-12-04T08:43:43.2195725Z * [new tag] ciflow/inductor/168979 -> ciflow/inductor/168979 2025-12-04T08:43:43.2196460Z * [new tag] ciflow/inductor/168980 -> ciflow/inductor/168980 2025-12-04T08:43:43.2197439Z * [new tag] ciflow/inductor/168983 -> ciflow/inductor/168983 2025-12-04T08:43:43.2198115Z * [new tag] ciflow/inductor/169006 -> ciflow/inductor/169006 2025-12-04T08:43:43.2198833Z * [new tag] ciflow/inductor/169023 -> ciflow/inductor/169023 2025-12-04T08:43:43.2199590Z * [new tag] ciflow/inductor/169024 -> ciflow/inductor/169024 2025-12-04T08:43:43.2200503Z * [new tag] ciflow/inductor/169025 -> ciflow/inductor/169025 2025-12-04T08:43:43.2201155Z * [new tag] ciflow/inductor/169066 -> ciflow/inductor/169066 2025-12-04T08:43:43.2201897Z * [new tag] ciflow/inductor/169091 -> ciflow/inductor/169091 2025-12-04T08:43:43.2202672Z * [new tag] ciflow/inductor/169102 -> ciflow/inductor/169102 2025-12-04T08:43:43.2203479Z * [new tag] ciflow/inductor/169103 -> ciflow/inductor/169103 2025-12-04T08:43:43.2204362Z * [new tag] ciflow/inductor/169121 -> ciflow/inductor/169121 2025-12-04T08:43:43.2205049Z * [new tag] ciflow/inductor/169134 -> ciflow/inductor/169134 2025-12-04T08:43:43.2205767Z * [new tag] ciflow/inductor/169135 -> ciflow/inductor/169135 2025-12-04T08:43:43.2206631Z * [new tag] ciflow/inductor/169141 -> ciflow/inductor/169141 2025-12-04T08:43:43.2207307Z * [new tag] ciflow/inductor/169151 -> ciflow/inductor/169151 2025-12-04T08:43:43.2208247Z * [new tag] ciflow/inductor/169161 -> ciflow/inductor/169161 2025-12-04T08:43:43.2208924Z * [new tag] ciflow/inductor/169167 -> ciflow/inductor/169167 2025-12-04T08:43:43.2209931Z * [new tag] ciflow/inductor/169177 -> ciflow/inductor/169177 2025-12-04T08:43:43.2210791Z * [new tag] ciflow/inductor/169185 -> ciflow/inductor/169185 2025-12-04T08:43:43.2211508Z * [new tag] ciflow/inductor/169196 -> ciflow/inductor/169196 2025-12-04T08:43:43.2212306Z * [new tag] ciflow/inductor/169200 -> ciflow/inductor/169200 2025-12-04T08:43:43.2213003Z * [new tag] ciflow/inductor/169204 -> ciflow/inductor/169204 2025-12-04T08:43:43.2213732Z * [new tag] ciflow/inductor/169216 -> ciflow/inductor/169216 2025-12-04T08:43:43.2214991Z * [new tag] ciflow/inductor/169219 -> ciflow/inductor/169219 2025-12-04T08:43:43.2215626Z * [new tag] ciflow/inductor/169220 -> ciflow/inductor/169220 2025-12-04T08:43:43.2216605Z * [new tag] ciflow/inductor/169230 -> ciflow/inductor/169230 2025-12-04T08:43:43.2217345Z * [new tag] ciflow/inductor/169242 -> ciflow/inductor/169242 2025-12-04T08:43:43.2218270Z * [new tag] ciflow/inductor/169245 -> ciflow/inductor/169245 2025-12-04T08:43:43.2219255Z * [new tag] ciflow/inductor/169260 -> ciflow/inductor/169260 2025-12-04T08:43:43.2219906Z * [new tag] ciflow/inductor/169282 -> ciflow/inductor/169282 2025-12-04T08:43:43.2220649Z * [new tag] ciflow/inductor/169286 -> ciflow/inductor/169286 2025-12-04T08:43:43.2221419Z * [new tag] ciflow/inductor/169299 -> ciflow/inductor/169299 2025-12-04T08:43:43.2222367Z * [new tag] ciflow/inductor/169304 -> ciflow/inductor/169304 2025-12-04T08:43:43.2223714Z * [new tag] ciflow/inductor/169305 -> ciflow/inductor/169305 2025-12-04T08:43:43.2224370Z * [new tag] ciflow/inductor/169308 -> ciflow/inductor/169308 2025-12-04T08:43:43.2225133Z * [new tag] ciflow/inductor/169319 -> ciflow/inductor/169319 2025-12-04T08:43:43.2225910Z * [new tag] ciflow/inductor/169326 -> ciflow/inductor/169326 2025-12-04T08:43:43.2226654Z * [new tag] ciflow/inductor/169332 -> ciflow/inductor/169332 2025-12-04T08:43:43.2227411Z * [new tag] ciflow/inductor/169333 -> ciflow/inductor/169333 2025-12-04T08:43:43.2228489Z * [new tag] ciflow/inductor/169336 -> ciflow/inductor/169336 2025-12-04T08:43:43.2229153Z * [new tag] ciflow/inductor/169340 -> ciflow/inductor/169340 2025-12-04T08:43:43.2229913Z * [new tag] ciflow/inductor/169341 -> ciflow/inductor/169341 2025-12-04T08:43:43.2230785Z * [new tag] ciflow/inductor/169343 -> ciflow/inductor/169343 2025-12-04T08:43:43.2231454Z * [new tag] ciflow/inductor/169346 -> ciflow/inductor/169346 2025-12-04T08:43:43.2232408Z * [new tag] ciflow/inductor/169348 -> ciflow/inductor/169348 2025-12-04T08:43:43.2233304Z * [new tag] ciflow/inductor/169350 -> ciflow/inductor/169350 2025-12-04T08:43:43.2233985Z * [new tag] ciflow/inductor/169355 -> ciflow/inductor/169355 2025-12-04T08:43:43.2234747Z * [new tag] ciflow/inductor/169370 -> ciflow/inductor/169370 2025-12-04T08:43:43.2235845Z * [new tag] ciflow/inductor/169375 -> ciflow/inductor/169375 2025-12-04T08:43:43.2236520Z * [new tag] ciflow/inductor/169389 -> ciflow/inductor/169389 2025-12-04T08:43:43.2237282Z * [new tag] ciflow/inductor/169391 -> ciflow/inductor/169391 2025-12-04T08:43:43.2238033Z * [new tag] ciflow/inductor/169393 -> ciflow/inductor/169393 2025-12-04T08:43:43.2238921Z * [new tag] ciflow/inductor/169399 -> ciflow/inductor/169399 2025-12-04T08:43:43.2239798Z * [new tag] ciflow/inductor/169400 -> ciflow/inductor/169400 2025-12-04T08:43:43.2240512Z * [new tag] ciflow/inductor/169415 -> ciflow/inductor/169415 2025-12-04T08:43:43.2241257Z * [new tag] ciflow/inductor/169417 -> ciflow/inductor/169417 2025-12-04T08:43:43.2242020Z * [new tag] ciflow/inductor/169418 -> ciflow/inductor/169418 2025-12-04T08:43:43.2243164Z * [new tag] ciflow/inductor/169430 -> ciflow/inductor/169430 2025-12-04T08:43:43.2243842Z * [new tag] ciflow/inductor/169432 -> ciflow/inductor/169432 2025-12-04T08:43:43.2244593Z * [new tag] ciflow/inductor/169436 -> ciflow/inductor/169436 2025-12-04T08:43:43.2245645Z * [new tag] ciflow/inductor/169437 -> ciflow/inductor/169437 2025-12-04T08:43:43.2246307Z * [new tag] ciflow/inductor/169438 -> ciflow/inductor/169438 2025-12-04T08:43:43.2247078Z * [new tag] ciflow/inductor/169441 -> ciflow/inductor/169441 2025-12-04T08:43:43.2247804Z * [new tag] ciflow/inductor/169446 -> ciflow/inductor/169446 2025-12-04T08:43:43.2248836Z * [new tag] ciflow/inductor/169447 -> ciflow/inductor/169447 2025-12-04T08:43:43.2249479Z * [new tag] ciflow/inductor/169452 -> ciflow/inductor/169452 2025-12-04T08:43:43.2250449Z * [new tag] ciflow/inductor/169455 -> ciflow/inductor/169455 2025-12-04T08:43:43.2251151Z * [new tag] ciflow/inductor/169459 -> ciflow/inductor/169459 2025-12-04T08:43:43.2252122Z * [new tag] ciflow/inductor/169463 -> ciflow/inductor/169463 2025-12-04T08:43:43.2252979Z * [new tag] ciflow/inductor/169476 -> ciflow/inductor/169476 2025-12-04T08:43:43.2253663Z * [new tag] ciflow/inductor/169485 -> ciflow/inductor/169485 2025-12-04T08:43:43.2254404Z * [new tag] ciflow/inductor/169493 -> ciflow/inductor/169493 2025-12-04T08:43:43.2255265Z * [new tag] ciflow/inductor/169496 -> ciflow/inductor/169496 2025-12-04T08:43:43.2255961Z * [new tag] ciflow/inductor/169497 -> ciflow/inductor/169497 2025-12-04T08:43:43.2256705Z * [new tag] ciflow/inductor/169503 -> ciflow/inductor/169503 2025-12-04T08:43:43.2257451Z * [new tag] ciflow/inductor/169504 -> ciflow/inductor/169504 2025-12-04T08:43:43.2258690Z * [new tag] ciflow/inductor/169505 -> ciflow/inductor/169505 2025-12-04T08:43:43.2259858Z * [new tag] ciflow/inductor/169508 -> ciflow/inductor/169508 2025-12-04T08:43:43.2260539Z * [new tag] ciflow/inductor/169509 -> ciflow/inductor/169509 2025-12-04T08:43:43.2261319Z * [new tag] ciflow/inductor/169513 -> ciflow/inductor/169513 2025-12-04T08:43:43.2262224Z * [new tag] ciflow/inductor/169514 -> ciflow/inductor/169514 2025-12-04T08:43:43.2262865Z * [new tag] ciflow/inductor/169515 -> ciflow/inductor/169515 2025-12-04T08:43:43.2263613Z * [new tag] ciflow/inductor/169517 -> ciflow/inductor/169517 2025-12-04T08:43:43.2264515Z * [new tag] ciflow/inductor/169519 -> ciflow/inductor/169519 2025-12-04T08:43:43.2265244Z * [new tag] ciflow/inductor/169520 -> ciflow/inductor/169520 2025-12-04T08:43:43.2265973Z * [new tag] ciflow/inductor/169521 -> ciflow/inductor/169521 2025-12-04T08:43:43.2266711Z * [new tag] ciflow/inductor/169524 -> ciflow/inductor/169524 2025-12-04T08:43:43.2267945Z * [new tag] ciflow/inductor/169527 -> ciflow/inductor/169527 2025-12-04T08:43:43.2268618Z * [new tag] ciflow/inductor/169528 -> ciflow/inductor/169528 2025-12-04T08:43:43.2269584Z * [new tag] ciflow/inductor/169532 -> ciflow/inductor/169532 2025-12-04T08:43:43.2270277Z * [new tag] ciflow/inductor/169535 -> ciflow/inductor/169535 2025-12-04T08:43:43.2271156Z * [new tag] ciflow/inductor/169536 -> ciflow/inductor/169536 2025-12-04T08:43:43.2272219Z * [new tag] ciflow/inductor/169547 -> ciflow/inductor/169547 2025-12-04T08:43:43.2272996Z * [new tag] ciflow/inductor/169548 -> ciflow/inductor/169548 2025-12-04T08:43:43.2273664Z * [new tag] ciflow/inductor/169549 -> ciflow/inductor/169549 2025-12-04T08:43:43.2274427Z * [new tag] ciflow/inductor/169551 -> ciflow/inductor/169551 2025-12-04T08:43:43.2275208Z * [new tag] ciflow/inductor/169552 -> ciflow/inductor/169552 2025-12-04T08:43:43.2275958Z * [new tag] ciflow/inductor/169553 -> ciflow/inductor/169553 2025-12-04T08:43:43.2277040Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-12-04T08:43:43.2277963Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-12-04T08:43:43.2278867Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-12-04T08:43:43.2279765Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-12-04T08:43:43.2280402Z * [new tag] ciflow/linux-aarch64/166075 -> ciflow/linux-aarch64/166075 2025-12-04T08:43:43.2281117Z * [new tag] ciflow/linux-aarch64/166876 -> ciflow/linux-aarch64/166876 2025-12-04T08:43:43.2281826Z * [new tag] ciflow/linux-aarch64/167981 -> ciflow/linux-aarch64/167981 2025-12-04T08:43:43.2282733Z * [new tag] ciflow/mps/166254 -> ciflow/mps/166254 2025-12-04T08:43:43.2283419Z * [new tag] ciflow/mps/169017 -> ciflow/mps/169017 2025-12-04T08:43:43.2284419Z * [new tag] ciflow/mps/169372 -> ciflow/mps/169372 2025-12-04T08:43:43.2285035Z * [new tag] ciflow/mps/169478 -> ciflow/mps/169478 2025-12-04T08:43:43.2286030Z * [new tag] ciflow/op-benchmark/157994 -> ciflow/op-benchmark/157994 2025-12-04T08:43:43.2286667Z * [new tag] ciflow/op-benchmark/166075 -> ciflow/op-benchmark/166075 2025-12-04T08:43:43.2287382Z * [new tag] ciflow/op-benchmark/169544 -> ciflow/op-benchmark/169544 2025-12-04T08:43:43.2288378Z * [new tag] ciflow/periodic-rocm-mi200/165997 -> ciflow/periodic-rocm-mi200/165997 2025-12-04T08:43:43.2289145Z * [new tag] ciflow/periodic-rocm-mi200/166517 -> ciflow/periodic-rocm-mi200/166517 2025-12-04T08:43:43.2289844Z * [new tag] ciflow/periodic-rocm-mi200/169063 -> ciflow/periodic-rocm-mi200/169063 2025-12-04T08:43:43.2290610Z * [new tag] ciflow/periodic-rocm-mi200/169425 -> ciflow/periodic-rocm-mi200/169425 2025-12-04T08:43:43.2291392Z * [new tag] ciflow/periodic-rocm-mi300/166517 -> ciflow/periodic-rocm-mi300/166517 2025-12-04T08:43:43.2292148Z * [new tag] ciflow/periodic-rocm-mi300/169063 -> ciflow/periodic-rocm-mi300/169063 2025-12-04T08:43:43.2292859Z * [new tag] ciflow/periodic-rocm-mi300/169425 -> ciflow/periodic-rocm-mi300/169425 2025-12-04T08:43:43.2294072Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-12-04T08:43:43.2294663Z * [new tag] ciflow/periodic/167207 -> ciflow/periodic/167207 2025-12-04T08:43:43.2295584Z * [new tag] ciflow/periodic/167978 -> ciflow/periodic/167978 2025-12-04T08:43:43.2296185Z * [new tag] ciflow/periodic/168096 -> ciflow/periodic/168096 2025-12-04T08:43:43.2296915Z * [new tag] ciflow/periodic/169286 -> ciflow/periodic/169286 2025-12-04T08:43:43.2297939Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-12-04T08:43:43.2298677Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-12-04T08:43:43.2299640Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-12-04T08:43:43.2300975Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-12-04T08:43:43.2302467Z * [new tag] ciflow/periodic/7c648509a7470ace9fb2bae960dd4790f7e943e9 -> ciflow/periodic/7c648509a7470ace9fb2bae960dd4790f7e943e9 2025-12-04T08:43:43.2303349Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-12-04T08:43:43.2304366Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-12-04T08:43:43.2305297Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-12-04T08:43:43.2306192Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-12-04T08:43:43.2307252Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-12-04T08:43:43.2308324Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-12-04T08:43:43.2309297Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-12-04T08:43:43.2310149Z * [new tag] ciflow/pull/167207 -> ciflow/pull/167207 2025-12-04T08:43:43.2311299Z * [new tag] ciflow/quantization-periodic/169207 -> ciflow/quantization-periodic/169207 2025-12-04T08:43:43.2312117Z * [new tag] ciflow/rocm-mi200/165545 -> ciflow/rocm-mi200/165545 2025-12-04T08:43:43.2312740Z * [new tag] ciflow/rocm-mi200/165997 -> ciflow/rocm-mi200/165997 2025-12-04T08:43:43.2313478Z * [new tag] ciflow/rocm-mi200/168096 -> ciflow/rocm-mi200/168096 2025-12-04T08:43:43.2314332Z * [new tag] ciflow/rocm-mi200/168275 -> ciflow/rocm-mi200/168275 2025-12-04T08:43:43.2315062Z * [new tag] ciflow/rocm-mi200/169063 -> ciflow/rocm-mi200/169063 2025-12-04T08:43:43.2315994Z * [new tag] ciflow/rocm-mi200/169356 -> ciflow/rocm-mi200/169356 2025-12-04T08:43:43.2316659Z * [new tag] ciflow/rocm-mi200/169425 -> ciflow/rocm-mi200/169425 2025-12-04T08:43:43.2317692Z * [new tag] ciflow/rocm-mi300/165545 -> ciflow/rocm-mi300/165545 2025-12-04T08:43:43.2318581Z * [new tag] ciflow/rocm-mi300/167157 -> ciflow/rocm-mi300/167157 2025-12-04T08:43:43.2319247Z * [new tag] ciflow/rocm-mi300/168096 -> ciflow/rocm-mi300/168096 2025-12-04T08:43:43.2319975Z * [new tag] ciflow/rocm-mi300/169063 -> ciflow/rocm-mi300/169063 2025-12-04T08:43:43.2320695Z * [new tag] ciflow/rocm-mi300/169425 -> ciflow/rocm-mi300/169425 2025-12-04T08:43:43.2321594Z * [new tag] ciflow/rocm-mi355/167157 -> ciflow/rocm-mi355/167157 2025-12-04T08:43:43.2322313Z * [new tag] ciflow/rocm-mi355/168275 -> ciflow/rocm-mi355/168275 2025-12-04T08:43:43.2323015Z * [new tag] ciflow/rocm-mi355/169425 -> ciflow/rocm-mi355/169425 2025-12-04T08:43:43.2324323Z * [new tag] ciflow/rocm-navi31/168275 -> ciflow/rocm-navi31/168275 2025-12-04T08:43:43.2324844Z * [new tag] ciflow/rocm-navi31/169425 -> ciflow/rocm-navi31/169425 2025-12-04T08:43:43.2326118Z * [new tag] ciflow/rocm/115316 -> ciflow/rocm/115316 2025-12-04T08:43:43.2326736Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-12-04T08:43:43.2327425Z * [new tag] ciflow/rocm/160685 -> ciflow/rocm/160685 2025-12-04T08:43:43.2328185Z * [new tag] ciflow/rocm/161607 -> ciflow/rocm/161607 2025-12-04T08:43:43.2329411Z * [new tag] ciflow/rocm/162052 -> ciflow/rocm/162052 2025-12-04T08:43:43.2330017Z * [new tag] ciflow/rocm/165997 -> ciflow/rocm/165997 2025-12-04T08:43:43.2330729Z * [new tag] ciflow/rocm/166165 -> ciflow/rocm/166165 2025-12-04T08:43:43.2331496Z * [new tag] ciflow/rocm/166517 -> ciflow/rocm/166517 2025-12-04T08:43:43.2332151Z * [new tag] ciflow/rocm/167207 -> ciflow/rocm/167207 2025-12-04T08:43:43.2332989Z * [new tag] ciflow/rocm/167536 -> ciflow/rocm/167536 2025-12-04T08:43:43.2333561Z * [new tag] ciflow/rocm/167781 -> ciflow/rocm/167781 2025-12-04T08:43:43.2334599Z * [new tag] ciflow/rocm/167989 -> ciflow/rocm/167989 2025-12-04T08:43:43.2335548Z * [new tag] ciflow/rocm/168073 -> ciflow/rocm/168073 2025-12-04T08:43:43.2336423Z * [new tag] ciflow/rocm/168195 -> ciflow/rocm/168195 2025-12-04T08:43:43.2337183Z * [new tag] ciflow/rocm/168939 -> ciflow/rocm/168939 2025-12-04T08:43:43.2337944Z * [new tag] ciflow/rocm/168971 -> ciflow/rocm/168971 2025-12-04T08:43:43.2338672Z * [new tag] ciflow/rocm/169024 -> ciflow/rocm/169024 2025-12-04T08:43:43.2339445Z * [new tag] ciflow/rocm/169200 -> ciflow/rocm/169200 2025-12-04T08:43:43.2340185Z * [new tag] ciflow/rocm/169216 -> ciflow/rocm/169216 2025-12-04T08:43:43.2341095Z * [new tag] ciflow/rocm/169312 -> ciflow/rocm/169312 2025-12-04T08:43:43.2341797Z * [new tag] ciflow/rocm/169380 -> ciflow/rocm/169380 2025-12-04T08:43:43.2342540Z * [new tag] ciflow/rocm/169427 -> ciflow/rocm/169427 2025-12-04T08:43:43.2343258Z * [new tag] ciflow/rocm/169455 -> ciflow/rocm/169455 2025-12-04T08:43:43.2344045Z * [new tag] ciflow/rocm/169470 -> ciflow/rocm/169470 2025-12-04T08:43:43.2344759Z * [new tag] ciflow/rocm/169471 -> ciflow/rocm/169471 2025-12-04T08:43:43.2345536Z * [new tag] ciflow/rocm/169472 -> ciflow/rocm/169472 2025-12-04T08:43:43.2346258Z * [new tag] ciflow/rocm/169514 -> ciflow/rocm/169514 2025-12-04T08:43:43.2347475Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-12-04T08:43:43.2348199Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-12-04T08:43:43.2349485Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-12-04T08:43:43.2350295Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-12-04T08:43:43.2350747Z * [new tag] ciflow/slow/167207 -> ciflow/slow/167207 2025-12-04T08:43:43.2351432Z * [new tag] ciflow/slow/168050 -> ciflow/slow/168050 2025-12-04T08:43:43.2352326Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-12-04T08:43:43.2353316Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-12-04T08:43:43.2354640Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-12-04T08:43:43.2355658Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-12-04T08:43:43.2356671Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-12-04T08:43:43.2357598Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-12-04T08:43:43.2358526Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-12-04T08:43:43.2359342Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-12-04T08:43:43.2360861Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-12-04T08:43:43.2361612Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-12-04T08:43:43.2362214Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-12-04T08:43:43.2363194Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-12-04T08:43:43.2364209Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-12-04T08:43:43.2365081Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-12-04T08:43:43.2366551Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-12-04T08:43:43.2367372Z * [new tag] ciflow/torchbench/168175 -> ciflow/torchbench/168175 2025-12-04T08:43:43.2368064Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-12-04T08:43:43.2368754Z * [new tag] ciflow/trunk/157149 -> ciflow/trunk/157149 2025-12-04T08:43:43.2369486Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-12-04T08:43:43.2370181Z * [new tag] ciflow/trunk/159718 -> ciflow/trunk/159718 2025-12-04T08:43:43.2370989Z * [new tag] ciflow/trunk/160174 -> ciflow/trunk/160174 2025-12-04T08:43:43.2371814Z * [new tag] ciflow/trunk/160685 -> ciflow/trunk/160685 2025-12-04T08:43:43.2372433Z * [new tag] ciflow/trunk/160729 -> ciflow/trunk/160729 2025-12-04T08:43:43.2373152Z * [new tag] ciflow/trunk/162275 -> ciflow/trunk/162275 2025-12-04T08:43:43.2373847Z * [new tag] ciflow/trunk/162795 -> ciflow/trunk/162795 2025-12-04T08:43:43.2374555Z * [new tag] ciflow/trunk/163245 -> ciflow/trunk/163245 2025-12-04T08:43:43.2375255Z * [new tag] ciflow/trunk/163942 -> ciflow/trunk/163942 2025-12-04T08:43:43.2376414Z * [new tag] ciflow/trunk/165274 -> ciflow/trunk/165274 2025-12-04T08:43:43.2377449Z * [new tag] ciflow/trunk/165483 -> ciflow/trunk/165483 2025-12-04T08:43:43.2378347Z * [new tag] ciflow/trunk/165728 -> ciflow/trunk/165728 2025-12-04T08:43:43.2379104Z * [new tag] ciflow/trunk/165922 -> ciflow/trunk/165922 2025-12-04T08:43:43.2379863Z * [new tag] ciflow/trunk/166075 -> ciflow/trunk/166075 2025-12-04T08:43:43.2380618Z * [new tag] ciflow/trunk/166165 -> ciflow/trunk/166165 2025-12-04T08:43:43.2381348Z * [new tag] ciflow/trunk/166829 -> ciflow/trunk/166829 2025-12-04T08:43:43.2382228Z * [new tag] ciflow/trunk/166843 -> ciflow/trunk/166843 2025-12-04T08:43:43.2383003Z * [new tag] ciflow/trunk/166876 -> ciflow/trunk/166876 2025-12-04T08:43:43.2383712Z * [new tag] ciflow/trunk/167207 -> ciflow/trunk/167207 2025-12-04T08:43:43.2384472Z * [new tag] ciflow/trunk/167536 -> ciflow/trunk/167536 2025-12-04T08:43:43.2385233Z * [new tag] ciflow/trunk/167552 -> ciflow/trunk/167552 2025-12-04T08:43:43.2385993Z * [new tag] ciflow/trunk/167555 -> ciflow/trunk/167555 2025-12-04T08:43:43.2386759Z * [new tag] ciflow/trunk/167599 -> ciflow/trunk/167599 2025-12-04T08:43:43.2387527Z * [new tag] ciflow/trunk/167659 -> ciflow/trunk/167659 2025-12-04T08:43:43.2388393Z * [new tag] ciflow/trunk/167672 -> ciflow/trunk/167672 2025-12-04T08:43:43.2389614Z * [new tag] ciflow/trunk/167742 -> ciflow/trunk/167742 2025-12-04T08:43:43.2390305Z * [new tag] ciflow/trunk/167781 -> ciflow/trunk/167781 2025-12-04T08:43:43.2391252Z * [new tag] ciflow/trunk/167837 -> ciflow/trunk/167837 2025-12-04T08:43:43.2391995Z * [new tag] ciflow/trunk/167887 -> ciflow/trunk/167887 2025-12-04T08:43:43.2392828Z * [new tag] ciflow/trunk/167978 -> ciflow/trunk/167978 2025-12-04T08:43:43.2393599Z * [new tag] ciflow/trunk/168050 -> ciflow/trunk/168050 2025-12-04T08:43:43.2394455Z * [new tag] ciflow/trunk/168051 -> ciflow/trunk/168051 2025-12-04T08:43:43.2395113Z * [new tag] ciflow/trunk/168096 -> ciflow/trunk/168096 2025-12-04T08:43:43.2395816Z * [new tag] ciflow/trunk/168127 -> ciflow/trunk/168127 2025-12-04T08:43:43.2396562Z * [new tag] ciflow/trunk/168157 -> ciflow/trunk/168157 2025-12-04T08:43:43.2397312Z * [new tag] ciflow/trunk/168175 -> ciflow/trunk/168175 2025-12-04T08:43:43.2398043Z * [new tag] ciflow/trunk/168209 -> ciflow/trunk/168209 2025-12-04T08:43:43.2398916Z * [new tag] ciflow/trunk/168213 -> ciflow/trunk/168213 2025-12-04T08:43:43.2399773Z * [new tag] ciflow/trunk/168226 -> ciflow/trunk/168226 2025-12-04T08:43:43.2400523Z * [new tag] ciflow/trunk/168262 -> ciflow/trunk/168262 2025-12-04T08:43:43.2401283Z * [new tag] ciflow/trunk/168275 -> ciflow/trunk/168275 2025-12-04T08:43:43.2402134Z * [new tag] ciflow/trunk/168328 -> ciflow/trunk/168328 2025-12-04T08:43:43.2402914Z * [new tag] ciflow/trunk/168368 -> ciflow/trunk/168368 2025-12-04T08:43:43.2403812Z * [new tag] ciflow/trunk/168917 -> ciflow/trunk/168917 2025-12-04T08:43:43.2404551Z * [new tag] ciflow/trunk/168933 -> ciflow/trunk/168933 2025-12-04T08:43:43.2405430Z * [new tag] ciflow/trunk/168941 -> ciflow/trunk/168941 2025-12-04T08:43:43.2406154Z * [new tag] ciflow/trunk/168955 -> ciflow/trunk/168955 2025-12-04T08:43:43.2406918Z * [new tag] ciflow/trunk/168980 -> ciflow/trunk/168980 2025-12-04T08:43:43.2407865Z * [new tag] ciflow/trunk/169004 -> ciflow/trunk/169004 2025-12-04T08:43:43.2408586Z * [new tag] ciflow/trunk/169006 -> ciflow/trunk/169006 2025-12-04T08:43:43.2409322Z * [new tag] ciflow/trunk/169023 -> ciflow/trunk/169023 2025-12-04T08:43:43.2410122Z * [new tag] ciflow/trunk/169025 -> ciflow/trunk/169025 2025-12-04T08:43:43.2410823Z * [new tag] ciflow/trunk/169048 -> ciflow/trunk/169048 2025-12-04T08:43:43.2411593Z * [new tag] ciflow/trunk/169066 -> ciflow/trunk/169066 2025-12-04T08:43:43.2412377Z * [new tag] ciflow/trunk/169091 -> ciflow/trunk/169091 2025-12-04T08:43:43.2413187Z * [new tag] ciflow/trunk/169102 -> ciflow/trunk/169102 2025-12-04T08:43:43.2413897Z * [new tag] ciflow/trunk/169103 -> ciflow/trunk/169103 2025-12-04T08:43:43.2414796Z * [new tag] ciflow/trunk/169125 -> ciflow/trunk/169125 2025-12-04T08:43:43.2415675Z * [new tag] ciflow/trunk/169139 -> ciflow/trunk/169139 2025-12-04T08:43:43.2416539Z * [new tag] ciflow/trunk/169148 -> ciflow/trunk/169148 2025-12-04T08:43:43.2417246Z * [new tag] ciflow/trunk/169151 -> ciflow/trunk/169151 2025-12-04T08:43:43.2418132Z * [new tag] ciflow/trunk/169156 -> ciflow/trunk/169156 2025-12-04T08:43:43.2419051Z * [new tag] ciflow/trunk/169176 -> ciflow/trunk/169176 2025-12-04T08:43:43.2419853Z * [new tag] ciflow/trunk/169204 -> ciflow/trunk/169204 2025-12-04T08:43:43.2420622Z * [new tag] ciflow/trunk/169207 -> ciflow/trunk/169207 2025-12-04T08:43:43.2421348Z * [new tag] ciflow/trunk/169211 -> ciflow/trunk/169211 2025-12-04T08:43:43.2422218Z * [new tag] ciflow/trunk/169229 -> ciflow/trunk/169229 2025-12-04T08:43:43.2423226Z * [new tag] ciflow/trunk/169231 -> ciflow/trunk/169231 2025-12-04T08:43:43.2423976Z * [new tag] ciflow/trunk/169260 -> ciflow/trunk/169260 2025-12-04T08:43:43.2425063Z * [new tag] ciflow/trunk/169271 -> ciflow/trunk/169271 2025-12-04T08:43:43.2425745Z * [new tag] ciflow/trunk/169280 -> ciflow/trunk/169280 2025-12-04T08:43:43.2426516Z * [new tag] ciflow/trunk/169281 -> ciflow/trunk/169281 2025-12-04T08:43:43.2427233Z * [new tag] ciflow/trunk/169286 -> ciflow/trunk/169286 2025-12-04T08:43:43.2428172Z * [new tag] ciflow/trunk/169293 -> ciflow/trunk/169293 2025-12-04T08:43:43.2428939Z * [new tag] ciflow/trunk/169296 -> ciflow/trunk/169296 2025-12-04T08:43:43.2429711Z * [new tag] ciflow/trunk/169304 -> ciflow/trunk/169304 2025-12-04T08:43:43.2430400Z * [new tag] ciflow/trunk/169305 -> ciflow/trunk/169305 2025-12-04T08:43:43.2431180Z * [new tag] ciflow/trunk/169312 -> ciflow/trunk/169312 2025-12-04T08:43:43.2432184Z * [new tag] ciflow/trunk/169328 -> ciflow/trunk/169328 2025-12-04T08:43:43.2432988Z * [new tag] ciflow/trunk/169343 -> ciflow/trunk/169343 2025-12-04T08:43:43.2433700Z * [new tag] ciflow/trunk/169355 -> ciflow/trunk/169355 2025-12-04T08:43:43.2434455Z * [new tag] ciflow/trunk/169370 -> ciflow/trunk/169370 2025-12-04T08:43:43.2435371Z * [new tag] ciflow/trunk/169379 -> ciflow/trunk/169379 2025-12-04T08:43:43.2436191Z * [new tag] ciflow/trunk/169380 -> ciflow/trunk/169380 2025-12-04T08:43:43.2436889Z * [new tag] ciflow/trunk/169385 -> ciflow/trunk/169385 2025-12-04T08:43:43.2437662Z * [new tag] ciflow/trunk/169387 -> ciflow/trunk/169387 2025-12-04T08:43:43.2438586Z * [new tag] ciflow/trunk/169410 -> ciflow/trunk/169410 2025-12-04T08:43:43.2439387Z * [new tag] ciflow/trunk/169412 -> ciflow/trunk/169412 2025-12-04T08:43:43.2440093Z * [new tag] ciflow/trunk/169418 -> ciflow/trunk/169418 2025-12-04T08:43:43.2441309Z * [new tag] ciflow/trunk/169423 -> ciflow/trunk/169423 2025-12-04T08:43:43.2442015Z * [new tag] ciflow/trunk/169427 -> ciflow/trunk/169427 2025-12-04T08:43:43.2442798Z * [new tag] ciflow/trunk/169430 -> ciflow/trunk/169430 2025-12-04T08:43:43.2443602Z * [new tag] ciflow/trunk/169437 -> ciflow/trunk/169437 2025-12-04T08:43:43.2444522Z * [new tag] ciflow/trunk/169442 -> ciflow/trunk/169442 2025-12-04T08:43:43.2445277Z * [new tag] ciflow/trunk/169452 -> ciflow/trunk/169452 2025-12-04T08:43:43.2446098Z * [new tag] ciflow/trunk/169454 -> ciflow/trunk/169454 2025-12-04T08:43:43.2446810Z * [new tag] ciflow/trunk/169459 -> ciflow/trunk/169459 2025-12-04T08:43:43.2447674Z * [new tag] ciflow/trunk/169474 -> ciflow/trunk/169474 2025-12-04T08:43:43.2448431Z * [new tag] ciflow/trunk/169475 -> ciflow/trunk/169475 2025-12-04T08:43:43.2449226Z * [new tag] ciflow/trunk/169476 -> ciflow/trunk/169476 2025-12-04T08:43:43.2450042Z * [new tag] ciflow/trunk/169487 -> ciflow/trunk/169487 2025-12-04T08:43:43.2450858Z * [new tag] ciflow/trunk/169497 -> ciflow/trunk/169497 2025-12-04T08:43:43.2451624Z * [new tag] ciflow/trunk/169503 -> ciflow/trunk/169503 2025-12-04T08:43:43.2452398Z * [new tag] ciflow/trunk/169505 -> ciflow/trunk/169505 2025-12-04T08:43:43.2453121Z * [new tag] ciflow/trunk/169507 -> ciflow/trunk/169507 2025-12-04T08:43:43.2453904Z * [new tag] ciflow/trunk/169514 -> ciflow/trunk/169514 2025-12-04T08:43:43.2454680Z * [new tag] ciflow/trunk/169517 -> ciflow/trunk/169517 2025-12-04T08:43:43.2455537Z * [new tag] ciflow/trunk/169519 -> ciflow/trunk/169519 2025-12-04T08:43:43.2456159Z * [new tag] ciflow/trunk/169528 -> ciflow/trunk/169528 2025-12-04T08:43:43.2456915Z * [new tag] ciflow/trunk/169541 -> ciflow/trunk/169541 2025-12-04T08:43:43.2457809Z * [new tag] ciflow/trunk/169555 -> ciflow/trunk/169555 2025-12-04T08:43:43.2459105Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-12-04T08:43:43.2459871Z * [new tag] ciflow/vllm/165270 -> ciflow/vllm/165270 2025-12-04T08:43:43.2460606Z * [new tag] ciflow/vllm/165274 -> ciflow/vllm/165274 2025-12-04T08:43:43.2461342Z * [new tag] ciflow/vllm/166494 -> ciflow/vllm/166494 2025-12-04T08:43:43.2462055Z * [new tag] ciflow/vllm/169219 -> ciflow/vllm/169219 2025-12-04T08:43:43.2462754Z * [new tag] ciflow/vllm/169220 -> ciflow/vllm/169220 2025-12-04T08:43:43.2463669Z * [new tag] ciflow/xpu/157994 -> ciflow/xpu/157994 2025-12-04T08:43:43.2464344Z * [new tag] ciflow/xpu/159718 -> ciflow/xpu/159718 2025-12-04T08:43:43.2465071Z * [new tag] ciflow/xpu/161940 -> ciflow/xpu/161940 2025-12-04T08:43:43.2465869Z * [new tag] ciflow/xpu/163251 -> ciflow/xpu/163251 2025-12-04T08:43:43.2466574Z * [new tag] ciflow/xpu/166829 -> ciflow/xpu/166829 2025-12-04T08:43:43.2467426Z * [new tag] ciflow/xpu/166843 -> ciflow/xpu/166843 2025-12-04T08:43:43.2468100Z * [new tag] ciflow/xpu/167972 -> ciflow/xpu/167972 2025-12-04T08:43:43.2468794Z * [new tag] ciflow/xpu/167981 -> ciflow/xpu/167981 2025-12-04T08:43:43.2469491Z * [new tag] ciflow/xpu/168213 -> ciflow/xpu/168213 2025-12-04T08:43:43.2470240Z * [new tag] ciflow/xpu/168262 -> ciflow/xpu/168262 2025-12-04T08:43:43.2471005Z * [new tag] ciflow/xpu/168328 -> ciflow/xpu/168328 2025-12-04T08:43:43.2475162Z * [new tag] ciflow/xpu/168950 -> ciflow/xpu/168950 2025-12-04T08:43:43.2475994Z * [new tag] ciflow/xpu/169039 -> ciflow/xpu/169039 2025-12-04T08:43:43.2476893Z * [new tag] ciflow/xpu/169200 -> ciflow/xpu/169200 2025-12-04T08:43:43.2477638Z * [new tag] ciflow/xpu/169203 -> ciflow/xpu/169203 2025-12-04T08:43:43.2478402Z * [new tag] ciflow/xpu/169229 -> ciflow/xpu/169229 2025-12-04T08:43:43.2479120Z * [new tag] ciflow/xpu/169230 -> ciflow/xpu/169230 2025-12-04T08:43:43.2479926Z * [new tag] ciflow/xpu/169231 -> ciflow/xpu/169231 2025-12-04T08:43:43.2480765Z * [new tag] ciflow/xpu/169241 -> ciflow/xpu/169241 2025-12-04T08:43:43.2481508Z * [new tag] ciflow/xpu/169280 -> ciflow/xpu/169280 2025-12-04T08:43:43.2482254Z * [new tag] ciflow/xpu/169296 -> ciflow/xpu/169296 2025-12-04T08:43:43.2483870Z * [new tag] ciflow/xpu/169353 -> ciflow/xpu/169353 2025-12-04T08:43:43.2484497Z * [new tag] ciflow/xpu/169410 -> ciflow/xpu/169410 2025-12-04T08:43:43.2485351Z * [new tag] ciflow/xpu/169442 -> ciflow/xpu/169442 2025-12-04T08:43:43.2486078Z * [new tag] ciflow/xpu/169555 -> ciflow/xpu/169555 2025-12-04T08:43:43.2486962Z * [new tag] cslpull75 -> cslpull75 2025-12-04T08:43:43.2487735Z * [new tag] cslpull76 -> cslpull76 2025-12-04T08:43:43.2488550Z * [new tag] cslpull77 -> cslpull77 2025-12-04T08:43:43.2489463Z * [new tag] cslpull78 -> cslpull78 2025-12-04T08:43:43.2490542Z * [new tag] cslpull79 -> cslpull79 2025-12-04T08:43:43.2491455Z * [new tag] cslpull80 -> cslpull80 2025-12-04T08:43:43.2492392Z * [new tag] cslpull81 -> cslpull81 2025-12-04T08:43:43.2493202Z * [new tag] cslpull82 -> cslpull82 2025-12-04T08:43:43.2494120Z * [new tag] cslpull83 -> cslpull83 2025-12-04T08:43:43.2494924Z * [new tag] cslpull84 -> cslpull84 2025-12-04T08:43:43.2495698Z * [new tag] cslpull85 -> cslpull85 2025-12-04T08:43:43.2496607Z * [new tag] cslpull86 -> cslpull86 2025-12-04T08:43:43.2497699Z * [new tag] cslpull87 -> cslpull87 2025-12-04T08:43:43.2498455Z * [new tag] cslpull88 -> cslpull88 2025-12-04T08:43:43.2499275Z * [new tag] cslpull89 -> cslpull89 2025-12-04T08:43:43.2499976Z * [new tag] cslpull90 -> cslpull90 2025-12-04T08:43:43.2501351Z * [new tag] cslpull91 -> cslpull91 2025-12-04T08:43:43.2502038Z * [new tag] cslpull92 -> cslpull92 2025-12-04T08:43:43.2503014Z * [new tag] flight_5 -> flight_5 2025-12-04T08:43:43.2504157Z * [new tag] flight_5.1 -> flight_5.1 2025-12-04T08:43:43.2505009Z * [new tag] flight_5.2 -> flight_5.2 2025-12-04T08:43:43.2506419Z * [new tag] flight_5.3 -> flight_5.3 2025-12-04T08:43:43.2507257Z * [new tag] forpull1 -> forpull1 2025-12-04T08:43:43.2508393Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-12-04T08:43:43.2509205Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-12-04T08:43:43.2509992Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-12-04T08:43:43.2510911Z * [new tag] nightly-binary -> nightly-binary 2025-12-04T08:43:43.2511834Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-12-04T08:43:43.2513077Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-12-04T08:43:43.2514203Z * [new tag] trunk/02d8bd6974cf84b721680d773dbdb1b6f40ce272 -> trunk/02d8bd6974cf84b721680d773dbdb1b6f40ce272 2025-12-04T08:43:43.2515108Z * [new tag] trunk/066997fb38ade71e00d78e9d572e380b5f02bd3e -> trunk/066997fb38ade71e00d78e9d572e380b5f02bd3e 2025-12-04T08:43:43.2516127Z * [new tag] trunk/076e7b19fa1d481ad778d06d2b49ba57d3ce8c88 -> trunk/076e7b19fa1d481ad778d06d2b49ba57d3ce8c88 2025-12-04T08:43:43.2517200Z * [new tag] trunk/07dcc0b83db3211653a38565a24e15acdba75654 -> trunk/07dcc0b83db3211653a38565a24e15acdba75654 2025-12-04T08:43:43.2518089Z * [new tag] trunk/082e96b68dfcd16cab7cfafc4d3d055767dab3eb -> trunk/082e96b68dfcd16cab7cfafc4d3d055767dab3eb 2025-12-04T08:43:43.2518987Z * [new tag] trunk/088048f2fea28ff7d450f65c72419ca45780d30b -> trunk/088048f2fea28ff7d450f65c72419ca45780d30b 2025-12-04T08:43:43.2519927Z * [new tag] trunk/09076941a95c76f4d9ad189d064dfd8baa39e672 -> trunk/09076941a95c76f4d9ad189d064dfd8baa39e672 2025-12-04T08:43:43.2520791Z * [new tag] trunk/0b80a4c62b94402844bf221791c096b0035c6d75 -> trunk/0b80a4c62b94402844bf221791c096b0035c6d75 2025-12-04T08:43:43.2521818Z * [new tag] trunk/0bbbdf1750567a980634ad907a325357ba8ba8f2 -> trunk/0bbbdf1750567a980634ad907a325357ba8ba8f2 2025-12-04T08:43:43.2522836Z * [new tag] trunk/0c281dd78773b2bc17c58ead0e4cd4ac46e775c5 -> trunk/0c281dd78773b2bc17c58ead0e4cd4ac46e775c5 2025-12-04T08:43:43.2523792Z * [new tag] trunk/135f3753c418a6879b1954904184937b67e61688 -> trunk/135f3753c418a6879b1954904184937b67e61688 2025-12-04T08:43:43.2524664Z * [new tag] trunk/15da21026cb13cd20257dc9e96830db108743c10 -> trunk/15da21026cb13cd20257dc9e96830db108743c10 2025-12-04T08:43:43.2525609Z * [new tag] trunk/166efdad2ac827f30fb02504c6017520257f88ec -> trunk/166efdad2ac827f30fb02504c6017520257f88ec 2025-12-04T08:43:43.2526541Z * [new tag] trunk/174272c15fae553d8488140af931f7d8050a313f -> trunk/174272c15fae553d8488140af931f7d8050a313f 2025-12-04T08:43:43.2528193Z * [new tag] trunk/18f3ca08f13b8de61307f5e8cd7d4cccb67e9d11 -> trunk/18f3ca08f13b8de61307f5e8cd7d4cccb67e9d11 2025-12-04T08:43:43.2529106Z * [new tag] trunk/1902eddfe655a15ebcf2c72bd81ade110fdeef63 -> trunk/1902eddfe655a15ebcf2c72bd81ade110fdeef63 2025-12-04T08:43:43.2529988Z * [new tag] trunk/195f92e98d3d66738577f11f22c4b5c8a1c76dd5 -> trunk/195f92e98d3d66738577f11f22c4b5c8a1c76dd5 2025-12-04T08:43:43.2530880Z * [new tag] trunk/1aa13e17de39e3c768ea7aebaad166ce72a06676 -> trunk/1aa13e17de39e3c768ea7aebaad166ce72a06676 2025-12-04T08:43:43.2531784Z * [new tag] trunk/1afe2832f58e24e54a5bfda5a5afa9b96fdea40e -> trunk/1afe2832f58e24e54a5bfda5a5afa9b96fdea40e 2025-12-04T08:43:43.2532666Z * [new tag] trunk/1c87554d74140eaee964ca8b1832cede67f5f520 -> trunk/1c87554d74140eaee964ca8b1832cede67f5f520 2025-12-04T08:43:43.2533550Z * [new tag] trunk/1ccb743b7b5be955f49736c162c4f5004b8a0dd8 -> trunk/1ccb743b7b5be955f49736c162c4f5004b8a0dd8 2025-12-04T08:43:43.2534629Z * [new tag] trunk/1cee47d6ce0a02227185b566593f002dd639ca0c -> trunk/1cee47d6ce0a02227185b566593f002dd639ca0c 2025-12-04T08:43:43.2535569Z * [new tag] trunk/1d21b4df2babe322e5d085ceb6de884eb260a62d -> trunk/1d21b4df2babe322e5d085ceb6de884eb260a62d 2025-12-04T08:43:43.2537592Z * [new tag] trunk/1e34fb2550e4aa650314f7a6d9f6daf4da7478a8 -> trunk/1e34fb2550e4aa650314f7a6d9f6daf4da7478a8 2025-12-04T08:43:43.2538499Z * [new tag] trunk/1e526fb5b1d93bfc70691c5c3955fdffc1b7b7de -> trunk/1e526fb5b1d93bfc70691c5c3955fdffc1b7b7de 2025-12-04T08:43:43.2539401Z * [new tag] trunk/1ee32a8b1f554a312d79bad01ded24f38cd95543 -> trunk/1ee32a8b1f554a312d79bad01ded24f38cd95543 2025-12-04T08:43:43.2540276Z * [new tag] trunk/201e2c4117eb9744594dad6a5c18213d7b4705d7 -> trunk/201e2c4117eb9744594dad6a5c18213d7b4705d7 2025-12-04T08:43:43.2541157Z * [new tag] trunk/2353a0f60eb4b4cb6675907a7fa9fbedc1c02e7f -> trunk/2353a0f60eb4b4cb6675907a7fa9fbedc1c02e7f 2025-12-04T08:43:43.2542027Z * [new tag] trunk/285779b1621cf9f073a062b0889a642d200308d9 -> trunk/285779b1621cf9f073a062b0889a642d200308d9 2025-12-04T08:43:43.2542879Z * [new tag] trunk/2887faaec6295d081580d09fce161201826c6d87 -> trunk/2887faaec6295d081580d09fce161201826c6d87 2025-12-04T08:43:43.2543754Z * [new tag] trunk/296e67c92635443c67b11c0ae1bd045f03ebb7bc -> trunk/296e67c92635443c67b11c0ae1bd045f03ebb7bc 2025-12-04T08:43:43.2544626Z * [new tag] trunk/29856679769b3dede478767e2fe6cfb51197cb25 -> trunk/29856679769b3dede478767e2fe6cfb51197cb25 2025-12-04T08:43:43.2545482Z * [new tag] trunk/29e5455a4740c326ab187c7aa7b5ef98034ea563 -> trunk/29e5455a4740c326ab187c7aa7b5ef98034ea563 2025-12-04T08:43:43.2546368Z * [new tag] trunk/2ac3ef882afb23136adc188975f0a8802fc68adf -> trunk/2ac3ef882afb23136adc188975f0a8802fc68adf 2025-12-04T08:43:43.2547234Z * [new tag] trunk/2bec68e73b64715354af076ad309335f943e36cd -> trunk/2bec68e73b64715354af076ad309335f943e36cd 2025-12-04T08:43:43.2548108Z * [new tag] trunk/2c87367e6f88662cd5cedbd1537748b7948c38e1 -> trunk/2c87367e6f88662cd5cedbd1537748b7948c38e1 2025-12-04T08:43:43.2549089Z * [new tag] trunk/2d1f78fe3ec13820f136a2e0336da12a25f41708 -> trunk/2d1f78fe3ec13820f136a2e0336da12a25f41708 2025-12-04T08:43:43.2549954Z * [new tag] trunk/2df6058f116a65722a0e03073402feb242572d35 -> trunk/2df6058f116a65722a0e03073402feb242572d35 2025-12-04T08:43:43.2550821Z * [new tag] trunk/2e0c2e170fe658c440775c8e5c44228aafcc47ec -> trunk/2e0c2e170fe658c440775c8e5c44228aafcc47ec 2025-12-04T08:43:43.2551767Z * [new tag] trunk/2f9b7dad7b5419b063bd0f2e204de192720ebb94 -> trunk/2f9b7dad7b5419b063bd0f2e204de192720ebb94 2025-12-04T08:43:43.2552626Z * [new tag] trunk/305168768a95d69c444df5cd334bb774edfe06f1 -> trunk/305168768a95d69c444df5cd334bb774edfe06f1 2025-12-04T08:43:43.2553492Z * [new tag] trunk/31fc12773026e8e00f054dd79ad9b2491e693b48 -> trunk/31fc12773026e8e00f054dd79ad9b2491e693b48 2025-12-04T08:43:43.2554370Z * [new tag] trunk/320de0c6b0a3e7c6d2693ea5c28d5d0156ba7991 -> trunk/320de0c6b0a3e7c6d2693ea5c28d5d0156ba7991 2025-12-04T08:43:43.2555238Z * [new tag] trunk/3418bd29475dff06695045fcdf93e7d0dac67da8 -> trunk/3418bd29475dff06695045fcdf93e7d0dac67da8 2025-12-04T08:43:43.2556122Z * [new tag] trunk/34a98608afa0cb5b48f0d6d30432fdd0a2614ddf -> trunk/34a98608afa0cb5b48f0d6d30432fdd0a2614ddf 2025-12-04T08:43:43.2556996Z * [new tag] trunk/35b7a9a26c5923d98aebaa41a031dae21788a9ee -> trunk/35b7a9a26c5923d98aebaa41a031dae21788a9ee 2025-12-04T08:43:43.2557893Z * [new tag] trunk/39d07dbf03a911bdd45d1af78d8638dc92074938 -> trunk/39d07dbf03a911bdd45d1af78d8638dc92074938 2025-12-04T08:43:43.2558840Z * [new tag] trunk/3cd98b4205ada151042cc7ff097a82d4a4b18725 -> trunk/3cd98b4205ada151042cc7ff097a82d4a4b18725 2025-12-04T08:43:43.2559717Z * [new tag] trunk/3d35fd20a78ff4d016fa80f4e5fad37191d7bcae -> trunk/3d35fd20a78ff4d016fa80f4e5fad37191d7bcae 2025-12-04T08:43:43.2560627Z * [new tag] trunk/409a5fee945c46a3edaf5df162812f201bfd7b2f -> trunk/409a5fee945c46a3edaf5df162812f201bfd7b2f 2025-12-04T08:43:43.2561513Z * [new tag] trunk/42e9005cda22da3f1c559c3649218cebd671027c -> trunk/42e9005cda22da3f1c559c3649218cebd671027c 2025-12-04T08:43:43.2562379Z * [new tag] trunk/43b94713bbf340d3c124fde02d0f73add4021247 -> trunk/43b94713bbf340d3c124fde02d0f73add4021247 2025-12-04T08:43:43.2563340Z * [new tag] trunk/44ac69388a4a5eb463dbd2a13f00d1e3b924566c -> trunk/44ac69388a4a5eb463dbd2a13f00d1e3b924566c 2025-12-04T08:43:43.2564232Z * [new tag] trunk/45d14e2497292be06ad36eaa1aaaf7c630a2586a -> trunk/45d14e2497292be06ad36eaa1aaaf7c630a2586a 2025-12-04T08:43:43.2565100Z * [new tag] trunk/45d310ad84854dff730c0b12e577d7998d978686 -> trunk/45d310ad84854dff730c0b12e577d7998d978686 2025-12-04T08:43:43.2565979Z * [new tag] trunk/47b28ddf7bd74b50fa93b307a7d3b183a6d77f54 -> trunk/47b28ddf7bd74b50fa93b307a7d3b183a6d77f54 2025-12-04T08:43:43.2566854Z * [new tag] trunk/481e5ab336275bd3acd5fa8a611b05b4469012af -> trunk/481e5ab336275bd3acd5fa8a611b05b4469012af 2025-12-04T08:43:43.2567736Z * [new tag] trunk/491731647f6b8a9345dcfb3bc9416aea254a7d96 -> trunk/491731647f6b8a9345dcfb3bc9416aea254a7d96 2025-12-04T08:43:43.2568611Z * [new tag] trunk/49a04d26088acc17d948ddd66920f3e16371e873 -> trunk/49a04d26088acc17d948ddd66920f3e16371e873 2025-12-04T08:43:43.2569485Z * [new tag] trunk/4bebc827c47d2f1f0fa1a417a5201a97aef3d985 -> trunk/4bebc827c47d2f1f0fa1a417a5201a97aef3d985 2025-12-04T08:43:43.2570383Z * [new tag] trunk/4c246677784c6a14bc2dbb9ff8773ef0a3a3222f -> trunk/4c246677784c6a14bc2dbb9ff8773ef0a3a3222f 2025-12-04T08:43:43.2571454Z * [new tag] trunk/4cfb47ff548b6d996641058cf04a70e311a4c3aa -> trunk/4cfb47ff548b6d996641058cf04a70e311a4c3aa 2025-12-04T08:43:43.2572453Z * [new tag] trunk/4e0061c1aa52f606dda8cfab0bd7591e588faf2c -> trunk/4e0061c1aa52f606dda8cfab0bd7591e588faf2c 2025-12-04T08:43:43.2573361Z * [new tag] trunk/4fefb8e7e942386ffac764a41b232241f82bea3a -> trunk/4fefb8e7e942386ffac764a41b232241f82bea3a 2025-12-04T08:43:43.2574242Z * [new tag] trunk/503b2640023521f5a35cd9a52fc8033d73a95d0d -> trunk/503b2640023521f5a35cd9a52fc8033d73a95d0d 2025-12-04T08:43:43.2575111Z * [new tag] trunk/518c2b1b3dab9a2ef2849e04b3bc2f20c1c41db9 -> trunk/518c2b1b3dab9a2ef2849e04b3bc2f20c1c41db9 2025-12-04T08:43:43.2576078Z * [new tag] trunk/5191b2fa68ba19960912bfd7fd721c79d76bb1f3 -> trunk/5191b2fa68ba19960912bfd7fd721c79d76bb1f3 2025-12-04T08:43:43.2576974Z * [new tag] trunk/52ac0f0dc4acacd219f1317fbc28ec631c01e07a -> trunk/52ac0f0dc4acacd219f1317fbc28ec631c01e07a 2025-12-04T08:43:43.2577858Z * [new tag] trunk/539ba711b029de9f191070f4f0d12f18f5b7f292 -> trunk/539ba711b029de9f191070f4f0d12f18f5b7f292 2025-12-04T08:43:43.2578755Z * [new tag] trunk/556375b55deebebbc56cb7aef81f4d52f031ba28 -> trunk/556375b55deebebbc56cb7aef81f4d52f031ba28 2025-12-04T08:43:43.2579645Z * [new tag] trunk/55c4ab554845481d0a69a3811937575fe8bb1a66 -> trunk/55c4ab554845481d0a69a3811937575fe8bb1a66 2025-12-04T08:43:43.2580501Z * [new tag] trunk/5634469fda9e5d98869c82c7d03bb08914245f96 -> trunk/5634469fda9e5d98869c82c7d03bb08914245f96 2025-12-04T08:43:43.2581382Z * [new tag] trunk/5778f6ff894686a975a9a23645178ae4c87ad5dc -> trunk/5778f6ff894686a975a9a23645178ae4c87ad5dc 2025-12-04T08:43:43.2582247Z * [new tag] trunk/587d63a3e07de5dc91065f9ef70bcacda9989068 -> trunk/587d63a3e07de5dc91065f9ef70bcacda9989068 2025-12-04T08:43:43.2583127Z * [new tag] trunk/597930f6b568852356ca9795dac76f9e4653adbd -> trunk/597930f6b568852356ca9795dac76f9e4653adbd 2025-12-04T08:43:43.2584011Z * [new tag] trunk/597df3a4e2a67b9fdbe1a89b2f4d74f822274db6 -> trunk/597df3a4e2a67b9fdbe1a89b2f4d74f822274db6 2025-12-04T08:43:43.2584892Z * [new tag] trunk/59abd50e931f4efb21b053f7a2911f5d8a49d883 -> trunk/59abd50e931f4efb21b053f7a2911f5d8a49d883 2025-12-04T08:43:43.2585783Z * [new tag] trunk/5a607febc04c3a2b5824c75f3f60307867439a2c -> trunk/5a607febc04c3a2b5824c75f3f60307867439a2c 2025-12-04T08:43:43.2586791Z * [new tag] trunk/5bf1cdf4755c54ef462b44cb8041b0a57311556b -> trunk/5bf1cdf4755c54ef462b44cb8041b0a57311556b 2025-12-04T08:43:43.2587670Z * [new tag] trunk/5f0030ba63d334d7e8c93a09e41403b89e4c573c -> trunk/5f0030ba63d334d7e8c93a09e41403b89e4c573c 2025-12-04T08:43:43.2588634Z * [new tag] trunk/5f21d27e71268464d362a96c9ac09ea475f7f202 -> trunk/5f21d27e71268464d362a96c9ac09ea475f7f202 2025-12-04T08:43:43.2589576Z * [new tag] trunk/5fafc13038c9988d9ac21fa793fbd5890604b447 -> trunk/5fafc13038c9988d9ac21fa793fbd5890604b447 2025-12-04T08:43:43.2590565Z * [new tag] trunk/61be54a31dc09b59d99b62176fb935aee0b924ef -> trunk/61be54a31dc09b59d99b62176fb935aee0b924ef 2025-12-04T08:43:43.2591455Z * [new tag] trunk/62d3ccd71484ed6a760d909b41487101bbc65719 -> trunk/62d3ccd71484ed6a760d909b41487101bbc65719 2025-12-04T08:43:43.2592339Z * [new tag] trunk/641cdb68ae27668eb441d0e49c87a0602c120c2b -> trunk/641cdb68ae27668eb441d0e49c87a0602c120c2b 2025-12-04T08:43:43.2593287Z * [new tag] trunk/65c4620d6bb0c6029f69762c22b91dda2294da9a -> trunk/65c4620d6bb0c6029f69762c22b91dda2294da9a 2025-12-04T08:43:43.2594250Z * [new tag] trunk/66004b993744b4106bf8afaba71f3c228a804206 -> trunk/66004b993744b4106bf8afaba71f3c228a804206 2025-12-04T08:43:43.2595138Z * [new tag] trunk/6658a04c7ca67acb64512341342e7b3ee13ee386 -> trunk/6658a04c7ca67acb64512341342e7b3ee13ee386 2025-12-04T08:43:43.2596016Z * [new tag] trunk/6864e309092a71f8ab0ca6a4dc7f8a4073fd31c4 -> trunk/6864e309092a71f8ab0ca6a4dc7f8a4073fd31c4 2025-12-04T08:43:43.2596970Z * [new tag] trunk/6c261c6cb07892c90ca19ed51c9705b1659a3f7d -> trunk/6c261c6cb07892c90ca19ed51c9705b1659a3f7d 2025-12-04T08:43:43.2597855Z * [new tag] trunk/6c8b6a043f1628188b6396b3a2a6e000ca68362b -> trunk/6c8b6a043f1628188b6396b3a2a6e000ca68362b 2025-12-04T08:43:43.2598890Z * [new tag] trunk/6ceb4a32f92ae67ce5d7d97931d17401ebf5ffa5 -> trunk/6ceb4a32f92ae67ce5d7d97931d17401ebf5ffa5 2025-12-04T08:43:43.2599865Z * [new tag] trunk/6e404e9b7d6f5fb0de86aa73888c3038248c17f8 -> trunk/6e404e9b7d6f5fb0de86aa73888c3038248c17f8 2025-12-04T08:43:43.2600762Z * [new tag] trunk/6ec30b490aee1db6bcdc7340abddef25784f08ec -> trunk/6ec30b490aee1db6bcdc7340abddef25784f08ec 2025-12-04T08:43:43.2601670Z * [new tag] trunk/6f2783a6c08e1db34275ff25176ffe9aebc30a71 -> trunk/6f2783a6c08e1db34275ff25176ffe9aebc30a71 2025-12-04T08:43:43.2602557Z * [new tag] trunk/6f53fefeb90ad3281119b5cfc4aa9ffd8a066e3d -> trunk/6f53fefeb90ad3281119b5cfc4aa9ffd8a066e3d 2025-12-04T08:43:43.2603543Z * [new tag] trunk/6f7dcf51e46d0c880db1a2f5c70de57adb576f4a -> trunk/6f7dcf51e46d0c880db1a2f5c70de57adb576f4a 2025-12-04T08:43:43.2604558Z * [new tag] trunk/6ff831180d2fa436c7f1c1af3adac641fce9d60e -> trunk/6ff831180d2fa436c7f1c1af3adac641fce9d60e 2025-12-04T08:43:43.2605459Z * [new tag] trunk/70076464a63ab218a7ceefb0e76ccd7131deb8f8 -> trunk/70076464a63ab218a7ceefb0e76ccd7131deb8f8 2025-12-04T08:43:43.2606395Z * [new tag] trunk/70d797a5fc109b20a517646fcaa819477cd0d485 -> trunk/70d797a5fc109b20a517646fcaa819477cd0d485 2025-12-04T08:43:43.2607264Z * [new tag] trunk/7348cb355ff0a6f79cd4871215aea72185748734 -> trunk/7348cb355ff0a6f79cd4871215aea72185748734 2025-12-04T08:43:43.2608133Z * [new tag] trunk/74fe26a1ebe32931783569f2e762e3c2c974901f -> trunk/74fe26a1ebe32931783569f2e762e3c2c974901f 2025-12-04T08:43:43.2609033Z * [new tag] trunk/76aeb8c7e0f795b3fddca134cbea9a69da3ee696 -> trunk/76aeb8c7e0f795b3fddca134cbea9a69da3ee696 2025-12-04T08:43:43.2609913Z * [new tag] trunk/7741edd4ed665f3988052e260863efb508d61a03 -> trunk/7741edd4ed665f3988052e260863efb508d61a03 2025-12-04T08:43:43.2610799Z * [new tag] trunk/78adb3b3df41b45d2368b67226d2f864b78939a6 -> trunk/78adb3b3df41b45d2368b67226d2f864b78939a6 2025-12-04T08:43:43.2611698Z * [new tag] trunk/79d7b178225e5ed24d4e1db74e5abbff848f5fb7 -> trunk/79d7b178225e5ed24d4e1db74e5abbff848f5fb7 2025-12-04T08:43:43.2612698Z * [new tag] trunk/7a1e316115fc6996b3f2336822ba5d5f6179f0c3 -> trunk/7a1e316115fc6996b3f2336822ba5d5f6179f0c3 2025-12-04T08:43:43.2613633Z * [new tag] trunk/7a41b66367c38d0af3e8a90f7be48d6b281e7bca -> trunk/7a41b66367c38d0af3e8a90f7be48d6b281e7bca 2025-12-04T08:43:43.2614511Z * [new tag] trunk/7b7af390ea8541c611d1ce2018a6934188fc197b -> trunk/7b7af390ea8541c611d1ce2018a6934188fc197b 2025-12-04T08:43:43.2615388Z * [new tag] trunk/7ba4680f3755a560af81aa0f688791e367aa3609 -> trunk/7ba4680f3755a560af81aa0f688791e367aa3609 2025-12-04T08:43:43.2616387Z * [new tag] trunk/7bc2a66ded06a0b2549aa51d807edc5dc3e73d1b -> trunk/7bc2a66ded06a0b2549aa51d807edc5dc3e73d1b 2025-12-04T08:43:43.2617279Z * [new tag] trunk/7c648509a7470ace9fb2bae960dd4790f7e943e9 -> trunk/7c648509a7470ace9fb2bae960dd4790f7e943e9 2025-12-04T08:43:43.2618179Z * [new tag] trunk/7cbc2d034cecd21ab5c9707d0a9c525c17143fb8 -> trunk/7cbc2d034cecd21ab5c9707d0a9c525c17143fb8 2025-12-04T08:43:43.2619090Z * [new tag] trunk/7d1bbaf4ba301ea3fba6f3c7bc02d58f6417aaed -> trunk/7d1bbaf4ba301ea3fba6f3c7bc02d58f6417aaed 2025-12-04T08:43:43.2619983Z * [new tag] trunk/7d2a33e4ebf60b217a3cd77feae19231eb996fc8 -> trunk/7d2a33e4ebf60b217a3cd77feae19231eb996fc8 2025-12-04T08:43:43.2620947Z * [new tag] trunk/7eb625920054b1126a7d2d99818aaa188c6ba95e -> trunk/7eb625920054b1126a7d2d99818aaa188c6ba95e 2025-12-04T08:43:43.2621833Z * [new tag] trunk/7f55ba19c456a3d6cc443dd9edb6bb7cca677ead -> trunk/7f55ba19c456a3d6cc443dd9edb6bb7cca677ead 2025-12-04T08:43:43.2622710Z * [new tag] trunk/81af382128efa094d8702e18f2c133760904c718 -> trunk/81af382128efa094d8702e18f2c133760904c718 2025-12-04T08:43:43.2623632Z * [new tag] trunk/84149583d483e9c973c9a0feda70e4f3964947b0 -> trunk/84149583d483e9c973c9a0feda70e4f3964947b0 2025-12-04T08:43:43.2624502Z * [new tag] trunk/85a315917efe82c24306be805c584ec044951c75 -> trunk/85a315917efe82c24306be805c584ec044951c75 2025-12-04T08:43:43.2625385Z * [new tag] trunk/87329491c82a5f8c1cc4ec11d8f55a5de2551ece -> trunk/87329491c82a5f8c1cc4ec11d8f55a5de2551ece 2025-12-04T08:43:43.2626335Z * [new tag] trunk/892640e25aeefa8007c5af837214b4502b6b62a6 -> trunk/892640e25aeefa8007c5af837214b4502b6b62a6 2025-12-04T08:43:43.2627303Z * [new tag] trunk/89e3bbcb5b5321dc8b9520b4d5a8ee60cea1d0b4 -> trunk/89e3bbcb5b5321dc8b9520b4d5a8ee60cea1d0b4 2025-12-04T08:43:43.2628208Z * [new tag] trunk/8c73bbbb02159223c0c97d268a0a74cb78158a1c -> trunk/8c73bbbb02159223c0c97d268a0a74cb78158a1c 2025-12-04T08:43:43.2629115Z * [new tag] trunk/8d56e98c8db988a22cb2dfaeefb30bc7d2a3cc43 -> trunk/8d56e98c8db988a22cb2dfaeefb30bc7d2a3cc43 2025-12-04T08:43:43.2630014Z * [new tag] trunk/8d9dd9603e5ee26c01007f0cd4f018e584840922 -> trunk/8d9dd9603e5ee26c01007f0cd4f018e584840922 2025-12-04T08:43:43.2630977Z * [new tag] trunk/8ef0c0b02b062d75e7c9be2594914a3e784d23ca -> trunk/8ef0c0b02b062d75e7c9be2594914a3e784d23ca 2025-12-04T08:43:43.2631935Z * [new tag] trunk/90b27e7e8352cde97d32ddad24740ef819633f38 -> trunk/90b27e7e8352cde97d32ddad24740ef819633f38 2025-12-04T08:43:43.2632806Z * [new tag] trunk/90f0139e64b2951815d524b6a373bed20c4fbf90 -> trunk/90f0139e64b2951815d524b6a373bed20c4fbf90 2025-12-04T08:43:43.2633690Z * [new tag] trunk/93d0d6838c56af59b0dba794e6aa08f0c1c7799c -> trunk/93d0d6838c56af59b0dba794e6aa08f0c1c7799c 2025-12-04T08:43:43.2634578Z * [new tag] trunk/94ca8d5f1e81fea3ae488650a0fb6795049a9f87 -> trunk/94ca8d5f1e81fea3ae488650a0fb6795049a9f87 2025-12-04T08:43:43.2635458Z * [new tag] trunk/9844fbeadd5cebdf1281d6fbf79164139c352693 -> trunk/9844fbeadd5cebdf1281d6fbf79164139c352693 2025-12-04T08:43:43.2636354Z * [new tag] trunk/99024dec888ec1e50b546822a32b6fb2f35e5eaa -> trunk/99024dec888ec1e50b546822a32b6fb2f35e5eaa 2025-12-04T08:43:43.2637328Z * [new tag] trunk/9a296e640fc88aa44d275b48cd9cc30c573b169d -> trunk/9a296e640fc88aa44d275b48cd9cc30c573b169d 2025-12-04T08:43:43.2638220Z * [new tag] trunk/9b3e34d8589b29f7b4e7fab6f78711b7ca6e4639 -> trunk/9b3e34d8589b29f7b4e7fab6f78711b7ca6e4639 2025-12-04T08:43:43.2639111Z * [new tag] trunk/9cd055e547e9b67a5f9827f8999c38d7eda1bcb8 -> trunk/9cd055e547e9b67a5f9827f8999c38d7eda1bcb8 2025-12-04T08:43:43.2640000Z * [new tag] trunk/9f0df5686cb4ada94f94620acba2e3c3f363b11d -> trunk/9f0df5686cb4ada94f94620acba2e3c3f363b11d 2025-12-04T08:43:43.2640884Z * [new tag] trunk/9f7fceb887d0cfa0326a59b887821c63ff11340a -> trunk/9f7fceb887d0cfa0326a59b887821c63ff11340a 2025-12-04T08:43:43.2641775Z * [new tag] trunk/9f8ef8855d3078d70f7b782540ff2aaf158d6742 -> trunk/9f8ef8855d3078d70f7b782540ff2aaf158d6742 2025-12-04T08:43:43.2642672Z * [new tag] trunk/9fb52efc797b47a1f425a03aa5e47b866d8b1098 -> trunk/9fb52efc797b47a1f425a03aa5e47b866d8b1098 2025-12-04T08:43:43.2643649Z * [new tag] trunk/9ff4a2ebc5762d46c73e46b1b523d7ff349fedfa -> trunk/9ff4a2ebc5762d46c73e46b1b523d7ff349fedfa 2025-12-04T08:43:43.2644748Z * [new tag] trunk/a0f3937b94422354538ebbd47202d5b0e8a3fd0d -> trunk/a0f3937b94422354538ebbd47202d5b0e8a3fd0d 2025-12-04T08:43:43.2646165Z * [new tag] trunk/a15066c28b3145e6edbfc88359d0411d14cfc70c -> trunk/a15066c28b3145e6edbfc88359d0411d14cfc70c 2025-12-04T08:43:43.2647115Z * [new tag] trunk/a20f775e82564d2a9979221ed7f3b8d7cf54ce90 -> trunk/a20f775e82564d2a9979221ed7f3b8d7cf54ce90 2025-12-04T08:43:43.2648010Z * [new tag] trunk/a2973fb00ec002dd4b6bbf07385f066efb259b8c -> trunk/a2973fb00ec002dd4b6bbf07385f066efb259b8c 2025-12-04T08:43:43.2648950Z * [new tag] trunk/a7dc6dab9ad911259d4801c502907e531594db45 -> trunk/a7dc6dab9ad911259d4801c502907e531594db45 2025-12-04T08:43:43.2649835Z * [new tag] trunk/a951a9cee65c01660bbc6e6fded90ecb10fa6109 -> trunk/a951a9cee65c01660bbc6e6fded90ecb10fa6109 2025-12-04T08:43:43.2650737Z * [new tag] trunk/abfa1a6d65c7c159e35c72c25979b9da4971689e -> trunk/abfa1a6d65c7c159e35c72c25979b9da4971689e 2025-12-04T08:43:43.2651625Z * [new tag] trunk/ae3a2395bf66151078e2d201716f7d63ce1c6f3e -> trunk/ae3a2395bf66151078e2d201716f7d63ce1c6f3e 2025-12-04T08:43:43.2662516Z * [new tag] trunk/afdff7f0325080dedac44d080cb5a3b0e65e6c5e -> trunk/afdff7f0325080dedac44d080cb5a3b0e65e6c5e 2025-12-04T08:43:43.2663445Z * [new tag] trunk/b1aed4e7a72c03a38f44543aaea0dae2e9b76d48 -> trunk/b1aed4e7a72c03a38f44543aaea0dae2e9b76d48 2025-12-04T08:43:43.2664338Z * [new tag] trunk/b1decff555cd50e2123c8c6e25cc0d447c411f62 -> trunk/b1decff555cd50e2123c8c6e25cc0d447c411f62 2025-12-04T08:43:43.2665247Z * [new tag] trunk/b2b6b034c9fd08672c40e63ef243556ad4c49bd2 -> trunk/b2b6b034c9fd08672c40e63ef243556ad4c49bd2 2025-12-04T08:43:43.2666120Z * [new tag] trunk/b39813b4a04931682b0491adba2138d01d716d99 -> trunk/b39813b4a04931682b0491adba2138d01d716d99 2025-12-04T08:43:43.2666979Z * [new tag] trunk/b3a7edb2311367974cc7cd764cfb11a5d6758b24 -> trunk/b3a7edb2311367974cc7cd764cfb11a5d6758b24 2025-12-04T08:43:43.2667881Z * [new tag] trunk/b4cc1329c86acaef6d42c1fac7169b8d870ab0d7 -> trunk/b4cc1329c86acaef6d42c1fac7169b8d870ab0d7 2025-12-04T08:43:43.2668750Z * [new tag] trunk/b555c39217f765759954a4f9f9bd1e9b87bed11a -> trunk/b555c39217f765759954a4f9f9bd1e9b87bed11a 2025-12-04T08:43:43.2669614Z * [new tag] trunk/b6b6c80379388b7f9932c3e6a0f9907bf430e417 -> trunk/b6b6c80379388b7f9932c3e6a0f9907bf430e417 2025-12-04T08:43:43.2670494Z * [new tag] trunk/b6b6d912df0b6f4082f8e50b18bd1de1dd7325f4 -> trunk/b6b6d912df0b6f4082f8e50b18bd1de1dd7325f4 2025-12-04T08:43:43.2671544Z * [new tag] trunk/b7d60685f8cbc939b68a20871e90db67e729329b -> trunk/b7d60685f8cbc939b68a20871e90db67e729329b 2025-12-04T08:43:43.2672442Z * [new tag] trunk/b7f6b9a4fc6259f7af068f31868b3119bb1bac3e -> trunk/b7f6b9a4fc6259f7af068f31868b3119bb1bac3e 2025-12-04T08:43:43.2673338Z * [new tag] trunk/b8c4ba3593761e7b2a3ebd86f040fb07b47c02cf -> trunk/b8c4ba3593761e7b2a3ebd86f040fb07b47c02cf 2025-12-04T08:43:43.2674213Z * [new tag] trunk/b9c8f3a4884befb965ff42620ce44a71b04887f5 -> trunk/b9c8f3a4884befb965ff42620ce44a71b04887f5 2025-12-04T08:43:43.2675091Z * [new tag] trunk/ba1412546f3082c0958c077acc2025e4dbc33f1f -> trunk/ba1412546f3082c0958c077acc2025e4dbc33f1f 2025-12-04T08:43:43.2675971Z * [new tag] trunk/bac403c0b38c63bdbcc0c31f1c2b0bc0260f610f -> trunk/bac403c0b38c63bdbcc0c31f1c2b0bc0260f610f 2025-12-04T08:43:43.2676862Z * [new tag] trunk/bb3034198b459401fabeab254e1b99f0115046e2 -> trunk/bb3034198b459401fabeab254e1b99f0115046e2 2025-12-04T08:43:43.2677736Z * [new tag] trunk/bc39b2b3bc7a6e19a42e62bd576974035086fe55 -> trunk/bc39b2b3bc7a6e19a42e62bd576974035086fe55 2025-12-04T08:43:43.2678607Z * [new tag] trunk/bc43d5b297f207a11d83d77ddf0152bdaabe15a8 -> trunk/bc43d5b297f207a11d83d77ddf0152bdaabe15a8 2025-12-04T08:43:43.2679649Z * [new tag] trunk/bc6a4863c7246a6493d16d4ea6eee71ec07c6a09 -> trunk/bc6a4863c7246a6493d16d4ea6eee71ec07c6a09 2025-12-04T08:43:43.2680548Z * [new tag] trunk/bea4912944defdbcb8b061800caab6cbbbd01df5 -> trunk/bea4912944defdbcb8b061800caab6cbbbd01df5 2025-12-04T08:43:43.2681435Z * [new tag] trunk/c04e2c656f48d82d1521b867bbbf03967b9b7564 -> trunk/c04e2c656f48d82d1521b867bbbf03967b9b7564 2025-12-04T08:43:43.2682376Z * [new tag] trunk/c0660bcee27e7d7731634e274576a7081882bede -> trunk/c0660bcee27e7d7731634e274576a7081882bede 2025-12-04T08:43:43.2683315Z * [new tag] trunk/c178ed43d3d99cbefe84fbfb21d6f282b20d62ac -> trunk/c178ed43d3d99cbefe84fbfb21d6f282b20d62ac 2025-12-04T08:43:43.2684203Z * [new tag] trunk/c55b1e8f61d041ee436d697449eb028931d574fb -> trunk/c55b1e8f61d041ee436d697449eb028931d574fb 2025-12-04T08:43:43.2685078Z * [new tag] trunk/c6ae7579fe12fe75f1a8f7043a494c90567273f1 -> trunk/c6ae7579fe12fe75f1a8f7043a494c90567273f1 2025-12-04T08:43:43.2685949Z * [new tag] trunk/c8210e7d94bad5ae21ac389fa4ba8a463c76c4d0 -> trunk/c8210e7d94bad5ae21ac389fa4ba8a463c76c4d0 2025-12-04T08:43:43.2686818Z * [new tag] trunk/cc0853af42122f8185321f542616f4474e717f09 -> trunk/cc0853af42122f8185321f542616f4474e717f09 2025-12-04T08:43:43.2687692Z * [new tag] trunk/cddec6562eabfa390d014fa3741a5659cf9c94c9 -> trunk/cddec6562eabfa390d014fa3741a5659cf9c94c9 2025-12-04T08:43:43.2688580Z * [new tag] trunk/ce5e7e3bf1f4b69a4f4f93d288ba75b906df492a -> trunk/ce5e7e3bf1f4b69a4f4f93d288ba75b906df492a 2025-12-04T08:43:43.2689474Z * [new tag] trunk/d038b0130ec7c20ebcac219301292fd8e98a1ace -> trunk/d038b0130ec7c20ebcac219301292fd8e98a1ace 2025-12-04T08:43:43.2690357Z * [new tag] trunk/d16447dacaf2420ea175f0c275c75da951f57d39 -> trunk/d16447dacaf2420ea175f0c275c75da951f57d39 2025-12-04T08:43:43.2691238Z * [new tag] trunk/d19f1e8cab6810bb2e99141f9976665954c67a50 -> trunk/d19f1e8cab6810bb2e99141f9976665954c67a50 2025-12-04T08:43:43.2692126Z * [new tag] trunk/d1c9f03b2a5af4104721712f8cdffe9b4f340c01 -> trunk/d1c9f03b2a5af4104721712f8cdffe9b4f340c01 2025-12-04T08:43:43.2692993Z * [new tag] trunk/d40f4950f2b7f7aa380a22fe0f6166e71680fbcf -> trunk/d40f4950f2b7f7aa380a22fe0f6166e71680fbcf 2025-12-04T08:43:43.2693879Z * [new tag] trunk/d5038950bacfe36bbf24a47a455fe76901deb8e8 -> trunk/d5038950bacfe36bbf24a47a455fe76901deb8e8 2025-12-04T08:43:43.2694769Z * [new tag] trunk/d54ff42903c2ae0533931ff11d23b35f875bdb3d -> trunk/d54ff42903c2ae0533931ff11d23b35f875bdb3d 2025-12-04T08:43:43.2695635Z * [new tag] trunk/d76697633a2d2b9cced1ae21161849b33bfe7e47 -> trunk/d76697633a2d2b9cced1ae21161849b33bfe7e47 2025-12-04T08:43:43.2696508Z * [new tag] trunk/d78f52b199c547106d4cd9d2856dd0805c118bf1 -> trunk/d78f52b199c547106d4cd9d2856dd0805c118bf1 2025-12-04T08:43:43.2697378Z * [new tag] trunk/d8fd5c6eed28e5004150691d048a3f6785e19a8e -> trunk/d8fd5c6eed28e5004150691d048a3f6785e19a8e 2025-12-04T08:43:43.2698266Z * [new tag] trunk/d900f5e86745dec76713f4b0ef07005ef36b2f5a -> trunk/d900f5e86745dec76713f4b0ef07005ef36b2f5a 2025-12-04T08:43:43.2699149Z * [new tag] trunk/d973dc6b87d763859fe1c5bd1287e3b6b1c49d1b -> trunk/d973dc6b87d763859fe1c5bd1287e3b6b1c49d1b 2025-12-04T08:43:43.2700028Z * [new tag] trunk/d998c03304cb6ede76e1ed535b4ddeb6c2bf40ec -> trunk/d998c03304cb6ede76e1ed535b4ddeb6c2bf40ec 2025-12-04T08:43:43.2700916Z * [new tag] trunk/d9cb8a70833101dbbe16b99520cfbdd70d0a87bf -> trunk/d9cb8a70833101dbbe16b99520cfbdd70d0a87bf 2025-12-04T08:43:43.2701808Z * [new tag] trunk/d9d5e91b43f70eb8637af55db6856d49be391ffd -> trunk/d9d5e91b43f70eb8637af55db6856d49be391ffd 2025-12-04T08:43:43.2702726Z * [new tag] trunk/dd18a75336a4fbd7497955cc5665904724fce889 -> trunk/dd18a75336a4fbd7497955cc5665904724fce889 2025-12-04T08:43:43.2703603Z * [new tag] trunk/ded9bcd61a059bf723e6e84689552962b480ea77 -> trunk/ded9bcd61a059bf723e6e84689552962b480ea77 2025-12-04T08:43:43.2704476Z * [new tag] trunk/dfbd3714d15c37a7b83b322a6b60f997fc00f50c -> trunk/dfbd3714d15c37a7b83b322a6b60f997fc00f50c 2025-12-04T08:43:43.2705367Z * [new tag] trunk/e115f9f4e4b039f8e9a642aaa2bd8254a920541b -> trunk/e115f9f4e4b039f8e9a642aaa2bd8254a920541b 2025-12-04T08:43:43.2706301Z * [new tag] trunk/e3f24fd73ad74c6e7176687986436956c7c18235 -> trunk/e3f24fd73ad74c6e7176687986436956c7c18235 2025-12-04T08:43:43.2707156Z * [new tag] trunk/e7d24d3ff93d1503ba63860b7057438ad93f918e -> trunk/e7d24d3ff93d1503ba63860b7057438ad93f918e 2025-12-04T08:43:43.2708025Z * [new tag] trunk/ea7035f462a0d2830865ee86c832bd101e1427fc -> trunk/ea7035f462a0d2830865ee86c832bd101e1427fc 2025-12-04T08:43:43.2708902Z * [new tag] trunk/eb5c63652a33da42e7018c23df5f20a3eb4c6ccf -> trunk/eb5c63652a33da42e7018c23df5f20a3eb4c6ccf 2025-12-04T08:43:43.2709779Z * [new tag] trunk/ec2c71f5c85021b8938cdafadce24c15a36fd93e -> trunk/ec2c71f5c85021b8938cdafadce24c15a36fd93e 2025-12-04T08:43:43.2710679Z * [new tag] trunk/ecbcc3f6bf327856b435b259ac63cc2f328c4b4e -> trunk/ecbcc3f6bf327856b435b259ac63cc2f328c4b4e 2025-12-04T08:43:43.2711555Z * [new tag] trunk/ee87bbe876c42575e961b32a0827d76bc9782ca2 -> trunk/ee87bbe876c42575e961b32a0827d76bc9782ca2 2025-12-04T08:43:43.2712439Z * [new tag] trunk/ef019d1d431c4c5a95b594cb90d40a50cd00f5e4 -> trunk/ef019d1d431c4c5a95b594cb90d40a50cd00f5e4 2025-12-04T08:43:43.2713320Z * [new tag] trunk/ef8ecc13830a86c4b231f1aad9aba7851db61b53 -> trunk/ef8ecc13830a86c4b231f1aad9aba7851db61b53 2025-12-04T08:43:43.2714183Z * [new tag] trunk/f1076f5510920044912247b1abb8760cb820f598 -> trunk/f1076f5510920044912247b1abb8760cb820f598 2025-12-04T08:43:43.2715054Z * [new tag] trunk/f2d6a75a00a1d648ca9a0abc6a33e14c3dea6c40 -> trunk/f2d6a75a00a1d648ca9a0abc6a33e14c3dea6c40 2025-12-04T08:43:43.2715944Z * [new tag] trunk/f47dd0ddef1359e5b43e4b962412f67b30ecde56 -> trunk/f47dd0ddef1359e5b43e4b962412f67b30ecde56 2025-12-04T08:43:43.2716829Z * [new tag] trunk/f49d32dfa4730dcfb1b60eeeb369b5889da983c8 -> trunk/f49d32dfa4730dcfb1b60eeeb369b5889da983c8 2025-12-04T08:43:43.2717726Z * [new tag] trunk/f4dedf78fc30fd4b93975787ca6074ee89db9467 -> trunk/f4dedf78fc30fd4b93975787ca6074ee89db9467 2025-12-04T08:43:43.2718608Z * [new tag] trunk/f7c0d03819ebed05c4038f095d66d1b8c54aca17 -> trunk/f7c0d03819ebed05c4038f095d66d1b8c54aca17 2025-12-04T08:43:43.2719487Z * [new tag] trunk/f7e1bd80a063e17453c361837ba6ea2570920a73 -> trunk/f7e1bd80a063e17453c361837ba6ea2570920a73 2025-12-04T08:43:43.2720369Z * [new tag] trunk/f9bd6c53624c7c0ea3772de78498326e84c2f0e7 -> trunk/f9bd6c53624c7c0ea3772de78498326e84c2f0e7 2025-12-04T08:43:43.2721241Z * [new tag] trunk/fb5be221a46b51bfc9509013b0d85bc5a9d4f15b -> trunk/fb5be221a46b51bfc9509013b0d85bc5a9d4f15b 2025-12-04T08:43:43.2722128Z * [new tag] trunk/fdf863d5e1de3b2688c9511e96876e34581dbfd7 -> trunk/fdf863d5e1de3b2688c9511e96876e34581dbfd7 2025-12-04T08:43:43.2723018Z * [new tag] trunk/fe0e65adfc0e7ca6e5f57e6ea8b16bd5cc967307 -> trunk/fe0e65adfc0e7ca6e5f57e6ea8b16bd5cc967307 2025-12-04T08:43:43.2723988Z * [new tag] trunk/fec710bf89173f5355468a7ce1afe9157c3d9009 -> trunk/fec710bf89173f5355468a7ce1afe9157c3d9009 2025-12-04T08:43:43.2724882Z * [new tag] trunk/ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 -> trunk/ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:43:43.2725516Z * [new tag] v0.1.1 -> v0.1.1 2025-12-04T08:43:43.2725963Z * [new tag] v0.1.10 -> v0.1.10 2025-12-04T08:43:43.2726351Z * [new tag] v0.1.11 -> v0.1.11 2025-12-04T08:43:43.2726720Z * [new tag] v0.1.12 -> v0.1.12 2025-12-04T08:43:43.2727104Z * [new tag] v0.1.2 -> v0.1.2 2025-12-04T08:43:43.2727470Z * [new tag] v0.1.3 -> v0.1.3 2025-12-04T08:43:43.2727898Z * [new tag] v0.1.4 -> v0.1.4 2025-12-04T08:43:43.2728271Z * [new tag] v0.1.5 -> v0.1.5 2025-12-04T08:43:43.2728637Z * [new tag] v0.1.6 -> v0.1.6 2025-12-04T08:43:43.2729011Z * [new tag] v0.1.7 -> v0.1.7 2025-12-04T08:43:43.2729672Z * [new tag] v0.1.8 -> v0.1.8 2025-12-04T08:43:43.2730166Z * [new tag] v0.1.9 -> v0.1.9 2025-12-04T08:43:43.2731074Z * [new tag] v0.2.0 -> v0.2.0 2025-12-04T08:43:43.2731977Z * [new tag] v0.3.0 -> v0.3.0 2025-12-04T08:43:43.2732926Z * [new tag] v0.3.1 -> v0.3.1 2025-12-04T08:43:43.2733806Z * [new tag] v0.4.0 -> v0.4.0 2025-12-04T08:43:43.2734637Z * [new tag] v0.4.1 -> v0.4.1 2025-12-04T08:43:43.2735602Z * [new tag] v1.0.0 -> v1.0.0 2025-12-04T08:43:43.2736488Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-12-04T08:43:43.2737324Z * [new tag] v1.0.1 -> v1.0.1 2025-12-04T08:43:43.2738208Z * [new tag] v1.0rc0 -> v1.0rc0 2025-12-04T08:43:43.2738936Z * [new tag] v1.0rc1 -> v1.0rc1 2025-12-04T08:43:43.2739766Z * [new tag] v1.1.0 -> v1.1.0 2025-12-04T08:43:43.2740715Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-12-04T08:43:43.2741772Z * [new tag] v1.10.0 -> v1.10.0 2025-12-04T08:43:43.2742734Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-12-04T08:43:43.2743622Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-12-04T08:43:43.2744315Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-12-04T08:43:43.2745203Z * [new tag] v1.10.1 -> v1.10.1 2025-12-04T08:43:43.2745905Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-12-04T08:43:43.2746596Z * [new tag] v1.10.2 -> v1.10.2 2025-12-04T08:43:43.2747304Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-12-04T08:43:43.2748179Z * [new tag] v1.11.0 -> v1.11.0 2025-12-04T08:43:43.2749185Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-12-04T08:43:43.2750227Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-12-04T08:43:43.2751147Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-12-04T08:43:43.2752101Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-12-04T08:43:43.2753000Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-12-04T08:43:43.2753648Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-12-04T08:43:43.2754322Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-12-04T08:43:43.2755440Z * [new tag] v1.12.0 -> v1.12.0 2025-12-04T08:43:43.2756234Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-12-04T08:43:43.2757183Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-12-04T08:43:43.2758227Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-12-04T08:43:43.2758978Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-12-04T08:43:43.2759878Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-12-04T08:43:43.2760840Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-12-04T08:43:43.2761473Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-12-04T08:43:43.2762215Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-12-04T08:43:43.2762975Z * [new tag] v1.12.1 -> v1.12.1 2025-12-04T08:43:43.2764190Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-12-04T08:43:43.2765106Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-12-04T08:43:43.2766076Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-12-04T08:43:43.2766998Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-12-04T08:43:43.2767599Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-12-04T08:43:43.2768600Z * [new tag] v1.13.0 -> v1.13.0 2025-12-04T08:43:43.2769505Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-12-04T08:43:43.2770242Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-12-04T08:43:43.2771301Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-12-04T08:43:43.2775642Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-12-04T08:43:43.2776363Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-12-04T08:43:43.2777070Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-12-04T08:43:43.2778092Z * [new tag] v1.13.1 -> v1.13.1 2025-12-04T08:43:43.2778756Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-12-04T08:43:43.2779741Z * [new tag] v1.2.0 -> v1.2.0 2025-12-04T08:43:43.2780623Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-12-04T08:43:43.2781492Z * [new tag] v1.3.0 -> v1.3.0 2025-12-04T08:43:43.2782379Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-12-04T08:43:43.2783020Z * [new tag] v1.3.1 -> v1.3.1 2025-12-04T08:43:43.2783932Z * [new tag] v1.4.0 -> v1.4.0 2025-12-04T08:43:43.2784713Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-12-04T08:43:43.2785407Z * [new tag] v1.4.1 -> v1.4.1 2025-12-04T08:43:43.2786433Z * [new tag] v1.5.0 -> v1.5.0 2025-12-04T08:43:43.2787458Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-12-04T08:43:43.2788381Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-12-04T08:43:43.2789328Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-12-04T08:43:43.2790175Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-12-04T08:43:43.2790815Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-12-04T08:43:43.2791831Z * [new tag] v1.5.1 -> v1.5.1 2025-12-04T08:43:43.2792474Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-12-04T08:43:43.2793204Z * [new tag] v1.6.0 -> v1.6.0 2025-12-04T08:43:43.2794238Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-12-04T08:43:43.2795235Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-12-04T08:43:43.2796148Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-12-04T08:43:43.2797178Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-12-04T08:43:43.2797836Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-12-04T08:43:43.2798793Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-12-04T08:43:43.2799453Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-12-04T08:43:43.2800417Z * [new tag] v1.7.0 -> v1.7.0 2025-12-04T08:43:43.2801240Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-12-04T08:43:43.2802320Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-12-04T08:43:43.2803302Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-12-04T08:43:43.2804038Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-12-04T08:43:43.2804983Z * [new tag] v1.7.1 -> v1.7.1 2025-12-04T08:43:43.2805980Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-12-04T08:43:43.2806958Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-12-04T08:43:43.2807667Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-12-04T08:43:43.2808578Z * [new tag] v1.8.0 -> v1.8.0 2025-12-04T08:43:43.2809230Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-12-04T08:43:43.2810210Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-12-04T08:43:43.2811119Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-12-04T08:43:43.2812107Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-12-04T08:43:43.2812551Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-12-04T08:43:43.2813260Z * [new tag] v1.8.1 -> v1.8.1 2025-12-04T08:43:43.2814276Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-12-04T08:43:43.2814960Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-12-04T08:43:43.2815640Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-12-04T08:43:43.2817068Z * [new tag] v1.8.2 -> v1.8.2 2025-12-04T08:43:43.2817754Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-12-04T08:43:43.2818711Z * [new tag] v1.9.0 -> v1.9.0 2025-12-04T08:43:43.2819622Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-12-04T08:43:43.2820582Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-12-04T08:43:43.2821512Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-12-04T08:43:43.2822228Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-12-04T08:43:43.2823216Z * [new tag] v1.9.1 -> v1.9.1 2025-12-04T08:43:43.2824309Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-12-04T08:43:43.2825000Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-12-04T08:43:43.2825999Z * [new tag] v2.0.0 -> v2.0.0 2025-12-04T08:43:43.2826872Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-12-04T08:43:43.2827925Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-12-04T08:43:43.2828938Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-12-04T08:43:43.2829841Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-12-04T08:43:43.2830773Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-12-04T08:43:43.2831837Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-12-04T08:43:43.2832874Z * [new tag] v2.0.1 -> v2.0.1 2025-12-04T08:43:43.2833799Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-12-04T08:43:43.2834517Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-12-04T08:43:43.2835369Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-12-04T08:43:43.2836068Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-12-04T08:43:43.2837489Z * [new tag] v2.1.0 -> v2.1.0 2025-12-04T08:43:43.2838373Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-12-04T08:43:43.2839333Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-12-04T08:43:43.2840294Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-12-04T08:43:43.2841257Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-12-04T08:43:43.2842226Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-12-04T08:43:43.2842861Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-12-04T08:43:43.2843962Z * [new tag] v2.1.1 -> v2.1.1 2025-12-04T08:43:43.2844887Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-12-04T08:43:43.2845907Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-12-04T08:43:43.2846973Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-12-04T08:43:43.2847929Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-12-04T08:43:43.2848780Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-12-04T08:43:43.2849446Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-12-04T08:43:43.2850344Z * [new tag] v2.1.2 -> v2.1.2 2025-12-04T08:43:43.2851315Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-12-04T08:43:43.2852377Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-12-04T08:43:43.2853021Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-12-04T08:43:43.2854027Z * [new tag] v2.2.0 -> v2.2.0 2025-12-04T08:43:43.2854930Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-12-04T08:43:43.2855799Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-12-04T08:43:43.2856638Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-12-04T08:43:43.2857502Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-12-04T08:43:43.2858410Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-12-04T08:43:43.2859279Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-12-04T08:43:43.2859900Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-12-04T08:43:43.2860611Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-12-04T08:43:43.2861657Z * [new tag] v2.2.1 -> v2.2.1 2025-12-04T08:43:43.2862659Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-12-04T08:43:43.2863243Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-12-04T08:43:43.2863947Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-12-04T08:43:43.2864668Z * [new tag] v2.2.2 -> v2.2.2 2025-12-04T08:43:43.2865764Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-12-04T08:43:43.2866759Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-12-04T08:43:43.2867422Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-12-04T08:43:43.2868461Z * [new tag] v2.3.0 -> v2.3.0 2025-12-04T08:43:43.2869383Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-12-04T08:43:43.2870339Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-12-04T08:43:43.2871686Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-12-04T08:43:43.2872220Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-12-04T08:43:43.2873155Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-12-04T08:43:43.2874111Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-12-04T08:43:43.2875127Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-12-04T08:43:43.2875926Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-12-04T08:43:43.2876642Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-12-04T08:43:43.2877610Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-12-04T08:43:43.2878538Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-12-04T08:43:43.2879276Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-12-04T08:43:43.2880040Z * [new tag] v2.3.1 -> v2.3.1 2025-12-04T08:43:43.2881097Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-12-04T08:43:43.2882021Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-12-04T08:43:43.2882995Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-12-04T08:43:43.2884072Z * [new tag] v2.4.0 -> v2.4.0 2025-12-04T08:43:43.2884981Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-12-04T08:43:43.2885701Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-12-04T08:43:43.2886671Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-12-04T08:43:43.2887546Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-12-04T08:43:43.2888508Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-12-04T08:43:43.2889825Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-12-04T08:43:43.2890795Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-12-04T08:43:43.2891700Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-12-04T08:43:43.2892629Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-12-04T08:43:43.2893291Z * [new tag] v2.4.1 -> v2.4.1 2025-12-04T08:43:43.2894378Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-12-04T08:43:43.2895274Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-12-04T08:43:43.2896247Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-12-04T08:43:43.2897113Z * [new tag] v2.5.0 -> v2.5.0 2025-12-04T08:43:43.2898027Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-12-04T08:43:43.2898729Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-12-04T08:43:43.2899735Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-12-04T08:43:43.2900584Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-12-04T08:43:43.2901541Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-12-04T08:43:43.2902327Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-12-04T08:43:43.2903393Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-12-04T08:43:43.2904303Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-12-04T08:43:43.2905276Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-12-04T08:43:43.2906185Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-12-04T08:43:43.2906817Z * [new tag] v2.5.1 -> v2.5.1 2025-12-04T08:43:43.2907507Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-12-04T08:43:43.2908345Z * [new tag] v2.6.0 -> v2.6.0 2025-12-04T08:43:43.2909403Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-12-04T08:43:43.2910397Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-12-04T08:43:43.2911336Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-12-04T08:43:43.2912136Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-12-04T08:43:43.2913329Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-12-04T08:43:43.2914381Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-12-04T08:43:43.2915311Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-12-04T08:43:43.2916329Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-12-04T08:43:43.2917229Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-12-04T08:43:43.2918438Z * [new tag] v2.7.0 -> v2.7.0 2025-12-04T08:43:43.2919375Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-12-04T08:43:43.2920072Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-12-04T08:43:43.2921123Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-12-04T08:43:43.2922100Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-12-04T08:43:43.2923012Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-12-04T08:43:43.2924066Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-12-04T08:43:43.2924858Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-12-04T08:43:43.2925869Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-12-04T08:43:43.2926873Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-12-04T08:43:43.2927870Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-12-04T08:43:43.2928519Z * [new tag] v2.7.1 -> v2.7.1 2025-12-04T08:43:43.2929574Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-12-04T08:43:43.2930532Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-12-04T08:43:43.2931598Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-12-04T08:43:43.2932545Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-12-04T08:43:43.2933416Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-12-04T08:43:43.2934114Z * [new tag] v2.8.0 -> v2.8.0 2025-12-04T08:43:43.2935117Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-12-04T08:43:43.2936047Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-12-04T08:43:43.2937014Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-12-04T08:43:43.2937997Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-12-04T08:43:43.2939100Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-12-04T08:43:43.2940170Z * [new tag] v2.8.0-rc6 -> v2.8.0-rc6 2025-12-04T08:43:43.2941146Z * [new tag] v2.8.0-rc7 -> v2.8.0-rc7 2025-12-04T08:43:43.2942043Z * [new tag] v2.8.0-rc8 -> v2.8.0-rc8 2025-12-04T08:43:43.2943035Z * [new tag] v2.9.0 -> v2.9.0 2025-12-04T08:43:43.2943976Z * [new tag] v2.9.0-rc1 -> v2.9.0-rc1 2025-12-04T08:43:43.2944928Z * [new tag] v2.9.0-rc10 -> v2.9.0-rc10 2025-12-04T08:43:43.2945889Z * [new tag] v2.9.0-rc11 -> v2.9.0-rc11 2025-12-04T08:43:43.2947119Z * [new tag] v2.9.0-rc2 -> v2.9.0-rc2 2025-12-04T08:43:43.2948179Z * [new tag] v2.9.0-rc3 -> v2.9.0-rc3 2025-12-04T08:43:43.2949123Z * [new tag] v2.9.0-rc4 -> v2.9.0-rc4 2025-12-04T08:43:43.2950435Z * [new tag] v2.9.0-rc5 -> v2.9.0-rc5 2025-12-04T08:43:43.2951641Z * [new tag] v2.9.0-rc6 -> v2.9.0-rc6 2025-12-04T08:43:43.2952589Z * [new tag] v2.9.0-rc7 -> v2.9.0-rc7 2025-12-04T08:43:43.2953716Z * [new tag] v2.9.0-rc8 -> v2.9.0-rc8 2025-12-04T08:43:43.2954382Z * [new tag] v2.9.0-rc9 -> v2.9.0-rc9 2025-12-04T08:43:43.2955127Z * [new tag] v2.9.1 -> v2.9.1 2025-12-04T08:43:43.2956115Z * [new tag] v2.9.1-rc1 -> v2.9.1-rc1 2025-12-04T08:43:43.2957129Z * [new tag] v2.9.1-rc2 -> v2.9.1-rc2 2025-12-04T08:43:43.2958413Z * [new tag] viable/strict/1759343184 -> viable/strict/1759343184 2025-12-04T08:43:43.2959421Z * [new tag] viable/strict/1759346540 -> viable/strict/1759346540 2025-12-04T08:43:43.2960614Z * [new tag] viable/strict/1759348181 -> viable/strict/1759348181 2025-12-04T08:43:43.2961433Z * [new tag] viable/strict/1759350324 -> viable/strict/1759350324 2025-12-04T08:43:43.2962388Z * [new tag] viable/strict/1759351793 -> viable/strict/1759351793 2025-12-04T08:43:43.2963398Z * [new tag] viable/strict/1759353844 -> viable/strict/1759353844 2025-12-04T08:43:43.2964207Z * [new tag] viable/strict/1759355374 -> viable/strict/1759355374 2025-12-04T08:43:43.2965199Z * [new tag] viable/strict/1759357472 -> viable/strict/1759357472 2025-12-04T08:43:43.2965910Z * [new tag] viable/strict/1759361002 -> viable/strict/1759361002 2025-12-04T08:43:43.2967101Z * [new tag] viable/strict/1759362585 -> viable/strict/1759362585 2025-12-04T08:43:43.2968139Z * [new tag] viable/strict/1759365359 -> viable/strict/1759365359 2025-12-04T08:43:43.2969082Z * [new tag] viable/strict/1759370089 -> viable/strict/1759370089 2025-12-04T08:43:43.2970154Z * [new tag] viable/strict/1759377554 -> viable/strict/1759377554 2025-12-04T08:43:43.2971109Z * [new tag] viable/strict/1759379133 -> viable/strict/1759379133 2025-12-04T08:43:43.2972144Z * [new tag] viable/strict/1759389871 -> viable/strict/1759389871 2025-12-04T08:43:43.2972973Z * [new tag] viable/strict/1759393562 -> viable/strict/1759393562 2025-12-04T08:43:43.2973958Z * [new tag] viable/strict/1759395076 -> viable/strict/1759395076 2025-12-04T08:43:43.2974935Z * [new tag] viable/strict/1759398579 -> viable/strict/1759398579 2025-12-04T08:43:43.2975766Z * [new tag] viable/strict/1759404142 -> viable/strict/1759404142 2025-12-04T08:43:43.2976714Z * [new tag] viable/strict/1759405773 -> viable/strict/1759405773 2025-12-04T08:43:43.2977528Z * [new tag] viable/strict/1759408041 -> viable/strict/1759408041 2025-12-04T08:43:43.2978468Z * [new tag] viable/strict/1759411593 -> viable/strict/1759411593 2025-12-04T08:43:43.2979283Z * [new tag] viable/strict/1759427395 -> viable/strict/1759427395 2025-12-04T08:43:43.2980300Z * [new tag] viable/strict/1759434582 -> viable/strict/1759434582 2025-12-04T08:43:43.2981135Z * [new tag] viable/strict/1759436720 -> viable/strict/1759436720 2025-12-04T08:43:43.2982135Z * [new tag] viable/strict/1759440219 -> viable/strict/1759440219 2025-12-04T08:43:43.2982936Z * [new tag] viable/strict/1759441948 -> viable/strict/1759441948 2025-12-04T08:43:43.2984150Z * [new tag] viable/strict/1759443860 -> viable/strict/1759443860 2025-12-04T08:43:43.2984736Z * [new tag] viable/strict/1759445377 -> viable/strict/1759445377 2025-12-04T08:43:43.2985783Z * [new tag] viable/strict/1759447415 -> viable/strict/1759447415 2025-12-04T08:43:43.2986597Z * [new tag] viable/strict/1759451750 -> viable/strict/1759451750 2025-12-04T08:43:43.2987583Z * [new tag] viable/strict/1759453910 -> viable/strict/1759453910 2025-12-04T08:43:43.2988487Z * [new tag] viable/strict/1759456483 -> viable/strict/1759456483 2025-12-04T08:43:43.2989452Z * [new tag] viable/strict/1759459279 -> viable/strict/1759459279 2025-12-04T08:43:43.2990446Z * [new tag] viable/strict/1759460742 -> viable/strict/1759460742 2025-12-04T08:43:43.2991158Z * [new tag] viable/strict/1759462025 -> viable/strict/1759462025 2025-12-04T08:43:43.2992150Z * [new tag] viable/strict/1759469086 -> viable/strict/1759469086 2025-12-04T08:43:43.2993028Z * [new tag] viable/strict/1759470581 -> viable/strict/1759470581 2025-12-04T08:43:43.2993968Z * [new tag] viable/strict/1759472786 -> viable/strict/1759472786 2025-12-04T08:43:43.2994862Z * [new tag] viable/strict/1759476294 -> viable/strict/1759476294 2025-12-04T08:43:43.2995785Z * [new tag] viable/strict/1759479963 -> viable/strict/1759479963 2025-12-04T08:43:43.2996540Z * [new tag] viable/strict/1759492177 -> viable/strict/1759492177 2025-12-04T08:43:43.2997538Z * [new tag] viable/strict/1759519278 -> viable/strict/1759519278 2025-12-04T08:43:43.2998441Z * [new tag] viable/strict/1759524580 -> viable/strict/1759524580 2025-12-04T08:43:43.2999429Z * [new tag] viable/strict/1759528193 -> viable/strict/1759528193 2025-12-04T08:43:43.3000528Z * [new tag] viable/strict/1759533797 -> viable/strict/1759533797 2025-12-04T08:43:43.3001444Z * [new tag] viable/strict/1759542780 -> viable/strict/1759542780 2025-12-04T08:43:43.3002368Z * [new tag] viable/strict/1759549779 -> viable/strict/1759549779 2025-12-04T08:43:43.3003414Z * [new tag] viable/strict/1759555455 -> viable/strict/1759555455 2025-12-04T08:43:43.3004350Z * [new tag] viable/strict/1759559176 -> viable/strict/1759559176 2025-12-04T08:43:43.3005275Z * [new tag] viable/strict/1759560629 -> viable/strict/1759560629 2025-12-04T08:43:43.3006157Z * [new tag] viable/strict/1759569848 -> viable/strict/1759569848 2025-12-04T08:43:43.3007240Z * [new tag] viable/strict/1759571382 -> viable/strict/1759571382 2025-12-04T08:43:43.3008146Z * [new tag] viable/strict/1759573474 -> viable/strict/1759573474 2025-12-04T08:43:43.3009045Z * [new tag] viable/strict/1759618187 -> viable/strict/1759618187 2025-12-04T08:43:43.3009940Z * [new tag] viable/strict/1759626742 -> viable/strict/1759626742 2025-12-04T08:43:43.3010867Z * [new tag] viable/strict/1759632427 -> viable/strict/1759632427 2025-12-04T08:43:43.3011748Z * [new tag] viable/strict/1759634971 -> viable/strict/1759634971 2025-12-04T08:43:43.3012684Z * [new tag] viable/strict/1759661382 -> viable/strict/1759661382 2025-12-04T08:43:43.3013631Z * [new tag] viable/strict/1759663294 -> viable/strict/1759663294 2025-12-04T08:43:43.3014356Z * [new tag] viable/strict/1759708178 -> viable/strict/1759708178 2025-12-04T08:43:43.3015294Z * [new tag] viable/strict/1759715695 -> viable/strict/1759715695 2025-12-04T08:43:43.3016214Z * [new tag] viable/strict/1759728293 -> viable/strict/1759728293 2025-12-04T08:43:43.3017235Z * [new tag] viable/strict/1759735513 -> viable/strict/1759735513 2025-12-04T08:43:43.3017997Z * [new tag] viable/strict/1759739177 -> viable/strict/1759739177 2025-12-04T08:43:43.3018999Z * [new tag] viable/strict/1759758635 -> viable/strict/1759758635 2025-12-04T08:43:43.3020289Z * [new tag] viable/strict/1759765784 -> viable/strict/1759765784 2025-12-04T08:43:43.3021187Z * [new tag] viable/strict/1759767948 -> viable/strict/1759767948 2025-12-04T08:43:43.3022142Z * [new tag] viable/strict/1759771461 -> viable/strict/1759771461 2025-12-04T08:43:43.3022849Z * [new tag] viable/strict/1759776706 -> viable/strict/1759776706 2025-12-04T08:43:43.3023873Z * [new tag] viable/strict/1759782317 -> viable/strict/1759782317 2025-12-04T08:43:43.3024836Z * [new tag] viable/strict/1759783777 -> viable/strict/1759783777 2025-12-04T08:43:43.3025774Z * [new tag] viable/strict/1759785815 -> viable/strict/1759785815 2025-12-04T08:43:43.3026696Z * [new tag] viable/strict/1759789459 -> viable/strict/1759789459 2025-12-04T08:43:43.3027598Z * [new tag] viable/strict/1759790974 -> viable/strict/1759790974 2025-12-04T08:43:43.3028304Z * [new tag] viable/strict/1759794583 -> viable/strict/1759794583 2025-12-04T08:43:43.3029360Z * [new tag] viable/strict/1759797408 -> viable/strict/1759797408 2025-12-04T08:43:43.3030301Z * [new tag] viable/strict/1759799518 -> viable/strict/1759799518 2025-12-04T08:43:43.3031237Z * [new tag] viable/strict/1759804909 -> viable/strict/1759804909 2025-12-04T08:43:43.3032140Z * [new tag] viable/strict/1759807643 -> viable/strict/1759807643 2025-12-04T08:43:43.3033044Z * [new tag] viable/strict/1759809089 -> viable/strict/1759809089 2025-12-04T08:43:43.3033921Z * [new tag] viable/strict/1759811145 -> viable/strict/1759811145 2025-12-04T08:43:43.3034835Z * [new tag] viable/strict/1759812581 -> viable/strict/1759812581 2025-12-04T08:43:43.3035716Z * [new tag] viable/strict/1759814683 -> viable/strict/1759814683 2025-12-04T08:43:43.3036627Z * [new tag] viable/strict/1759821889 -> viable/strict/1759821889 2025-12-04T08:43:43.3037613Z * [new tag] viable/strict/1759823376 -> viable/strict/1759823376 2025-12-04T08:43:43.3038481Z * [new tag] viable/strict/1759827107 -> viable/strict/1759827107 2025-12-04T08:43:43.3039362Z * [new tag] viable/strict/1759830577 -> viable/strict/1759830577 2025-12-04T08:43:43.3040362Z * [new tag] viable/strict/1759832720 -> viable/strict/1759832720 2025-12-04T08:43:43.3041127Z * [new tag] viable/strict/1759842063 -> viable/strict/1759842063 2025-12-04T08:43:43.3042136Z * [new tag] viable/strict/1759847121 -> viable/strict/1759847121 2025-12-04T08:43:43.3043442Z * [new tag] viable/strict/1759850721 -> viable/strict/1759850721 2025-12-04T08:43:43.3044324Z * [new tag] viable/strict/1759857870 -> viable/strict/1759857870 2025-12-04T08:43:43.3045243Z * [new tag] viable/strict/1759863143 -> viable/strict/1759863143 2025-12-04T08:43:43.3046139Z * [new tag] viable/strict/1759875874 -> viable/strict/1759875874 2025-12-04T08:43:43.3046853Z * [new tag] viable/strict/1759877385 -> viable/strict/1759877385 2025-12-04T08:43:43.3047785Z * [new tag] viable/strict/1759883801 -> viable/strict/1759883801 2025-12-04T08:43:43.3048669Z * [new tag] viable/strict/1759885922 -> viable/strict/1759885922 2025-12-04T08:43:43.3049553Z * [new tag] viable/strict/1759888488 -> viable/strict/1759888488 2025-12-04T08:43:43.3050582Z * [new tag] viable/strict/1759895471 -> viable/strict/1759895471 2025-12-04T08:43:43.3051339Z * [new tag] viable/strict/1759904803 -> viable/strict/1759904803 2025-12-04T08:43:43.3052548Z * [new tag] viable/strict/1759908300 -> viable/strict/1759908300 2025-12-04T08:43:43.3053508Z * [new tag] viable/strict/1759915520 -> viable/strict/1759915520 2025-12-04T08:43:43.3054412Z * [new tag] viable/strict/1759916978 -> viable/strict/1759916978 2025-12-04T08:43:43.3055089Z * [new tag] viable/strict/1759930024 -> viable/strict/1759930024 2025-12-04T08:43:43.3056135Z * [new tag] viable/strict/1759948122 -> viable/strict/1759948122 2025-12-04T08:43:43.3057041Z * [new tag] viable/strict/1759952983 -> viable/strict/1759952983 2025-12-04T08:43:43.3058056Z * [new tag] viable/strict/1759955121 -> viable/strict/1759955121 2025-12-04T08:43:43.3059042Z * [new tag] viable/strict/1759962298 -> viable/strict/1759962298 2025-12-04T08:43:43.3059961Z * [new tag] viable/strict/1759965837 -> viable/strict/1759965837 2025-12-04T08:43:43.3060906Z * [new tag] viable/strict/1759970213 -> viable/strict/1759970213 2025-12-04T08:43:43.3061842Z * [new tag] viable/strict/1759974894 -> viable/strict/1759974894 2025-12-04T08:43:43.3062737Z * [new tag] viable/strict/1759977763 -> viable/strict/1759977763 2025-12-04T08:43:43.3063686Z * [new tag] viable/strict/1759979241 -> viable/strict/1759979241 2025-12-04T08:43:43.3064582Z * [new tag] viable/strict/1759985417 -> viable/strict/1759985417 2025-12-04T08:43:43.3065489Z * [new tag] viable/strict/1759987490 -> viable/strict/1759987490 2025-12-04T08:43:43.3066428Z * [new tag] viable/strict/1759996180 -> viable/strict/1759996180 2025-12-04T08:43:43.3067323Z * [new tag] viable/strict/1760065682 -> viable/strict/1760065682 2025-12-04T08:43:43.3068250Z * [new tag] viable/strict/1760066894 -> viable/strict/1760066894 2025-12-04T08:43:43.3069179Z * [new tag] viable/strict/1760070345 -> viable/strict/1760070345 2025-12-04T08:43:43.3070190Z * [new tag] viable/strict/1760089782 -> viable/strict/1760089782 2025-12-04T08:43:43.3071199Z * [new tag] viable/strict/1760091921 -> viable/strict/1760091921 2025-12-04T08:43:43.3072154Z * [new tag] viable/strict/1760127924 -> viable/strict/1760127924 2025-12-04T08:43:43.3073030Z * [new tag] viable/strict/1760129489 -> viable/strict/1760129489 2025-12-04T08:43:43.3074026Z * [new tag] viable/strict/1760132980 -> viable/strict/1760132980 2025-12-04T08:43:43.3075023Z * [new tag] viable/strict/1760135060 -> viable/strict/1760135060 2025-12-04T08:43:43.3075910Z * [new tag] viable/strict/1760215782 -> viable/strict/1760215782 2025-12-04T08:43:43.3076848Z * [new tag] viable/strict/1760273849 -> viable/strict/1760273849 2025-12-04T08:43:43.3077748Z * [new tag] viable/strict/1760275517 -> viable/strict/1760275517 2025-12-04T08:43:43.3078632Z * [new tag] viable/strict/1760276979 -> viable/strict/1760276979 2025-12-04T08:43:43.3079981Z * [new tag] viable/strict/1760279007 -> viable/strict/1760279007 2025-12-04T08:43:43.3080713Z * [new tag] viable/strict/1760286328 -> viable/strict/1760286328 2025-12-04T08:43:43.3081481Z * [new tag] viable/strict/1760493304 -> viable/strict/1760493304 2025-12-04T08:43:43.3082459Z * [new tag] viable/strict/1760496298 -> viable/strict/1760496298 2025-12-04T08:43:43.3083443Z * [new tag] viable/strict/1760518396 -> viable/strict/1760518396 2025-12-04T08:43:43.3084472Z * [new tag] viable/strict/1760534864 -> viable/strict/1760534864 2025-12-04T08:43:43.3085231Z * [new tag] viable/strict/1760549062 -> viable/strict/1760549062 2025-12-04T08:43:43.3086312Z * [new tag] viable/strict/1760552799 -> viable/strict/1760552799 2025-12-04T08:43:43.3087234Z * [new tag] viable/strict/1760554355 -> viable/strict/1760554355 2025-12-04T08:43:43.3088164Z * [new tag] viable/strict/1760556275 -> viable/strict/1760556275 2025-12-04T08:43:43.3089190Z * [new tag] viable/strict/1760564979 -> viable/strict/1760564979 2025-12-04T08:43:43.3090166Z * [new tag] viable/strict/1760567049 -> viable/strict/1760567049 2025-12-04T08:43:43.3091493Z * [new tag] viable/strict/1760568585 -> viable/strict/1760568585 2025-12-04T08:43:43.3092380Z * [new tag] viable/strict/1760570630 -> viable/strict/1760570630 2025-12-04T08:43:43.3093290Z * [new tag] viable/strict/1760572180 -> viable/strict/1760572180 2025-12-04T08:43:43.3094240Z * [new tag] viable/strict/1760575094 -> viable/strict/1760575094 2025-12-04T08:43:43.3095220Z * [new tag] viable/strict/1760579709 -> viable/strict/1760579709 2025-12-04T08:43:43.3096558Z * [new tag] viable/strict/1760582614 -> viable/strict/1760582614 2025-12-04T08:43:43.3097579Z * [new tag] viable/strict/1760586815 -> viable/strict/1760586815 2025-12-04T08:43:43.3098347Z * [new tag] viable/strict/1760588829 -> viable/strict/1760588829 2025-12-04T08:43:43.3099329Z * [new tag] viable/strict/1760590200 -> viable/strict/1760590200 2025-12-04T08:43:43.3100267Z * [new tag] viable/strict/1760592311 -> viable/strict/1760592311 2025-12-04T08:43:43.3101181Z * [new tag] viable/strict/1760619733 -> viable/strict/1760619733 2025-12-04T08:43:43.3101926Z * [new tag] viable/strict/1760628335 -> viable/strict/1760628335 2025-12-04T08:43:43.3102866Z * [new tag] viable/strict/1760635490 -> viable/strict/1760635490 2025-12-04T08:43:43.3103736Z * [new tag] viable/strict/1760640743 -> viable/strict/1760640743 2025-12-04T08:43:43.3104628Z * [new tag] viable/strict/1760642528 -> viable/strict/1760642528 2025-12-04T08:43:43.3105541Z * [new tag] viable/strict/1760646330 -> viable/strict/1760646330 2025-12-04T08:43:43.3106425Z * [new tag] viable/strict/1760666101 -> viable/strict/1760666101 2025-12-04T08:43:43.3107340Z * [new tag] viable/strict/1760668990 -> viable/strict/1760668990 2025-12-04T08:43:43.3108212Z * [new tag] viable/strict/1760670600 -> viable/strict/1760670600 2025-12-04T08:43:43.3109113Z * [new tag] viable/strict/1760671704 -> viable/strict/1760671704 2025-12-04T08:43:43.3110058Z * [new tag] viable/strict/1760673121 -> viable/strict/1760673121 2025-12-04T08:43:43.3110923Z * [new tag] viable/strict/1760675352 -> viable/strict/1760675352 2025-12-04T08:43:43.3111902Z * [new tag] viable/strict/1760696731 -> viable/strict/1760696731 2025-12-04T08:43:43.3114175Z * [new tag] viable/strict/1760723515 -> viable/strict/1760723515 2025-12-04T08:43:43.3115089Z * [new tag] viable/strict/1760727234 -> viable/strict/1760727234 2025-12-04T08:43:43.3116054Z * [new tag] viable/strict/1760730578 -> viable/strict/1760730578 2025-12-04T08:43:43.3117076Z * [new tag] viable/strict/1760732726 -> viable/strict/1760732726 2025-12-04T08:43:43.3118016Z * [new tag] viable/strict/1760734180 -> viable/strict/1760734180 2025-12-04T08:43:43.3118996Z * [new tag] viable/strict/1760736251 -> viable/strict/1760736251 2025-12-04T08:43:43.3119969Z * [new tag] viable/strict/1760737772 -> viable/strict/1760737772 2025-12-04T08:43:43.3120926Z * [new tag] viable/strict/1760758005 -> viable/strict/1760758005 2025-12-04T08:43:43.3121836Z * [new tag] viable/strict/1760761532 -> viable/strict/1760761532 2025-12-04T08:43:43.3122821Z * [new tag] viable/strict/1760802581 -> viable/strict/1760802581 2025-12-04T08:43:43.3123795Z * [new tag] viable/strict/1760827772 -> viable/strict/1760827772 2025-12-04T08:43:43.3124707Z * [new tag] viable/strict/1760834524 -> viable/strict/1760834524 2025-12-04T08:43:43.3125659Z * [new tag] viable/strict/1760845009 -> viable/strict/1760845009 2025-12-04T08:43:43.3126589Z * [new tag] viable/strict/1760876836 -> viable/strict/1760876836 2025-12-04T08:43:43.3127482Z * [new tag] viable/strict/1760880329 -> viable/strict/1760880329 2025-12-04T08:43:43.3128386Z * [new tag] viable/strict/1760888987 -> viable/strict/1760888987 2025-12-04T08:43:43.3129269Z * [new tag] viable/strict/1760912664 -> viable/strict/1760912664 2025-12-04T08:43:43.3130194Z * [new tag] viable/strict/1760925321 -> viable/strict/1760925321 2025-12-04T08:43:43.3131067Z * [new tag] viable/strict/1760931488 -> viable/strict/1760931488 2025-12-04T08:43:43.3131996Z * [new tag] viable/strict/1760932693 -> viable/strict/1760932693 2025-12-04T08:43:43.3132927Z * [new tag] viable/strict/1761004184 -> viable/strict/1761004184 2025-12-04T08:43:43.3133833Z * [new tag] viable/strict/1761014748 -> viable/strict/1761014748 2025-12-04T08:43:43.3134745Z * [new tag] viable/strict/1761017491 -> viable/strict/1761017491 2025-12-04T08:43:43.3135665Z * [new tag] viable/strict/1761018806 -> viable/strict/1761018806 2025-12-04T08:43:43.3136663Z * [new tag] viable/strict/1761020754 -> viable/strict/1761020754 2025-12-04T08:43:43.3137586Z * [new tag] viable/strict/1761024303 -> viable/strict/1761024303 2025-12-04T08:43:43.3138465Z * [new tag] viable/strict/1761029582 -> viable/strict/1761029582 2025-12-04T08:43:43.3139346Z * [new tag] viable/strict/1761031535 -> viable/strict/1761031535 2025-12-04T08:43:43.3140235Z * [new tag] viable/strict/1761035196 -> viable/strict/1761035196 2025-12-04T08:43:43.3141612Z * [new tag] viable/strict/1761045825 -> viable/strict/1761045825 2025-12-04T08:43:43.3142663Z * [new tag] viable/strict/1761054796 -> viable/strict/1761054796 2025-12-04T08:43:43.3143588Z * [new tag] viable/strict/1761060314 -> viable/strict/1761060314 2025-12-04T08:43:43.3144524Z * [new tag] viable/strict/1761071198 -> viable/strict/1761071198 2025-12-04T08:43:43.3145501Z * [new tag] viable/strict/1761074628 -> viable/strict/1761074628 2025-12-04T08:43:43.3146416Z * [new tag] viable/strict/1761078351 -> viable/strict/1761078351 2025-12-04T08:43:43.3147328Z * [new tag] viable/strict/1761079822 -> viable/strict/1761079822 2025-12-04T08:43:43.3148226Z * [new tag] viable/strict/1761081873 -> viable/strict/1761081873 2025-12-04T08:43:43.3149167Z * [new tag] viable/strict/1761083392 -> viable/strict/1761083392 2025-12-04T08:43:43.3150086Z * [new tag] viable/strict/1761085465 -> viable/strict/1761085465 2025-12-04T08:43:43.3151143Z * [new tag] viable/strict/1761089099 -> viable/strict/1761089099 2025-12-04T08:43:43.3152241Z * [new tag] viable/strict/1761095535 -> viable/strict/1761095535 2025-12-04T08:43:43.3153138Z * [new tag] viable/strict/1761098119 -> viable/strict/1761098119 2025-12-04T08:43:43.3154596Z * [new tag] viable/strict/1761101330 -> viable/strict/1761101330 2025-12-04T08:43:43.3155453Z * [new tag] viable/strict/1761114425 -> viable/strict/1761114425 2025-12-04T08:43:43.3156386Z * [new tag] viable/strict/1761116036 -> viable/strict/1761116036 2025-12-04T08:43:43.3157293Z * [new tag] viable/strict/1761119379 -> viable/strict/1761119379 2025-12-04T08:43:43.3158115Z * [new tag] viable/strict/1761121601 -> viable/strict/1761121601 2025-12-04T08:43:43.3159056Z * [new tag] viable/strict/1761123234 -> viable/strict/1761123234 2025-12-04T08:43:43.3159931Z * [new tag] viable/strict/1761126621 -> viable/strict/1761126621 2025-12-04T08:43:43.3160831Z * [new tag] viable/strict/1761132259 -> viable/strict/1761132259 2025-12-04T08:43:43.3161787Z * [new tag] viable/strict/1761146746 -> viable/strict/1761146746 2025-12-04T08:43:43.3162715Z * [new tag] viable/strict/1761164752 -> viable/strict/1761164752 2025-12-04T08:43:43.3163701Z * [new tag] viable/strict/1761166198 -> viable/strict/1761166198 2025-12-04T08:43:43.3164697Z * [new tag] viable/strict/1761175424 -> viable/strict/1761175424 2025-12-04T08:43:43.3165619Z * [new tag] viable/strict/1761176983 -> viable/strict/1761176983 2025-12-04T08:43:43.3166687Z * [new tag] viable/strict/1761179891 -> viable/strict/1761179891 2025-12-04T08:43:43.3167603Z * [new tag] viable/strict/1761181930 -> viable/strict/1761181930 2025-12-04T08:43:43.3168539Z * [new tag] viable/strict/1761184516 -> viable/strict/1761184516 2025-12-04T08:43:43.3169497Z * [new tag] viable/strict/1761190179 -> viable/strict/1761190179 2025-12-04T08:43:43.3170413Z * [new tag] viable/strict/1761193558 -> viable/strict/1761193558 2025-12-04T08:43:43.3175198Z * [new tag] viable/strict/1761207990 -> viable/strict/1761207990 2025-12-04T08:43:43.3176251Z * [new tag] viable/strict/1761229539 -> viable/strict/1761229539 2025-12-04T08:43:43.3177460Z * [new tag] viable/strict/1761244031 -> viable/strict/1761244031 2025-12-04T08:43:43.3178384Z * [new tag] viable/strict/1761248986 -> viable/strict/1761248986 2025-12-04T08:43:43.3179410Z * [new tag] viable/strict/1761259791 -> viable/strict/1761259791 2025-12-04T08:43:43.3180279Z * [new tag] viable/strict/1761266139 -> viable/strict/1761266139 2025-12-04T08:43:43.3181257Z * [new tag] viable/strict/1761268316 -> viable/strict/1761268316 2025-12-04T08:43:43.3182125Z * [new tag] viable/strict/1761273805 -> viable/strict/1761273805 2025-12-04T08:43:43.3183057Z * [new tag] viable/strict/1761275261 -> viable/strict/1761275261 2025-12-04T08:43:43.3183984Z * [new tag] viable/strict/1761277913 -> viable/strict/1761277913 2025-12-04T08:43:43.3185003Z * [new tag] viable/strict/1761290701 -> viable/strict/1761290701 2025-12-04T08:43:43.3186041Z * [new tag] viable/strict/1761294396 -> viable/strict/1761294396 2025-12-04T08:43:43.3186977Z * [new tag] viable/strict/1761303047 -> viable/strict/1761303047 2025-12-04T08:43:43.3187874Z * [new tag] viable/strict/1761335388 -> viable/strict/1761335388 2025-12-04T08:43:43.3188819Z * [new tag] viable/strict/1761337551 -> viable/strict/1761337551 2025-12-04T08:43:43.3189719Z * [new tag] viable/strict/1761339007 -> viable/strict/1761339007 2025-12-04T08:43:43.3190676Z * [new tag] viable/strict/1761341050 -> viable/strict/1761341050 2025-12-04T08:43:43.3191566Z * [new tag] viable/strict/1761346188 -> viable/strict/1761346188 2025-12-04T08:43:43.3192671Z * [new tag] viable/strict/1761349792 -> viable/strict/1761349792 2025-12-04T08:43:43.3193714Z * [new tag] viable/strict/1761352620 -> viable/strict/1761352620 2025-12-04T08:43:43.3194577Z * [new tag] viable/strict/1761354730 -> viable/strict/1761354730 2025-12-04T08:43:43.3195555Z * [new tag] viable/strict/1761357298 -> viable/strict/1761357298 2025-12-04T08:43:43.3196390Z * [new tag] viable/strict/1761360201 -> viable/strict/1761360201 2025-12-04T08:43:43.3197423Z * [new tag] viable/strict/1761361753 -> viable/strict/1761361753 2025-12-04T08:43:43.3198327Z * [new tag] viable/strict/1761364351 -> viable/strict/1761364351 2025-12-04T08:43:43.3199225Z * [new tag] viable/strict/1761366338 -> viable/strict/1761366338 2025-12-04T08:43:43.3200310Z * [new tag] viable/strict/1761367802 -> viable/strict/1761367802 2025-12-04T08:43:43.3201254Z * [new tag] viable/strict/1761369889 -> viable/strict/1761369889 2025-12-04T08:43:43.3202191Z * [new tag] viable/strict/1761371385 -> viable/strict/1761371385 2025-12-04T08:43:43.3203209Z * [new tag] viable/strict/1761373581 -> viable/strict/1761373581 2025-12-04T08:43:43.3204341Z * [new tag] viable/strict/1761375054 -> viable/strict/1761375054 2025-12-04T08:43:43.3205286Z * [new tag] viable/strict/1761421785 -> viable/strict/1761421785 2025-12-04T08:43:43.3206293Z * [new tag] viable/strict/1761434614 -> viable/strict/1761434614 2025-12-04T08:43:43.3207866Z * [new tag] viable/strict/1761439254 -> viable/strict/1761439254 2025-12-04T08:43:43.3208859Z * [new tag] viable/strict/1761454187 -> viable/strict/1761454187 2025-12-04T08:43:43.3209909Z * [new tag] viable/strict/1761459991 -> viable/strict/1761459991 2025-12-04T08:43:43.3211012Z * [new tag] viable/strict/1761470668 -> viable/strict/1761470668 2025-12-04T08:43:43.3212293Z * [new tag] viable/strict/1761472188 -> viable/strict/1761472188 2025-12-04T08:43:43.3213255Z * [new tag] viable/strict/1761503178 -> viable/strict/1761503178 2025-12-04T08:43:43.3214178Z * [new tag] viable/strict/1761517492 -> viable/strict/1761517492 2025-12-04T08:43:43.3215098Z * [new tag] viable/strict/1761518981 -> viable/strict/1761518981 2025-12-04T08:43:43.3216107Z * [new tag] viable/strict/1761533609 -> viable/strict/1761533609 2025-12-04T08:43:43.3216824Z * [new tag] viable/strict/1761546438 -> viable/strict/1761546438 2025-12-04T08:43:43.3218180Z * [new tag] viable/strict/1761548133 -> viable/strict/1761548133 2025-12-04T08:43:43.3219397Z * [new tag] viable/strict/1761555186 -> viable/strict/1761555186 2025-12-04T08:43:43.3220393Z * [new tag] viable/strict/1761557178 -> viable/strict/1761557178 2025-12-04T08:43:43.3221312Z * [new tag] viable/strict/1761560772 -> viable/strict/1761560772 2025-12-04T08:43:43.3222288Z * [new tag] viable/strict/1761562266 -> viable/strict/1761562266 2025-12-04T08:43:43.3223238Z * [new tag] viable/strict/1761564260 -> viable/strict/1761564260 2025-12-04T08:43:43.3224154Z * [new tag] viable/strict/1761568072 -> viable/strict/1761568072 2025-12-04T08:43:43.3225091Z * [new tag] viable/strict/1761571683 -> viable/strict/1761571683 2025-12-04T08:43:43.3225805Z * [new tag] viable/strict/1761580199 -> viable/strict/1761580199 2025-12-04T08:43:43.3226801Z * [new tag] viable/strict/1761587383 -> viable/strict/1761587383 2025-12-04T08:43:43.3227814Z * [new tag] viable/strict/1761591165 -> viable/strict/1761591165 2025-12-04T08:43:43.3228864Z * [new tag] viable/strict/1761594575 -> viable/strict/1761594575 2025-12-04T08:43:43.3229720Z * [new tag] viable/strict/1761596710 -> viable/strict/1761596710 2025-12-04T08:43:43.3230716Z * [new tag] viable/strict/1761598189 -> viable/strict/1761598189 2025-12-04T08:43:43.3231637Z * [new tag] viable/strict/1761600254 -> viable/strict/1761600254 2025-12-04T08:43:43.3232472Z * [new tag] viable/strict/1761603879 -> viable/strict/1761603879 2025-12-04T08:43:43.3233583Z * [new tag] viable/strict/1761605429 -> viable/strict/1761605429 2025-12-04T08:43:43.3234550Z * [new tag] viable/strict/1761607468 -> viable/strict/1761607468 2025-12-04T08:43:43.3235529Z * [new tag] viable/strict/1761608983 -> viable/strict/1761608983 2025-12-04T08:43:43.3236478Z * [new tag] viable/strict/1761611846 -> viable/strict/1761611846 2025-12-04T08:43:43.3237508Z * [new tag] viable/strict/1761613922 -> viable/strict/1761613922 2025-12-04T08:43:43.3238236Z * [new tag] viable/strict/1761616504 -> viable/strict/1761616504 2025-12-04T08:43:43.3239015Z * [new tag] viable/strict/1761619599 -> viable/strict/1761619599 2025-12-04T08:43:43.3240052Z * [new tag] viable/strict/1761686693 -> viable/strict/1761686693 2025-12-04T08:43:43.3240946Z * [new tag] viable/strict/1761688179 -> viable/strict/1761688179 2025-12-04T08:43:43.3241891Z * [new tag] viable/strict/1761691973 -> viable/strict/1761691973 2025-12-04T08:43:43.3242921Z * [new tag] viable/strict/1761693884 -> viable/strict/1761693884 2025-12-04T08:43:43.3243983Z * [new tag] viable/strict/1761695389 -> viable/strict/1761695389 2025-12-04T08:43:43.3244944Z * [new tag] viable/strict/1761698408 -> viable/strict/1761698408 2025-12-04T08:43:43.3245875Z * [new tag] viable/strict/1761702931 -> viable/strict/1761702931 2025-12-04T08:43:43.3246817Z * [new tag] viable/strict/1761706307 -> viable/strict/1761706307 2025-12-04T08:43:43.3247755Z * [new tag] viable/strict/1761709065 -> viable/strict/1761709065 2025-12-04T08:43:43.3248896Z * [new tag] viable/strict/1761710285 -> viable/strict/1761710285 2025-12-04T08:43:43.3249853Z * [new tag] viable/strict/1761711983 -> viable/strict/1761711983 2025-12-04T08:43:43.3250866Z * [new tag] viable/strict/1761713514 -> viable/strict/1761713514 2025-12-04T08:43:43.3251968Z * [new tag] viable/strict/1761715523 -> viable/strict/1761715523 2025-12-04T08:43:43.3252936Z * [new tag] viable/strict/1761727973 -> viable/strict/1761727973 2025-12-04T08:43:43.3253914Z * [new tag] viable/strict/1761751558 -> viable/strict/1761751558 2025-12-04T08:43:43.3254900Z * [new tag] viable/strict/1761755187 -> viable/strict/1761755187 2025-12-04T08:43:43.3255906Z * [new tag] viable/strict/1761756826 -> viable/strict/1761756826 2025-12-04T08:43:43.3256880Z * [new tag] viable/strict/1761769551 -> viable/strict/1761769551 2025-12-04T08:43:43.3257941Z * [new tag] viable/strict/1761771032 -> viable/strict/1761771032 2025-12-04T08:43:43.3258657Z * [new tag] viable/strict/1761773101 -> viable/strict/1761773101 2025-12-04T08:43:43.3259753Z * [new tag] viable/strict/1761781792 -> viable/strict/1761781792 2025-12-04T08:43:43.3260762Z * [new tag] viable/strict/1761784788 -> viable/strict/1761784788 2025-12-04T08:43:43.3261701Z * [new tag] viable/strict/1761786740 -> viable/strict/1761786740 2025-12-04T08:43:43.3262670Z * [new tag] viable/strict/1761789332 -> viable/strict/1761789332 2025-12-04T08:43:43.3264142Z * [new tag] viable/strict/1761792569 -> viable/strict/1761792569 2025-12-04T08:43:43.3265046Z * [new tag] viable/strict/1761795289 -> viable/strict/1761795289 2025-12-04T08:43:43.3265989Z * [new tag] viable/strict/1761798345 -> viable/strict/1761798345 2025-12-04T08:43:43.3266941Z * [new tag] viable/strict/1761799827 -> viable/strict/1761799827 2025-12-04T08:43:43.3267966Z * [new tag] viable/strict/1761805604 -> viable/strict/1761805604 2025-12-04T08:43:43.3268941Z * [new tag] viable/strict/1761807202 -> viable/strict/1761807202 2025-12-04T08:43:43.3269877Z * [new tag] viable/strict/1761809094 -> viable/strict/1761809094 2025-12-04T08:43:43.3271441Z * [new tag] viable/strict/1761810576 -> viable/strict/1761810576 2025-12-04T08:43:43.3272488Z * [new tag] viable/strict/1761812771 -> viable/strict/1761812771 2025-12-04T08:43:43.3273423Z * [new tag] viable/strict/1761814363 -> viable/strict/1761814363 2025-12-04T08:43:43.3274360Z * [new tag] viable/strict/1761857410 -> viable/strict/1761857410 2025-12-04T08:43:43.3275345Z * [new tag] viable/strict/1761860985 -> viable/strict/1761860985 2025-12-04T08:43:43.3276352Z * [new tag] viable/strict/1761863094 -> viable/strict/1761863094 2025-12-04T08:43:43.3277271Z * [new tag] viable/strict/1761864590 -> viable/strict/1761864590 2025-12-04T08:43:43.3278218Z * [new tag] viable/strict/1761866675 -> viable/strict/1761866675 2025-12-04T08:43:43.3279332Z * [new tag] viable/strict/1761868178 -> viable/strict/1761868178 2025-12-04T08:43:43.3280366Z * [new tag] viable/strict/1761871111 -> viable/strict/1761871111 2025-12-04T08:43:43.3281415Z * [new tag] viable/strict/1761873126 -> viable/strict/1761873126 2025-12-04T08:43:43.3282427Z * [new tag] viable/strict/1761875714 -> viable/strict/1761875714 2025-12-04T08:43:43.3283490Z * [new tag] viable/strict/1761878924 -> viable/strict/1761878924 2025-12-04T08:43:43.3284588Z * [new tag] viable/strict/1761881727 -> viable/strict/1761881727 2025-12-04T08:43:43.3285514Z * [new tag] viable/strict/1761882959 -> viable/strict/1761882959 2025-12-04T08:43:43.3286518Z * [new tag] viable/strict/1761886268 -> viable/strict/1761886268 2025-12-04T08:43:43.3287450Z * [new tag] viable/strict/1761893641 -> viable/strict/1761893641 2025-12-04T08:43:43.3288450Z * [new tag] viable/strict/1761931517 -> viable/strict/1761931517 2025-12-04T08:43:43.3289400Z * [new tag] viable/strict/1761933080 -> viable/strict/1761933080 2025-12-04T08:43:43.3290401Z * [new tag] viable/strict/1761935217 -> viable/strict/1761935217 2025-12-04T08:43:43.3291396Z * [new tag] viable/strict/1761938533 -> viable/strict/1761938533 2025-12-04T08:43:43.3292445Z * [new tag] viable/strict/1761940184 -> viable/strict/1761940184 2025-12-04T08:43:43.3293364Z * [new tag] viable/strict/1761942338 -> viable/strict/1761942338 2025-12-04T08:43:43.3294295Z * [new tag] viable/strict/1761946100 -> viable/strict/1761946100 2025-12-04T08:43:43.3295266Z * [new tag] viable/strict/1761947374 -> viable/strict/1761947374 2025-12-04T08:43:43.3296238Z * [new tag] viable/strict/1761950978 -> viable/strict/1761950978 2025-12-04T08:43:43.3298563Z * [new tag] viable/strict/1761957727 -> viable/strict/1761957727 2025-12-04T08:43:43.3298742Z * [new tag] viable/strict/1761959532 -> viable/strict/1761959532 2025-12-04T08:43:43.3299733Z * [new tag] viable/strict/1761965366 -> viable/strict/1761965366 2025-12-04T08:43:43.3300355Z * [new tag] viable/strict/1761968066 -> viable/strict/1761968066 2025-12-04T08:43:43.3301231Z * [new tag] viable/strict/1761969322 -> viable/strict/1761969322 2025-12-04T08:43:43.3302201Z * [new tag] viable/strict/1761974723 -> viable/strict/1761974723 2025-12-04T08:43:43.3303149Z * [new tag] viable/strict/1761981837 -> viable/strict/1761981837 2025-12-04T08:43:43.3304220Z * [new tag] viable/strict/1761985546 -> viable/strict/1761985546 2025-12-04T08:43:43.3305118Z * [new tag] viable/strict/1761987030 -> viable/strict/1761987030 2025-12-04T08:43:43.3306139Z * [new tag] viable/strict/1762003554 -> viable/strict/1762003554 2025-12-04T08:43:43.3307128Z * [new tag] viable/strict/1762021560 -> viable/strict/1762021560 2025-12-04T08:43:43.3308052Z * [new tag] viable/strict/1762032190 -> viable/strict/1762032190 2025-12-04T08:43:43.3309053Z * [new tag] viable/strict/1762040981 -> viable/strict/1762040981 2025-12-04T08:43:43.3310026Z * [new tag] viable/strict/1762048525 -> viable/strict/1762048525 2025-12-04T08:43:43.3310994Z * [new tag] viable/strict/1762104223 -> viable/strict/1762104223 2025-12-04T08:43:43.3312002Z * [new tag] viable/strict/1762105778 -> viable/strict/1762105778 2025-12-04T08:43:43.3313108Z * [new tag] viable/strict/1762115109 -> viable/strict/1762115109 2025-12-04T08:43:43.3314020Z * [new tag] viable/strict/1762125840 -> viable/strict/1762125840 2025-12-04T08:43:43.3314756Z * [new tag] viable/strict/1762127377 -> viable/strict/1762127377 2025-12-04T08:43:43.3316160Z * [new tag] viable/strict/1762134925 -> viable/strict/1762134925 2025-12-04T08:43:43.3316897Z * [new tag] viable/strict/1762138338 -> viable/strict/1762138338 2025-12-04T08:43:43.3317988Z * [new tag] viable/strict/1762148993 -> viable/strict/1762148993 2025-12-04T08:43:43.3319021Z * [new tag] viable/strict/1762152871 -> viable/strict/1762152871 2025-12-04T08:43:43.3319987Z * [new tag] viable/strict/1762156183 -> viable/strict/1762156183 2025-12-04T08:43:43.3320952Z * [new tag] viable/strict/1762163457 -> viable/strict/1762163457 2025-12-04T08:43:43.3321897Z * [new tag] viable/strict/1762165569 -> viable/strict/1762165569 2025-12-04T08:43:43.3322844Z * [new tag] viable/strict/1762169035 -> viable/strict/1762169035 2025-12-04T08:43:43.3323907Z * [new tag] viable/strict/1762174936 -> viable/strict/1762174936 2025-12-04T08:43:43.3324860Z * [new tag] viable/strict/1762194412 -> viable/strict/1762194412 2025-12-04T08:43:43.3325840Z * [new tag] viable/strict/1762195876 -> viable/strict/1762195876 2025-12-04T08:43:43.3326831Z * [new tag] viable/strict/1762197788 -> viable/strict/1762197788 2025-12-04T08:43:43.3327788Z * [new tag] viable/strict/1762199389 -> viable/strict/1762199389 2025-12-04T08:43:43.3328971Z * [new tag] viable/strict/1762206585 -> viable/strict/1762206585 2025-12-04T08:43:43.3330136Z * [new tag] viable/strict/1762210184 -> viable/strict/1762210184 2025-12-04T08:43:43.3330904Z * [new tag] viable/strict/1762218736 -> viable/strict/1762218736 2025-12-04T08:43:43.3331999Z * [new tag] viable/strict/1762224529 -> viable/strict/1762224529 2025-12-04T08:43:43.3333030Z * [new tag] viable/strict/1762227253 -> viable/strict/1762227253 2025-12-04T08:43:43.3333737Z * [new tag] viable/strict/1762228515 -> viable/strict/1762228515 2025-12-04T08:43:43.3335311Z * [new tag] viable/strict/1762230349 -> viable/strict/1762230349 2025-12-04T08:43:43.3336354Z * [new tag] viable/strict/1762231859 -> viable/strict/1762231859 2025-12-04T08:43:43.3337265Z * [new tag] viable/strict/1762233925 -> viable/strict/1762233925 2025-12-04T08:43:43.3338390Z * [new tag] viable/strict/1762237630 -> viable/strict/1762237630 2025-12-04T08:43:43.3339137Z * [new tag] viable/strict/1762253522 -> viable/strict/1762253522 2025-12-04T08:43:43.3340327Z * [new tag] viable/strict/1762278588 -> viable/strict/1762278588 2025-12-04T08:43:43.3341286Z * [new tag] viable/strict/1762284203 -> viable/strict/1762284203 2025-12-04T08:43:43.3342295Z * [new tag] viable/strict/1762289446 -> viable/strict/1762289446 2025-12-04T08:43:43.3343380Z * [new tag] viable/strict/1762291515 -> viable/strict/1762291515 2025-12-04T08:43:43.3344373Z * [new tag] viable/strict/1762295100 -> viable/strict/1762295100 2025-12-04T08:43:43.3345306Z * [new tag] viable/strict/1762296590 -> viable/strict/1762296590 2025-12-04T08:43:43.3346059Z * [new tag] viable/strict/1762300179 -> viable/strict/1762300179 2025-12-04T08:43:43.3346971Z * [new tag] viable/strict/1762303207 -> viable/strict/1762303207 2025-12-04T08:43:43.3347947Z * [new tag] viable/strict/1762386584 -> viable/strict/1762386584 2025-12-04T08:43:43.3348903Z * [new tag] viable/strict/1762391537 -> viable/strict/1762391537 2025-12-04T08:43:43.3349674Z * [new tag] viable/strict/1762394119 -> viable/strict/1762394119 2025-12-04T08:43:43.3351064Z * [new tag] viable/strict/1762397437 -> viable/strict/1762397437 2025-12-04T08:43:43.3352025Z * [new tag] viable/strict/1762400256 -> viable/strict/1762400256 2025-12-04T08:43:43.3352984Z * [new tag] viable/strict/1762401469 -> viable/strict/1762401469 2025-12-04T08:43:43.3354016Z * [new tag] viable/strict/1762408195 -> viable/strict/1762408195 2025-12-04T08:43:43.3355030Z * [new tag] viable/strict/1762410411 -> viable/strict/1762410411 2025-12-04T08:43:43.3356051Z * [new tag] viable/strict/1762417613 -> viable/strict/1762417613 2025-12-04T08:43:43.3356992Z * [new tag] viable/strict/1762419198 -> viable/strict/1762419198 2025-12-04T08:43:43.3357985Z * [new tag] viable/strict/1762422656 -> viable/strict/1762422656 2025-12-04T08:43:43.3359349Z * [new tag] viable/strict/1762424746 -> viable/strict/1762424746 2025-12-04T08:43:43.3360398Z * [new tag] viable/strict/1762446386 -> viable/strict/1762446386 2025-12-04T08:43:43.3361368Z * [new tag] viable/strict/1762449912 -> viable/strict/1762449912 2025-12-04T08:43:43.3362336Z * [new tag] viable/strict/1762457031 -> viable/strict/1762457031 2025-12-04T08:43:43.3363383Z * [new tag] viable/strict/1762462441 -> viable/strict/1762462441 2025-12-04T08:43:43.3364514Z * [new tag] viable/strict/1762467909 -> viable/strict/1762467909 2025-12-04T08:43:43.3365491Z * [new tag] viable/strict/1762471493 -> viable/strict/1762471493 2025-12-04T08:43:43.3366485Z * [new tag] viable/strict/1762475990 -> viable/strict/1762475990 2025-12-04T08:43:43.3367547Z * [new tag] viable/strict/1762477933 -> viable/strict/1762477933 2025-12-04T08:43:43.3368573Z * [new tag] viable/strict/1762491053 -> viable/strict/1762491053 2025-12-04T08:43:43.3369540Z * [new tag] viable/strict/1762493118 -> viable/strict/1762493118 2025-12-04T08:43:43.3370477Z * [new tag] viable/strict/1762498442 -> viable/strict/1762498442 2025-12-04T08:43:43.3371656Z * [new tag] viable/strict/1762501778 -> viable/strict/1762501778 2025-12-04T08:43:43.3372791Z * [new tag] viable/strict/1762504001 -> viable/strict/1762504001 2025-12-04T08:43:43.3373770Z * [new tag] viable/strict/1762505583 -> viable/strict/1762505583 2025-12-04T08:43:43.3374795Z * [new tag] viable/strict/1762507523 -> viable/strict/1762507523 2025-12-04T08:43:43.3375831Z * [new tag] viable/strict/1762511140 -> viable/strict/1762511140 2025-12-04T08:43:43.3376975Z * [new tag] viable/strict/1762512632 -> viable/strict/1762512632 2025-12-04T08:43:43.3378051Z * [new tag] viable/strict/1762520467 -> viable/strict/1762520467 2025-12-04T08:43:43.3379056Z * [new tag] viable/strict/1762522016 -> viable/strict/1762522016 2025-12-04T08:43:43.3379994Z * [new tag] viable/strict/1762530591 -> viable/strict/1762530591 2025-12-04T08:43:43.3380966Z * [new tag] viable/strict/1762543405 -> viable/strict/1762543405 2025-12-04T08:43:43.3381739Z * [new tag] viable/strict/1762544998 -> viable/strict/1762544998 2025-12-04T08:43:43.3382790Z * [new tag] viable/strict/1762552182 -> viable/strict/1762552182 2025-12-04T08:43:43.3383764Z * [new tag] viable/strict/1762554297 -> viable/strict/1762554297 2025-12-04T08:43:43.3384526Z * [new tag] viable/strict/1762559381 -> viable/strict/1762559381 2025-12-04T08:43:43.3385601Z * [new tag] viable/strict/1762562222 -> viable/strict/1762562222 2025-12-04T08:43:43.3386583Z * [new tag] viable/strict/1762564319 -> viable/strict/1762564319 2025-12-04T08:43:43.3387328Z * [new tag] viable/strict/1762566904 -> viable/strict/1762566904 2025-12-04T08:43:43.3388397Z * [new tag] viable/strict/1762569781 -> viable/strict/1762569781 2025-12-04T08:43:43.3389306Z * [new tag] viable/strict/1762575940 -> viable/strict/1762575940 2025-12-04T08:43:43.3390384Z * [new tag] viable/strict/1762580974 -> viable/strict/1762580974 2025-12-04T08:43:43.3391357Z * [new tag] viable/strict/1762583185 -> viable/strict/1762583185 2025-12-04T08:43:43.3392329Z * [new tag] viable/strict/1762586647 -> viable/strict/1762586647 2025-12-04T08:43:43.3393352Z * [new tag] viable/strict/1762588183 -> viable/strict/1762588183 2025-12-04T08:43:43.3394323Z * [new tag] viable/strict/1762593886 -> viable/strict/1762593886 2025-12-04T08:43:43.3395330Z * [new tag] viable/strict/1762650743 -> viable/strict/1762650743 2025-12-04T08:43:43.3396397Z * [new tag] viable/strict/1762653328 -> viable/strict/1762653328 2025-12-04T08:43:43.3397360Z * [new tag] viable/strict/1762659342 -> viable/strict/1762659342 2025-12-04T08:43:43.3398356Z * [new tag] viable/strict/1762662360 -> viable/strict/1762662360 2025-12-04T08:43:43.3399742Z * [new tag] viable/strict/1762667377 -> viable/strict/1762667377 2025-12-04T08:43:43.3400722Z * [new tag] viable/strict/1762671090 -> viable/strict/1762671090 2025-12-04T08:43:43.3401697Z * [new tag] viable/strict/1762680284 -> viable/strict/1762680284 2025-12-04T08:43:43.3402698Z * [new tag] viable/strict/1762683900 -> viable/strict/1762683900 2025-12-04T08:43:43.3403810Z * [new tag] viable/strict/1762705541 -> viable/strict/1762705541 2025-12-04T08:43:43.3404762Z * [new tag] viable/strict/1762709004 -> viable/strict/1762709004 2025-12-04T08:43:43.3405751Z * [new tag] viable/strict/1762746004 -> viable/strict/1762746004 2025-12-04T08:43:43.3406856Z * [new tag] viable/strict/1762748799 -> viable/strict/1762748799 2025-12-04T08:43:43.3407812Z * [new tag] viable/strict/1762759504 -> viable/strict/1762759504 2025-12-04T08:43:43.3408998Z * [new tag] viable/strict/1762760973 -> viable/strict/1762760973 2025-12-04T08:43:43.3409995Z * [new tag] viable/strict/1762775374 -> viable/strict/1762775374 2025-12-04T08:43:43.3410952Z * [new tag] viable/strict/1762777661 -> viable/strict/1762777661 2025-12-04T08:43:43.3411905Z * [new tag] viable/strict/1762779774 -> viable/strict/1762779774 2025-12-04T08:43:43.3413084Z * [new tag] viable/strict/1762781259 -> viable/strict/1762781259 2025-12-04T08:43:43.3414093Z * [new tag] viable/strict/1762793628 -> viable/strict/1762793628 2025-12-04T08:43:43.3415139Z * [new tag] viable/strict/1762800711 -> viable/strict/1762800711 2025-12-04T08:43:43.3416116Z * [new tag] viable/strict/1762809894 -> viable/strict/1762809894 2025-12-04T08:43:43.3417065Z * [new tag] viable/strict/1762811384 -> viable/strict/1762811384 2025-12-04T08:43:43.3418096Z * [new tag] viable/strict/1762813841 -> viable/strict/1762813841 2025-12-04T08:43:43.3419081Z * [new tag] viable/strict/1762815047 -> viable/strict/1762815047 2025-12-04T08:43:43.3420270Z * [new tag] viable/strict/1762817094 -> viable/strict/1762817094 2025-12-04T08:43:43.3421251Z * [new tag] viable/strict/1762818582 -> viable/strict/1762818582 2025-12-04T08:43:43.3422229Z * [new tag] viable/strict/1762821623 -> viable/strict/1762821623 2025-12-04T08:43:43.3423088Z * [new tag] viable/strict/1762823531 -> viable/strict/1762823531 2025-12-04T08:43:43.3424144Z * [new tag] viable/strict/1762849583 -> viable/strict/1762849583 2025-12-04T08:43:43.3425082Z * [new tag] viable/strict/1762851200 -> viable/strict/1762851200 2025-12-04T08:43:43.3426077Z * [new tag] viable/strict/1762854603 -> viable/strict/1762854603 2025-12-04T08:43:43.3427116Z * [new tag] viable/strict/1762858276 -> viable/strict/1762858276 2025-12-04T08:43:43.3428133Z * [new tag] viable/strict/1762860891 -> viable/strict/1762860891 2025-12-04T08:43:43.3429620Z * [new tag] viable/strict/1762866174 -> viable/strict/1762866174 2025-12-04T08:43:43.3430645Z * [new tag] viable/strict/1762867653 -> viable/strict/1762867653 2025-12-04T08:43:43.3431655Z * [new tag] viable/strict/1762872669 -> viable/strict/1762872669 2025-12-04T08:43:43.3432499Z * [new tag] viable/strict/1762878380 -> viable/strict/1762878380 2025-12-04T08:43:43.3433501Z * [new tag] viable/strict/1762889003 -> viable/strict/1762889003 2025-12-04T08:43:43.3434498Z * [new tag] viable/strict/1762890589 -> viable/strict/1762890589 2025-12-04T08:43:43.3435489Z * [new tag] viable/strict/1762892743 -> viable/strict/1762892743 2025-12-04T08:43:43.3436493Z * [new tag] viable/strict/1762894271 -> viable/strict/1762894271 2025-12-04T08:43:43.3437242Z * [new tag] viable/strict/1762896287 -> viable/strict/1762896287 2025-12-04T08:43:43.3438325Z * [new tag] viable/strict/1762915871 -> viable/strict/1762915871 2025-12-04T08:43:43.3439368Z * [new tag] viable/strict/1762918569 -> viable/strict/1762918569 2025-12-04T08:43:43.3440301Z * [new tag] viable/strict/1762919776 -> viable/strict/1762919776 2025-12-04T08:43:43.3441276Z * [new tag] viable/strict/1762923072 -> viable/strict/1762923072 2025-12-04T08:43:43.3442357Z * [new tag] viable/strict/1762928826 -> viable/strict/1762928826 2025-12-04T08:43:43.3443525Z * [new tag] viable/strict/1762930451 -> viable/strict/1762930451 2025-12-04T08:43:43.3444665Z * [new tag] viable/strict/1762933780 -> viable/strict/1762933780 2025-12-04T08:43:43.3445580Z * [new tag] viable/strict/1762937638 -> viable/strict/1762937638 2025-12-04T08:43:43.3446748Z * [new tag] viable/strict/1762939545 -> viable/strict/1762939545 2025-12-04T08:43:43.3447753Z * [new tag] viable/strict/1762962692 -> viable/strict/1762962692 2025-12-04T08:43:43.3448711Z * [new tag] viable/strict/1762979143 -> viable/strict/1762979143 2025-12-04T08:43:43.3449691Z * [new tag] viable/strict/1762984188 -> viable/strict/1762984188 2025-12-04T08:43:43.3450469Z * [new tag] viable/strict/1762986306 -> viable/strict/1762986306 2025-12-04T08:43:43.3451564Z * [new tag] viable/strict/1762989903 -> viable/strict/1762989903 2025-12-04T08:43:43.3452522Z * [new tag] viable/strict/1762991377 -> viable/strict/1762991377 2025-12-04T08:43:43.3453541Z * [new tag] viable/strict/1762998921 -> viable/strict/1762998921 2025-12-04T08:43:43.3454639Z * [new tag] viable/strict/1763002287 -> viable/strict/1763002287 2025-12-04T08:43:43.3455662Z * [new tag] viable/strict/1763016840 -> viable/strict/1763016840 2025-12-04T08:43:43.3456622Z * [new tag] viable/strict/1763020180 -> viable/strict/1763020180 2025-12-04T08:43:43.3457962Z * [new tag] viable/strict/1763027421 -> viable/strict/1763027421 2025-12-04T08:43:43.3459000Z * [new tag] viable/strict/1763031120 -> viable/strict/1763031120 2025-12-04T08:43:43.3459981Z * [new tag] viable/strict/1763036861 -> viable/strict/1763036861 2025-12-04T08:43:43.3461011Z * [new tag] viable/strict/1763038993 -> viable/strict/1763038993 2025-12-04T08:43:43.3462141Z * [new tag] viable/strict/1763054703 -> viable/strict/1763054703 2025-12-04T08:43:43.3462898Z * [new tag] viable/strict/1763067061 -> viable/strict/1763067061 2025-12-04T08:43:43.3463978Z * [new tag] viable/strict/1763070847 -> viable/strict/1763070847 2025-12-04T08:43:43.3465344Z * [new tag] viable/strict/1763072706 -> viable/strict/1763072706 2025-12-04T08:43:43.3466414Z * [new tag] viable/strict/1763076302 -> viable/strict/1763076302 2025-12-04T08:43:43.3467376Z * [new tag] viable/strict/1763080816 -> viable/strict/1763080816 2025-12-04T08:43:43.3468388Z * [new tag] viable/strict/1763082732 -> viable/strict/1763082732 2025-12-04T08:43:43.3469378Z * [new tag] viable/strict/1763085329 -> viable/strict/1763085329 2025-12-04T08:43:43.3470347Z * [new tag] viable/strict/1763088623 -> viable/strict/1763088623 2025-12-04T08:43:43.3471812Z * [new tag] viable/strict/1763091402 -> viable/strict/1763091402 2025-12-04T08:43:43.3472850Z * [new tag] viable/strict/1763092602 -> viable/strict/1763092602 2025-12-04T08:43:43.3473936Z * [new tag] viable/strict/1763094355 -> viable/strict/1763094355 2025-12-04T08:43:43.3474916Z * [new tag] viable/strict/1763099390 -> viable/strict/1763099390 2025-12-04T08:43:43.3476016Z * [new tag] viable/strict/1763101608 -> viable/strict/1763101608 2025-12-04T08:43:43.3477019Z * [new tag] viable/strict/1763105102 -> viable/strict/1763105102 2025-12-04T08:43:43.3478116Z * [new tag] viable/strict/1763112347 -> viable/strict/1763112347 2025-12-04T08:43:43.3479093Z * [new tag] viable/strict/1763119471 -> viable/strict/1763119471 2025-12-04T08:43:43.3479950Z * [new tag] viable/strict/1763126835 -> viable/strict/1763126835 2025-12-04T08:43:43.3480700Z * [new tag] viable/strict/1763149779 -> viable/strict/1763149779 2025-12-04T08:43:43.3481883Z * [new tag] viable/strict/1763164178 -> viable/strict/1763164178 2025-12-04T08:43:43.3482673Z * [new tag] viable/strict/1763167104 -> viable/strict/1763167104 2025-12-04T08:43:43.3483798Z * [new tag] viable/strict/1763169132 -> viable/strict/1763169132 2025-12-04T08:43:43.3484835Z * [new tag] viable/strict/1763171708 -> viable/strict/1763171708 2025-12-04T08:43:43.3485842Z * [new tag] viable/strict/1763174759 -> viable/strict/1763174759 2025-12-04T08:43:43.3486882Z * [new tag] viable/strict/1763180744 -> viable/strict/1763180744 2025-12-04T08:43:43.3487846Z * [new tag] viable/strict/1763182227 -> viable/strict/1763182227 2025-12-04T08:43:43.3488826Z * [new tag] viable/strict/1763184309 -> viable/strict/1763184309 2025-12-04T08:43:43.3490285Z * [new tag] viable/strict/1763187991 -> viable/strict/1763187991 2025-12-04T08:43:43.3491354Z * [new tag] viable/strict/1763191445 -> viable/strict/1763191445 2025-12-04T08:43:43.3492404Z * [new tag] viable/strict/1763195152 -> viable/strict/1763195152 2025-12-04T08:43:43.3493186Z * [new tag] viable/strict/1763205769 -> viable/strict/1763205769 2025-12-04T08:43:43.3494399Z * [new tag] viable/strict/1763246990 -> viable/strict/1763246990 2025-12-04T08:43:43.3495456Z * [new tag] viable/strict/1763261578 -> viable/strict/1763261578 2025-12-04T08:43:43.3496355Z * [new tag] viable/strict/1763286573 -> viable/strict/1763286573 2025-12-04T08:43:43.3497244Z * [new tag] viable/strict/1763292167 -> viable/strict/1763292167 2025-12-04T08:43:43.3498206Z * [new tag] viable/strict/1763333386 -> viable/strict/1763333386 2025-12-04T08:43:43.3499188Z * [new tag] viable/strict/1763340082 -> viable/strict/1763340082 2025-12-04T08:43:43.3500923Z * [new tag] viable/strict/1763364324 -> viable/strict/1763364324 2025-12-04T08:43:43.3501911Z * [new tag] viable/strict/1763371569 -> viable/strict/1763371569 2025-12-04T08:43:43.3502891Z * [new tag] viable/strict/1763373067 -> viable/strict/1763373067 2025-12-04T08:43:43.3503850Z * [new tag] viable/strict/1763375157 -> viable/strict/1763375157 2025-12-04T08:43:43.3504812Z * [new tag] viable/strict/1763382462 -> viable/strict/1763382462 2025-12-04T08:43:43.3505864Z * [new tag] viable/strict/1763394661 -> viable/strict/1763394661 2025-12-04T08:43:43.3507044Z * [new tag] viable/strict/1763396797 -> viable/strict/1763396797 2025-12-04T08:43:43.3508069Z * [new tag] viable/strict/1763398542 -> viable/strict/1763398542 2025-12-04T08:43:43.3509220Z * [new tag] viable/strict/1763401807 -> viable/strict/1763401807 2025-12-04T08:43:43.3509980Z * [new tag] viable/strict/1763414698 -> viable/strict/1763414698 2025-12-04T08:43:43.3511048Z * [new tag] viable/strict/1763419807 -> viable/strict/1763419807 2025-12-04T08:43:43.3512039Z * [new tag] viable/strict/1763426369 -> viable/strict/1763426369 2025-12-04T08:43:43.3513032Z * [new tag] viable/strict/1763428331 -> viable/strict/1763428331 2025-12-04T08:43:43.3514064Z * [new tag] viable/strict/1763430922 -> viable/strict/1763430922 2025-12-04T08:43:43.3514823Z * [new tag] viable/strict/1763434184 -> viable/strict/1763434184 2025-12-04T08:43:43.3515900Z * [new tag] viable/strict/1763439973 -> viable/strict/1763439973 2025-12-04T08:43:43.3516995Z * [new tag] viable/strict/1763444995 -> viable/strict/1763444995 2025-12-04T08:43:43.3517987Z * [new tag] viable/strict/1763447206 -> viable/strict/1763447206 2025-12-04T08:43:43.3519060Z * [new tag] viable/strict/1763448826 -> viable/strict/1763448826 2025-12-04T08:43:43.3520042Z * [new tag] viable/strict/1763450717 -> viable/strict/1763450717 2025-12-04T08:43:43.3521054Z * [new tag] viable/strict/1763452183 -> viable/strict/1763452183 2025-12-04T08:43:43.3522107Z * [new tag] viable/strict/1763457945 -> viable/strict/1763457945 2025-12-04T08:43:43.3523192Z * [new tag] viable/strict/1763459439 -> viable/strict/1763459439 2025-12-04T08:43:43.3523957Z * [new tag] viable/strict/1763461556 -> viable/strict/1763461556 2025-12-04T08:43:43.3525044Z * [new tag] viable/strict/1763463103 -> viable/strict/1763463103 2025-12-04T08:43:43.3526073Z * [new tag] viable/strict/1763465100 -> viable/strict/1763465100 2025-12-04T08:43:43.3526835Z * [new tag] viable/strict/1763468866 -> viable/strict/1763468866 2025-12-04T08:43:43.3527788Z * [new tag] viable/strict/1763493823 -> viable/strict/1763493823 2025-12-04T08:43:43.3528556Z * [new tag] viable/strict/1763496249 -> viable/strict/1763496249 2025-12-04T08:43:43.3529631Z * [new tag] viable/strict/1763502620 -> viable/strict/1763502620 2025-12-04T08:43:43.3531073Z * [new tag] viable/strict/1763504715 -> viable/strict/1763504715 2025-12-04T08:43:43.3532084Z * [new tag] viable/strict/1763506208 -> viable/strict/1763506208 2025-12-04T08:43:43.3533071Z * [new tag] viable/strict/1763520590 -> viable/strict/1763520590 2025-12-04T08:43:43.3534111Z * [new tag] viable/strict/1763523357 -> viable/strict/1763523357 2025-12-04T08:43:43.3535164Z * [new tag] viable/strict/1763529922 -> viable/strict/1763529922 2025-12-04T08:43:43.3536237Z * [new tag] viable/strict/1763531408 -> viable/strict/1763531408 2025-12-04T08:43:43.3537208Z * [new tag] viable/strict/1763533622 -> viable/strict/1763533622 2025-12-04T08:43:43.3538211Z * [new tag] viable/strict/1763538576 -> viable/strict/1763538576 2025-12-04T08:43:43.3539311Z * [new tag] viable/strict/1763545823 -> viable/strict/1763545823 2025-12-04T08:43:43.3540071Z * [new tag] viable/strict/1763547951 -> viable/strict/1763547951 2025-12-04T08:43:43.3541355Z * [new tag] viable/strict/1763551477 -> viable/strict/1763551477 2025-12-04T08:43:43.3542328Z * [new tag] viable/strict/1763552982 -> viable/strict/1763552982 2025-12-04T08:43:43.3543306Z * [new tag] viable/strict/1763594698 -> viable/strict/1763594698 2025-12-04T08:43:43.3544340Z * [new tag] viable/strict/1763596178 -> viable/strict/1763596178 2025-12-04T08:43:43.3545351Z * [new tag] viable/strict/1763599155 -> viable/strict/1763599155 2025-12-04T08:43:43.3546334Z * [new tag] viable/strict/1763603717 -> viable/strict/1763603717 2025-12-04T08:43:43.3547323Z * [new tag] viable/strict/1763606923 -> viable/strict/1763606923 2025-12-04T08:43:43.3548384Z * [new tag] viable/strict/1763609715 -> viable/strict/1763609715 2025-12-04T08:43:43.3549385Z * [new tag] viable/strict/1763612757 -> viable/strict/1763612757 2025-12-04T08:43:43.3550339Z * [new tag] viable/strict/1763616325 -> viable/strict/1763616325 2025-12-04T08:43:43.3551313Z * [new tag] viable/strict/1763623509 -> viable/strict/1763623509 2025-12-04T08:43:43.3552440Z * [new tag] viable/strict/1763624984 -> viable/strict/1763624984 2025-12-04T08:43:43.3553411Z * [new tag] viable/strict/1763628796 -> viable/strict/1763628796 2025-12-04T08:43:43.3554372Z * [new tag] viable/strict/1763634343 -> viable/strict/1763634343 2025-12-04T08:43:43.3555356Z * [new tag] viable/strict/1763635867 -> viable/strict/1763635867 2025-12-04T08:43:43.3556453Z * [new tag] viable/strict/1763639382 -> viable/strict/1763639382 2025-12-04T08:43:43.3557448Z * [new tag] viable/strict/1763646626 -> viable/strict/1763646626 2025-12-04T08:43:43.3558541Z * [new tag] viable/strict/1763655997 -> viable/strict/1763655997 2025-12-04T08:43:43.3559589Z * [new tag] viable/strict/1763659444 -> viable/strict/1763659444 2025-12-04T08:43:43.3560588Z * [new tag] viable/strict/1763660992 -> viable/strict/1763660992 2025-12-04T08:43:43.3561508Z * [new tag] viable/strict/1763663201 -> viable/strict/1763663201 2025-12-04T08:43:43.3562552Z * [new tag] viable/strict/1763670362 -> viable/strict/1763670362 2025-12-04T08:43:43.3563387Z * [new tag] viable/strict/1763675378 -> viable/strict/1763675378 2025-12-04T08:43:43.3564487Z * [new tag] viable/strict/1763693343 -> viable/strict/1763693343 2025-12-04T08:43:43.3565445Z * [new tag] viable/strict/1763696088 -> viable/strict/1763696088 2025-12-04T08:43:43.3566604Z * [new tag] viable/strict/1763697343 -> viable/strict/1763697343 2025-12-04T08:43:43.3567564Z * [new tag] viable/strict/1763699165 -> viable/strict/1763699165 2025-12-04T08:43:43.3568527Z * [new tag] viable/strict/1763700660 -> viable/strict/1763700660 2025-12-04T08:43:43.3569531Z * [new tag] viable/strict/1763704209 -> viable/strict/1763704209 2025-12-04T08:43:43.3570554Z * [new tag] viable/strict/1763706411 -> viable/strict/1763706411 2025-12-04T08:43:43.3571701Z * [new tag] viable/strict/1763708082 -> viable/strict/1763708082 2025-12-04T08:43:43.3572608Z * [new tag] viable/strict/1763711381 -> viable/strict/1763711381 2025-12-04T08:43:43.3573617Z * [new tag] viable/strict/1763713593 -> viable/strict/1763713593 2025-12-04T08:43:43.3574610Z * [new tag] viable/strict/1763715201 -> viable/strict/1763715201 2025-12-04T08:43:43.3575553Z * [new tag] viable/strict/1763733017 -> viable/strict/1763733017 2025-12-04T08:43:43.3576563Z * [new tag] viable/strict/1763735108 -> viable/strict/1763735108 2025-12-04T08:43:43.3577553Z * [new tag] viable/strict/1763749579 -> viable/strict/1763749579 2025-12-04T08:43:43.3578536Z * [new tag] viable/strict/1763751113 -> viable/strict/1763751113 2025-12-04T08:43:43.3579531Z * [new tag] viable/strict/1763753035 -> viable/strict/1763753035 2025-12-04T08:43:43.3580546Z * [new tag] viable/strict/1763754578 -> viable/strict/1763754578 2025-12-04T08:43:43.3581622Z * [new tag] viable/strict/1763756748 -> viable/strict/1763756748 2025-12-04T08:43:43.3582584Z * [new tag] viable/strict/1763758205 -> viable/strict/1763758205 2025-12-04T08:43:43.3583341Z * [new tag] viable/strict/1763764050 -> viable/strict/1763764050 2025-12-04T08:43:43.3584378Z * [new tag] viable/strict/1763771887 -> viable/strict/1763771887 2025-12-04T08:43:43.3585541Z * [new tag] viable/strict/1763773920 -> viable/strict/1763773920 2025-12-04T08:43:43.3586469Z * [new tag] viable/strict/1763776501 -> viable/strict/1763776501 2025-12-04T08:43:43.3587395Z * [new tag] viable/strict/1763779437 -> viable/strict/1763779437 2025-12-04T08:43:43.3588613Z * [new tag] viable/strict/1763781038 -> viable/strict/1763781038 2025-12-04T08:43:43.3589401Z * [new tag] viable/strict/1763782245 -> viable/strict/1763782245 2025-12-04T08:43:43.3590491Z * [new tag] viable/strict/1763785568 -> viable/strict/1763785568 2025-12-04T08:43:43.3591743Z * [new tag] viable/strict/1763787006 -> viable/strict/1763787006 2025-12-04T08:43:43.3592650Z * [new tag] viable/strict/1763789103 -> viable/strict/1763789103 2025-12-04T08:43:43.3593574Z * [new tag] viable/strict/1763790578 -> viable/strict/1763790578 2025-12-04T08:43:43.3594576Z * [new tag] viable/strict/1763796275 -> viable/strict/1763796275 2025-12-04T08:43:43.3596167Z * [new tag] viable/strict/1763801465 -> viable/strict/1763801465 2025-12-04T08:43:43.3597207Z * [new tag] viable/strict/1763803522 -> viable/strict/1763803522 2025-12-04T08:43:43.3598133Z * [new tag] viable/strict/1763808581 -> viable/strict/1763808581 2025-12-04T08:43:43.3599086Z * [new tag] viable/strict/1763840977 -> viable/strict/1763840977 2025-12-04T08:43:43.3600033Z * [new tag] viable/strict/1763846659 -> viable/strict/1763846659 2025-12-04T08:43:43.3601032Z * [new tag] viable/strict/1763872065 -> viable/strict/1763872065 2025-12-04T08:43:43.3602055Z * [new tag] viable/strict/1763873648 -> viable/strict/1763873648 2025-12-04T08:43:43.3603096Z * [new tag] viable/strict/1763875506 -> viable/strict/1763875506 2025-12-04T08:43:43.3604033Z * [new tag] viable/strict/1763889904 -> viable/strict/1763889904 2025-12-04T08:43:43.3605077Z * [new tag] viable/strict/1763930999 -> viable/strict/1763930999 2025-12-04T08:43:43.3606148Z * [new tag] viable/strict/1763944964 -> viable/strict/1763944964 2025-12-04T08:43:43.3606898Z * [new tag] viable/strict/1763958474 -> viable/strict/1763958474 2025-12-04T08:43:43.3607956Z * [new tag] viable/strict/1763967263 -> viable/strict/1763967263 2025-12-04T08:43:43.3609009Z * [new tag] viable/strict/1763972803 -> viable/strict/1763972803 2025-12-04T08:43:43.3609910Z * [new tag] viable/strict/1763976376 -> viable/strict/1763976376 2025-12-04T08:43:43.3610911Z * [new tag] viable/strict/1763989404 -> viable/strict/1763989404 2025-12-04T08:43:43.3611862Z * [new tag] viable/strict/1763990887 -> viable/strict/1763990887 2025-12-04T08:43:43.3612825Z * [new tag] viable/strict/1764019919 -> viable/strict/1764019919 2025-12-04T08:43:43.3613874Z * [new tag] viable/strict/1764023134 -> viable/strict/1764023134 2025-12-04T08:43:43.3614633Z * [new tag] viable/strict/1764024593 -> viable/strict/1764024593 2025-12-04T08:43:43.3615654Z * [new tag] viable/strict/1764026706 -> viable/strict/1764026706 2025-12-04T08:43:43.3616894Z * [new tag] viable/strict/1764031139 -> viable/strict/1764031139 2025-12-04T08:43:43.3617860Z * [new tag] viable/strict/1764033131 -> viable/strict/1764033131 2025-12-04T08:43:43.3618616Z * [new tag] viable/strict/1764035725 -> viable/strict/1764035725 2025-12-04T08:43:43.3619544Z * [new tag] viable/strict/1764624265 -> viable/strict/1764624265 2025-12-04T08:43:43.3620276Z * [new tag] viable/strict/1764631514 -> viable/strict/1764631514 2025-12-04T08:43:43.3621185Z * [new tag] viable/strict/1764632987 -> viable/strict/1764632987 2025-12-04T08:43:43.3621910Z * [new tag] viable/strict/1764636063 -> viable/strict/1764636063 2025-12-04T08:43:43.3622840Z * [new tag] viable/strict/1764643975 -> viable/strict/1764643975 2025-12-04T08:43:43.3623562Z * [new tag] viable/strict/1764646859 -> viable/strict/1764646859 2025-12-04T08:43:43.3624472Z * [new tag] viable/strict/1764653120 -> viable/strict/1764653120 2025-12-04T08:43:43.3625178Z * [new tag] viable/strict/1764654632 -> viable/strict/1764654632 2025-12-04T08:43:43.3626144Z * [new tag] viable/strict/1764656821 -> viable/strict/1764656821 2025-12-04T08:43:43.3626813Z * [new tag] viable/strict/1764658557 -> viable/strict/1764658557 2025-12-04T08:43:43.3627746Z * [new tag] viable/strict/1764660333 -> viable/strict/1764660333 2025-12-04T08:43:43.3628473Z * [new tag] viable/strict/1764661812 -> viable/strict/1764661812 2025-12-04T08:43:43.3629299Z * [new tag] viable/strict/1764664023 -> viable/strict/1764664023 2025-12-04T08:43:43.3630073Z * [new tag] viable/strict/1764669150 -> viable/strict/1764669150 2025-12-04T08:43:43.3630990Z * [new tag] viable/strict/1764680709 -> viable/strict/1764680709 2025-12-04T08:43:43.3631732Z * [new tag] viable/strict/1764687619 -> viable/strict/1764687619 2025-12-04T08:43:43.3632627Z * [new tag] viable/strict/1764696355 -> viable/strict/1764696355 2025-12-04T08:43:43.3633376Z * [new tag] viable/strict/1764701767 -> viable/strict/1764701767 2025-12-04T08:43:43.3634403Z * [new tag] viable/strict/1764710768 -> viable/strict/1764710768 2025-12-04T08:43:43.3635115Z * [new tag] viable/strict/1764716202 -> viable/strict/1764716202 2025-12-04T08:43:43.3636034Z * [new tag] viable/strict/1764793566 -> viable/strict/1764793566 2025-12-04T08:43:43.3636764Z * [new tag] viable/strict/1764797093 -> viable/strict/1764797093 2025-12-04T08:43:43.3637659Z * [new tag] viable/strict/1764800729 -> viable/strict/1764800729 2025-12-04T08:43:43.3638709Z * [new tag] whc_flight_1 -> whc_flight_1 2025-12-04T08:43:43.3639726Z * [new tag] whc_flight_2 -> whc_flight_2 2025-12-04T08:43:43.3640907Z * [new tag] whc_flight_4 -> whc_flight_4 2025-12-04T08:43:43.4377494Z [command]/usr/bin/git rev-parse --verify --quiet ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32^{object} 2025-12-04T08:43:43.4400584Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:43:43.4404514Z ##[endgroup] 2025-12-04T08:43:43.4404829Z ##[group]Determining the checkout info 2025-12-04T08:43:43.4405383Z ##[endgroup] 2025-12-04T08:43:43.4409047Z [command]/usr/bin/git sparse-checkout disable 2025-12-04T08:43:43.4438952Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-12-04T08:43:43.4461527Z ##[group]Checking out the ref 2025-12-04T08:43:43.4464973Z [command]/usr/bin/git checkout --progress --force ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:43:44.4865115Z Updating files: 81% (16366/20121) 2025-12-04T08:43:44.5068448Z Updating files: 82% (16500/20121) 2025-12-04T08:43:44.5213551Z Updating files: 83% (16701/20121) 2025-12-04T08:43:44.5345175Z Updating files: 84% (16902/20121) 2025-12-04T08:43:44.5500063Z Updating files: 85% (17103/20121) 2025-12-04T08:43:44.5651265Z Updating files: 86% (17305/20121) 2025-12-04T08:43:44.5786109Z Updating files: 87% (17506/20121) 2025-12-04T08:43:44.5893181Z Updating files: 88% (17707/20121) 2025-12-04T08:43:44.6023913Z Updating files: 89% (17908/20121) 2025-12-04T08:43:44.6192368Z Updating files: 90% (18109/20121) 2025-12-04T08:43:44.6302875Z Updating files: 91% (18311/20121) 2025-12-04T08:43:44.6448871Z Updating files: 92% (18512/20121) 2025-12-04T08:43:44.6625120Z Updating files: 93% (18713/20121) 2025-12-04T08:43:44.6822931Z Updating files: 94% (18914/20121) 2025-12-04T08:43:44.6988798Z Updating files: 95% (19115/20121) 2025-12-04T08:43:44.7138658Z Updating files: 96% (19317/20121) 2025-12-04T08:43:44.7298407Z Updating files: 97% (19518/20121) 2025-12-04T08:43:44.7575108Z Updating files: 98% (19719/20121) 2025-12-04T08:43:44.7743415Z Updating files: 99% (19920/20121) 2025-12-04T08:43:44.7743840Z Updating files: 100% (20121/20121) 2025-12-04T08:43:44.7744131Z Updating files: 100% (20121/20121), done. 2025-12-04T08:43:44.8012417Z Note: switching to 'ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32'. 2025-12-04T08:43:44.8012932Z 2025-12-04T08:43:44.8013159Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T08:43:44.8013695Z changes and commit them, and you can discard any commits you make in this 2025-12-04T08:43:44.8014247Z state without impacting any branches by switching back to a branch. 2025-12-04T08:43:44.8014568Z 2025-12-04T08:43:44.8014782Z If you want to create a new branch to retain commits you create, you may 2025-12-04T08:43:44.8015388Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T08:43:44.8015675Z 2025-12-04T08:43:44.8015795Z git switch -c 2025-12-04T08:43:44.8015988Z 2025-12-04T08:43:44.8016091Z Or undo this operation with: 2025-12-04T08:43:44.8016283Z 2025-12-04T08:43:44.8016368Z git switch - 2025-12-04T08:43:44.8016494Z 2025-12-04T08:43:44.8016726Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T08:43:44.8017085Z 2025-12-04T08:43:44.8019343Z HEAD is now at ffd9b0fb435 Resolve collective autotuning test failure on arm (#168919) 2025-12-04T08:43:44.8088711Z ##[endgroup] 2025-12-04T08:43:44.8089126Z ##[group]Setting up auth for fetching submodules 2025-12-04T08:43:44.8096013Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-12-04T08:43:44.8145571Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-12-04T08:43:44.8171392Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-12-04T08:43:44.8195391Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-12-04T08:43:44.8217181Z ##[endgroup] 2025-12-04T08:43:44.8217575Z ##[group]Fetching submodules 2025-12-04T08:43:44.8220846Z [command]/usr/bin/git submodule sync --recursive 2025-12-04T08:43:44.8520887Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-12-04T08:43:44.8813992Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-12-04T08:43:44.8815552Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-12-04T08:43:44.8818016Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-12-04T08:43:44.8820574Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-12-04T08:43:44.8823251Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-12-04T08:43:44.8826431Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-12-04T08:43:44.8829163Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-12-04T08:43:44.8832117Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-12-04T08:43:44.8835386Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-12-04T08:43:44.8838745Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-12-04T08:43:44.8841998Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-12-04T08:43:44.8845469Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-12-04T08:43:44.8849264Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-12-04T08:43:44.8852975Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-12-04T08:43:44.8856406Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-12-04T08:43:44.8860337Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-12-04T08:43:44.8865651Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-12-04T08:43:44.8869593Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-12-04T08:43:44.8874208Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:43:44.8878086Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-12-04T08:43:44.8882466Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-12-04T08:43:44.8886724Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-12-04T08:43:44.8891214Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-12-04T08:43:44.8895654Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-12-04T08:43:44.8900341Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-12-04T08:43:44.8904982Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-12-04T08:43:44.8909739Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-12-04T08:43:44.8914486Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-12-04T08:43:44.8919798Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-12-04T08:43:44.8924759Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-12-04T08:43:44.8929945Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-12-04T08:43:44.8935142Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-12-04T08:43:44.8940598Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-12-04T08:43:44.8947242Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-12-04T08:43:44.8953591Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-12-04T08:43:44.8959074Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-12-04T08:43:44.8965540Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-12-04T08:43:44.8995299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-12-04T08:43:45.1086070Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-12-04T08:43:45.1087525Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-12-04T08:43:45.1115476Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-12-04T08:43:48.3934096Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-12-04T08:43:48.3936170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-12-04T08:43:48.3972090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-12-04T08:43:48.3973766Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-12-04T08:43:48.3975442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-12-04T08:43:48.4076101Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-12-04T08:43:48.4077848Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-12-04T08:43:48.4079462Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-12-04T08:43:48.4083042Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-12-04T08:43:48.4084736Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-12-04T08:43:48.4086247Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-12-04T08:43:48.4087816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-12-04T08:43:48.4103596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-12-04T08:43:48.4105293Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-12-04T08:43:48.4106813Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-12-04T08:43:48.4108409Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-12-04T08:43:48.4110013Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-12-04T08:43:48.4161810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-12-04T08:43:48.6055586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-12-04T08:43:48.6224926Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-12-04T08:44:06.9852934Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-12-04T08:44:06.9853912Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-12-04T08:44:06.9855298Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-12-04T08:44:06.9856704Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-12-04T08:44:06.9858080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-12-04T08:44:06.9859401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-12-04T08:44:06.9860642Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-12-04T08:44:06.9861929Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-12-04T08:44:06.9863282Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-12-04T08:44:06.9864747Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-12-04T08:44:07.0854278Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-12-04T08:44:11.4154959Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/aiter'... 2025-12-04T08:44:11.4155755Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-12-04T08:44:11.4314048Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-12-04T08:44:11.4439296Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-12-04T08:44:11.4535053Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-12-04T08:44:11.4800558Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-12-04T08:44:11.5649404Z Submodule path 'third_party/NVTX': checked out '3ebbc93ded7285963bff932c678fa367eb393ba6' 2025-12-04T08:44:11.6221888Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-12-04T08:44:12.3700151Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-12-04T08:44:12.5600698Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-12-04T08:44:12.5621055Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:44:12.5647809Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-12-04T08:44:17.2775414Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-12-04T08:44:17.3019695Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-12-04T08:44:17.6638633Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T08:44:17.7153709Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-12-04T08:44:17.8138847Z Submodule path 'third_party/cpuinfo': checked out 'f858c30bcb16f8effd5ff46996f0514539e17abc' 2025-12-04T08:44:17.8871821Z Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396' 2025-12-04T08:44:18.5431460Z Submodule path 'third_party/cutlass': checked out 'f88806b1e31dfa579842638740216dd41fc6c588' 2025-12-04T08:44:18.6988824Z Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4' 2025-12-04T08:44:18.7011183Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-12-04T08:44:18.7013915Z Submodule 'external/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:44:18.7016506Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:44:18.7019237Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-12-04T08:44:18.7022091Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-12-04T08:44:18.7025109Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:44:18.7028043Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-12-04T08:44:18.7056349Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-12-04T08:44:19.9208227Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-12-04T08:44:19.9210008Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-12-04T08:44:19.9211707Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-12-04T08:44:20.0209748Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-12-04T08:44:23.2667810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-12-04T08:44:23.3669525Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-12-04T08:44:26.1693536Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-12-04T08:44:26.5274100Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-12-04T08:44:26.6301274Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-12-04T08:44:27.2775952Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8' 2025-12-04T08:44:27.3263656Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T08:44:27.3390182Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-12-04T08:44:27.4500364Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-12-04T08:44:27.5231808Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-12-04T08:44:27.5252349Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:44:27.5254748Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:44:27.5283371Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-12-04T08:44:31.8427574Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-12-04T08:44:32.0868455Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-12-04T08:44:32.6497570Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-12-04T08:44:32.7908694Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-12-04T08:44:32.8206679Z Submodule path 'third_party/fmt': checked out '407c905e45ad75fc29bf0f9bb7c5c2fd3475976f' 2025-12-04T08:44:32.8602929Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-12-04T08:44:32.8854341Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-12-04T08:44:32.9303344Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T08:44:32.9434934Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-12-04T08:44:32.9451616Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-12-04T08:44:32.9476739Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-12-04T08:44:48.4301272Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-12-04T08:44:48.4509330Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-12-04T08:44:48.5360954Z Submodule path 'third_party/kineto': checked out '31f85df8fbd89c188f14ef10f1ec65379786b943' 2025-12-04T08:44:48.5380326Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:44:48.5382571Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:44:48.5385336Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:44:48.5413604Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-12-04T08:44:49.4397277Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-12-04T08:44:50.0563180Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-12-04T08:44:50.1487666Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-12-04T08:44:50.1506442Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:44:50.1508209Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:44:50.1515947Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:44:50.1517252Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:44:50.1518525Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:44:50.1519890Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:44:50.1523332Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:44:50.1526657Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:44:50.1530091Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:44:50.1558282Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-12-04T08:44:52.0511929Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-12-04T08:44:52.0513684Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp'... 2025-12-04T08:44:52.0515301Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-12-04T08:44:52.0516701Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-12-04T08:44:52.0518205Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-12-04T08:44:52.0519780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-12-04T08:44:52.0521239Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-12-04T08:44:52.1512236Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-12-04T08:44:57.7287065Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-12-04T08:44:57.7473382Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-12-04T08:44:57.7841064Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-12-04T08:44:57.7976659Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-12-04T08:44:57.7991853Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:44:57.8017716Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-12-04T08:44:58.2174610Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-12-04T08:44:58.2365101Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-12-04T08:44:58.2825816Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T08:44:58.3837778Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-12-04T08:44:58.4006318Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-12-04T08:44:58.4175055Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-12-04T08:44:58.4190657Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:44:58.4193420Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:44:58.4219403Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-12-04T08:45:00.4669261Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest'... 2025-12-04T08:45:00.7159128Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-12-04T08:45:00.7629013Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T08:45:00.7948219Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-12-04T08:45:00.8387512Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-12-04T08:45:00.8908398Z Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe' 2025-12-04T08:45:00.9291884Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-12-04T08:45:01.0293774Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-12-04T08:45:01.4349263Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-12-04T08:45:01.4386540Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:01.4413323Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-12-04T08:45:02.2638202Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-12-04T08:45:02.3341710Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-12-04T08:45:02.3360340Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:02.3362931Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:02.3365670Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:02.3368486Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:02.3371625Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:02.3374593Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:02.3377563Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:02.3380493Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:02.3407501Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-12-04T08:45:02.7869046Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-12-04T08:45:02.7870219Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-12-04T08:45:02.7871511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-12-04T08:45:02.7872549Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-12-04T08:45:02.8870360Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-12-04T08:45:03.5465959Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-12-04T08:45:10.4321890Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-12-04T08:45:11.1716762Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-12-04T08:45:11.2138527Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-12-04T08:45:11.2307504Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-12-04T08:45:11.3337264Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-12-04T08:45:11.3472993Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-12-04T08:45:11.3620372Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-12-04T08:45:11.3774571Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-12-04T08:45:11.3791057Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:11.3793031Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:11.3818070Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-12-04T08:45:13.7257269Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-12-04T08:45:13.9733018Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-12-04T08:45:14.0202701Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-12-04T08:45:14.4945271Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-12-04T08:45:14.5064394Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-12-04T08:45:14.7755141Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-12-04T08:45:14.7778367Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:14.7780831Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:14.7807213Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-12-04T08:45:15.3000792Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-12-04T08:45:15.6910687Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-12-04T08:45:15.7617943Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-12-04T08:45:15.7712399Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-12-04T08:45:15.7834009Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-12-04T08:45:15.8252739Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-12-04T08:45:15.8530236Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-12-04T08:45:15.8957301Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-12-04T08:45:15.9223918Z Submodule path 'third_party/tensorpipe': checked out '2b4cd91092d335a697416b2a3cb398283246849d' 2025-12-04T08:45:15.9240813Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:15.9243241Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:15.9245888Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:15.9248622Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:15.9275163Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-12-04T08:45:17.0700183Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-12-04T08:45:17.0701156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-12-04T08:45:17.0702306Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-12-04T08:45:17.1258786Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-12-04T08:45:17.1416061Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-12-04T08:45:17.2139971Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-12-04T08:45:17.2423679Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-12-04T08:45:17.2439361Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:17.2464360Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-12-04T08:45:17.4551956Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-12-04T08:45:17.4585656Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-12-04T08:45:17.4879960Z Entering 'android/libs/fbjni' 2025-12-04T08:45:17.4922193Z Entering 'third_party/FP16' 2025-12-04T08:45:17.4962763Z Entering 'third_party/FXdiv' 2025-12-04T08:45:17.5004347Z Entering 'third_party/NNPACK' 2025-12-04T08:45:17.5045003Z Entering 'third_party/NVTX' 2025-12-04T08:45:17.5087164Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T08:45:17.5128651Z Entering 'third_party/XNNPACK' 2025-12-04T08:45:17.5184481Z Entering 'third_party/aiter' 2025-12-04T08:45:17.5226346Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:45:17.5275640Z Entering 'third_party/benchmark' 2025-12-04T08:45:17.5316558Z Entering 'third_party/composable_kernel' 2025-12-04T08:45:17.5369170Z Entering 'third_party/cpp-httplib' 2025-12-04T08:45:17.5409873Z Entering 'third_party/cpuinfo' 2025-12-04T08:45:17.5451229Z Entering 'third_party/cudnn_frontend' 2025-12-04T08:45:17.5492114Z Entering 'third_party/cutlass' 2025-12-04T08:45:17.5542122Z Entering 'third_party/fbgemm' 2025-12-04T08:45:17.5585657Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T08:45:17.5625624Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:45:17.5673289Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:45:17.5712130Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T08:45:17.5761150Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T08:45:17.5800374Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:45:17.5839241Z Entering 'third_party/fbgemm/external/json' 2025-12-04T08:45:17.5886368Z Entering 'third_party/flash-attention' 2025-12-04T08:45:17.5927552Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:45:17.5972657Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:45:17.6020215Z Entering 'third_party/flatbuffers' 2025-12-04T08:45:17.6063762Z Entering 'third_party/fmt' 2025-12-04T08:45:17.6105237Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:45:17.6147276Z Entering 'third_party/gloo' 2025-12-04T08:45:17.6188731Z Entering 'third_party/googletest' 2025-12-04T08:45:17.6229962Z Entering 'third_party/ideep' 2025-12-04T08:45:17.6269258Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T08:45:17.6317859Z Entering 'third_party/ittapi' 2025-12-04T08:45:17.6358980Z Entering 'third_party/kineto' 2025-12-04T08:45:17.6405279Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:45:17.6446144Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:45:17.6487449Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:45:17.6527218Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:45:17.6567139Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:45:17.6606264Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:45:17.6647312Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:45:17.6688256Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:45:17.6728136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:45:17.6768612Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:45:17.6808316Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:45:17.6847131Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:17.6889793Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:17.6933236Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:45:17.6973921Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:45:17.7014528Z Entering 'third_party/kleidiai' 2025-12-04T08:45:17.7055920Z Entering 'third_party/mimalloc' 2025-12-04T08:45:17.7097236Z Entering 'third_party/nlohmann' 2025-12-04T08:45:17.7139226Z Entering 'third_party/onnx' 2025-12-04T08:45:17.7198408Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:17.7239845Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T08:45:17.7282896Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:17.7321517Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:17.7360859Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:17.7399744Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:17.7441647Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:17.7482225Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:17.7521487Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:17.7559959Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:17.7600819Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:17.7641405Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:17.7704020Z Entering 'third_party/pocketfft' 2025-12-04T08:45:17.7743488Z Entering 'third_party/protobuf' 2025-12-04T08:45:17.7787691Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:17.7825907Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:17.7867538Z Entering 'third_party/psimd' 2025-12-04T08:45:17.7908317Z Entering 'third_party/pthreadpool' 2025-12-04T08:45:17.7949210Z Entering 'third_party/pybind11' 2025-12-04T08:45:17.7990243Z Entering 'third_party/python-peachpy' 2025-12-04T08:45:17.8032400Z Entering 'third_party/sleef' 2025-12-04T08:45:17.8072878Z Entering 'third_party/tensorpipe' 2025-12-04T08:45:17.8112960Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:17.8151323Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:17.8189991Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:17.8228946Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:17.8266966Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:17.8319110Z ##[endgroup] 2025-12-04T08:45:17.8319561Z ##[group]Persisting credentials for submodules 2025-12-04T08:45:17.8326104Z [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' || :" 2025-12-04T08:45:17.8616501Z Entering 'android/libs/fbjni' 2025-12-04T08:45:17.8671536Z Entering 'third_party/FP16' 2025-12-04T08:45:17.8725329Z Entering 'third_party/FXdiv' 2025-12-04T08:45:17.8779946Z Entering 'third_party/NNPACK' 2025-12-04T08:45:17.8833039Z Entering 'third_party/NVTX' 2025-12-04T08:45:17.8888805Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T08:45:17.8942529Z Entering 'third_party/XNNPACK' 2025-12-04T08:45:17.9012323Z Entering 'third_party/aiter' 2025-12-04T08:45:17.9067247Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:45:17.9127474Z Entering 'third_party/benchmark' 2025-12-04T08:45:17.9181758Z Entering 'third_party/composable_kernel' 2025-12-04T08:45:17.9244587Z Entering 'third_party/cpp-httplib' 2025-12-04T08:45:17.9299272Z Entering 'third_party/cpuinfo' 2025-12-04T08:45:17.9352606Z Entering 'third_party/cudnn_frontend' 2025-12-04T08:45:17.9406759Z Entering 'third_party/cutlass' 2025-12-04T08:45:17.9469894Z Entering 'third_party/fbgemm' 2025-12-04T08:45:17.9526007Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T08:45:17.9580248Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:45:17.9641772Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:45:17.9694819Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T08:45:17.9756745Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T08:45:17.9809947Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:45:17.9862206Z Entering 'third_party/fbgemm/external/json' 2025-12-04T08:45:17.9917371Z Entering 'third_party/flash-attention' 2025-12-04T08:45:17.9971406Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:45:18.0028790Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:45:18.0089662Z Entering 'third_party/flatbuffers' 2025-12-04T08:45:18.0145409Z Entering 'third_party/fmt' 2025-12-04T08:45:18.0199631Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:45:18.0253729Z Entering 'third_party/gloo' 2025-12-04T08:45:18.0307626Z Entering 'third_party/googletest' 2025-12-04T08:45:18.0361539Z Entering 'third_party/ideep' 2025-12-04T08:45:18.0414286Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T08:45:18.0473596Z Entering 'third_party/ittapi' 2025-12-04T08:45:18.0527979Z Entering 'third_party/kineto' 2025-12-04T08:45:18.0581061Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:45:18.0633366Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:45:18.0687343Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:45:18.0739846Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:45:18.0792735Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:45:18.0844553Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:45:18.0898872Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:45:18.0952492Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:45:18.1006866Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:45:18.1060913Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:45:18.1113322Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:45:18.1165022Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:18.1221014Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:18.1280208Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:45:18.1332368Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:45:18.1386961Z Entering 'third_party/kleidiai' 2025-12-04T08:45:18.1441294Z Entering 'third_party/mimalloc' 2025-12-04T08:45:18.1494969Z Entering 'third_party/nlohmann' 2025-12-04T08:45:18.1550415Z Entering 'third_party/onnx' 2025-12-04T08:45:18.1619881Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:18.1676316Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T08:45:18.1731140Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:18.1784269Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:18.1836073Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:18.1888781Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:18.1942741Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:18.1994318Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:18.2047803Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:18.2098694Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:18.2153251Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:18.2209506Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:18.2281969Z Entering 'third_party/pocketfft' 2025-12-04T08:45:18.2335996Z Entering 'third_party/protobuf' 2025-12-04T08:45:18.2392245Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:18.2445176Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:18.2500182Z Entering 'third_party/psimd' 2025-12-04T08:45:18.2553729Z Entering 'third_party/pthreadpool' 2025-12-04T08:45:18.2607181Z Entering 'third_party/pybind11' 2025-12-04T08:45:18.2661269Z Entering 'third_party/python-peachpy' 2025-12-04T08:45:18.2715061Z Entering 'third_party/sleef' 2025-12-04T08:45:18.2768366Z Entering 'third_party/tensorpipe' 2025-12-04T08:45:18.2821360Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:18.2873309Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:18.2925214Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:18.2978186Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:18.3028725Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:18.3099191Z [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" 2025-12-04T08:45:18.3388324Z Entering 'android/libs/fbjni' 2025-12-04T08:45:18.3437537Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T08:45:18.3453498Z Entering 'third_party/FP16' 2025-12-04T08:45:18.3503090Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T08:45:18.3519264Z Entering 'third_party/FXdiv' 2025-12-04T08:45:18.3569502Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T08:45:18.3585276Z Entering 'third_party/NNPACK' 2025-12-04T08:45:18.3635152Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T08:45:18.3651199Z Entering 'third_party/NVTX' 2025-12-04T08:45:18.3700292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T08:45:18.3718766Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T08:45:18.3768221Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T08:45:18.3783965Z Entering 'third_party/XNNPACK' 2025-12-04T08:45:18.3833338Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T08:45:18.3864269Z Entering 'third_party/aiter' 2025-12-04T08:45:18.3914096Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T08:45:18.3931344Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:45:18.3981957Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T08:45:18.4007002Z Entering 'third_party/benchmark' 2025-12-04T08:45:18.4056585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T08:45:18.4072903Z Entering 'third_party/composable_kernel' 2025-12-04T08:45:18.4122635Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T08:45:18.4147141Z Entering 'third_party/cpp-httplib' 2025-12-04T08:45:18.4197444Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T08:45:18.4213159Z Entering 'third_party/cpuinfo' 2025-12-04T08:45:18.4264301Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T08:45:18.4281176Z Entering 'third_party/cudnn_frontend' 2025-12-04T08:45:18.4330256Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T08:45:18.4346175Z Entering 'third_party/cutlass' 2025-12-04T08:45:18.4395546Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T08:45:18.4420767Z Entering 'third_party/fbgemm' 2025-12-04T08:45:18.4472154Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T08:45:18.4490257Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T08:45:18.4540443Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T08:45:18.4556104Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:45:18.4605480Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T08:45:18.4629874Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:45:18.4680703Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T08:45:18.4697147Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T08:45:18.4748552Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T08:45:18.4773597Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T08:45:18.4822486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T08:45:18.4838480Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:45:18.4890156Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T08:45:18.4903870Z Entering 'third_party/fbgemm/external/json' 2025-12-04T08:45:18.4953379Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T08:45:18.4972980Z Entering 'third_party/flash-attention' 2025-12-04T08:45:18.5022784Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T08:45:18.5039283Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:45:18.5089460Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T08:45:18.5110203Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:45:18.5160196Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T08:45:18.5184235Z Entering 'third_party/flatbuffers' 2025-12-04T08:45:18.5233608Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T08:45:18.5252196Z Entering 'third_party/fmt' 2025-12-04T08:45:18.5302802Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T08:45:18.5320085Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:45:18.5369820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T08:45:18.5385433Z Entering 'third_party/gloo' 2025-12-04T08:45:18.5435561Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T08:45:18.5451672Z Entering 'third_party/googletest' 2025-12-04T08:45:18.5502854Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T08:45:18.5518968Z Entering 'third_party/ideep' 2025-12-04T08:45:18.5570284Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T08:45:18.5585356Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T08:45:18.5635228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T08:45:18.5658160Z Entering 'third_party/ittapi' 2025-12-04T08:45:18.5709379Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T08:45:18.5725132Z Entering 'third_party/kineto' 2025-12-04T08:45:18.5774758Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T08:45:18.5789888Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:45:18.5840662Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T08:45:18.5855745Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:45:18.5905558Z 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 2025-12-04T08:45:18.5921802Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:45:18.5973161Z 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 2025-12-04T08:45:18.5988375Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:45:18.6038523Z 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 2025-12-04T08:45:18.6054752Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:45:18.6105998Z 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 2025-12-04T08:45:18.6120470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:45:18.6171362Z 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 2025-12-04T08:45:18.6188007Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:45:18.6237852Z 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 2025-12-04T08:45:18.6253142Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:45:18.6303185Z 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 2025-12-04T08:45:18.6318543Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:45:18.6367854Z 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 2025-12-04T08:45:18.6384707Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:45:18.6434146Z 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 2025-12-04T08:45:18.6449823Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:45:18.6500330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T08:45:18.6514751Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:18.6564594Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T08:45:18.6581608Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:18.6631566Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T08:45:18.6650286Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:45:18.6699871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T08:45:18.6714618Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:45:18.6762789Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T08:45:18.6779915Z Entering 'third_party/kleidiai' 2025-12-04T08:45:18.6828857Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T08:45:18.6845199Z Entering 'third_party/mimalloc' 2025-12-04T08:45:18.6894574Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T08:45:18.6910560Z Entering 'third_party/nlohmann' 2025-12-04T08:45:18.6959524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T08:45:18.6978613Z Entering 'third_party/onnx' 2025-12-04T08:45:18.7028487Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T08:45:18.7061605Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:18.7112061Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T08:45:18.7129651Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T08:45:18.7179517Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T08:45:18.7196289Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:18.7246039Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T08:45:18.7261147Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:18.7311453Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T08:45:18.7326084Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:18.7374098Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T08:45:18.7388996Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:18.7437782Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T08:45:18.7454717Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:18.7503628Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T08:45:18.7518145Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:18.7568530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T08:45:18.7583034Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:18.7631656Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T08:45:18.7645861Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:18.7696353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T08:45:18.7712552Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:18.7762109Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T08:45:18.7778750Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:18.7828058Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T08:45:18.7861106Z Entering 'third_party/pocketfft' 2025-12-04T08:45:18.7910470Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T08:45:18.7925854Z Entering 'third_party/protobuf' 2025-12-04T08:45:18.7975981Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T08:45:18.7994392Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:18.8043298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T08:45:18.8058386Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:18.8107200Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T08:45:18.8124779Z Entering 'third_party/psimd' 2025-12-04T08:45:18.8174986Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T08:45:18.8190369Z Entering 'third_party/pthreadpool' 2025-12-04T08:45:18.8240398Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T08:45:18.8255725Z Entering 'third_party/pybind11' 2025-12-04T08:45:18.8305051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T08:45:18.8321445Z Entering 'third_party/python-peachpy' 2025-12-04T08:45:18.8370896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T08:45:18.8386721Z Entering 'third_party/sleef' 2025-12-04T08:45:18.8435751Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T08:45:18.8451575Z Entering 'third_party/tensorpipe' 2025-12-04T08:45:18.8503418Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T08:45:18.8519006Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:18.8568616Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T08:45:18.8584028Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:18.8632175Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T08:45:18.8646920Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:18.8695853Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T08:45:18.8710940Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:18.8764407Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T08:45:18.8779155Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:18.8828179Z 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 2025-12-04T08:45:18.9765509Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-12-04T08:45:19.0056927Z Entering 'android/libs/fbjni' 2025-12-04T08:45:19.0098746Z Entering 'third_party/FP16' 2025-12-04T08:45:19.0140215Z Entering 'third_party/FXdiv' 2025-12-04T08:45:19.0183322Z Entering 'third_party/NNPACK' 2025-12-04T08:45:19.0224301Z Entering 'third_party/NVTX' 2025-12-04T08:45:19.0265271Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T08:45:19.0307064Z Entering 'third_party/XNNPACK' 2025-12-04T08:45:19.0363150Z Entering 'third_party/aiter' 2025-12-04T08:45:19.0405056Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:45:19.0454491Z Entering 'third_party/benchmark' 2025-12-04T08:45:19.0496377Z Entering 'third_party/composable_kernel' 2025-12-04T08:45:19.0546186Z Entering 'third_party/cpp-httplib' 2025-12-04T08:45:19.0587167Z Entering 'third_party/cpuinfo' 2025-12-04T08:45:19.0628549Z Entering 'third_party/cudnn_frontend' 2025-12-04T08:45:19.0669487Z Entering 'third_party/cutlass' 2025-12-04T08:45:19.0720665Z Entering 'third_party/fbgemm' 2025-12-04T08:45:19.0763563Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T08:45:19.0802980Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:45:19.0851411Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:45:19.0891688Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T08:45:19.0940313Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T08:45:19.0981005Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:45:19.1020094Z Entering 'third_party/fbgemm/external/json' 2025-12-04T08:45:19.1063152Z Entering 'third_party/flash-attention' 2025-12-04T08:45:19.1104544Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:45:19.1150180Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:45:19.1199852Z Entering 'third_party/flatbuffers' 2025-12-04T08:45:19.1244497Z Entering 'third_party/fmt' 2025-12-04T08:45:19.1284998Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:45:19.1326297Z Entering 'third_party/gloo' 2025-12-04T08:45:19.1367208Z Entering 'third_party/googletest' 2025-12-04T08:45:19.1407713Z Entering 'third_party/ideep' 2025-12-04T08:45:19.1447578Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T08:45:19.1494422Z Entering 'third_party/ittapi' 2025-12-04T08:45:19.1535112Z Entering 'third_party/kineto' 2025-12-04T08:45:19.1576000Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:45:19.1615449Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:45:19.1656875Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:45:19.1696715Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:45:19.1736349Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:45:19.1776305Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:45:19.1817606Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:45:19.1857581Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:45:19.1897560Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:45:19.1937960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:45:19.1977688Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:45:19.2017440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:19.2059443Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:19.2104398Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:45:19.2143254Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:45:19.2184132Z Entering 'third_party/kleidiai' 2025-12-04T08:45:19.2225612Z Entering 'third_party/mimalloc' 2025-12-04T08:45:19.2269843Z Entering 'third_party/nlohmann' 2025-12-04T08:45:19.2312153Z Entering 'third_party/onnx' 2025-12-04T08:45:19.2370635Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:19.2412708Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T08:45:19.2454977Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:19.2494499Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:19.2535341Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:19.2575248Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:19.2616541Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:19.2655616Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:19.2694850Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:19.2733256Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:19.2778299Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:19.2818394Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:19.2875717Z Entering 'third_party/pocketfft' 2025-12-04T08:45:19.2915864Z Entering 'third_party/protobuf' 2025-12-04T08:45:19.2959365Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:19.2999481Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:19.3043558Z Entering 'third_party/psimd' 2025-12-04T08:45:19.3084814Z Entering 'third_party/pthreadpool' 2025-12-04T08:45:19.3125308Z Entering 'third_party/pybind11' 2025-12-04T08:45:19.3167378Z Entering 'third_party/python-peachpy' 2025-12-04T08:45:19.3207953Z Entering 'third_party/sleef' 2025-12-04T08:45:19.3249128Z Entering 'third_party/tensorpipe' 2025-12-04T08:45:19.3290123Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:19.3328815Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:19.3368135Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:19.3407704Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:19.3445536Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:19.3502028Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-12-04T08:45:19.3791247Z Entering 'android/libs/fbjni' 2025-12-04T08:45:19.3831906Z Entering 'third_party/FP16' 2025-12-04T08:45:19.3873361Z Entering 'third_party/FXdiv' 2025-12-04T08:45:19.3913500Z Entering 'third_party/NNPACK' 2025-12-04T08:45:19.3954637Z Entering 'third_party/NVTX' 2025-12-04T08:45:19.3996001Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T08:45:19.4037386Z Entering 'third_party/XNNPACK' 2025-12-04T08:45:19.4098580Z Entering 'third_party/aiter' 2025-12-04T08:45:19.4139341Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:45:19.4187597Z Entering 'third_party/benchmark' 2025-12-04T08:45:19.4228255Z Entering 'third_party/composable_kernel' 2025-12-04T08:45:19.4276563Z Entering 'third_party/cpp-httplib' 2025-12-04T08:45:19.4317338Z Entering 'third_party/cpuinfo' 2025-12-04T08:45:19.4361098Z Entering 'third_party/cudnn_frontend' 2025-12-04T08:45:19.4402240Z Entering 'third_party/cutlass' 2025-12-04T08:45:19.4451481Z Entering 'third_party/fbgemm' 2025-12-04T08:45:19.4495993Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T08:45:19.4535484Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:45:19.4582227Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:45:19.4621792Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T08:45:19.4671867Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T08:45:19.4710956Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:45:19.4750143Z Entering 'third_party/fbgemm/external/json' 2025-12-04T08:45:19.4793790Z Entering 'third_party/flash-attention' 2025-12-04T08:45:19.4835370Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:45:19.4882427Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:45:19.4932044Z Entering 'third_party/flatbuffers' 2025-12-04T08:45:19.4976371Z Entering 'third_party/fmt' 2025-12-04T08:45:19.5016572Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:45:19.5057943Z Entering 'third_party/gloo' 2025-12-04T08:45:19.5098496Z Entering 'third_party/googletest' 2025-12-04T08:45:19.5139434Z Entering 'third_party/ideep' 2025-12-04T08:45:19.5183234Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T08:45:19.5228719Z Entering 'third_party/ittapi' 2025-12-04T08:45:19.5270160Z Entering 'third_party/kineto' 2025-12-04T08:45:19.5310257Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:45:19.5349927Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:45:19.5391916Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:45:19.5433918Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:45:19.5474190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:45:19.5513359Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:45:19.5555105Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:45:19.5595050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:45:19.5635526Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:45:19.5678523Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:45:19.5718661Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:45:19.5757931Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:19.5800938Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:19.5845018Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:45:19.5885061Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:45:19.5926831Z Entering 'third_party/kleidiai' 2025-12-04T08:45:19.5968118Z Entering 'third_party/mimalloc' 2025-12-04T08:45:19.6009644Z Entering 'third_party/nlohmann' 2025-12-04T08:45:19.6051529Z Entering 'third_party/onnx' 2025-12-04T08:45:19.6109331Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:19.6150818Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T08:45:19.6193271Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:19.6232536Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:19.6275488Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:19.6314316Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:19.6355128Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:19.6393779Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:19.6432812Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:19.6471968Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:19.6512193Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:19.6553289Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:19.6613359Z Entering 'third_party/pocketfft' 2025-12-04T08:45:19.6653970Z Entering 'third_party/protobuf' 2025-12-04T08:45:19.6698644Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:19.6737264Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:19.6779142Z Entering 'third_party/psimd' 2025-12-04T08:45:19.6819653Z Entering 'third_party/pthreadpool' 2025-12-04T08:45:19.6859977Z Entering 'third_party/pybind11' 2025-12-04T08:45:19.6900879Z Entering 'third_party/python-peachpy' 2025-12-04T08:45:19.6941248Z Entering 'third_party/sleef' 2025-12-04T08:45:19.6982036Z Entering 'third_party/tensorpipe' 2025-12-04T08:45:19.7023232Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:19.7062342Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:19.7105815Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:19.7145407Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:19.7185987Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:19.7237683Z ##[endgroup] 2025-12-04T08:45:19.7270513Z [command]/usr/bin/git log -1 --format=%H 2025-12-04T08:45:19.7292999Z ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:45:19.7385057Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-12-04T08:45:19.7385400Z cd "${GITHUB_WORKSPACE}" 2025-12-04T08:45:19.7385708Z # Clean stale submodule dirs 2025-12-04T08:45:19.7386011Z if [ -z "${NO_SUDO}" ]; then 2025-12-04T08:45:19.7386414Z  sudo git submodule foreach --recursive git clean -ffdx 2025-12-04T08:45:19.7386787Z else 2025-12-04T08:45:19.7387086Z  git submodule foreach --recursive git clean -ffdx 2025-12-04T08:45:19.7387447Z fi 2025-12-04T08:45:19.7396204Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:19.7396585Z env: 2025-12-04T08:45:19.7396786Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:19.7397039Z NO_SUDO: 2025-12-04T08:45:19.7397232Z ##[endgroup] 2025-12-04T08:45:20.1715070Z Entering 'android/libs/fbjni' 2025-12-04T08:45:20.1744434Z Entering 'third_party/FP16' 2025-12-04T08:45:20.1774454Z Entering 'third_party/FXdiv' 2025-12-04T08:45:20.1802237Z Entering 'third_party/NNPACK' 2025-12-04T08:45:20.1835394Z Entering 'third_party/NVTX' 2025-12-04T08:45:20.1871173Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T08:45:20.1901736Z Entering 'third_party/XNNPACK' 2025-12-04T08:45:20.2021362Z Entering 'third_party/aiter' 2025-12-04T08:45:20.2061519Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T08:45:20.2168805Z Entering 'third_party/benchmark' 2025-12-04T08:45:20.2201233Z Entering 'third_party/composable_kernel' 2025-12-04T08:45:20.2317016Z Entering 'third_party/cpp-httplib' 2025-12-04T08:45:20.2348692Z Entering 'third_party/cpuinfo' 2025-12-04T08:45:20.2384342Z Entering 'third_party/cudnn_frontend' 2025-12-04T08:45:20.2416617Z Entering 'third_party/cutlass' 2025-12-04T08:45:20.2512845Z Entering 'third_party/fbgemm' 2025-12-04T08:45:20.2570604Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T08:45:20.2599273Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T08:45:20.2708845Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T08:45:20.2740774Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T08:45:20.2835632Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T08:45:20.2866136Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T08:45:20.2892993Z Entering 'third_party/fbgemm/external/json' 2025-12-04T08:45:20.2933072Z Entering 'third_party/flash-attention' 2025-12-04T08:45:20.2971446Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T08:45:20.3062837Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T08:45:20.3147841Z Entering 'third_party/flatbuffers' 2025-12-04T08:45:20.3214954Z Entering 'third_party/fmt' 2025-12-04T08:45:20.3245767Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T08:45:20.3277267Z Entering 'third_party/gloo' 2025-12-04T08:45:20.3308328Z Entering 'third_party/googletest' 2025-12-04T08:45:20.3339977Z Entering 'third_party/ideep' 2025-12-04T08:45:20.3368987Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T08:45:20.3448992Z Entering 'third_party/ittapi' 2025-12-04T08:45:20.3481134Z Entering 'third_party/kineto' 2025-12-04T08:45:20.3513840Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T08:45:20.3548315Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T08:45:20.3591738Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T08:45:20.3620780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T08:45:20.3651148Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T08:45:20.3677964Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T08:45:20.3706134Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T08:45:20.3734854Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T08:45:20.3765727Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T08:45:20.3802898Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T08:45:20.3830975Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T08:45:20.3861015Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:20.3906117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:20.3941042Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T08:45:20.3970846Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T08:45:20.4002673Z Entering 'third_party/kleidiai' 2025-12-04T08:45:20.4038652Z Entering 'third_party/mimalloc' 2025-12-04T08:45:20.4070548Z Entering 'third_party/nlohmann' 2025-12-04T08:45:20.4112826Z Entering 'third_party/onnx' 2025-12-04T08:45:20.4434246Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T08:45:20.4467039Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T08:45:20.4520133Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T08:45:20.4548223Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T08:45:20.4578755Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T08:45:20.4605535Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T08:45:20.4646576Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T08:45:20.4675616Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T08:45:20.4703656Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T08:45:20.4732405Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T08:45:20.4776697Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T08:45:20.4808488Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T08:45:20.5062796Z Entering 'third_party/pocketfft' 2025-12-04T08:45:20.5090762Z Entering 'third_party/protobuf' 2025-12-04T08:45:20.5164255Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T08:45:20.5192024Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T08:45:20.5225389Z Entering 'third_party/psimd' 2025-12-04T08:45:20.5254033Z Entering 'third_party/pthreadpool' 2025-12-04T08:45:20.5282965Z Entering 'third_party/pybind11' 2025-12-04T08:45:20.5315786Z Entering 'third_party/python-peachpy' 2025-12-04T08:45:20.5345959Z Entering 'third_party/sleef' 2025-12-04T08:45:20.5378372Z Entering 'third_party/tensorpipe' 2025-12-04T08:45:20.5410285Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T08:45:20.5439745Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T08:45:20.5467486Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T08:45:20.5500471Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T08:45:20.5527927Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T08:45:20.5692386Z Prepare all required actions 2025-12-04T08:45:20.5692882Z Getting action download info 2025-12-04T08:45:20.7614968Z ##[group]Run ./.github/actions/setup-linux 2025-12-04T08:45:20.7615313Z env: 2025-12-04T08:45:20.7615519Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:20.7615777Z ##[endgroup] 2025-12-04T08:45:20.7653807Z ##[group]Run set -euo pipefail 2025-12-04T08:45:20.7654150Z set -euo pipefail 2025-12-04T08:45:20.7654444Z function get_ec2_metadata() { 2025-12-04T08:45:20.7654804Z  # Pulled from instance metadata endpoint for EC2 2025-12-04T08:45:20.7655438Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-12-04T08:45:20.7655985Z  category=$1 2025-12-04T08:45:20.7656344Z  # If it is GCP runner (runner name contains gcp), do not run this 2025-12-04T08:45:20.7656775Z  runner_name_str=i-0cd7c9e1c3ce5ad73 2025-12-04T08:45:20.7657155Z  if [[ -f /.inarc ]]; then 2025-12-04T08:45:20.7657486Z  echo "ARC Runner, no info on ec2 metadata" 2025-12-04T08:45:20.7658211Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2025-12-04T08:45:20.7658683Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2025-12-04T08:45:20.7659160Z  else 2025-12-04T08:45:20.7660027Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-12-04T08:45:20.7660929Z  fi 2025-12-04T08:45:20.7661140Z } 2025-12-04T08:45:20.7661386Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-12-04T08:45:20.7661812Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-12-04T08:45:20.7662290Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-12-04T08:45:20.7662695Z echo "system info $(uname -a)" 2025-12-04T08:45:20.7670311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:20.7670877Z env: 2025-12-04T08:45:20.7671103Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:20.7671503Z ##[endgroup] 2025-12-04T08:45:20.7810413Z ami-id: ami-08982f1c5bf93d976 2025-12-04T08:45:20.7921121Z instance-id: i-0cd7c9e1c3ce5ad73 2025-12-04T08:45:20.8041891Z instance-type: c5.4xlarge 2025-12-04T08:45:20.8052662Z system info Linux ip-10-0-20-181.ec2.internal 6.1.150-174.273.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 9 12:21:26 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-12-04T08:45:20.8072186Z ##[group]Run if [ -f /usr/bin/nvidia-smi ]; then nvidia-smi; fi 2025-12-04T08:45:20.8072665Z if [ -f /usr/bin/nvidia-smi ]; then nvidia-smi; fi 2025-12-04T08:45:20.8078360Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:20.8078737Z env: 2025-12-04T08:45:20.8078950Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:20.8079195Z ##[endgroup] 2025-12-04T08:45:20.8118746Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:45:20.8119689Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:45:20.8125635Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:20.8126017Z env: 2025-12-04T08:45:20.8126216Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:20.8126474Z ##[endgroup] 2025-12-04T08:45:20.8173789Z ##[group]Run if systemctl is-active --quiet docker; then 2025-12-04T08:45:20.8174235Z if systemctl is-active --quiet docker; then 2025-12-04T08:45:20.8174621Z  echo "Docker daemon is running..."; 2025-12-04T08:45:20.8174933Z else 2025-12-04T08:45:20.8175287Z  echo "Starting docker daemon..." && sudo systemctl start docker; 2025-12-04T08:45:20.8175696Z fi 2025-12-04T08:45:20.8181014Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:20.8181382Z env: 2025-12-04T08:45:20.8181596Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:20.8181838Z ##[endgroup] 2025-12-04T08:45:20.8253918Z Docker daemon is running... 2025-12-04T08:45:20.8294639Z ##[group]Run nick-fields/retry@v3.0.0 2025-12-04T08:45:20.8294950Z with: 2025-12-04T08:45:20.8295142Z shell: bash 2025-12-04T08:45:20.8295370Z timeout_minutes: 5 2025-12-04T08:45:20.8295597Z max_attempts: 3 2025-12-04T08:45:20.8295832Z retry_wait_seconds: 30 2025-12-04T08:45:20.8298154Z 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" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2025-12-04T08:45:20.8300483Z polling_interval_seconds: 1 2025-12-04T08:45:20.8300757Z warning_on_retry: true 2025-12-04T08:45:20.8301021Z continue_on_error: false 2025-12-04T08:45:20.8301260Z env: 2025-12-04T08:45:20.8301469Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:20.8301735Z AWS_RETRY_MODE: standard 2025-12-04T08:45:20.8301980Z AWS_MAX_ATTEMPTS: 5 2025-12-04T08:45:20.8302232Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T08:45:20.8302506Z ##[endgroup] 2025-12-04T08:45:21.9055457Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-12-04T08:45:21.9056085Z Configure a credential helper to remove this warning. See 2025-12-04T08:45:21.9056657Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-12-04T08:45:21.9057069Z 2025-12-04T08:45:21.9057178Z Login Succeeded 2025-12-04T08:45:21.9085024Z Command completed after 1 attempt(s). 2025-12-04T08:45:21.9132722Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T08:45:21.9133242Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T08:45:21.9133827Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T08:45:21.9141252Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:21.9141628Z env: 2025-12-04T08:45:21.9141838Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:21.9142091Z ##[endgroup] 2025-12-04T08:45:21.9216609Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-12-04T08:45:21.9217170Z # ignore expansion of "docker ps -q" since it could be empty 2025-12-04T08:45:21.9217600Z # shellcheck disable=SC2046 2025-12-04T08:45:21.9217926Z docker stop $(docker ps -q) || true 2025-12-04T08:45:21.9218323Z # Prune all of the docker images 2025-12-04T08:45:21.9218716Z docker system prune -af 2025-12-04T08:45:21.9224279Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:21.9224651Z env: 2025-12-04T08:45:21.9224878Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:21.9225158Z ##[endgroup] 2025-12-04T08:45:21.9668443Z "docker stop" requires at least 1 argument. 2025-12-04T08:45:21.9668815Z See 'docker stop --help'. 2025-12-04T08:45:21.9669001Z 2025-12-04T08:45:21.9669161Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-12-04T08:45:21.9669429Z 2025-12-04T08:45:21.9669547Z Stop one or more running containers 2025-12-04T08:45:21.9980542Z Total reclaimed space: 0B 2025-12-04T08:45:22.0157753Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2025-12-04T08:45:22.0158198Z with: 2025-12-04T08:45:22.0158553Z docker-image-name: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-12-04T08:45:22.0159016Z use-custom-docker-registry: true 2025-12-04T08:45:22.0159313Z docker-build-dir: .ci/docker 2025-12-04T08:45:22.0159584Z docker-build-script: ./build.sh 2025-12-04T08:45:22.0159866Z working-directory: . 2025-12-04T08:45:22.0160187Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:22.0160585Z force-push: false 2025-12-04T08:45:22.0160793Z env: 2025-12-04T08:45:22.0160977Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:22.0161221Z ##[endgroup] 2025-12-04T08:45:22.0179540Z ##[group]Run set -ex 2025-12-04T08:45:22.0179817Z set -ex 2025-12-04T08:45:22.0180016Z  2025-12-04T08:45:22.0180379Z # If the docker build directory or the build script doesn't exist, the action will 2025-12-04T08:45:22.0181062Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-12-04T08:45:22.0181609Z # job could then download the pre-built image as usual 2025-12-04T08:45:22.0182278Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-12-04T08:45:22.0182900Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0183208Z else 2025-12-04T08:45:22.0183449Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0183877Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0184264Z  2025-12-04T08:45:22.0184792Z  echo "Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ${REPO_NAME} repo..." 2025-12-04T08:45:22.0185415Z  exit 0 2025-12-04T08:45:22.0185609Z fi 2025-12-04T08:45:22.0185801Z  2025-12-04T08:45:22.0186115Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-12-04T08:45:22.0186690Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-12-04T08:45:22.0187217Z  # use it as it is, but first let's extract the tag 2025-12-04T08:45:22.0187686Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-12-04T08:45:22.0188193Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0188819Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0189209Z else 2025-12-04T08:45:22.0189471Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-12-04T08:45:22.0189839Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-12-04T08:45:22.0190235Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-12-04T08:45:22.0190561Z  fi 2025-12-04T08:45:22.0191017Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-12-04T08:45:22.0191633Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0192261Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0192965Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0193381Z fi 2025-12-04T08:45:22.0199025Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:22.0199383Z env: 2025-12-04T08:45:22.0199597Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:22.0199850Z REPO_NAME: pytorch 2025-12-04T08:45:22.0200242Z DOCKER_IMAGE_NAME: ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-12-04T08:45:22.0200705Z DOCKER_BUILD_DIR: .ci/docker 2025-12-04T08:45:22.0200977Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-12-04T08:45:22.0201480Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:22.0201875Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-12-04T08:45:22.0202165Z CUSTOM_TAG_PREFIX: 2025-12-04T08:45:22.0202390Z ##[endgroup] 2025-12-04T08:45:22.0225239Z + [[ -d .ci/docker ]] 2025-12-04T08:45:22.0225491Z + [[ -f .ci/docker/./build.sh ]] 2025-12-04T08:45:22.0225783Z + [[ true == \t\r\u\e ]] 2025-12-04T08:45:22.0226045Z + echo skip=false 2025-12-04T08:45:22.0226786Z + [[ ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 == *\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* ]] 2025-12-04T08:45:22.0227579Z + [[ ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 == *:* ]] 2025-12-04T08:45:22.0228113Z + CUSTOM_TAG_PREFIX=pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-12-04T08:45:22.0228538Z + DOCKER_IMAGE_NAME=ci-image 2025-12-04T08:45:22.0229628Z ++ git rev-parse HEAD:.ci/docker 2025-12-04T08:45:22.0246357Z + DOCKER_TAG=pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:22.0247331Z + echo docker-tag=pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:22.0249212Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:22.0250348Z + echo custom-tag-prefix=pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11 2025-12-04T08:45:22.0274234Z ##[group]Run set +e 2025-12-04T08:45:22.0274554Z set +e 2025-12-04T08:45:22.0274782Z set -x 2025-12-04T08:45:22.0274988Z  2025-12-04T08:45:22.0275198Z login() { 2025-12-04T08:45:22.0275676Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-12-04T08:45:22.0276188Z } 2025-12-04T08:45:22.0276398Z  2025-12-04T08:45:22.0276595Z retry () { 2025-12-04T08:45:22.0276871Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-12-04T08:45:22.0277173Z } 2025-12-04T08:45:22.0277381Z  2025-12-04T08:45:22.0277600Z retry login "${DOCKER_REGISTRY}" 2025-12-04T08:45:22.0277908Z  2025-12-04T08:45:22.0278112Z START_TIME=$(date +%s) 2025-12-04T08:45:22.0278407Z # Wait up to 120 minutes 2025-12-04T08:45:22.0278770Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-12-04T08:45:22.0279253Z  # Check if image already exists, if it does then skip building it 2025-12-04T08:45:22.0279851Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-12-04T08:45:22.0280204Z  exit 0 2025-12-04T08:45:22.0280431Z  fi 2025-12-04T08:45:22.0280624Z  2025-12-04T08:45:22.0280998Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-12-04T08:45:22.0281664Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-12-04T08:45:22.0282313Z  # latter, it will wait for the Docker images to become available before continuing 2025-12-04T08:45:22.0282826Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-12-04T08:45:22.0283294Z  # It's a Docker build job, let's build the image 2025-12-04T08:45:22.0283638Z  break 2025-12-04T08:45:22.0283867Z  else 2025-12-04T08:45:22.0284188Z  # It's a regular build job, wait for the image to become available 2025-12-04T08:45:22.0284607Z  sleep 300 2025-12-04T08:45:22.0284839Z  fi 2025-12-04T08:45:22.0285054Z done 2025-12-04T08:45:22.0285249Z  2025-12-04T08:45:22.0285601Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-12-04T08:45:22.0286162Z # be empty. The default action would be to continue rebuild the image 2025-12-04T08:45:22.0286783Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-12-04T08:45:22.0287238Z  # if we're on the base branch then use the parent commit 2025-12-04T08:45:22.0287625Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-12-04T08:45:22.0287937Z else 2025-12-04T08:45:22.0288245Z  # otherwise we're on a PR, so use the most recent base commit 2025-12-04T08:45:22.0288718Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-12-04T08:45:22.0289062Z fi 2025-12-04T08:45:22.0289264Z  2025-12-04T08:45:22.0289495Z if [[ -z "${MERGE_BASE}" ]]; then 2025-12-04T08:45:22.0289835Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0290159Z  2025-12-04T08:45:22.0290609Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-12-04T08:45:22.0291158Z  exit 0 2025-12-04T08:45:22.0291363Z fi 2025-12-04T08:45:22.0291564Z  2025-12-04T08:45:22.0291867Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-12-04T08:45:22.0292538Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-12-04T08:45:22.0293125Z  exit 1 2025-12-04T08:45:22.0293328Z fi 2025-12-04T08:45:22.0293529Z  2025-12-04T08:45:22.0293873Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-12-04T08:45:22.0294525Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-12-04T08:45:22.0295114Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-12-04T08:45:22.0295779Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-12-04T08:45:22.0296551Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-12-04T08:45:22.0296993Z fi 2025-12-04T08:45:22.0297196Z  2025-12-04T08:45:22.0297447Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-12-04T08:45:22.0302811Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:22.0303168Z env: 2025-12-04T08:45:22.0303381Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:22.0303649Z DOCKER_BUILD_DIR: .ci/docker 2025-12-04T08:45:22.0303980Z BASE_REVISION: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:45:22.0304902Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:22.0306114Z DOCKER_TAG: pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:22.0306789Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:22.0307172Z DOCKER_PUSH: 2025-12-04T08:45:22.0307379Z ##[endgroup] 2025-12-04T08:45:22.0330074Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:22.0332553Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:22.0332958Z + aws ecr get-login-password --region us-east-1 2025-12-04T08:45:22.0334226Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:22.5213205Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-12-04T08:45:22.5213815Z Configure a credential helper to remove this warning. See 2025-12-04T08:45:22.5214446Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-12-04T08:45:22.5215228Z 2025-12-04T08:45:22.5215364Z Login Succeeded 2025-12-04T08:45:22.5228604Z ++ date +%s 2025-12-04T08:45:22.5237954Z + START_TIME=1764837922 2025-12-04T08:45:22.5240961Z ++ date +%s 2025-12-04T08:45:22.5250240Z + [[ 1764830722 -lt 1764837922 ]] 2025-12-04T08:45:22.5251351Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:22.7192809Z { 2025-12-04T08:45:22.7193194Z "schemaVersion": 2, 2025-12-04T08:45:22.7193838Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-12-04T08:45:22.7194551Z "config": { 2025-12-04T08:45:22.7195082Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-12-04T08:45:22.7195791Z "size": 34864, 2025-12-04T08:45:22.7196482Z "digest": "sha256:add7313791033822205cdb3cf32096534b2cfaa4855bd48119b59000bfe00301" 2025-12-04T08:45:22.7197404Z }, 2025-12-04T08:45:22.7197718Z "layers": [ 2025-12-04T08:45:22.7198069Z { 2025-12-04T08:45:22.7198623Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7199295Z "size": 30447951, 2025-12-04T08:45:22.7200057Z "digest": "sha256:63e5bc7682b85ae57a1221210f64d62e7a90b0a30f19af4ca734b8242ae49d63" 2025-12-04T08:45:22.7200848Z }, 2025-12-04T08:45:22.7201148Z { 2025-12-04T08:45:22.7201665Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7202390Z "size": 1554, 2025-12-04T08:45:22.7203000Z "digest": "sha256:0678d56345c994444b77bb70b1177189d23e794748b1d75ffc45d227c7dea94a" 2025-12-04T08:45:22.7203926Z }, 2025-12-04T08:45:22.7204183Z { 2025-12-04T08:45:22.7204776Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7205417Z "size": 313275661, 2025-12-04T08:45:22.7206148Z "digest": "sha256:45f5c9ddfce78349dff3d5edfbaa0310ae17311f66abdcd7e00fa21b500e801c" 2025-12-04T08:45:22.7206868Z }, 2025-12-04T08:45:22.7207139Z { 2025-12-04T08:45:22.7207690Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7208426Z "size": 787, 2025-12-04T08:45:22.7209191Z "digest": "sha256:086b1df51ac1162d9c45698e9dfaf91c6c222c8bd9ab01797ac8f9344bc8044f" 2025-12-04T08:45:22.7209881Z }, 2025-12-04T08:45:22.7210154Z { 2025-12-04T08:45:22.7210593Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7211287Z "size": 106, 2025-12-04T08:45:22.7211911Z "digest": "sha256:fe8a7b64bf98352f89057bcba66beef2fb44cc05fbd3606abccd8e86cf476234" 2025-12-04T08:45:22.7212456Z }, 2025-12-04T08:45:22.7212759Z + exit 0 2025-12-04T08:45:22.7212940Z { 2025-12-04T08:45:22.7213261Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7213658Z "size": 703, 2025-12-04T08:45:22.7214116Z "digest": "sha256:7680723e9a578033dd106b45784c639f06cc8adb1f5239ec513d9de01087c1af" 2025-12-04T08:45:22.7214774Z }, 2025-12-04T08:45:22.7214947Z { 2025-12-04T08:45:22.7215267Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7215665Z "size": 1216, 2025-12-04T08:45:22.7216069Z "digest": "sha256:9c5027aeeb4e3101f48c1d2e400c387110e1009e42497ee801f1b4b7f7edb5c0" 2025-12-04T08:45:22.7216522Z }, 2025-12-04T08:45:22.7216716Z { 2025-12-04T08:45:22.7217030Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7217440Z "size": 483, 2025-12-04T08:45:22.7217835Z "digest": "sha256:9a56521103600bd37a1e7c1191b5136c2d738c092f8a6701499f7068a32c2628" 2025-12-04T08:45:22.7218278Z }, 2025-12-04T08:45:22.7218465Z { 2025-12-04T08:45:22.7218767Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7219177Z "size": 110361875, 2025-12-04T08:45:22.7219572Z "digest": "sha256:375c4427e9141269458333b1463fdb219e736fd6231ec1c56c625c48437ace77" 2025-12-04T08:45:22.7220021Z }, 2025-12-04T08:45:22.7220197Z { 2025-12-04T08:45:22.7220516Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7220913Z "size": 4961, 2025-12-04T08:45:22.7221320Z "digest": "sha256:a86faaa7dbdd70e678e5ea20072637ee42618921ca8f80ca089f789325d4b0c2" 2025-12-04T08:45:22.7221790Z }, 2025-12-04T08:45:22.7221964Z { 2025-12-04T08:45:22.7222410Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7222816Z "size": 1755, 2025-12-04T08:45:22.7223220Z "digest": "sha256:fb7848686804957915d98f8655ef6da0fe4c521b50a82aefdebf475983505a15" 2025-12-04T08:45:22.7223671Z }, 2025-12-04T08:45:22.7223859Z { 2025-12-04T08:45:22.7224167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7224576Z "size": 724, 2025-12-04T08:45:22.7224957Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T08:45:22.7225412Z }, 2025-12-04T08:45:22.7225596Z { 2025-12-04T08:45:22.7225905Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7226314Z "size": 543, 2025-12-04T08:45:22.7226697Z "digest": "sha256:79dc80f426b29d4ae9157b967050b03e66aa0c4b1295b944a1dd70106be87066" 2025-12-04T08:45:22.7227157Z }, 2025-12-04T08:45:22.7227327Z { 2025-12-04T08:45:22.7227650Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7228070Z "size": 3185190117, 2025-12-04T08:45:22.7228493Z "digest": "sha256:a13fcc1b90bb9c251ebe7ef2a03c4cb3afa1c8bdafe84f5f85136773059a3735" 2025-12-04T08:45:22.7228974Z }, 2025-12-04T08:45:22.7229152Z { 2025-12-04T08:45:22.7229471Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7229875Z "size": 32, 2025-12-04T08:45:22.7230289Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7230750Z }, 2025-12-04T08:45:22.7230940Z { 2025-12-04T08:45:22.7231263Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7231666Z "size": 396, 2025-12-04T08:45:22.7232068Z "digest": "sha256:549db4d6c618ecd9534658a233e3c90508f82d8735f965c2786b2eaa078869e5" 2025-12-04T08:45:22.7232523Z }, 2025-12-04T08:45:22.7232714Z { 2025-12-04T08:45:22.7233023Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7233437Z "size": 236860, 2025-12-04T08:45:22.7233832Z "digest": "sha256:5c63528cb580001e65104f4cb0809bf0673a00f989a7db42fd6d86aa1ec27cee" 2025-12-04T08:45:22.7234292Z }, 2025-12-04T08:45:22.7234461Z { 2025-12-04T08:45:22.7234781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7235188Z "size": 231, 2025-12-04T08:45:22.7235577Z "digest": "sha256:75bd83b989a44e4d4119a3f972891025eb0e9ce95cfbe4a0ca5cdbe7130028d6" 2025-12-04T08:45:22.7236047Z }, 2025-12-04T08:45:22.7236218Z { 2025-12-04T08:45:22.7236531Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7236998Z "size": 3043497, 2025-12-04T08:45:22.7237405Z "digest": "sha256:de6e78970f517178cb91f36cd02bd9ca7b72a08fb82a0f9007516026f258c035" 2025-12-04T08:45:22.7237858Z }, 2025-12-04T08:45:22.7238043Z { 2025-12-04T08:45:22.7238366Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7238762Z "size": 1472, 2025-12-04T08:45:22.7239171Z "digest": "sha256:e13ed7c7e4736e81dc21af755b3363eb26e4d3b2f1ca988dfe65effa47d8fa42" 2025-12-04T08:45:22.7239634Z }, 2025-12-04T08:45:22.7239818Z { 2025-12-04T08:45:22.7240127Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7240541Z "size": 481, 2025-12-04T08:45:22.7240929Z "digest": "sha256:6e2949bcb74152577a0f20c38bcb6dd80f5e68427e3e531a80e08c9ecc73a979" 2025-12-04T08:45:22.7241398Z }, 2025-12-04T08:45:22.7241572Z { 2025-12-04T08:45:22.7241891Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7242303Z "size": 202, 2025-12-04T08:45:22.7242699Z "digest": "sha256:14d69d9aaec70287efd2fd35c4f93e43a29a4098458cc9fca1c93f02ad7356cb" 2025-12-04T08:45:22.7243252Z }, 2025-12-04T08:45:22.7243427Z { 2025-12-04T08:45:22.7243745Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7244143Z "size": 607, 2025-12-04T08:45:22.7244553Z "digest": "sha256:5c02769dd8e5bba2f7f5fd84bde9595fcb3bdbffcae497503fa846f9b5e78bf5" 2025-12-04T08:45:22.7245085Z }, 2025-12-04T08:45:22.7245272Z { 2025-12-04T08:45:22.7245579Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7245997Z "size": 7889619584, 2025-12-04T08:45:22.7246422Z "digest": "sha256:35041ce524ac4afec40ecd73b1393c830614f1f79d43a6439767a6c7d5b7027b" 2025-12-04T08:45:22.7246876Z }, 2025-12-04T08:45:22.7247064Z { 2025-12-04T08:45:22.7247370Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7247782Z "size": 830, 2025-12-04T08:45:22.7248168Z "digest": "sha256:2fa92dc5885e080e049ceb4139288b6c0e39fab34256945708b08ea55a1f7a0b" 2025-12-04T08:45:22.7248634Z }, 2025-12-04T08:45:22.7248807Z { 2025-12-04T08:45:22.7249125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7249535Z "size": 33451739, 2025-12-04T08:45:22.7249938Z "digest": "sha256:2b85eafbd92a0e70a0a70154ad8bf4584095e576d95873368f30373f5966714a" 2025-12-04T08:45:22.7250401Z }, 2025-12-04T08:45:22.7250574Z { 2025-12-04T08:45:22.7250893Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7251289Z "size": 104, 2025-12-04T08:45:22.7251698Z "digest": "sha256:ff755a4ddad7880f23c6b767d432d6f1eafdb62b3ea18f8a98e22c441c099fcb" 2025-12-04T08:45:22.7252162Z }, 2025-12-04T08:45:22.7252349Z { 2025-12-04T08:45:22.7252652Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7253065Z "size": 1496, 2025-12-04T08:45:22.7253458Z "digest": "sha256:09eb41bdf42d8605b57b2363348154140904dec914b34a67298b82122bfce2b3" 2025-12-04T08:45:22.7253908Z }, 2025-12-04T08:45:22.7254089Z { 2025-12-04T08:45:22.7254393Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7254802Z "size": 458787828, 2025-12-04T08:45:22.7255200Z "digest": "sha256:11ede4d59e935e62f41b33220fe871794ab5e57ce724173b713368977683bcf6" 2025-12-04T08:45:22.7255659Z }, 2025-12-04T08:45:22.7255829Z { 2025-12-04T08:45:22.7256148Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7256546Z "size": 164, 2025-12-04T08:45:22.7256942Z "digest": "sha256:1283cd8f801a142172f3ab76fd472df8583223d9437de3e4d18d8cf98ea3fa98" 2025-12-04T08:45:22.7257403Z }, 2025-12-04T08:45:22.7257574Z { 2025-12-04T08:45:22.7257892Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7258291Z "size": 346, 2025-12-04T08:45:22.7258695Z "digest": "sha256:024fa855425fa524ad4500660cf61d53be62b99556d31b8b280d14caba434a35" 2025-12-04T08:45:22.7259209Z }, 2025-12-04T08:45:22.7259394Z { 2025-12-04T08:45:22.7259699Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7260110Z "size": 32, 2025-12-04T08:45:22.7260513Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7260972Z }, 2025-12-04T08:45:22.7261155Z { 2025-12-04T08:45:22.7261464Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7261872Z "size": 106, 2025-12-04T08:45:22.7262267Z "digest": "sha256:303e6747a62efecf5efa1f97d0e66b40a3b39da8d79a51f75b89f4c92ae7ec52" 2025-12-04T08:45:22.7262737Z }, 2025-12-04T08:45:22.7262908Z { 2025-12-04T08:45:22.7263226Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7263624Z "size": 424, 2025-12-04T08:45:22.7264039Z "digest": "sha256:3017cdf4838bcc9a33daebc07487f8ae1f6bd6e7ce8322c14f5480e8db9ef90e" 2025-12-04T08:45:22.7264516Z }, 2025-12-04T08:45:22.7264693Z { 2025-12-04T08:45:22.7265016Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7265419Z "size": 19309374, 2025-12-04T08:45:22.7265844Z "digest": "sha256:6b6cd1c358e886dc6ed7fd46ac4bcc1a0a73b7b1301739ea1953478ee5d83f50" 2025-12-04T08:45:22.7266307Z }, 2025-12-04T08:45:22.7266497Z { 2025-12-04T08:45:22.7266807Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7267286Z "size": 108, 2025-12-04T08:45:22.7267673Z "digest": "sha256:b2dd045011241d1cf8889e2a7369d9fe4844dfe15529b520ccd6a59bd3c1532e" 2025-12-04T08:45:22.7268144Z }, 2025-12-04T08:45:22.7268336Z { 2025-12-04T08:45:22.7268647Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7269059Z "size": 827, 2025-12-04T08:45:22.7269444Z "digest": "sha256:55adc51fe5897031d4cf2f2b8fd162213f6e46a52848630c616606271b97952e" 2025-12-04T08:45:22.7269911Z }, 2025-12-04T08:45:22.7270082Z { 2025-12-04T08:45:22.7270403Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7271020Z "size": 724, 2025-12-04T08:45:22.7271416Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T08:45:22.7271875Z }, 2025-12-04T08:45:22.7272049Z { 2025-12-04T08:45:22.7272369Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7272764Z "size": 149, 2025-12-04T08:45:22.7273163Z "digest": "sha256:a43ca0e4b837964b12b7469194cfe939c26de027298040028975324dce25938a" 2025-12-04T08:45:22.7273608Z }, 2025-12-04T08:45:22.7273790Z { 2025-12-04T08:45:22.7274095Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7274507Z "size": 138, 2025-12-04T08:45:22.7274890Z "digest": "sha256:b7212f17fd1404837fcfdd086dd0e2667931e4db377d45d8d89a44390c84e11d" 2025-12-04T08:45:22.7275355Z }, 2025-12-04T08:45:22.7275541Z { 2025-12-04T08:45:22.7275847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7276265Z "size": 141, 2025-12-04T08:45:22.7276655Z "digest": "sha256:083e42cac090e6486c35f392b64ee54448f5e4aa947003aeb3e1f92c8ea5c099" 2025-12-04T08:45:22.7277124Z }, 2025-12-04T08:45:22.7277299Z { 2025-12-04T08:45:22.7277618Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7278020Z "size": 32, 2025-12-04T08:45:22.7278427Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7278897Z }, 2025-12-04T08:45:22.7279070Z { 2025-12-04T08:45:22.7279385Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7279783Z "size": 223, 2025-12-04T08:45:22.7280186Z "digest": "sha256:0a00b784a4aac341795729b254f7edd09e811b7f51d0c58e0e6bfeeee6940503" 2025-12-04T08:45:22.7280641Z }, 2025-12-04T08:45:22.7280821Z { 2025-12-04T08:45:22.7281125Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7281662Z "size": 255, 2025-12-04T08:45:22.7282051Z "digest": "sha256:c6173c779f7ba143a21214ea5f032b141863a37ceb4c0ac01d3248c216ce5241" 2025-12-04T08:45:22.7282522Z }, 2025-12-04T08:45:22.7282714Z { 2025-12-04T08:45:22.7283020Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7283515Z "size": 145520672, 2025-12-04T08:45:22.7283927Z "digest": "sha256:ed3d1e3387b924585c332bf1bc252fa159cd0d25256a874043ff0141b1ab5ff7" 2025-12-04T08:45:22.7284393Z }, 2025-12-04T08:45:22.7284568Z { 2025-12-04T08:45:22.7284886Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7285283Z "size": 106, 2025-12-04T08:45:22.7285670Z "digest": "sha256:b29343478586aeee19d2a622661716f6f1591280c890f49b727a8da13a610784" 2025-12-04T08:45:22.7286109Z }, 2025-12-04T08:45:22.7286293Z { 2025-12-04T08:45:22.7286609Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7287011Z "size": 312293530, 2025-12-04T08:45:22.7287426Z "digest": "sha256:c6f0520487fb506bc4601fd84d5f28d8a76b203e004731e4b2067c2ab1a14e0b" 2025-12-04T08:45:22.7287872Z }, 2025-12-04T08:45:22.7288057Z { 2025-12-04T08:45:22.7288365Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7288775Z "size": 3058011133, 2025-12-04T08:45:22.7289170Z "digest": "sha256:148171691cd4c4d20310d490d4b4dd903490d04ea07fb8f7e668a28768683e9a" 2025-12-04T08:45:22.7289713Z }, 2025-12-04T08:45:22.7289888Z { 2025-12-04T08:45:22.7290209Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7290620Z "size": 129, 2025-12-04T08:45:22.7291011Z "digest": "sha256:2c666d30ed77fff9ff1167d41cd645dad98280fcbe941f5bc3828c7ae66b1287" 2025-12-04T08:45:22.7291495Z }, 2025-12-04T08:45:22.7291667Z { 2025-12-04T08:45:22.7291987Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7292386Z "size": 880, 2025-12-04T08:45:22.7292791Z "digest": "sha256:5d8d3a0a98e012c5068e0f3bae5a03e3148ecf2d063634eee4c9241a1e3fdfb5" 2025-12-04T08:45:22.7293262Z }, 2025-12-04T08:45:22.7293449Z { 2025-12-04T08:45:22.7293773Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7294171Z "size": 724, 2025-12-04T08:45:22.7294570Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T08:45:22.7295051Z }, 2025-12-04T08:45:22.7295253Z { 2025-12-04T08:45:22.7295558Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7295971Z "size": 139, 2025-12-04T08:45:22.7296374Z "digest": "sha256:b06bafce9e817295d8127207747c80aa18e04392ff0875844fc30a1e794a8a0c" 2025-12-04T08:45:22.7296827Z }, 2025-12-04T08:45:22.7297015Z { 2025-12-04T08:45:22.7297322Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7297734Z "size": 32, 2025-12-04T08:45:22.7298127Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7298607Z }, 2025-12-04T08:45:22.7298796Z { 2025-12-04T08:45:22.7299104Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7299519Z "size": 159, 2025-12-04T08:45:22.7299912Z "digest": "sha256:15e0d7e4590d3d8f598d05aec3a92f891bf8b4605bcc38cc2de852b6014ef8f3" 2025-12-04T08:45:22.7300386Z }, 2025-12-04T08:45:22.7300560Z { 2025-12-04T08:45:22.7300887Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7301284Z "size": 1011, 2025-12-04T08:45:22.7301699Z "digest": "sha256:a514bd1add3164d8d7ca99aa19294c4ed8b97b074635d98714c4f598a959f4cd" 2025-12-04T08:45:22.7302154Z }, 2025-12-04T08:45:22.7302340Z { 2025-12-04T08:45:22.7302658Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7303053Z "size": 724, 2025-12-04T08:45:22.7303442Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T08:45:22.7303947Z }, 2025-12-04T08:45:22.7304135Z { 2025-12-04T08:45:22.7304441Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7304851Z "size": 134, 2025-12-04T08:45:22.7305241Z "digest": "sha256:57b84ee6000204f27a1d9bca199b19be4c86ecd324540dbdf239c56a6c3b34ea" 2025-12-04T08:45:22.7305712Z }, 2025-12-04T08:45:22.7305882Z { 2025-12-04T08:45:22.7306203Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7306611Z "size": 32, 2025-12-04T08:45:22.7307001Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7307470Z }, 2025-12-04T08:45:22.7307640Z { 2025-12-04T08:45:22.7307960Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7308356Z "size": 157, 2025-12-04T08:45:22.7308775Z "digest": "sha256:b8babeff6d817a5961dddc15c6bdfdbd05da187fae75d5804015f99fd7c066d8" 2025-12-04T08:45:22.7309246Z }, 2025-12-04T08:45:22.7309431Z { 2025-12-04T08:45:22.7309757Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7310154Z "size": 602, 2025-12-04T08:45:22.7310568Z "digest": "sha256:83779ddf6a85ab387f64a45f274cba245b69e4fd1931ff0b5d7d3efd4b7a43bc" 2025-12-04T08:45:22.7311028Z }, 2025-12-04T08:45:22.7311211Z { 2025-12-04T08:45:22.7311514Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7311992Z "size": 724, 2025-12-04T08:45:22.7312379Z "digest": "sha256:3541df015cdb7e8925273399d28e56c31b3c9196f00439ac2925537b173b1f84" 2025-12-04T08:45:22.7312836Z }, 2025-12-04T08:45:22.7313011Z { 2025-12-04T08:45:22.7313330Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7313743Z "size": 155, 2025-12-04T08:45:22.7314138Z "digest": "sha256:8b7620c0d736cc79381207ce5afe2af90f0cd7f0cd394577d2c9520d7f74762f" 2025-12-04T08:45:22.7314610Z }, 2025-12-04T08:45:22.7314782Z { 2025-12-04T08:45:22.7315099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7315499Z "size": 32, 2025-12-04T08:45:22.7315901Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7316360Z }, 2025-12-04T08:45:22.7316544Z { 2025-12-04T08:45:22.7316848Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7317257Z "size": 188, 2025-12-04T08:45:22.7317668Z "digest": "sha256:3bcfa090e4efd3677425f76baea9f1e0c50a75d8c6b5713ec05310f1dff24539" 2025-12-04T08:45:22.7318126Z }, 2025-12-04T08:45:22.7318311Z { 2025-12-04T08:45:22.7318615Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7319022Z "size": 1370, 2025-12-04T08:45:22.7319415Z "digest": "sha256:eb0504ec4d9218a79896b604f73dc0ea5a0f96266ad9c2cdbbbe5f0f18222694" 2025-12-04T08:45:22.7319882Z }, 2025-12-04T08:45:22.7320054Z { 2025-12-04T08:45:22.7320370Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7320782Z "size": 32, 2025-12-04T08:45:22.7321171Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7321642Z }, 2025-12-04T08:45:22.7321815Z { 2025-12-04T08:45:22.7322134Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7322528Z "size": 136, 2025-12-04T08:45:22.7322930Z "digest": "sha256:15d0fec09d7b196a1462d51516ee90fc3443ba178d3e56d59cacf32146b4321d" 2025-12-04T08:45:22.7323460Z }, 2025-12-04T08:45:22.7323647Z { 2025-12-04T08:45:22.7323950Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7324358Z "size": 528, 2025-12-04T08:45:22.7324764Z "digest": "sha256:cca81fcc62a949959ca4dd3c9056fb293d548ef8607127eeeef6cfd3a8897ca8" 2025-12-04T08:45:22.7325223Z }, 2025-12-04T08:45:22.7325406Z { 2025-12-04T08:45:22.7325711Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7326118Z "size": 32, 2025-12-04T08:45:22.7326607Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7327081Z }, 2025-12-04T08:45:22.7327254Z { 2025-12-04T08:45:22.7327573Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7327975Z "size": 104, 2025-12-04T08:45:22.7328390Z "digest": "sha256:b0b8f9b5c6ab98db9cd830dc584e1b6aec9add139e4cc48d8c243d36691e25b4" 2025-12-04T08:45:22.7328876Z }, 2025-12-04T08:45:22.7329052Z { 2025-12-04T08:45:22.7329367Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7329764Z "size": 435, 2025-12-04T08:45:22.7330160Z "digest": "sha256:0606ca4d47a8a70e91e92b03ca51a85e731641b09342136a54ef2f2a6d9dfb44" 2025-12-04T08:45:22.7330610Z }, 2025-12-04T08:45:22.7330795Z { 2025-12-04T08:45:22.7331100Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7331507Z "size": 32, 2025-12-04T08:45:22.7331911Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7332373Z }, 2025-12-04T08:45:22.7332562Z { 2025-12-04T08:45:22.7332871Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7333282Z "size": 109, 2025-12-04T08:45:22.7333674Z "digest": "sha256:2f80a4e1b3b95ed67bb781ea787e8a63e46de79117d9d8e65c257072b38afa2d" 2025-12-04T08:45:22.7334149Z }, 2025-12-04T08:45:22.7334385Z { 2025-12-04T08:45:22.7334708Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7335110Z "size": 1896, 2025-12-04T08:45:22.7335518Z "digest": "sha256:35c916fb1bd057e517dcab78c3a2a018e68096d8993892ad84f47562d37ae352" 2025-12-04T08:45:22.7335987Z }, 2025-12-04T08:45:22.7336165Z { 2025-12-04T08:45:22.7336491Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7336894Z "size": 197526165, 2025-12-04T08:45:22.7337307Z "digest": "sha256:195537b7dafc96192f768323b1a8cc2a914d41959849b73198579576b0872a44" 2025-12-04T08:45:22.7337760Z }, 2025-12-04T08:45:22.7337950Z { 2025-12-04T08:45:22.7338255Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7338665Z "size": 106, 2025-12-04T08:45:22.7339052Z "digest": "sha256:dc454fd3967e5735b2498b7f1d958a2c626987d5e4ce225ca98da3cd945b59f3" 2025-12-04T08:45:22.7339517Z }, 2025-12-04T08:45:22.7339705Z { 2025-12-04T08:45:22.7340015Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7340426Z "size": 165, 2025-12-04T08:45:22.7340811Z "digest": "sha256:701b34f115fa897181c046dc37288e87cbc3ad74c36a9e2224b5bfe7c5703afb" 2025-12-04T08:45:22.7341269Z }, 2025-12-04T08:45:22.7341439Z { 2025-12-04T08:45:22.7341756Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7342151Z "size": 7944, 2025-12-04T08:45:22.7342554Z "digest": "sha256:39cefc00ffedebc9098261c798408b87a20c95a88fccb110594077f48dadf760" 2025-12-04T08:45:22.7343028Z }, 2025-12-04T08:45:22.7343201Z { 2025-12-04T08:45:22.7343518Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7343917Z "size": 8071, 2025-12-04T08:45:22.7344320Z "digest": "sha256:6ae51eb61a325b2c2995a5088c81aa20821b75be65b5aa722c7c40556b5d03ea" 2025-12-04T08:45:22.7344772Z }, 2025-12-04T08:45:22.7344954Z { 2025-12-04T08:45:22.7345273Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7345685Z "size": 304, 2025-12-04T08:45:22.7346076Z "digest": "sha256:1fd5341e66dfc0c1ae23af014641a92a6fd02640c528fe6d4dc55921ed659a26" 2025-12-04T08:45:22.7346548Z }, 2025-12-04T08:45:22.7346733Z { 2025-12-04T08:45:22.7347037Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7347446Z "size": 13364291, 2025-12-04T08:45:22.7347853Z "digest": "sha256:72a7c87e35e40ab796f90aee1b51add7902f0cdc44406d2505b6c6a1f55a8da6" 2025-12-04T08:45:22.7348320Z }, 2025-12-04T08:45:22.7348550Z { 2025-12-04T08:45:22.7348870Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7349271Z "size": 108, 2025-12-04T08:45:22.7349687Z "digest": "sha256:ec36862ac98ebaac52ee1a8b1d162d45bd0e3bf59ae7e19c8f80ad3960b4c600" 2025-12-04T08:45:22.7350172Z }, 2025-12-04T08:45:22.7350349Z { 2025-12-04T08:45:22.7350671Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7351075Z "size": 54145699, 2025-12-04T08:45:22.7351495Z "digest": "sha256:05ddbf246e8add0e293474dbf88bb028d5a295a25ac59e8648a18db644377773" 2025-12-04T08:45:22.7351956Z }, 2025-12-04T08:45:22.7352141Z { 2025-12-04T08:45:22.7352446Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-12-04T08:45:22.7352853Z "size": 32, 2025-12-04T08:45:22.7353243Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-12-04T08:45:22.7353715Z } 2025-12-04T08:45:22.7353899Z ] 2025-12-04T08:45:22.7354071Z } 2025-12-04T08:45:22.7380605Z ##[group]Run set -eux 2025-12-04T08:45:22.7380896Z set -eux 2025-12-04T08:45:22.7381296Z # It's ok if this steps fails, it would then be an anonymous user like what we used to have 2025-12-04T08:45:22.7383704Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin || true 2025-12-04T08:45:22.7391170Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:22.7391555Z env: 2025-12-04T08:45:22.7391761Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:22.7392019Z ##[endgroup] 2025-12-04T08:45:22.7419306Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-12-04T08:45:22.7420183Z + jq --raw-output .SecretString 2025-12-04T08:45:22.7420743Z + jq -r .docker_hub_readonly_token 2025-12-04T08:45:22.7421698Z + docker login --username pytorchbot --password-stdin 2025-12-04T08:45:23.2893137Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-12-04T08:45:23.2893736Z Configure a credential helper to remove this warning. See 2025-12-04T08:45:23.2894310Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-12-04T08:45:23.2894697Z 2025-12-04T08:45:23.2894834Z Login Succeeded 2025-12-04T08:45:23.3003836Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2025-12-04T08:45:23.3004282Z with: 2025-12-04T08:45:23.3005072Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:23.3006039Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:23.3006412Z env: 2025-12-04T08:45:23.3006622Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:23.3006865Z ##[endgroup] 2025-12-04T08:45:23.3020917Z ##[group]Run set -x 2025-12-04T08:45:23.3021182Z set -x 2025-12-04T08:45:23.3021425Z set +e 2025-12-04T08:45:23.3021629Z  2025-12-04T08:45:23.3021836Z login() { 2025-12-04T08:45:23.3022306Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-12-04T08:45:23.3022816Z } 2025-12-04T08:45:23.3023020Z  2025-12-04T08:45:23.3023258Z retry () { 2025-12-04T08:45:23.3023511Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-12-04T08:45:23.3023821Z } 2025-12-04T08:45:23.3024009Z  2025-12-04T08:45:23.3024234Z retry login "${DOCKER_REGISTRY}" 2025-12-04T08:45:23.3024534Z  2025-12-04T08:45:23.3025005Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-12-04T08:45:23.3025666Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-12-04T08:45:23.3026025Z  2025-12-04T08:45:23.3026229Z set -e 2025-12-04T08:45:23.3026706Z # ignore output since only exit code is used for conditional 2025-12-04T08:45:23.3027205Z # only pull docker image if it's not available locally 2025-12-04T08:45:23.3027752Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-12-04T08:45:23.3028249Z  retry docker pull "${DOCKER_IMAGE}" 2025-12-04T08:45:23.3028571Z fi 2025-12-04T08:45:23.3034484Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:45:23.3034860Z env: 2025-12-04T08:45:23.3035062Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:45:23.3035893Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:23.3036846Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:23.3037261Z ##[endgroup] 2025-12-04T08:45:23.3061007Z + set +e 2025-12-04T08:45:23.3061592Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:23.3062062Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:23.3064502Z + aws ecr get-login-password --region us-east-1 2025-12-04T08:45:23.3065550Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-12-04T08:45:23.7932660Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-12-04T08:45:23.7933286Z Configure a credential helper to remove this warning. See 2025-12-04T08:45:23.7933850Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-12-04T08:45:23.7934253Z 2025-12-04T08:45:23.7934350Z Login Succeeded 2025-12-04T08:45:23.7952052Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:23.7953010Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-12-04T08:45:24.0532273Z + IMAGE_SIZE=15091.581844329834 2025-12-04T08:45:24.0532683Z + echo 'Compressed size of image in MB: 15091.581844329834' 2025-12-04T08:45:24.0533059Z + set -e 2025-12-04T08:45:24.0533310Z Compressed size of image in MB: 15091.581844329834 2025-12-04T08:45:24.0534525Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:24.0662538Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:24.0663976Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:45:24.2848903Z pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a: Pulling from pytorch/ci-image 2025-12-04T08:45:24.2850214Z 63e5bc7682b8: Pulling fs layer 2025-12-04T08:45:24.2850712Z 0678d56345c9: Pulling fs layer 2025-12-04T08:45:24.2851160Z 45f5c9ddfce7: Pulling fs layer 2025-12-04T08:45:24.2851592Z 086b1df51ac1: Pulling fs layer 2025-12-04T08:45:24.2851949Z fe8a7b64bf98: Pulling fs layer 2025-12-04T08:45:24.2852325Z 7680723e9a57: Pulling fs layer 2025-12-04T08:45:24.2852742Z 9c5027aeeb4e: Pulling fs layer 2025-12-04T08:45:24.2853159Z 9a5652110360: Pulling fs layer 2025-12-04T08:45:24.2853506Z 375c4427e914: Pulling fs layer 2025-12-04T08:45:24.2853877Z a86faaa7dbdd: Pulling fs layer 2025-12-04T08:45:24.2854198Z fb7848686804: Pulling fs layer 2025-12-04T08:45:24.2854565Z 3541df015cdb: Pulling fs layer 2025-12-04T08:45:24.2854828Z 79dc80f426b2: Pulling fs layer 2025-12-04T08:45:24.2855244Z a13fcc1b90bb: Pulling fs layer 2025-12-04T08:45:24.2855541Z 4f4fb700ef54: Pulling fs layer 2025-12-04T08:45:24.2855878Z 549db4d6c618: Pulling fs layer 2025-12-04T08:45:24.2856134Z fe8a7b64bf98: Waiting 2025-12-04T08:45:24.2856441Z 5c63528cb580: Pulling fs layer 2025-12-04T08:45:24.2856970Z 75bd83b989a4: Pulling fs layer 2025-12-04T08:45:24.2857292Z fb7848686804: Waiting 2025-12-04T08:45:24.2857527Z de6e78970f51: Pulling fs layer 2025-12-04T08:45:24.2857848Z 9a5652110360: Waiting 2025-12-04T08:45:24.2858076Z 375c4427e914: Waiting 2025-12-04T08:45:24.2858395Z e13ed7c7e473: Pulling fs layer 2025-12-04T08:45:24.2858869Z 9c5027aeeb4e: Waiting 2025-12-04T08:45:24.2859266Z 7680723e9a57: Waiting 2025-12-04T08:45:24.2859674Z 086b1df51ac1: Waiting 2025-12-04T08:45:24.2859972Z a86faaa7dbdd: Waiting 2025-12-04T08:45:24.2860300Z 549db4d6c618: Waiting 2025-12-04T08:45:24.2860629Z 6e2949bcb741: Pulling fs layer 2025-12-04T08:45:24.2861038Z 14d69d9aaec7: Pulling fs layer 2025-12-04T08:45:24.2861442Z 3541df015cdb: Waiting 2025-12-04T08:45:24.2861810Z 75bd83b989a4: Waiting 2025-12-04T08:45:24.2862189Z 5c02769dd8e5: Pulling fs layer 2025-12-04T08:45:24.2862643Z 35041ce524ac: Pulling fs layer 2025-12-04T08:45:24.2863115Z e13ed7c7e473: Waiting 2025-12-04T08:45:24.2863472Z 5c02769dd8e5: Waiting 2025-12-04T08:45:24.2863887Z 2fa92dc5885e: Pulling fs layer 2025-12-04T08:45:24.2864305Z 14d69d9aaec7: Waiting 2025-12-04T08:45:24.2864713Z 2b85eafbd92a: Pulling fs layer 2025-12-04T08:45:24.2865137Z a13fcc1b90bb: Waiting 2025-12-04T08:45:24.2865544Z ff755a4ddad7: Pulling fs layer 2025-12-04T08:45:24.2865943Z 2b85eafbd92a: Waiting 2025-12-04T08:45:24.2866318Z 2fa92dc5885e: Waiting 2025-12-04T08:45:24.2866556Z 09eb41bdf42d: Pulling fs layer 2025-12-04T08:45:24.2866835Z 11ede4d59e93: Pulling fs layer 2025-12-04T08:45:24.2867104Z ff755a4ddad7: Waiting 2025-12-04T08:45:24.2867379Z 1283cd8f801a: Pulling fs layer 2025-12-04T08:45:24.2867645Z 11ede4d59e93: Waiting 2025-12-04T08:45:24.2867866Z 09eb41bdf42d: Waiting 2025-12-04T08:45:24.2868101Z 6e2949bcb741: Waiting 2025-12-04T08:45:24.2868452Z 024fa855425f: Pulling fs layer 2025-12-04T08:45:24.2868703Z 1283cd8f801a: Waiting 2025-12-04T08:45:24.2868947Z 303e6747a62e: Pulling fs layer 2025-12-04T08:45:24.2869198Z 4f4fb700ef54: Waiting 2025-12-04T08:45:24.2869452Z 3017cdf4838b: Pulling fs layer 2025-12-04T08:45:24.2869736Z 5c63528cb580: Waiting 2025-12-04T08:45:24.2869965Z 024fa855425f: Waiting 2025-12-04T08:45:24.2870181Z 303e6747a62e: Waiting 2025-12-04T08:45:24.2870421Z 6b6cd1c358e8: Pulling fs layer 2025-12-04T08:45:24.2870829Z de6e78970f51: Waiting 2025-12-04T08:45:24.2871136Z b2dd04501124: Pulling fs layer 2025-12-04T08:45:24.2871569Z 3017cdf4838b: Waiting 2025-12-04T08:45:24.2871819Z 55adc51fe589: Pulling fs layer 2025-12-04T08:45:24.2872087Z b2dd04501124: Waiting 2025-12-04T08:45:24.2872306Z 55adc51fe589: Waiting 2025-12-04T08:45:24.2872552Z a43ca0e4b837: Pulling fs layer 2025-12-04T08:45:24.2872806Z 6b6cd1c358e8: Waiting 2025-12-04T08:45:24.2873053Z b7212f17fd14: Pulling fs layer 2025-12-04T08:45:24.2873316Z 083e42cac090: Pulling fs layer 2025-12-04T08:45:24.2873586Z a43ca0e4b837: Waiting 2025-12-04T08:45:24.2873808Z b7212f17fd14: Waiting 2025-12-04T08:45:24.2874049Z 0a00b784a4aa: Pulling fs layer 2025-12-04T08:45:24.2874312Z c6173c779f7b: Pulling fs layer 2025-12-04T08:45:24.2874598Z ed3d1e3387b9: Pulling fs layer 2025-12-04T08:45:24.2874871Z b29343478586: Pulling fs layer 2025-12-04T08:45:24.2875120Z 0a00b784a4aa: Waiting 2025-12-04T08:45:24.2875355Z c6173c779f7b: Waiting 2025-12-04T08:45:24.2875574Z 083e42cac090: Waiting 2025-12-04T08:45:24.2875816Z c6f0520487fb: Pulling fs layer 2025-12-04T08:45:24.2876082Z 148171691cd4: Pulling fs layer 2025-12-04T08:45:24.2876358Z 2c666d30ed77: Pulling fs layer 2025-12-04T08:45:24.2876622Z 5d8d3a0a98e0: Pulling fs layer 2025-12-04T08:45:24.2876885Z 148171691cd4: Waiting 2025-12-04T08:45:24.2877159Z c6f0520487fb: Waiting 2025-12-04T08:45:24.2877396Z b29343478586: Waiting 2025-12-04T08:45:24.2877666Z b06bafce9e81: Pulling fs layer 2025-12-04T08:45:24.2877951Z 15e0d7e4590d: Pulling fs layer 2025-12-04T08:45:24.2878222Z b06bafce9e81: Waiting 2025-12-04T08:45:24.2878442Z 2c666d30ed77: Waiting 2025-12-04T08:45:24.2878671Z 5d8d3a0a98e0: Waiting 2025-12-04T08:45:24.2878902Z a514bd1add31: Pulling fs layer 2025-12-04T08:45:24.2879296Z 57b84ee60002: Pulling fs layer 2025-12-04T08:45:24.2879549Z 15e0d7e4590d: Waiting 2025-12-04T08:45:24.2879784Z a514bd1add31: Waiting 2025-12-04T08:45:24.2880002Z 57b84ee60002: Waiting 2025-12-04T08:45:24.2880251Z b8babeff6d81: Pulling fs layer 2025-12-04T08:45:24.2880519Z 83779ddf6a85: Pulling fs layer 2025-12-04T08:45:24.2880797Z 8b7620c0d736: Pulling fs layer 2025-12-04T08:45:24.2881071Z b8babeff6d81: Waiting 2025-12-04T08:45:24.2881295Z 8b7620c0d736: Waiting 2025-12-04T08:45:24.2881540Z 3bcfa090e4ef: Pulling fs layer 2025-12-04T08:45:24.2881804Z eb0504ec4d92: Pulling fs layer 2025-12-04T08:45:24.2882067Z 83779ddf6a85: Waiting 2025-12-04T08:45:24.2882288Z eb0504ec4d92: Waiting 2025-12-04T08:45:24.2882529Z 15d0fec09d7b: Pulling fs layer 2025-12-04T08:45:24.2882783Z 3bcfa090e4ef: Waiting 2025-12-04T08:45:24.2883019Z 15d0fec09d7b: Waiting 2025-12-04T08:45:24.2883337Z cca81fcc62a9: Pulling fs layer 2025-12-04T08:45:24.2883620Z b0b8f9b5c6ab: Pulling fs layer 2025-12-04T08:45:24.2883883Z 0606ca4d47a8: Pulling fs layer 2025-12-04T08:45:24.2884170Z 2f80a4e1b3b9: Pulling fs layer 2025-12-04T08:45:24.2884446Z 35c916fb1bd0: Pulling fs layer 2025-12-04T08:45:24.2884710Z 195537b7dafc: Pulling fs layer 2025-12-04T08:45:24.2884979Z cca81fcc62a9: Waiting 2025-12-04T08:45:24.2885204Z b0b8f9b5c6ab: Waiting 2025-12-04T08:45:24.2885454Z dc454fd3967e: Pulling fs layer 2025-12-04T08:45:24.2885717Z 195537b7dafc: Waiting 2025-12-04T08:45:24.2885947Z 0606ca4d47a8: Waiting 2025-12-04T08:45:24.2886179Z 701b34f115fa: Pulling fs layer 2025-12-04T08:45:24.2886511Z 39cefc00ffed: Pulling fs layer 2025-12-04T08:45:24.2886778Z 6ae51eb61a32: Pulling fs layer 2025-12-04T08:45:24.2887044Z dc454fd3967e: Waiting 2025-12-04T08:45:24.2887289Z 1fd5341e66df: Pulling fs layer 2025-12-04T08:45:24.2887545Z 39cefc00ffed: Waiting 2025-12-04T08:45:24.2887795Z 72a7c87e35e4: Pulling fs layer 2025-12-04T08:45:24.2888046Z 6ae51eb61a32: Waiting 2025-12-04T08:45:24.2888277Z 1fd5341e66df: Waiting 2025-12-04T08:45:24.2888508Z ec36862ac98e: Pulling fs layer 2025-12-04T08:45:24.2888777Z 701b34f115fa: Waiting 2025-12-04T08:45:24.2889013Z 05ddbf246e8a: Pulling fs layer 2025-12-04T08:45:24.2889280Z ec36862ac98e: Waiting 2025-12-04T08:45:24.2889502Z 05ddbf246e8a: Waiting 2025-12-04T08:45:24.2889737Z 72a7c87e35e4: Waiting 2025-12-04T08:45:24.3781315Z 0678d56345c9: Verifying Checksum 2025-12-04T08:45:24.3781806Z 0678d56345c9: Download complete 2025-12-04T08:45:24.4700066Z 086b1df51ac1: Verifying Checksum 2025-12-04T08:45:24.4700400Z 086b1df51ac1: Download complete 2025-12-04T08:45:24.5494260Z fe8a7b64bf98: Verifying Checksum 2025-12-04T08:45:24.5494823Z fe8a7b64bf98: Download complete 2025-12-04T08:45:24.6559565Z 7680723e9a57: Verifying Checksum 2025-12-04T08:45:24.6559909Z 7680723e9a57: Download complete 2025-12-04T08:45:24.6871232Z 63e5bc7682b8: Download complete 2025-12-04T08:45:24.7585757Z 9a5652110360: Verifying Checksum 2025-12-04T08:45:24.7586094Z 9a5652110360: Download complete 2025-12-04T08:45:24.7636572Z 9c5027aeeb4e: Verifying Checksum 2025-12-04T08:45:24.7636904Z 9c5027aeeb4e: Download complete 2025-12-04T08:45:24.8423321Z a86faaa7dbdd: Verifying Checksum 2025-12-04T08:45:24.8423733Z a86faaa7dbdd: Download complete 2025-12-04T08:45:24.9055185Z fb7848686804: Verifying Checksum 2025-12-04T08:45:24.9055592Z fb7848686804: Download complete 2025-12-04T08:45:24.9973564Z 3541df015cdb: Verifying Checksum 2025-12-04T08:45:24.9974038Z 3541df015cdb: Download complete 2025-12-04T08:45:25.0684014Z 79dc80f426b2: Verifying Checksum 2025-12-04T08:45:25.0684360Z 79dc80f426b2: Download complete 2025-12-04T08:45:25.5373938Z 63e5bc7682b8: Pull complete 2025-12-04T08:45:25.5590014Z 0678d56345c9: Pull complete 2025-12-04T08:45:25.9407986Z 375c4427e914: Verifying Checksum 2025-12-04T08:45:25.9408356Z 375c4427e914: Download complete 2025-12-04T08:45:25.9495687Z 4f4fb700ef54: Verifying Checksum 2025-12-04T08:45:25.9496054Z 4f4fb700ef54: Download complete 2025-12-04T08:45:26.0158776Z 549db4d6c618: Verifying Checksum 2025-12-04T08:45:26.0159190Z 549db4d6c618: Download complete 2025-12-04T08:45:26.1010899Z 5c63528cb580: Download complete 2025-12-04T08:45:26.1945397Z 75bd83b989a4: Download complete 2025-12-04T08:45:26.2951237Z de6e78970f51: Verifying Checksum 2025-12-04T08:45:26.2951554Z de6e78970f51: Download complete 2025-12-04T08:45:26.3795447Z e13ed7c7e473: Download complete 2025-12-04T08:45:26.4757529Z 6e2949bcb741: Verifying Checksum 2025-12-04T08:45:26.4757867Z 6e2949bcb741: Download complete 2025-12-04T08:45:26.5743754Z 14d69d9aaec7: Verifying Checksum 2025-12-04T08:45:26.5744251Z 14d69d9aaec7: Download complete 2025-12-04T08:45:26.6579968Z 5c02769dd8e5: Download complete 2025-12-04T08:45:27.4785208Z 45f5c9ddfce7: Verifying Checksum 2025-12-04T08:45:27.4785755Z 45f5c9ddfce7: Download complete 2025-12-04T08:45:27.5871601Z 2fa92dc5885e: Verifying Checksum 2025-12-04T08:45:27.5872209Z 2fa92dc5885e: Download complete 2025-12-04T08:45:28.0283859Z 2b85eafbd92a: Verifying Checksum 2025-12-04T08:45:28.0284320Z 2b85eafbd92a: Download complete 2025-12-04T08:45:28.1211552Z ff755a4ddad7: Verifying Checksum 2025-12-04T08:45:28.1212039Z ff755a4ddad7: Download complete 2025-12-04T08:45:28.2083570Z 09eb41bdf42d: Verifying Checksum 2025-12-04T08:45:28.2084102Z 09eb41bdf42d: Download complete 2025-12-04T08:45:32.8626609Z 11ede4d59e93: Verifying Checksum 2025-12-04T08:45:32.8626983Z 11ede4d59e93: Download complete 2025-12-04T08:45:32.9579604Z 1283cd8f801a: Download complete 2025-12-04T08:45:33.0447429Z 024fa855425f: Verifying Checksum 2025-12-04T08:45:33.0447983Z 024fa855425f: Download complete 2025-12-04T08:45:33.1117724Z 303e6747a62e: Download complete 2025-12-04T08:45:33.1932794Z 3017cdf4838b: Verifying Checksum 2025-12-04T08:45:33.1933148Z 3017cdf4838b: Download complete 2025-12-04T08:45:33.4631454Z 6b6cd1c358e8: Verifying Checksum 2025-12-04T08:45:33.4631848Z 6b6cd1c358e8: Download complete 2025-12-04T08:45:33.5524617Z b2dd04501124: Verifying Checksum 2025-12-04T08:45:33.5524972Z b2dd04501124: Download complete 2025-12-04T08:45:33.6479172Z 55adc51fe589: Verifying Checksum 2025-12-04T08:45:33.7298993Z a43ca0e4b837: Verifying Checksum 2025-12-04T08:45:33.7299557Z a43ca0e4b837: Download complete 2025-12-04T08:45:33.7985989Z b7212f17fd14: Verifying Checksum 2025-12-04T08:45:33.7986376Z b7212f17fd14: Download complete 2025-12-04T08:45:33.8898828Z 083e42cac090: Verifying Checksum 2025-12-04T08:45:33.8899436Z 083e42cac090: Download complete 2025-12-04T08:45:33.9870470Z 0a00b784a4aa: Verifying Checksum 2025-12-04T08:45:33.9870983Z 0a00b784a4aa: Download complete 2025-12-04T08:45:34.0764216Z c6173c779f7b: Verifying Checksum 2025-12-04T08:45:34.0764578Z c6173c779f7b: Download complete 2025-12-04T08:45:35.0661728Z 45f5c9ddfce7: Pull complete 2025-12-04T08:45:35.2279213Z 086b1df51ac1: Pull complete 2025-12-04T08:45:35.3634997Z fe8a7b64bf98: Pull complete 2025-12-04T08:45:35.4912062Z 7680723e9a57: Pull complete 2025-12-04T08:45:35.5764839Z ed3d1e3387b9: Verifying Checksum 2025-12-04T08:45:35.5765215Z ed3d1e3387b9: Download complete 2025-12-04T08:45:35.6268822Z 9c5027aeeb4e: Pull complete 2025-12-04T08:45:35.6622432Z b29343478586: Verifying Checksum 2025-12-04T08:45:35.6622742Z b29343478586: Download complete 2025-12-04T08:45:35.7502780Z 9a5652110360: Pull complete 2025-12-04T08:45:38.1626779Z 375c4427e914: Pull complete 2025-12-04T08:45:38.3056762Z a86faaa7dbdd: Pull complete 2025-12-04T08:45:38.4329254Z fb7848686804: Pull complete 2025-12-04T08:45:38.5238793Z 3541df015cdb: Pull complete 2025-12-04T08:45:38.6597573Z 79dc80f426b2: Pull complete 2025-12-04T08:45:38.8345942Z c6f0520487fb: Verifying Checksum 2025-12-04T08:45:38.8346320Z c6f0520487fb: Download complete 2025-12-04T08:46:11.8145691Z a13fcc1b90bb: Verifying Checksum 2025-12-04T08:46:11.8146058Z a13fcc1b90bb: Download complete 2025-12-04T08:46:11.9148267Z 2c666d30ed77: Verifying Checksum 2025-12-04T08:46:11.9148842Z 2c666d30ed77: Download complete 2025-12-04T08:46:12.0095923Z 5d8d3a0a98e0: Verifying Checksum 2025-12-04T08:46:12.0096489Z 5d8d3a0a98e0: Download complete 2025-12-04T08:46:12.0975483Z b06bafce9e81: Verifying Checksum 2025-12-04T08:46:12.0975870Z b06bafce9e81: Download complete 2025-12-04T08:46:12.1920346Z 15e0d7e4590d: Verifying Checksum 2025-12-04T08:46:12.1920717Z 15e0d7e4590d: Download complete 2025-12-04T08:46:12.2881644Z a514bd1add31: Download complete 2025-12-04T08:46:12.3714190Z 57b84ee60002: Verifying Checksum 2025-12-04T08:46:12.3714551Z 57b84ee60002: Download complete 2025-12-04T08:46:12.4510508Z b8babeff6d81: Verifying Checksum 2025-12-04T08:46:12.4510880Z b8babeff6d81: Download complete 2025-12-04T08:46:12.5348906Z 83779ddf6a85: Download complete 2025-12-04T08:46:12.7086113Z 8b7620c0d736: Verifying Checksum 2025-12-04T08:46:12.7087571Z 8b7620c0d736: Download complete 2025-12-04T08:46:12.7903406Z 3bcfa090e4ef: Verifying Checksum 2025-12-04T08:46:12.7903782Z 3bcfa090e4ef: Download complete 2025-12-04T08:46:12.8772379Z eb0504ec4d92: Verifying Checksum 2025-12-04T08:46:12.8772743Z eb0504ec4d92: Download complete 2025-12-04T08:46:12.9632785Z 15d0fec09d7b: Download complete 2025-12-04T08:46:13.0585375Z cca81fcc62a9: Verifying Checksum 2025-12-04T08:46:13.0585982Z cca81fcc62a9: Download complete 2025-12-04T08:46:13.1523536Z b0b8f9b5c6ab: Verifying Checksum 2025-12-04T08:46:13.1523920Z b0b8f9b5c6ab: Download complete 2025-12-04T08:46:13.2236481Z 0606ca4d47a8: Verifying Checksum 2025-12-04T08:46:13.2236964Z 0606ca4d47a8: Download complete 2025-12-04T08:46:13.3253860Z 2f80a4e1b3b9: Download complete 2025-12-04T08:46:13.4261337Z 35c916fb1bd0: Verifying Checksum 2025-12-04T08:46:13.4261811Z 35c916fb1bd0: Download complete 2025-12-04T08:46:18.1228228Z 195537b7dafc: Verifying Checksum 2025-12-04T08:46:18.1228784Z 195537b7dafc: Download complete 2025-12-04T08:46:18.2081559Z dc454fd3967e: Verifying Checksum 2025-12-04T08:46:18.2082025Z dc454fd3967e: Download complete 2025-12-04T08:46:18.2940444Z 701b34f115fa: Download complete 2025-12-04T08:46:18.3691143Z 39cefc00ffed: Verifying Checksum 2025-12-04T08:46:18.3691499Z 39cefc00ffed: Download complete 2025-12-04T08:46:18.4519301Z 6ae51eb61a32: Verifying Checksum 2025-12-04T08:46:18.4519659Z 6ae51eb61a32: Download complete 2025-12-04T08:46:18.5313143Z 1fd5341e66df: Download complete 2025-12-04T08:46:18.9886421Z 72a7c87e35e4: Verifying Checksum 2025-12-04T08:46:18.9886926Z 72a7c87e35e4: Download complete 2025-12-04T08:46:19.0772585Z ec36862ac98e: Verifying Checksum 2025-12-04T08:46:19.0773169Z ec36862ac98e: Download complete 2025-12-04T08:46:20.9795780Z 05ddbf246e8a: Verifying Checksum 2025-12-04T08:46:20.9796396Z 05ddbf246e8a: Download complete 2025-12-04T08:46:38.8979158Z 148171691cd4: Verifying Checksum 2025-12-04T08:46:38.8979516Z 148171691cd4: Download complete 2025-12-04T08:47:10.2710809Z 35041ce524ac: Verifying Checksum 2025-12-04T08:47:10.2711213Z 35041ce524ac: Download complete 2025-12-04T08:47:58.6483554Z a13fcc1b90bb: Pull complete 2025-12-04T08:47:58.8131495Z 4f4fb700ef54: Pull complete 2025-12-04T08:47:58.9695873Z 549db4d6c618: Pull complete 2025-12-04T08:47:59.0946283Z 5c63528cb580: Pull complete 2025-12-04T08:47:59.1498681Z 75bd83b989a4: Pull complete 2025-12-04T08:47:59.2429934Z de6e78970f51: Pull complete 2025-12-04T08:47:59.2928996Z e13ed7c7e473: Pull complete 2025-12-04T08:47:59.3239373Z 6e2949bcb741: Pull complete 2025-12-04T08:47:59.3520178Z 14d69d9aaec7: Pull complete 2025-12-04T08:47:59.3813629Z 5c02769dd8e5: Pull complete 2025-12-04T08:49:46.5485076Z 35041ce524ac: Pull complete 2025-12-04T08:49:46.7218788Z 2fa92dc5885e: Pull complete 2025-12-04T08:49:47.4917076Z 2b85eafbd92a: Pull complete 2025-12-04T08:49:47.5578697Z ff755a4ddad7: Pull complete 2025-12-04T08:49:47.6212754Z 09eb41bdf42d: Pull complete 2025-12-04T08:49:58.2654941Z 11ede4d59e93: Pull complete 2025-12-04T08:49:58.2991763Z 1283cd8f801a: Pull complete 2025-12-04T08:49:58.3639033Z 024fa855425f: Pull complete 2025-12-04T08:49:58.4382638Z 303e6747a62e: Pull complete 2025-12-04T08:49:58.4707089Z 3017cdf4838b: Pull complete 2025-12-04T08:49:58.9324454Z 6b6cd1c358e8: Pull complete 2025-12-04T08:49:59.0098057Z b2dd04501124: Pull complete 2025-12-04T08:49:59.1119979Z 55adc51fe589: Pull complete 2025-12-04T08:49:59.2064812Z a43ca0e4b837: Pull complete 2025-12-04T08:49:59.2378797Z b7212f17fd14: Pull complete 2025-12-04T08:49:59.2678051Z 083e42cac090: Pull complete 2025-12-04T08:49:59.4200937Z 0a00b784a4aa: Pull complete 2025-12-04T08:49:59.4865114Z c6173c779f7b: Pull complete 2025-12-04T08:50:03.4165550Z ed3d1e3387b9: Pull complete 2025-12-04T08:50:03.4447048Z b29343478586: Pull complete 2025-12-04T08:50:08.4298983Z c6f0520487fb: Pull complete 2025-12-04T08:51:26.0617061Z 148171691cd4: Pull complete 2025-12-04T08:51:26.1462788Z 2c666d30ed77: Pull complete 2025-12-04T08:51:26.2609679Z 5d8d3a0a98e0: Pull complete 2025-12-04T08:51:26.6180680Z b06bafce9e81: Pull complete 2025-12-04T08:51:26.9462915Z 15e0d7e4590d: Pull complete 2025-12-04T08:51:27.0864041Z a514bd1add31: Pull complete 2025-12-04T08:51:27.4094639Z 57b84ee60002: Pull complete 2025-12-04T08:51:27.7434080Z b8babeff6d81: Pull complete 2025-12-04T08:51:27.8438367Z 83779ddf6a85: Pull complete 2025-12-04T08:51:28.0212606Z 8b7620c0d736: Pull complete 2025-12-04T08:51:28.2064860Z 3bcfa090e4ef: Pull complete 2025-12-04T08:51:28.2385461Z eb0504ec4d92: Pull complete 2025-12-04T08:51:28.3044586Z 15d0fec09d7b: Pull complete 2025-12-04T08:51:28.3342088Z cca81fcc62a9: Pull complete 2025-12-04T08:51:28.3964288Z b0b8f9b5c6ab: Pull complete 2025-12-04T08:51:28.4491431Z 0606ca4d47a8: Pull complete 2025-12-04T08:51:28.5304644Z 2f80a4e1b3b9: Pull complete 2025-12-04T08:51:28.6680213Z 35c916fb1bd0: Pull complete 2025-12-04T08:51:36.2425348Z 195537b7dafc: Pull complete 2025-12-04T08:51:36.4198918Z dc454fd3967e: Pull complete 2025-12-04T08:51:36.4746926Z 701b34f115fa: Pull complete 2025-12-04T08:51:36.5300399Z 39cefc00ffed: Pull complete 2025-12-04T08:51:36.5694803Z 6ae51eb61a32: Pull complete 2025-12-04T08:51:36.6016629Z 1fd5341e66df: Pull complete 2025-12-04T08:51:37.7490567Z 72a7c87e35e4: Pull complete 2025-12-04T08:51:37.7773615Z ec36862ac98e: Pull complete 2025-12-04T08:51:39.4371238Z 05ddbf246e8a: Pull complete 2025-12-04T08:51:39.5199236Z Digest: sha256:ba21003510dba4bdeed83df81a56fa468e0ee1b612a9445ae1f402a280804f97 2025-12-04T08:51:39.5310527Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:51:39.5467120Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:51:39.5568934Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:51:39.5569906Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:51:39.5580260Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:51:39.5580639Z env: 2025-12-04T08:51:39.5580849Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:39.5581110Z ##[endgroup] 2025-12-04T08:51:39.5878359Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2025-12-04T08:51:39.5878787Z with: 2025-12-04T08:51:39.5879007Z driver-version: 580.65.06 2025-12-04T08:51:39.5879251Z env: 2025-12-04T08:51:39.5879461Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:39.5879703Z ##[endgroup] 2025-12-04T08:51:39.5979005Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:51:39.5979927Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-12-04T08:51:39.5986493Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:51:39.5986854Z env: 2025-12-04T08:51:39.5987046Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:39.5987296Z ##[endgroup] 2025-12-04T08:51:39.6060487Z ##[group]Run set -euo pipefail 2025-12-04T08:51:39.6060800Z set -euo pipefail 2025-12-04T08:51:39.6061095Z  2025-12-04T08:51:39.6061284Z has_gpu=false 2025-12-04T08:51:39.6061675Z devices="" 2025-12-04T08:51:39.6061884Z  2025-12-04T08:51:39.6062145Z if command -v nvidia-smi >/dev/null 2>&1; then 2025-12-04T08:51:39.6062573Z  if nvidia-smi -L >/tmp/nvidia_devices 2>/dev/null; then 2025-12-04T08:51:39.6062950Z  has_gpu=true 2025-12-04T08:51:39.6063227Z  devices=$(cat /tmp/nvidia_devices) 2025-12-04T08:51:39.6063519Z  fi 2025-12-04T08:51:39.6063715Z fi 2025-12-04T08:51:39.6063897Z  2025-12-04T08:51:39.6064102Z if [ "$has_gpu" = false ]; then 2025-12-04T08:51:39.6064470Z  if ls /dev/nvidia* >/tmp/nvidia_devices 2>/dev/null; then 2025-12-04T08:51:39.6064839Z  has_gpu=true 2025-12-04T08:51:39.6065110Z  devices=$(cat /tmp/nvidia_devices) 2025-12-04T08:51:39.6065409Z  fi 2025-12-04T08:51:39.6065591Z fi 2025-12-04T08:51:39.6065778Z  2025-12-04T08:51:39.6066063Z if [ "$has_gpu" = false ] && command -v lspci >/dev/null 2>&1; then 2025-12-04T08:51:39.6066554Z  if lspci | grep -i 'nvidia' >/tmp/nvidia_devices 2>/dev/null; then 2025-12-04T08:51:39.6066957Z  has_gpu=true 2025-12-04T08:51:39.6067225Z  devices=$(cat /tmp/nvidia_devices) 2025-12-04T08:51:39.6067524Z  fi 2025-12-04T08:51:39.6067708Z fi 2025-12-04T08:51:39.6067893Z  2025-12-04T08:51:39.6068174Z printf 'HAS_NVIDIA=%s\n' "$has_gpu" >> "$GITHUB_OUTPUT" 2025-12-04T08:51:39.6068687Z printf 'DETECTED_DEVICES<> "$GITHUB_OUTPUT" 2025-12-04T08:51:39.6074473Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:51:39.6074832Z env: 2025-12-04T08:51:39.6075025Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:39.6075284Z ##[endgroup] 2025-12-04T08:51:39.6345548Z ##[group]Run if [ "${HAS_NVIDIA}" = "true" ]; then 2025-12-04T08:51:39.6345953Z if [ "${HAS_NVIDIA}" = "true" ]; then 2025-12-04T08:51:39.6346347Z  echo "HAS_NVIDIA_GPU=true" >> "${GITHUB_ENV}" 2025-12-04T08:51:39.6346853Z  echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" 2025-12-04T08:51:39.6347313Z else 2025-12-04T08:51:39.6347589Z  echo "HAS_NVIDIA_GPU=false" >> "${GITHUB_ENV}" 2025-12-04T08:51:39.6347919Z fi 2025-12-04T08:51:39.6353462Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:51:39.6353841Z env: 2025-12-04T08:51:39.6354059Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:39.6354307Z HAS_NVIDIA: false 2025-12-04T08:51:39.6354534Z ##[endgroup] 2025-12-04T08:51:39.6436723Z ##[group]Run sudo df -H 2025-12-04T08:51:39.6437031Z sudo df -H 2025-12-04T08:51:39.6442176Z shell: /usr/bin/bash -e {0} 2025-12-04T08:51:39.6442451Z env: 2025-12-04T08:51:39.6442661Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:39.6442927Z HAS_NVIDIA_GPU: false 2025-12-04T08:51:39.6443240Z ##[endgroup] 2025-12-04T08:51:40.2120017Z Filesystem Size Used Avail Use% Mounted on 2025-12-04T08:51:40.2120510Z devtmpfs 4.2M 0 4.2M 0% /dev 2025-12-04T08:51:40.2120875Z tmpfs 17G 0 17G 0% /dev/shm 2025-12-04T08:51:40.2121202Z tmpfs 6.6G 537k 6.6G 1% /run 2025-12-04T08:51:40.2121528Z /dev/nvme0n1p1 161G 51G 111G 32% / 2025-12-04T08:51:40.2121851Z tmpfs 17G 13k 17G 1% /tmp 2025-12-04T08:51:40.2122179Z /dev/nvme0n1p128 11M 1.4M 9.2M 13% /boot/efi 2025-12-04T08:51:40.2122533Z tmpfs 3.3G 0 3.3G 0% /run/user/0 2025-12-04T08:51:40.2180190Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T08:51:40.2180733Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T08:51:40.2181181Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2025-12-04T08:51:40.2188442Z shell: /usr/bin/bash -e {0} 2025-12-04T08:51:40.2188706Z env: 2025-12-04T08:51:40.2188920Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:40.2189320Z HAS_NVIDIA_GPU: false 2025-12-04T08:51:40.2189570Z ##[endgroup] 2025-12-04T08:51:40.2434719Z ##[group]Run .github/scripts/parse_ref.py 2025-12-04T08:51:40.2435096Z .github/scripts/parse_ref.py 2025-12-04T08:51:40.2440873Z shell: /usr/bin/bash -e {0} 2025-12-04T08:51:40.2441146Z env: 2025-12-04T08:51:40.2441349Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:40.2441615Z HAS_NVIDIA_GPU: false 2025-12-04T08:51:40.2441846Z ##[endgroup] 2025-12-04T08:51:40.2799970Z Setting output branch=main 2025-12-04T08:51:40.2875003Z Prepare all required actions 2025-12-04T08:51:40.2941217Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-12-04T08:51:40.2941567Z with: 2025-12-04T08:51:40.2942195Z github-token: *** 2025-12-04T08:51:40.2942415Z env: 2025-12-04T08:51:40.2942626Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:40.2942882Z HAS_NVIDIA_GPU: false 2025-12-04T08:51:40.2943126Z ##[endgroup] 2025-12-04T08:51:40.3050179Z ##[group]Run set -eux 2025-12-04T08:51:40.3050460Z set -eux 2025-12-04T08:51:40.3050900Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-12-04T08:51:40.3056970Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T08:51:40.3057346Z env: 2025-12-04T08:51:40.3057547Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:40.3057809Z HAS_NVIDIA_GPU: false 2025-12-04T08:51:40.3058223Z GITHUB_TOKEN: *** 2025-12-04T08:51:40.3058451Z ##[endgroup] 2025-12-04T08:51:40.3082721Z + python3 .github/scripts/get_workflow_job_id.py 19922814090 i-0cd7c9e1c3ce5ad73 2025-12-04T08:51:41.9854731Z Setting output job-id=57115243212 2025-12-04T08:51:41.9855482Z Setting output job-name=linux-jammy-cpu-py3.10-gcc11-bazel-test / build-and-test (default, 1, 1, linux.4xlarge, rerun_disabled_tests) 2025-12-04T08:51:42.0003934Z ##[group]Run export SHARD_NUMBER=0 2025-12-04T08:51:42.0004373Z export SHARD_NUMBER=0 2025-12-04T08:51:42.0004795Z # detached container should get cleaned up by teardown_ec2_linux 2025-12-04T08:51:42.0005390Z # TODO: Stop building test binaries as part of the build phase 2025-12-04T08:51:42.0005915Z # Make sure we copy test results from bazel-testlogs symlink to 2025-12-04T08:51:42.0006392Z # a regular directory ./test/test-reports 2025-12-04T08:51:42.0006774Z # shellcheck disable=SC2086 2025-12-04T08:51:42.0007097Z container_name=$(docker run \ 2025-12-04T08:51:42.0007433Z  ${GPU_FLAG:-} \ 2025-12-04T08:51:42.0007719Z  -e AWS_DEFAULT_REGION \ 2025-12-04T08:51:42.0008035Z  -e BUILD_ENVIRONMENT \ 2025-12-04T08:51:42.0008330Z  -e GITHUB_ACTIONS \ 2025-12-04T08:51:42.0008640Z  -e GITHUB_REPOSITORY \ 2025-12-04T08:51:42.0008996Z  -e GITHUB_WORKFLOW \ 2025-12-04T08:51:42.0009279Z  -e GITHUB_JOB \ 2025-12-04T08:51:42.0009565Z  -e GITHUB_RUN_NUMBER \ 2025-12-04T08:51:42.0009857Z  -e GITHUB_RUN_ATTEMPT \ 2025-12-04T08:51:42.0010168Z  -e JOB_ID \ 2025-12-04T08:51:42.0010485Z  -e GIT_DEFAULT_BRANCH="$GIT_DEFAULT_BRANCH" \ 2025-12-04T08:51:42.0010837Z  -e SHARD_NUMBER \ 2025-12-04T08:51:42.0011126Z  -e NUM_TEST_SHARDS \ 2025-12-04T08:51:42.0011435Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2025-12-04T08:51:42.0011778Z  -e SCCACHE_BUCKET \ 2025-12-04T08:51:42.0012054Z  -e SCCACHE_REGION \ 2025-12-04T08:51:42.0012373Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2025-12-04T08:51:42.0012706Z  -e REENABLED_ISSUES \ 2025-12-04T08:51:42.0013017Z  -e TORCH_CUDA_ARCH_LIST \ 2025-12-04T08:51:42.0013330Z  -e OUR_GITHUB_JOB_ID \ 2025-12-04T08:51:42.0013618Z  -e CUDA_VERSION \ 2025-12-04T08:51:42.0013968Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2025-12-04T08:51:42.0014363Z  --security-opt seccomp=unconfined \ 2025-12-04T08:51:42.0014723Z  --cap-add=SYS_PTRACE \ 2025-12-04T08:51:42.0015205Z  --shm-size="1g" \ 2025-12-04T08:51:42.0015484Z  --tty \ 2025-12-04T08:51:42.0015716Z  --detach \ 2025-12-04T08:51:42.0015984Z  --user jenkins \ 2025-12-04T08:51:42.0016353Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2025-12-04T08:51:42.0016752Z  -w /var/lib/jenkins/workspace \ 2025-12-04T08:51:42.0017087Z  "${DOCKER_IMAGE}" 2025-12-04T08:51:42.0017342Z ) 2025-12-04T08:51:42.0017685Z docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh' 2025-12-04T08:51:42.0018194Z echo "container_id=${container_name}" >> "${GITHUB_ENV}" 2025-12-04T08:51:42.0024591Z shell: /usr/bin/bash -e {0} 2025-12-04T08:51:42.0024887Z env: 2025-12-04T08:51:42.0025114Z GIT_DEFAULT_BRANCH: main 2025-12-04T08:51:42.0025392Z HAS_NVIDIA_GPU: false 2025-12-04T08:51:42.0025755Z BUILD_ENVIRONMENT: linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-12-04T08:51:42.0026181Z PR_NUMBER: 2025-12-04T08:51:42.0026403Z BRANCH: main 2025-12-04T08:51:42.0026656Z GITHUB_REPOSITORY: pytorch/pytorch 2025-12-04T08:51:42.0026975Z GITHUB_WORKFLOW: pull 2025-12-04T08:51:42.0027233Z GITHUB_JOB: build-and-test 2025-12-04T08:51:42.0027517Z GITHUB_RUN_ID: 19922814090 2025-12-04T08:51:42.0027783Z GITHUB_RUN_NUMBER: 384169 2025-12-04T08:51:42.0028058Z GITHUB_RUN_ATTEMPT: 1 2025-12-04T08:51:42.0028296Z JOB_ID: 57115243212 2025-12-04T08:51:42.0028551Z REENABLED_ISSUES: 2025-12-04T08:51:42.0028799Z AWS_DEFAULT_REGION: us-east-1 2025-12-04T08:51:42.0029122Z SHA1: ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:51:42.0029528Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2025-12-04T08:51:42.0029884Z SCCACHE_REGION: us-east-1 2025-12-04T08:51:42.0030297Z TORCH_CUDA_ARCH_LIST: 5.2 2025-12-04T08:51:42.0031121Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T08:51:42.0032005Z OUR_GITHUB_JOB_ID: 57115243212 2025-12-04T08:51:42.0032277Z CUDA_VERSION: cpu 2025-12-04T08:51:42.0032517Z ##[endgroup] 2025-12-04T08:52:13.8250005Z ++ dirname .ci/pytorch/build.sh 2025-12-04T08:52:13.8267629Z + source .ci/pytorch/common.sh 2025-12-04T08:52:13.8276884Z +++ dirname .ci/pytorch/common.sh 2025-12-04T08:52:13.8289920Z ++ source .ci/pytorch/common_utils.sh 2025-12-04T08:52:13.8296607Z +++ declare -f -t trap_add 2025-12-04T08:52:13.8301851Z ++ set -ex -o pipefail 2025-12-04T08:52:13.8302209Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *rocm* ]] 2025-12-04T08:52:13.8302615Z ++ BUILD_TEST_LIBTORCH=0 2025-12-04T08:52:13.8314815Z ++ dirname .ci/pytorch/build.sh 2025-12-04T08:52:13.8321136Z + source .ci/pytorch/common-build.sh 2025-12-04T08:52:13.8328547Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *win-* ]] 2025-12-04T08:52:13.8333963Z ++++ dirname .ci/pytorch/common-build.sh 2025-12-04T08:52:13.8340793Z +++ cd .ci/pytorch 2025-12-04T08:52:13.8341569Z +++ pwd -P 2025-12-04T08:52:13.8343329Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2025-12-04T08:52:13.8343787Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-pch* ]] 2025-12-04T08:52:13.8344175Z ++ which sccache 2025-12-04T08:52:13.8371651Z ++ [[ -z ossci-compiler-cache-circleci-v2 ]] 2025-12-04T08:52:13.8372002Z ++ sccache --stop-server 2025-12-04T08:52:13.8458588Z ++ true 2025-12-04T08:52:13.8458828Z ++ rm -f /var/lib/jenkins/sccache_error.log 2025-12-04T08:52:13.8477761Z ++ trap_add sccache_epilogue EXIT 2025-12-04T08:52:13.8478123Z ++ trap_add_cmd=sccache_epilogue 2025-12-04T08:52:13.8478405Z ++ shift 2025-12-04T08:52:13.8478613Z ++ for trap_add_name in "$@" 2025-12-04T08:52:13.8484504Z ++++ trap -p EXIT 2025-12-04T08:52:13.8486401Z +++ eval 'extract_trap_cmd ' 2025-12-04T08:52:13.8486709Z ++++ extract_trap_cmd 2025-12-04T08:52:13.8486959Z ++++ printf '%s\n' '' 2025-12-04T08:52:13.8487482Z +++ printf '%s\n' sccache_epilogue 2025-12-04T08:52:13.8488817Z ++ trap -- ' 2025-12-04T08:52:13.8489522Z sccache_epilogue' EXIT 2025-12-04T08:52:13.8489939Z ++ [[ -n 1 ]] 2025-12-04T08:52:13.8490342Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2025-12-04T08:52:13.8490941Z Skipping sccache server initialization, setting environment variables 2025-12-04T08:52:13.8491407Z ++ export SCCACHE_IDLE_TIMEOUT=0 2025-12-04T08:52:13.8491685Z ++ SCCACHE_IDLE_TIMEOUT=0 2025-12-04T08:52:13.8492035Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T08:52:13.8492484Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T08:52:13.8499409Z ++ export RUST_LOG=sccache::server=error 2025-12-04T08:52:13.8499792Z ++ RUST_LOG=sccache::server=error 2025-12-04T08:52:13.8500081Z ++ sccache --zero-stats 2025-12-04T08:52:13.9707113Z Statistics zeroed. 2025-12-04T08:52:13.9711078Z ++ which ccache 2025-12-04T08:52:13.9727384Z + echo 'Python version:' 2025-12-04T08:52:13.9727675Z Python version: 2025-12-04T08:52:13.9727914Z + python --version 2025-12-04T08:52:13.9787337Z Python 3.10.14 2025-12-04T08:52:13.9788793Z + echo 'GCC version:' 2025-12-04T08:52:13.9789162Z GCC version: 2025-12-04T08:52:13.9789470Z + gcc --version 2025-12-04T08:52:14.0682401Z gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0 2025-12-04T08:52:14.0682830Z Copyright (C) 2021 Free Software Foundation, Inc. 2025-12-04T08:52:14.0683358Z This is free software; see the source for copying conditions. There is NO 2025-12-04T08:52:14.0683946Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2025-12-04T08:52:14.0684304Z 2025-12-04T08:52:14.0691488Z + echo 'CMake version:' 2025-12-04T08:52:14.0691754Z CMake version: 2025-12-04T08:52:14.0692037Z + cmake --version 2025-12-04T08:52:14.1532880Z cmake version 3.31.6 2025-12-04T08:52:14.1533091Z 2025-12-04T08:52:14.1533603Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2025-12-04T08:52:14.1545305Z + echo 'Environment variables:' 2025-12-04T08:52:14.1545651Z Environment variables: 2025-12-04T08:52:14.1545906Z + env 2025-12-04T08:52:14.1565452Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T08:52:14.1566243Z BUILD_ENVIRONMENT=linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-12-04T08:52:14.1566679Z HOSTNAME=86727212c739 2025-12-04T08:52:14.1567664Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T08:52:14.1568345Z GITHUB_ACTION=__run_2 2025-12-04T08:52:14.1568718Z GITHUB_RUN_NUMBER=384169 2025-12-04T08:52:14.1569072Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T08:52:14.1569401Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2025-12-04T08:52:14.1569713Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T08:52:14.1569985Z SCCACHE_IDLE_TIMEOUT=0 2025-12-04T08:52:14.1570230Z GITHUB_TRIGGERING_ACTOR=huydhn 2025-12-04T08:52:14.1582151Z GITHUB_REF_TYPE=branch 2025-12-04T08:52:14.1582446Z TORCH_CUDA_ARCH_LIST=5.2 2025-12-04T08:52:14.1582716Z NCCL_LIB_DIR=/usr/local/cuda/lib64/ 2025-12-04T08:52:14.1583237Z *** 2025-12-04T08:52:14.1583471Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T08:52:14.1583740Z GITHUB_ACTIONS=true 2025-12-04T08:52:14.1584038Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T08:52:14.1584436Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:52:14.1584955Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/heads/main 2025-12-04T08:52:14.1585407Z UCC_HOME=/usr 2025-12-04T08:52:14.1585640Z GITHUB_REF=refs/heads/main 2025-12-04T08:52:14.1585883Z SHARD_NUMBER=0 2025-12-04T08:52:14.1586115Z GITHUB_REF_PROTECTED=true 2025-12-04T08:52:14.1586363Z HOME=/var/lib/jenkins 2025-12-04T08:52:14.1586641Z GITHUB_API_URL=https://api.github.com 2025-12-04T08:52:14.1586999Z UCX_COMMIT=7836b165abdbe468a2f607e7254011c07d788152 2025-12-04T08:52:14.1587325Z CUDA_VERSION=cpu 2025-12-04T08:52:14.1587558Z USE_SYSTEM_NCCL=1 2025-12-04T08:52:14.1587769Z UCX_HOME=/usr 2025-12-04T08:52:14.1588324Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T08:52:14.1589457Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T08:52:14.1590271Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2025-12-04T08:52:14.1590782Z GITHUB_EVENT_NAME=schedule 2025-12-04T08:52:14.1591036Z GITHUB_RUN_ID=19922814090 2025-12-04T08:52:14.1591300Z INSTALLED_OPENBLAS= 2025-12-04T08:52:14.1591902Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T08:52:14.1592582Z GITHUB_ACTOR=huydhn 2025-12-04T08:52:14.1592798Z DESIRED_CUDA=12.8.1 2025-12-04T08:52:14.1593027Z GITHUB_RUN_ATTEMPT=1 2025-12-04T08:52:14.1593334Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T08:52:14.1593654Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T08:52:14.1594002Z TERM=xterm 2025-12-04T08:52:14.1594199Z INSTALLED_VISION=yes 2025-12-04T08:52:14.1594448Z OUR_GITHUB_JOB_ID=57115243212 2025-12-04T08:52:14.1594715Z SCCACHE_REGION=us-east-1 2025-12-04T08:52:14.1594982Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T08:52:14.1595247Z BUILD_AOT_INDUCTOR_TEST= 2025-12-04T08:52:14.1595511Z CUDA_PATH=/usr/local/cuda 2025-12-04T08:52:14.1596020Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2025-12-04T08:52:14.1596608Z GITHUB_SERVER_URL=https://github.com 2025-12-04T08:52:14.1596964Z UCC_COMMIT=430e241bf5d38cbc73fc7a6b89155397232e3f96 2025-12-04T08:52:14.1597292Z REENABLED_ISSUES= 2025-12-04T08:52:14.1597514Z DOCS= 2025-12-04T08:52:14.1597691Z SHLVL=1 2025-12-04T08:52:14.1597886Z MAX_JOBS=14 2025-12-04T08:52:14.1598088Z GITHUB_ACTOR_ID=475357 2025-12-04T08:52:14.1598546Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T08:52:14.1598936Z GIT_DEFAULT_BRANCH=main 2025-12-04T08:52:14.1599188Z GITHUB_REF_NAME=main 2025-12-04T08:52:14.1599425Z GITHUB_JOB=build-and-test 2025-12-04T08:52:14.1599709Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T08:52:14.1600014Z GITHUB_RETENTION_DAYS=90 2025-12-04T08:52:14.1600261Z OPENSSL_DIR=/opt/openssl 2025-12-04T08:52:14.1600527Z GITHUB_ACTION_REPOSITORY= 2025-12-04T08:52:14.1601299Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T08:52:14.1602102Z GITHUB_BASE_REF= 2025-12-04T08:52:14.1602318Z INSTALLED_ACL= 2025-12-04T08:52:14.1602530Z CI=true 2025-12-04T08:52:14.1602736Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T08:52:14.1603065Z RUST_LOG=sccache::server=error 2025-12-04T08:52:14.1603430Z JOB_ID=57115243212 2025-12-04T08:52:14.1603658Z GITHUB_HEAD_REF= 2025-12-04T08:52:14.1603884Z GITHUB_ACTION_REF= 2025-12-04T08:52:14.1604162Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2025-12-04T08:52:14.1604516Z GITHUB_WORKFLOW=pull 2025-12-04T08:52:14.1604760Z DEBIAN_FRONTEND=noninteractive 2025-12-04T08:52:14.1605387Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T08:52:14.1606043Z SKIP_SCCACHE_INITIALIZATION=1 2025-12-04T08:52:14.1606354Z NCCL_INCLUDE_DIR=/usr/local/cuda/include/ 2025-12-04T08:52:14.1606649Z _=/usr/bin/env 2025-12-04T08:52:14.1607484Z + export PATH=/opt/cache/lib:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T08:52:14.1608978Z + PATH=/opt/cache/lib:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T08:52:14.1609938Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda* ]] 2025-12-04T08:52:14.1610424Z + export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 2025-12-04T08:52:14.1610854Z + LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 2025-12-04T08:52:14.1611208Z + echo 'NVCC version:' 2025-12-04T08:52:14.1611531Z NVCC version: 2025-12-04T08:52:14.1611737Z + nvcc --version 2025-12-04T08:52:14.3053602Z nvcc: NVIDIA (R) Cuda compiler driver 2025-12-04T08:52:14.3053980Z Copyright (c) 2005-2025 NVIDIA Corporation 2025-12-04T08:52:14.3054319Z Built on Fri_Feb_21_20:23:50_PST_2025 2025-12-04T08:52:14.3054649Z Cuda compilation tools, release 12.8, V12.8.93 2025-12-04T08:52:14.3055007Z Build cuda_12.8.r12.8/compiler.35583870_0 2025-12-04T08:52:14.3067734Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda13* ]] 2025-12-04T08:52:14.3068257Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda11* ]] 2025-12-04T08:52:14.3068838Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2025-12-04T08:52:14.3069302Z + which conda 2025-12-04T08:52:14.3085557Z /opt/conda/bin/conda 2025-12-04T08:52:14.3087093Z + [[ -v CONDA_PREFIX ]] 2025-12-04T08:52:14.3087420Z + [[ -v ANACONDA_PYTHON_VERSION ]] 2025-12-04T08:52:14.3087859Z + export CMAKE_PREFIX_PATH=/opt/conda/envs/py_3.10 2025-12-04T08:52:14.3088277Z + CMAKE_PREFIX_PATH=/opt/conda/envs/py_3.10 2025-12-04T08:52:14.3088598Z + [[ 3.10 = \3\.\1\2 ]] 2025-12-04T08:52:14.3088880Z + [[ 3.10 = \3\.\1\3 ]] 2025-12-04T08:52:14.3089232Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *aarch64* ]] 2025-12-04T08:52:14.3089821Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *riscv64* ]] 2025-12-04T08:52:14.3090408Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *libtorch* ]] 2025-12-04T08:52:14.3090916Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *vulkan* ]] 2025-12-04T08:52:14.3091392Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *rocm* ]] 2025-12-04T08:52:14.3091867Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *xpu* ]] 2025-12-04T08:52:14.3092233Z + '[' -z 14 ']' 2025-12-04T08:52:14.3092747Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda* ]] 2025-12-04T08:52:14.3093118Z + [[ -z 5.2 ]] 2025-12-04T08:52:14.3093503Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda* ]] 2025-12-04T08:52:14.3093893Z + echo 5.2 2025-12-04T08:52:14.3094552Z + tr ' ' '\n' 2025-12-04T08:52:14.3096003Z + sed 's/$/>= 8.0/' 2025-12-04T08:52:14.3096712Z + bc 2025-12-04T08:52:14.3098155Z + grep -q 1 2025-12-04T08:52:14.3197863Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *clang* ]] 2025-12-04T08:52:14.3198884Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-clang*-asan* ]] 2025-12-04T08:52:14.3199875Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *no-ops* ]] 2025-12-04T08:52:14.3200781Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-pch* ]] 2025-12-04T08:52:14.3201674Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *cuda* ]] 2025-12-04T08:52:14.3202608Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-full-debug* ]] 2025-12-04T08:52:14.3203689Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-debug* ]] 2025-12-04T08:52:14.3204598Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *rocm* ]] 2025-12-04T08:52:14.3205500Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *s390x* ]] 2025-12-04T08:52:14.3206444Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *riscv64* ]] 2025-12-04T08:52:14.3207215Z + [[ -d /var/lib/jenkins/workspace ]] 2025-12-04T08:52:14.3207803Z ++ stat -c %u /var/lib/jenkins/workspace 2025-12-04T08:52:14.3234819Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2025-12-04T08:52:14.3235410Z + trap_add cleanup_workspace EXIT 2025-12-04T08:52:14.3235955Z + trap_add_cmd=cleanup_workspace 2025-12-04T08:52:14.3236455Z + shift 2025-12-04T08:52:14.3236819Z + for trap_add_name in "$@" 2025-12-04T08:52:14.3240965Z +++ trap -p EXIT 2025-12-04T08:52:14.3243286Z ++ eval 'extract_trap_cmd trap -- '\'' 2025-12-04T08:52:14.3243856Z sccache_epilogue'\'' EXIT' 2025-12-04T08:52:14.3244363Z +++ extract_trap_cmd trap -- ' 2025-12-04T08:52:14.3244871Z sccache_epilogue' EXIT 2025-12-04T08:52:14.3245310Z +++ printf '%s\n' ' 2025-12-04T08:52:14.3245713Z sccache_epilogue' 2025-12-04T08:52:14.3246153Z ++ printf '%s\n' cleanup_workspace 2025-12-04T08:52:14.3246659Z + trap -- ' 2025-12-04T08:52:14.3247286Z sccache_epilogue 2025-12-04T08:52:14.3247713Z cleanup_workspace' EXIT 2025-12-04T08:52:14.3248246Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2025-12-04T08:52:15.0095227Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2025-12-04T08:52:15.0268123Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-bazel-* ]] 2025-12-04T08:52:15.0268572Z + set -e -o pipefail 2025-12-04T08:52:15.0268819Z + get_bazel 2025-12-04T08:52:15.0269378Z + retry curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py 2025-12-04T08:52:15.0270316Z + curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py 2025-12-04T08:52:15.1082905Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-12-04T08:52:15.1084161Z Dload Upload Total Spent Left Speed 2025-12-04T08:52:15.1084532Z 2025-12-04T08:52:15.1924096Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-12-04T08:52:15.1924616Z 100 17143 100 17143 0 0 198k 0 --:--:-- --:--:-- --:--:-- 199k 2025-12-04T08:52:15.1959667Z + shasum --algorithm=1 --check /dev/fd/63 2025-12-04T08:52:15.1960672Z ++ echo '01df9cf7f08dd80d83979ed0d0666a99349ae93c tools/bazel' 2025-12-04T08:52:15.2479403Z tools/bazel: OK 2025-12-04T08:52:15.2484425Z + chmod u+x tools/bazel 2025-12-04T08:52:15.2515689Z + python3 tools/optional_submodules.py checkout_eigen 2025-12-04T08:52:15.2929856Z -- Checkout Eigen release tag: 5.0.0 2025-12-04T08:52:15.3086855Z Cloning into 'eigen'... 2025-12-04T08:52:15.6934630Z warning: redirecting to https://gitlab.com/libeigen/eigen.git/ 2025-12-04T08:52:16.0622114Z remote: Enumerating objects: 2038, done. 2025-12-04T08:52:16.0622810Z remote: Counting objects: 0% (1/2038) 2025-12-04T08:52:16.0623379Z remote: Counting objects: 1% (21/2038) 2025-12-04T08:52:16.0623981Z remote: Counting objects: 2% (41/2038) 2025-12-04T08:52:16.0624624Z remote: Counting objects: 3% (62/2038) 2025-12-04T08:52:16.0625172Z remote: Counting objects: 4% (82/2038) 2025-12-04T08:52:16.0625762Z remote: Counting objects: 5% (102/2038) 2025-12-04T08:52:16.0626331Z remote: Counting objects: 6% (123/2038) 2025-12-04T08:52:16.0626877Z remote: Counting objects: 7% (143/2038) 2025-12-04T08:52:16.0627421Z remote: Counting objects: 8% (164/2038) 2025-12-04T08:52:16.0628047Z remote: Counting objects: 9% (184/2038) 2025-12-04T08:52:16.0628699Z remote: Counting objects: 10% (204/2038) 2025-12-04T08:52:16.0629307Z remote: Counting objects: 11% (225/2038) 2025-12-04T08:52:16.0629901Z remote: Counting objects: 12% (245/2038) 2025-12-04T08:52:16.0630533Z remote: Counting objects: 13% (265/2038) 2025-12-04T08:52:16.0631191Z remote: Counting objects: 14% (286/2038) 2025-12-04T08:52:16.0631839Z remote: Counting objects: 15% (306/2038) 2025-12-04T08:52:16.0632474Z remote: Counting objects: 16% (327/2038) 2025-12-04T08:52:16.0633083Z remote: Counting objects: 17% (347/2038) 2025-12-04T08:52:16.0633717Z remote: Counting objects: 18% (367/2038) 2025-12-04T08:52:16.0634330Z remote: Counting objects: 19% (388/2038) 2025-12-04T08:52:16.0634995Z remote: Counting objects: 20% (408/2038) 2025-12-04T08:52:16.0635654Z remote: Counting objects: 21% (428/2038) 2025-12-04T08:52:16.0636299Z remote: Counting objects: 22% (449/2038) 2025-12-04T08:52:16.0636982Z remote: Counting objects: 23% (469/2038) 2025-12-04T08:52:16.0637595Z remote: Counting objects: 24% (490/2038) 2025-12-04T08:52:16.0638216Z remote: Counting objects: 25% (510/2038) 2025-12-04T08:52:16.0638807Z remote: Counting objects: 26% (530/2038) 2025-12-04T08:52:16.0639480Z remote: Counting objects: 27% (551/2038) 2025-12-04T08:52:16.0640132Z remote: Counting objects: 28% (571/2038) 2025-12-04T08:52:16.0640792Z remote: Counting objects: 29% (592/2038) 2025-12-04T08:52:16.0641461Z remote: Counting objects: 30% (612/2038) 2025-12-04T08:52:16.0642516Z remote: Counting objects: 31% (632/2038) 2025-12-04T08:52:16.0643264Z remote: Counting objects: 32% (653/2038) 2025-12-04T08:52:16.0643843Z remote: Counting objects: 33% (673/2038) 2025-12-04T08:52:16.0644498Z remote: Counting objects: 34% (693/2038) 2025-12-04T08:52:16.0645118Z remote: Counting objects: 35% (714/2038) 2025-12-04T08:52:16.0645747Z remote: Counting objects: 36% (734/2038) 2025-12-04T08:52:16.0646347Z remote: Counting objects: 37% (755/2038) 2025-12-04T08:52:16.0646990Z remote: Counting objects: 38% (775/2038) 2025-12-04T08:52:16.0647639Z remote: Counting objects: 39% (795/2038) 2025-12-04T08:52:16.0648274Z remote: Counting objects: 40% (816/2038) 2025-12-04T08:52:16.0648965Z remote: Counting objects: 41% (836/2038) 2025-12-04T08:52:16.0649631Z remote: Counting objects: 42% (856/2038) 2025-12-04T08:52:16.0650311Z remote: Counting objects: 43% (877/2038) 2025-12-04T08:52:16.0650973Z remote: Counting objects: 44% (897/2038) 2025-12-04T08:52:16.0651671Z remote: Counting objects: 45% (918/2038) 2025-12-04T08:52:16.0652339Z remote: Counting objects: 46% (938/2038) 2025-12-04T08:52:16.0653142Z remote: Counting objects: 47% (958/2038) 2025-12-04T08:52:16.0653780Z remote: Counting objects: 48% (979/2038) 2025-12-04T08:52:16.0654471Z remote: Counting objects: 49% (999/2038) 2025-12-04T08:52:16.0655130Z remote: Counting objects: 50% (1019/2038) 2025-12-04T08:52:16.0655793Z remote: Counting objects: 51% (1040/2038) 2025-12-04T08:52:16.0656390Z remote: Counting objects: 52% (1060/2038) 2025-12-04T08:52:16.0657051Z remote: Counting objects: 53% (1081/2038) 2025-12-04T08:52:16.0657661Z remote: Counting objects: 54% (1101/2038) 2025-12-04T08:52:16.0658555Z remote: Counting objects: 55% (1121/2038) 2025-12-04T08:52:16.0659270Z remote: Counting objects: 56% (1142/2038) 2025-12-04T08:52:16.0659928Z remote: Counting objects: 57% (1162/2038) 2025-12-04T08:52:16.0660590Z remote: Counting objects: 58% (1183/2038) 2025-12-04T08:52:16.0661255Z remote: Counting objects: 59% (1203/2038) 2025-12-04T08:52:16.0661915Z remote: Counting objects: 60% (1223/2038) 2025-12-04T08:52:16.0662511Z remote: Counting objects: 61% (1244/2038) 2025-12-04T08:52:16.0663147Z remote: Counting objects: 62% (1264/2038) 2025-12-04T08:52:16.0663774Z remote: Counting objects: 63% (1284/2038) 2025-12-04T08:52:16.0664416Z remote: Counting objects: 64% (1305/2038) 2025-12-04T08:52:16.0665084Z remote: Counting objects: 65% (1325/2038) 2025-12-04T08:52:16.0665737Z remote: Counting objects: 66% (1346/2038) 2025-12-04T08:52:16.0666376Z remote: Counting objects: 67% (1366/2038) 2025-12-04T08:52:16.0667016Z remote: Counting objects: 68% (1386/2038) 2025-12-04T08:52:16.0667681Z remote: Counting objects: 69% (1407/2038) 2025-12-04T08:52:16.0668332Z remote: Counting objects: 70% (1427/2038) 2025-12-04T08:52:16.0669034Z remote: Counting objects: 71% (1447/2038) 2025-12-04T08:52:16.0669720Z remote: Counting objects: 72% (1468/2038) 2025-12-04T08:52:16.0670384Z remote: Counting objects: 73% (1488/2038) 2025-12-04T08:52:16.0671306Z remote: Counting objects: 74% (1509/2038) 2025-12-04T08:52:16.0671932Z remote: Counting objects: 75% (1529/2038) 2025-12-04T08:52:16.0672567Z remote: Counting objects: 76% (1549/2038) 2025-12-04T08:52:16.0673169Z remote: Counting objects: 77% (1570/2038) 2025-12-04T08:52:16.0673826Z remote: Counting objects: 78% (1590/2038) 2025-12-04T08:52:16.0674473Z remote: Counting objects: 79% (1611/2038) 2025-12-04T08:52:16.0675142Z remote: Counting objects: 80% (1631/2038) 2025-12-04T08:52:16.0675759Z remote: Counting objects: 81% (1651/2038) 2025-12-04T08:52:16.0676454Z remote: Counting objects: 82% (1672/2038) 2025-12-04T08:52:16.0677111Z remote: Counting objects: 83% (1692/2038) 2025-12-04T08:52:16.0677739Z remote: Counting objects: 84% (1712/2038) 2025-12-04T08:52:16.0678419Z remote: Counting objects: 85% (1733/2038) 2025-12-04T08:52:16.0679424Z remote: Counting objects: 86% (1753/2038) 2025-12-04T08:52:16.0680135Z remote: Counting objects: 87% (1774/2038) 2025-12-04T08:52:16.0680792Z remote: Counting objects: 88% (1794/2038) 2025-12-04T08:52:16.0681510Z remote: Counting objects: 89% (1814/2038) 2025-12-04T08:52:16.0682195Z remote: Counting objects: 90% (1835/2038) 2025-12-04T08:52:16.0682909Z remote: Counting objects: 91% (1855/2038) 2025-12-04T08:52:16.0683728Z remote: Counting objects: 92% (1875/2038) 2025-12-04T08:52:16.0684494Z remote: Counting objects: 93% (1896/2038) 2025-12-04T08:52:16.0685171Z remote: Counting objects: 94% (1916/2038) 2025-12-04T08:52:16.0685814Z remote: Counting objects: 95% (1937/2038) 2025-12-04T08:52:16.0686271Z remote: Counting objects: 96% (1957/2038) 2025-12-04T08:52:16.0686667Z remote: Counting objects: 97% (1977/2038) 2025-12-04T08:52:16.0687081Z remote: Counting objects: 98% (1998/2038) 2025-12-04T08:52:16.0687483Z remote: Counting objects: 99% (2018/2038) 2025-12-04T08:52:16.0687898Z remote: Counting objects: 100% (2038/2038) 2025-12-04T08:52:16.0688344Z remote: Counting objects: 100% (2038/2038), done. 2025-12-04T08:52:16.0688775Z remote: Compressing objects: 0% (1/1741) 2025-12-04T08:52:16.0689202Z remote: Compressing objects: 1% (18/1741) 2025-12-04T08:52:16.0689615Z remote: Compressing objects: 2% (35/1741) 2025-12-04T08:52:16.0690047Z remote: Compressing objects: 3% (53/1741) 2025-12-04T08:52:16.0690457Z remote: Compressing objects: 4% (70/1741) 2025-12-04T08:52:16.0690884Z remote: Compressing objects: 5% (88/1741) 2025-12-04T08:52:16.0691301Z remote: Compressing objects: 6% (105/1741) 2025-12-04T08:52:16.0692010Z remote: Compressing objects: 7% (122/1741) 2025-12-04T08:52:16.0692474Z remote: Compressing objects: 8% (140/1741) 2025-12-04T08:52:16.0693084Z remote: Compressing objects: 9% (157/1741) 2025-12-04T08:52:16.0693521Z remote: Compressing objects: 10% (175/1741) 2025-12-04T08:52:16.0693940Z remote: Compressing objects: 11% (192/1741) 2025-12-04T08:52:16.0694376Z remote: Compressing objects: 12% (209/1741) 2025-12-04T08:52:16.0694789Z remote: Compressing objects: 13% (227/1741) 2025-12-04T08:52:16.0695221Z remote: Compressing objects: 14% (244/1741) 2025-12-04T08:52:16.0695633Z remote: Compressing objects: 15% (262/1741) 2025-12-04T08:52:16.0696061Z remote: Compressing objects: 16% (279/1741) 2025-12-04T08:52:16.0696492Z remote: Compressing objects: 17% (296/1741) 2025-12-04T08:52:16.0696908Z remote: Compressing objects: 18% (314/1741) 2025-12-04T08:52:16.0697336Z remote: Compressing objects: 19% (331/1741) 2025-12-04T08:52:16.0697754Z remote: Compressing objects: 20% (349/1741) 2025-12-04T08:52:16.0698188Z remote: Compressing objects: 21% (366/1741) 2025-12-04T08:52:16.0698601Z remote: Compressing objects: 22% (384/1741) 2025-12-04T08:52:16.0699038Z remote: Compressing objects: 23% (401/1741) 2025-12-04T08:52:16.0699480Z remote: Compressing objects: 24% (418/1741) 2025-12-04T08:52:16.0699898Z remote: Compressing objects: 25% (436/1741) 2025-12-04T08:52:16.0700329Z remote: Compressing objects: 26% (453/1741) 2025-12-04T08:52:16.0700743Z remote: Compressing objects: 27% (471/1741) 2025-12-04T08:52:16.0701173Z remote: Compressing objects: 28% (488/1741) 2025-12-04T08:52:16.0701585Z remote: Compressing objects: 29% (505/1741) 2025-12-04T08:52:16.0702014Z remote: Compressing objects: 30% (523/1741) 2025-12-04T08:52:16.0702428Z remote: Compressing objects: 31% (540/1741) 2025-12-04T08:52:16.0702858Z remote: Compressing objects: 32% (558/1741) 2025-12-04T08:52:16.0703290Z remote: Compressing objects: 33% (575/1741) 2025-12-04T08:52:16.0703711Z remote: Compressing objects: 34% (592/1741) 2025-12-04T08:52:16.0704243Z remote: Compressing objects: 35% (610/1741) 2025-12-04T08:52:16.0704787Z remote: Compressing objects: 36% (627/1741) 2025-12-04T08:52:16.0705359Z remote: Compressing objects: 37% (645/1741) 2025-12-04T08:52:16.0705775Z remote: Compressing objects: 38% (662/1741) 2025-12-04T08:52:16.0706211Z remote: Compressing objects: 39% (679/1741) 2025-12-04T08:52:16.0706693Z remote: Compressing objects: 40% (697/1741) 2025-12-04T08:52:16.0707211Z remote: Compressing objects: 41% (714/1741) 2025-12-04T08:52:16.0707640Z remote: Compressing objects: 42% (732/1741) 2025-12-04T08:52:16.0708052Z remote: Compressing objects: 43% (749/1741) 2025-12-04T08:52:16.0708619Z remote: Compressing objects: 44% (767/1741) 2025-12-04T08:52:16.0709040Z remote: Compressing objects: 45% (784/1741) 2025-12-04T08:52:16.0709469Z remote: Compressing objects: 46% (801/1741) 2025-12-04T08:52:16.0709888Z remote: Compressing objects: 47% (819/1741) 2025-12-04T08:52:16.0710319Z remote: Compressing objects: 48% (836/1741) 2025-12-04T08:52:16.0710732Z remote: Compressing objects: 49% (854/1741) 2025-12-04T08:52:16.0711164Z remote: Compressing objects: 50% (871/1741) 2025-12-04T08:52:16.0711601Z remote: Compressing objects: 51% (888/1741) 2025-12-04T08:52:16.0712015Z remote: Compressing objects: 52% (906/1741) 2025-12-04T08:52:16.0712449Z remote: Compressing objects: 53% (923/1741) 2025-12-04T08:52:16.0712861Z remote: Compressing objects: 54% (941/1741) 2025-12-04T08:52:16.0713292Z remote: Compressing objects: 55% (958/1741) 2025-12-04T08:52:16.0713777Z remote: Compressing objects: 56% (975/1741) 2025-12-04T08:52:16.0714282Z remote: Compressing objects: 57% (993/1741) 2025-12-04T08:52:16.0714701Z remote: Compressing objects: 58% (1010/1741) 2025-12-04T08:52:16.0715142Z remote: Compressing objects: 59% (1028/1741) 2025-12-04T08:52:16.0715693Z remote: Compressing objects: 60% (1045/1741) 2025-12-04T08:52:16.0716113Z remote: Compressing objects: 61% (1063/1741) 2025-12-04T08:52:16.0716546Z remote: Compressing objects: 62% (1080/1741) 2025-12-04T08:52:16.0717106Z remote: Compressing objects: 63% (1097/1741) 2025-12-04T08:52:16.0717541Z remote: Compressing objects: 64% (1115/1741) 2025-12-04T08:52:16.0718004Z remote: Compressing objects: 65% (1132/1741) 2025-12-04T08:52:16.0718438Z remote: Compressing objects: 66% (1150/1741) 2025-12-04T08:52:16.0718852Z remote: Compressing objects: 67% (1167/1741) 2025-12-04T08:52:16.0719430Z remote: Compressing objects: 68% (1184/1741) 2025-12-04T08:52:16.0719862Z remote: Compressing objects: 69% (1202/1741) 2025-12-04T08:52:16.0720279Z remote: Compressing objects: 70% (1219/1741) 2025-12-04T08:52:16.0720712Z remote: Compressing objects: 71% (1237/1741) 2025-12-04T08:52:16.0721130Z remote: Compressing objects: 72% (1254/1741) 2025-12-04T08:52:16.0721572Z remote: Compressing objects: 73% (1271/1741) 2025-12-04T08:52:16.0721990Z remote: Compressing objects: 74% (1289/1741) 2025-12-04T08:52:16.0722419Z remote: Compressing objects: 75% (1306/1741) 2025-12-04T08:52:16.0722832Z remote: Compressing objects: 76% (1324/1741) 2025-12-04T08:52:16.0723386Z remote: Compressing objects: 77% (1341/1741) 2025-12-04T08:52:16.0723820Z remote: Compressing objects: 78% (1358/1741) 2025-12-04T08:52:16.0724273Z remote: Compressing objects: 79% (1376/1741) 2025-12-04T08:52:16.0724707Z remote: Compressing objects: 80% (1393/1741) 2025-12-04T08:52:16.0725128Z remote: Compressing objects: 81% (1411/1741) 2025-12-04T08:52:16.0725556Z remote: Compressing objects: 82% (1428/1741) 2025-12-04T08:52:16.0725973Z remote: Compressing objects: 83% (1446/1741) 2025-12-04T08:52:16.0726406Z remote: Compressing objects: 84% (1463/1741) 2025-12-04T08:52:16.0726825Z remote: Compressing objects: 85% (1480/1741) 2025-12-04T08:52:16.0727259Z remote: Compressing objects: 86% (1498/1741) 2025-12-04T08:52:16.0727699Z remote: Compressing objects: 87% (1515/1741) 2025-12-04T08:52:16.0728115Z remote: Compressing objects: 88% (1533/1741) 2025-12-04T08:52:16.0728550Z remote: Compressing objects: 89% (1550/1741) 2025-12-04T08:52:16.0729119Z remote: Compressing objects: 90% (1567/1741) 2025-12-04T08:52:16.0729558Z remote: Compressing objects: 91% (1585/1741) 2025-12-04T08:52:16.0729976Z remote: Compressing objects: 92% (1602/1741) 2025-12-04T08:52:16.0730412Z remote: Compressing objects: 93% (1620/1741) 2025-12-04T08:52:16.0730851Z remote: Compressing objects: 94% (1637/1741) 2025-12-04T08:52:16.0731265Z remote: Compressing objects: 95% (1654/1741) 2025-12-04T08:52:16.0731697Z remote: Compressing objects: 96% (1672/1741) 2025-12-04T08:52:16.0732107Z remote: Compressing objects: 97% (1689/1741) 2025-12-04T08:52:16.0732547Z remote: Compressing objects: 98% (1707/1741) 2025-12-04T08:52:16.0732969Z remote: Compressing objects: 99% (1724/1741) 2025-12-04T08:52:16.0733409Z remote: Compressing objects: 100% (1741/1741) 2025-12-04T08:52:16.0733879Z remote: Compressing objects: 100% (1741/1741), done. 2025-12-04T08:52:16.0734281Z Receiving objects: 0% (1/2038) 2025-12-04T08:52:16.0734600Z Receiving objects: 1% (21/2038) 2025-12-04T08:52:16.0734893Z Receiving objects: 2% (41/2038) 2025-12-04T08:52:16.0735202Z Receiving objects: 3% (62/2038) 2025-12-04T08:52:16.0735489Z Receiving objects: 4% (82/2038) 2025-12-04T08:52:16.0735795Z Receiving objects: 5% (102/2038) 2025-12-04T08:52:16.0736082Z Receiving objects: 6% (123/2038) 2025-12-04T08:52:16.0741989Z Receiving objects: 7% (143/2038) 2025-12-04T08:52:16.0745042Z Receiving objects: 8% (164/2038) 2025-12-04T08:52:16.0759836Z Receiving objects: 9% (184/2038) 2025-12-04T08:52:16.0784276Z Receiving objects: 10% (204/2038) 2025-12-04T08:52:16.0804622Z Receiving objects: 11% (225/2038) 2025-12-04T08:52:16.0832075Z Receiving objects: 12% (245/2038) 2025-12-04T08:52:16.0852393Z Receiving objects: 13% (265/2038) 2025-12-04T08:52:16.0885353Z Receiving objects: 14% (286/2038) 2025-12-04T08:52:16.0934491Z Receiving objects: 15% (306/2038) 2025-12-04T08:52:16.0970530Z Receiving objects: 16% (327/2038) 2025-12-04T08:52:16.1000109Z Receiving objects: 17% (347/2038) 2025-12-04T08:52:16.1019259Z Receiving objects: 18% (367/2038) 2025-12-04T08:52:16.1045383Z Receiving objects: 19% (388/2038) 2025-12-04T08:52:16.1068130Z Receiving objects: 20% (408/2038) 2025-12-04T08:52:16.1086117Z Receiving objects: 21% (428/2038) 2025-12-04T08:52:16.1107291Z Receiving objects: 22% (449/2038) 2025-12-04T08:52:16.1128938Z Receiving objects: 23% (469/2038) 2025-12-04T08:52:16.1151199Z Receiving objects: 24% (490/2038) 2025-12-04T08:52:16.1166307Z Receiving objects: 25% (510/2038) 2025-12-04T08:52:16.1180913Z Receiving objects: 26% (530/2038) 2025-12-04T08:52:16.1238073Z Receiving objects: 27% (551/2038) 2025-12-04T08:52:16.1248749Z Receiving objects: 28% (571/2038) 2025-12-04T08:52:16.1255509Z Receiving objects: 29% (592/2038) 2025-12-04T08:52:16.1257837Z Receiving objects: 30% (612/2038) 2025-12-04T08:52:16.1262772Z Receiving objects: 31% (632/2038) 2025-12-04T08:52:16.1267210Z Receiving objects: 32% (653/2038) 2025-12-04T08:52:16.1269687Z Receiving objects: 33% (673/2038) 2025-12-04T08:52:16.1273096Z Receiving objects: 34% (693/2038) 2025-12-04T08:52:16.1277546Z Receiving objects: 35% (714/2038) 2025-12-04T08:52:16.1308664Z Receiving objects: 36% (734/2038) 2025-12-04T08:52:16.1318032Z Receiving objects: 37% (755/2038) 2025-12-04T08:52:16.1324708Z Receiving objects: 38% (775/2038) 2025-12-04T08:52:16.1330969Z Receiving objects: 39% (795/2038) 2025-12-04T08:52:16.1358323Z Receiving objects: 40% (816/2038) 2025-12-04T08:52:16.1362435Z Receiving objects: 41% (836/2038) 2025-12-04T08:52:16.1370331Z Receiving objects: 42% (856/2038) 2025-12-04T08:52:16.1377862Z Receiving objects: 43% (877/2038) 2025-12-04T08:52:16.1385405Z Receiving objects: 44% (897/2038) 2025-12-04T08:52:16.1397162Z Receiving objects: 45% (918/2038) 2025-12-04T08:52:16.1413943Z Receiving objects: 46% (938/2038) 2025-12-04T08:52:16.1426803Z Receiving objects: 47% (958/2038) 2025-12-04T08:52:16.1431784Z Receiving objects: 48% (979/2038) 2025-12-04T08:52:16.1433537Z Receiving objects: 49% (999/2038) 2025-12-04T08:52:16.1435185Z Receiving objects: 50% (1019/2038) 2025-12-04T08:52:16.1437491Z Receiving objects: 51% (1040/2038) 2025-12-04T08:52:16.1438954Z Receiving objects: 52% (1060/2038) 2025-12-04T08:52:16.1439515Z Receiving objects: 53% (1081/2038) 2025-12-04T08:52:16.1439812Z Receiving objects: 54% (1101/2038) 2025-12-04T08:52:16.1440413Z Receiving objects: 55% (1121/2038) 2025-12-04T08:52:16.1441626Z Receiving objects: 56% (1142/2038) 2025-12-04T08:52:16.1443192Z Receiving objects: 57% (1162/2038) 2025-12-04T08:52:16.1443632Z Receiving objects: 58% (1183/2038) 2025-12-04T08:52:16.1444439Z Receiving objects: 59% (1203/2038) 2025-12-04T08:52:16.1445129Z Receiving objects: 60% (1223/2038) 2025-12-04T08:52:16.1446159Z Receiving objects: 61% (1244/2038) 2025-12-04T08:52:16.1446676Z Receiving objects: 62% (1264/2038) 2025-12-04T08:52:16.1447047Z Receiving objects: 63% (1284/2038) 2025-12-04T08:52:16.1448670Z Receiving objects: 64% (1305/2038) 2025-12-04T08:52:16.1450351Z Receiving objects: 65% (1325/2038) 2025-12-04T08:52:16.1451610Z Receiving objects: 66% (1346/2038) 2025-12-04T08:52:16.1453186Z Receiving objects: 67% (1366/2038) 2025-12-04T08:52:16.1453716Z Receiving objects: 68% (1386/2038) 2025-12-04T08:52:16.1454514Z Receiving objects: 69% (1407/2038) 2025-12-04T08:52:16.1457666Z Receiving objects: 70% (1427/2038) 2025-12-04T08:52:16.1463997Z Receiving objects: 71% (1447/2038) 2025-12-04T08:52:16.1468321Z Receiving objects: 72% (1468/2038) 2025-12-04T08:52:16.1474691Z Receiving objects: 73% (1488/2038) 2025-12-04T08:52:16.1489556Z Receiving objects: 74% (1509/2038) 2025-12-04T08:52:16.1496174Z Receiving objects: 75% (1529/2038) 2025-12-04T08:52:16.1511712Z Receiving objects: 76% (1549/2038) 2025-12-04T08:52:16.1524268Z Receiving objects: 77% (1570/2038) 2025-12-04T08:52:16.1542253Z Receiving objects: 78% (1590/2038) 2025-12-04T08:52:16.1552543Z Receiving objects: 79% (1611/2038) 2025-12-04T08:52:16.1564534Z Receiving objects: 80% (1631/2038) 2025-12-04T08:52:16.1584499Z Receiving objects: 81% (1651/2038) 2025-12-04T08:52:16.1594968Z Receiving objects: 82% (1672/2038) 2025-12-04T08:52:16.1618177Z Receiving objects: 83% (1692/2038) 2025-12-04T08:52:16.1650824Z Receiving objects: 84% (1712/2038) 2025-12-04T08:52:16.1672830Z Receiving objects: 85% (1733/2038) 2025-12-04T08:52:16.1693962Z Receiving objects: 86% (1753/2038) 2025-12-04T08:52:16.1706904Z Receiving objects: 87% (1774/2038) 2025-12-04T08:52:16.1719173Z Receiving objects: 88% (1794/2038) 2025-12-04T08:52:16.1729770Z Receiving objects: 89% (1814/2038) 2025-12-04T08:52:16.1743863Z Receiving objects: 90% (1835/2038) 2025-12-04T08:52:16.1762633Z Receiving objects: 91% (1855/2038) 2025-12-04T08:52:16.1768276Z Receiving objects: 92% (1875/2038) 2025-12-04T08:52:16.1780922Z Receiving objects: 93% (1896/2038) 2025-12-04T08:52:16.1793680Z Receiving objects: 94% (1916/2038) 2025-12-04T08:52:16.1800124Z Receiving objects: 95% (1937/2038) 2025-12-04T08:52:16.1800807Z remote: Total 2038 (delta 386), reused 972 (delta 254), pack-reused 0 (from 0) 2025-12-04T08:52:16.1823614Z Receiving objects: 96% (1957/2038) 2025-12-04T08:52:16.1832216Z Receiving objects: 97% (1977/2038) 2025-12-04T08:52:16.1844800Z Receiving objects: 98% (1998/2038) 2025-12-04T08:52:16.1859623Z Receiving objects: 99% (2018/2038) 2025-12-04T08:52:16.1860009Z Receiving objects: 100% (2038/2038) 2025-12-04T08:52:16.1860392Z Receiving objects: 100% (2038/2038), 3.35 MiB | 29.06 MiB/s, done. 2025-12-04T08:52:16.1865720Z Resolving deltas: 0% (0/386) 2025-12-04T08:52:16.1867262Z Resolving deltas: 1% (4/386) 2025-12-04T08:52:16.1868004Z Resolving deltas: 2% (8/386) 2025-12-04T08:52:16.1868545Z Resolving deltas: 3% (12/386) 2025-12-04T08:52:16.1869068Z Resolving deltas: 4% (16/386) 2025-12-04T08:52:16.1869612Z Resolving deltas: 5% (20/386) 2025-12-04T08:52:16.1870102Z Resolving deltas: 6% (24/386) 2025-12-04T08:52:16.1871713Z Resolving deltas: 7% (28/386) 2025-12-04T08:52:16.1872214Z Resolving deltas: 8% (31/386) 2025-12-04T08:52:16.1873072Z Resolving deltas: 9% (35/386) 2025-12-04T08:52:16.1873781Z Resolving deltas: 10% (39/386) 2025-12-04T08:52:16.1874315Z Resolving deltas: 11% (43/386) 2025-12-04T08:52:16.1874832Z Resolving deltas: 12% (47/386) 2025-12-04T08:52:16.1875329Z Resolving deltas: 13% (51/386) 2025-12-04T08:52:16.1875818Z Resolving deltas: 14% (55/386) 2025-12-04T08:52:16.1876334Z Resolving deltas: 15% (58/386) 2025-12-04T08:52:16.1876815Z Resolving deltas: 16% (62/386) 2025-12-04T08:52:16.1877318Z Resolving deltas: 17% (66/386) 2025-12-04T08:52:16.1877806Z Resolving deltas: 18% (70/386) 2025-12-04T08:52:16.1878239Z Resolving deltas: 19% (74/386) 2025-12-04T08:52:16.1878740Z Resolving deltas: 20% (78/386) 2025-12-04T08:52:16.1879249Z Resolving deltas: 21% (82/386) 2025-12-04T08:52:16.1879731Z Resolving deltas: 22% (85/386) 2025-12-04T08:52:16.1880206Z Resolving deltas: 23% (89/386) 2025-12-04T08:52:16.1880644Z Resolving deltas: 24% (94/386) 2025-12-04T08:52:16.1881133Z Resolving deltas: 25% (97/386) 2025-12-04T08:52:16.1881651Z Resolving deltas: 26% (102/386) 2025-12-04T08:52:16.1882166Z Resolving deltas: 27% (105/386) 2025-12-04T08:52:16.1882666Z Resolving deltas: 28% (109/386) 2025-12-04T08:52:16.1883259Z Resolving deltas: 29% (112/386) 2025-12-04T08:52:16.1883750Z Resolving deltas: 30% (116/386) 2025-12-04T08:52:16.1884264Z Resolving deltas: 31% (120/386) 2025-12-04T08:52:16.1884764Z Resolving deltas: 32% (124/386) 2025-12-04T08:52:16.1885269Z Resolving deltas: 33% (130/386) 2025-12-04T08:52:16.1885760Z Resolving deltas: 34% (132/386) 2025-12-04T08:52:16.1886269Z Resolving deltas: 35% (136/386) 2025-12-04T08:52:16.1886774Z Resolving deltas: 36% (139/386) 2025-12-04T08:52:16.1887219Z Resolving deltas: 37% (143/386) 2025-12-04T08:52:16.1887726Z Resolving deltas: 38% (147/386) 2025-12-04T08:52:16.1888069Z Resolving deltas: 39% (151/386) 2025-12-04T08:52:16.1888453Z Resolving deltas: 40% (155/386) 2025-12-04T08:52:16.1888823Z Resolving deltas: 41% (159/386) 2025-12-04T08:52:16.1889199Z Resolving deltas: 42% (163/386) 2025-12-04T08:52:16.1889480Z Resolving deltas: 43% (166/386) 2025-12-04T08:52:16.1889896Z Resolving deltas: 44% (170/386) 2025-12-04T08:52:16.1890302Z Resolving deltas: 45% (174/386) 2025-12-04T08:52:16.1890667Z Resolving deltas: 46% (178/386) 2025-12-04T08:52:16.1891043Z Resolving deltas: 47% (182/386) 2025-12-04T08:52:16.1891465Z Resolving deltas: 48% (186/386) 2025-12-04T08:52:16.1891866Z Resolving deltas: 49% (190/386) 2025-12-04T08:52:16.1892311Z Resolving deltas: 50% (194/386) 2025-12-04T08:52:16.1892802Z Resolving deltas: 51% (197/386) 2025-12-04T08:52:16.1893269Z Resolving deltas: 52% (201/386) 2025-12-04T08:52:16.1893730Z Resolving deltas: 53% (205/386) 2025-12-04T08:52:16.1894090Z Resolving deltas: 54% (209/386) 2025-12-04T08:52:16.1894609Z Resolving deltas: 55% (213/386) 2025-12-04T08:52:16.1895127Z Resolving deltas: 56% (217/386) 2025-12-04T08:52:16.1895628Z Resolving deltas: 57% (221/386) 2025-12-04T08:52:16.1896134Z Resolving deltas: 58% (224/386) 2025-12-04T08:52:16.1896647Z Resolving deltas: 59% (228/386) 2025-12-04T08:52:16.1897154Z Resolving deltas: 60% (232/386) 2025-12-04T08:52:16.1897643Z Resolving deltas: 61% (236/386) 2025-12-04T08:52:16.1898147Z Resolving deltas: 62% (240/386) 2025-12-04T08:52:16.1898649Z Resolving deltas: 63% (244/386) 2025-12-04T08:52:16.1899161Z Resolving deltas: 64% (249/386) 2025-12-04T08:52:16.1899669Z Resolving deltas: 65% (251/386) 2025-12-04T08:52:16.1900154Z Resolving deltas: 66% (255/386) 2025-12-04T08:52:16.1900659Z Resolving deltas: 67% (259/386) 2025-12-04T08:52:16.1901162Z Resolving deltas: 68% (263/386) 2025-12-04T08:52:16.1901682Z Resolving deltas: 69% (267/386) 2025-12-04T08:52:16.1902206Z Resolving deltas: 70% (271/386) 2025-12-04T08:52:16.1902735Z Resolving deltas: 71% (275/386) 2025-12-04T08:52:16.1903226Z Resolving deltas: 72% (278/386) 2025-12-04T08:52:16.1903746Z Resolving deltas: 73% (282/386) 2025-12-04T08:52:16.1904239Z Resolving deltas: 74% (286/386) 2025-12-04T08:52:16.1904901Z Resolving deltas: 75% (290/386) 2025-12-04T08:52:16.1905403Z Resolving deltas: 76% (294/386) 2025-12-04T08:52:16.1905886Z Resolving deltas: 77% (298/386) 2025-12-04T08:52:16.1906385Z Resolving deltas: 78% (302/386) 2025-12-04T08:52:16.1906883Z Resolving deltas: 79% (305/386) 2025-12-04T08:52:16.1907389Z Resolving deltas: 80% (309/386) 2025-12-04T08:52:16.1907864Z Resolving deltas: 81% (313/386) 2025-12-04T08:52:16.1908371Z Resolving deltas: 82% (317/386) 2025-12-04T08:52:16.1908872Z Resolving deltas: 83% (321/386) 2025-12-04T08:52:16.1909355Z Resolving deltas: 84% (325/386) 2025-12-04T08:52:16.1909856Z Resolving deltas: 85% (329/386) 2025-12-04T08:52:16.1910339Z Resolving deltas: 86% (332/386) 2025-12-04T08:52:16.1910811Z Resolving deltas: 87% (336/386) 2025-12-04T08:52:16.1911240Z Resolving deltas: 88% (340/386) 2025-12-04T08:52:16.1911704Z Resolving deltas: 89% (344/386) 2025-12-04T08:52:16.1912144Z Resolving deltas: 90% (348/386) 2025-12-04T08:52:16.1912552Z Resolving deltas: 91% (352/386) 2025-12-04T08:52:16.1912829Z Resolving deltas: 92% (356/386) 2025-12-04T08:52:16.1913117Z Resolving deltas: 93% (359/386) 2025-12-04T08:52:16.1913384Z Resolving deltas: 94% (363/386) 2025-12-04T08:52:16.1913662Z Resolving deltas: 95% (367/386) 2025-12-04T08:52:16.1913942Z Resolving deltas: 96% (371/386) 2025-12-04T08:52:16.1914210Z Resolving deltas: 97% (375/386) 2025-12-04T08:52:16.1914488Z Resolving deltas: 98% (380/386) 2025-12-04T08:52:16.1928309Z Resolving deltas: 99% (383/386) 2025-12-04T08:52:16.1929961Z Resolving deltas: 100% (386/386) 2025-12-04T08:52:16.1930254Z Resolving deltas: 100% (386/386), done. 2025-12-04T08:52:16.2142011Z Note: switching to '549bf8c75b6aae071cde2f28aa48f16ee3ae60b0'. 2025-12-04T08:52:16.2142331Z 2025-12-04T08:52:16.2143341Z You are in 'detached HEAD' state. You can look around, make experimental 2025-12-04T08:52:16.2143895Z changes and commit them, and you can discard any commits you make in this 2025-12-04T08:52:16.2144455Z state without impacting any branches by switching back to a branch. 2025-12-04T08:52:16.2144787Z 2025-12-04T08:52:16.2144990Z If you want to create a new branch to retain commits you create, you may 2025-12-04T08:52:16.2145501Z do so (now or later) by using -c with the switch command. Example: 2025-12-04T08:52:16.2145790Z 2025-12-04T08:52:16.2145915Z git switch -c 2025-12-04T08:52:16.2146111Z 2025-12-04T08:52:16.2146217Z Or undo this operation with: 2025-12-04T08:52:16.2146411Z 2025-12-04T08:52:16.2146497Z git switch - 2025-12-04T08:52:16.2146626Z 2025-12-04T08:52:16.2146860Z Turn off this advice by setting config variable advice.detachedHead to false 2025-12-04T08:52:16.2147226Z 2025-12-04T08:52:16.3401969Z + BAZEL_MEM_LIMIT='--local_ram_resources=HOST_RAM*.8' 2025-12-04T08:52:16.3402434Z + BAZEL_CPU_LIMIT=--local_cpu_resources=HOST_CPUS-1 2025-12-04T08:52:16.3402776Z + [[ cpu == \c\p\u ]] 2025-12-04T08:52:16.3403519Z + tools/bazel build --config=no-tty '--local_ram_resources=HOST_RAM*.8' --local_cpu_resources=HOST_CPUS-1 --config=cpu-only :torch :torch/_C.so :all_tests 2025-12-04T08:52:16.3944478Z Downloading https://releases.bazel.build/6.5.0/release/bazel-6.5.0-linux-x86_64... 2025-12-04T08:52:16.6114065Z Downloading https://releases.bazel.build/6.5.0/release/bazel-6.5.0-linux-x86_64.sha256... 2025-12-04T08:52:16.7808873Z Extracting Bazel installation... 2025-12-04T08:52:19.4608079Z Starting local Bazel server and connecting to it... 2025-12-04T08:52:19.4608566Z WARNING: ignoring LD_PRELOAD in environment. 2025-12-04T08:52:20.8803974Z Loading: 2025-12-04T08:52:22.7749505Z DEBUG: Rule 'rules_cuda' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f80438bee9906e9ecb1a8a4ae2365374ac1e8a283897281a2db2fb7fcf746333" 2025-12-04T08:52:22.7750695Z DEBUG: Repository rules_cuda instantiated at: 2025-12-04T08:52:22.7751151Z /var/lib/jenkins/workspace/WORKSPACE:18:13: in 2025-12-04T08:52:22.7751571Z Repository rule http_archive defined at: 2025-12-04T08:52:22.7752663Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:22.8696393Z DEBUG: Rule 'rules_cc' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "cb8ce8a25464b2a8536450971ad1b45ee309491c1f5e052a611b9e249cfdd35d" 2025-12-04T08:52:22.8702469Z DEBUG: Repository rules_cc instantiated at: 2025-12-04T08:52:22.8703060Z /var/lib/jenkins/workspace/WORKSPACE:6:13: in 2025-12-04T08:52:22.8703482Z Repository rule http_archive defined at: 2025-12-04T08:52:22.8704338Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:23.1627754Z DEBUG: Rule 'rules_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f" 2025-12-04T08:52:23.1629217Z DEBUG: Repository rules_python instantiated at: 2025-12-04T08:52:23.1629671Z /var/lib/jenkins/workspace/WORKSPACE:218:13: in 2025-12-04T08:52:23.1630088Z Repository rule http_archive defined at: 2025-12-04T08:52:23.1630978Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:24.2936702Z DEBUG: Rule 'python3_10_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/20230116/cpython-3.10.9+20230116-x86_64-unknown-linux-gnu-install_only.tar.gz"] and dropping ["urls"] 2025-12-04T08:52:24.2940734Z DEBUG: Repository python3_10_x86_64-unknown-linux-gnu instantiated at: 2025-12-04T08:52:24.2941315Z /var/lib/jenkins/workspace/WORKSPACE:233:27: in 2025-12-04T08:52:24.2942693Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/rules_python/python/repositories.bzl:533:26: in python_register_toolchains 2025-12-04T08:52:24.2943667Z Repository rule python_repository defined at: 2025-12-04T08:52:24.2944523Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/rules_python/python/repositories.bzl:366:36: in 2025-12-04T08:52:24.5845483Z DEBUG: Rule 'pybind11_bazel' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "b72c5b44135b90d1ffaba51e08240be0b91707ac60bea08bb4d84b47316211bb" 2025-12-04T08:52:24.5849079Z DEBUG: Repository pybind11_bazel instantiated at: 2025-12-04T08:52:24.5849972Z /var/lib/jenkins/workspace/WORKSPACE:49:13: in 2025-12-04T08:52:24.5850714Z Repository rule http_archive defined at: 2025-12-04T08:52:24.5852273Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:24.7560929Z Loading: 2025-12-04T08:52:24.7592273Z Loading: 1 packages loaded 2025-12-04T08:52:25.9637018Z Analyzing: 31 targets (3 packages loaded, 0 targets configured) 2025-12-04T08:52:26.0266363Z DEBUG: Rule 'platforms' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee" 2025-12-04T08:52:26.0272578Z DEBUG: Repository platforms instantiated at: 2025-12-04T08:52:26.0273046Z /var/lib/jenkins/workspace/WORKSPACE:24:13: in 2025-12-04T08:52:26.0273470Z Repository rule http_archive defined at: 2025-12-04T08:52:26.0274322Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:27.1806622Z DEBUG: Rule 'com_github_gflags_gflags' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf" 2025-12-04T08:52:27.1889840Z DEBUG: Repository com_github_gflags_gflags instantiated at: 2025-12-04T08:52:27.1890401Z /var/lib/jenkins/workspace/WORKSPACE:76:13: in 2025-12-04T08:52:27.1890810Z Repository rule http_archive defined at: 2025-12-04T08:52:27.1891649Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:27.3046918Z WARNING: /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/cpp-httplib/BUILD.bazel:3:11: in includes attribute of cc_library rule @cpp-httplib//:cpp-httplib: ignoring invalid absolute path '/'. Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implementation 2025-12-04T08:52:27.3805832Z DEBUG: Rule 'com_github_glog' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c" 2025-12-04T08:52:27.3905672Z DEBUG: Repository com_github_glog instantiated at: 2025-12-04T08:52:27.3906299Z /var/lib/jenkins/workspace/WORKSPACE:61:13: in 2025-12-04T08:52:27.3906833Z Repository rule http_archive defined at: 2025-12-04T08:52:27.3907987Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2025-12-04T08:52:40.8826417Z Analyzing: 31 targets (90 packages loaded, 12966 targets configured) 2025-12-04T08:53:02.7609350Z Analyzing: 31 targets (90 packages loaded, 12966 targets configured) 2025-12-04T08:53:03.4879816Z INFO: Analyzed 31 targets (92 packages loaded, 14383 targets configured). 2025-12-04T08:53:03.4907338Z INFO: Found 31 targets... 2025-12-04T08:53:03.6121144Z [0 / 1,336] [Prepa] BazelWorkspaceStatusAction stable-status.txt 2025-12-04T08:53:05.0706782Z INFO: From Executing genrule //:download_mnist: 2025-12-04T08:53:05.0720454Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2025-12-04T08:53:05.0721144Z 2025-12-04T08:53:05.0721282Z 0% | | 0% 2025-12-04T08:53:05.0721623Z 0% | | 0% 2025-12-04T08:53:05.0721967Z 0% | | 0% 2025-12-04T08:53:05.0722348Z 0% | | 0% 2025-12-04T08:53:05.0722872Z 0% | | 0% 2025-12-04T08:53:05.0723313Z 0% | | 0% 2025-12-04T08:53:05.0723690Z 0% | | 0% 2025-12-04T08:53:05.0724193Z 0% | | 0% 2025-12-04T08:53:05.0724519Z 0% | | 0% 2025-12-04T08:53:05.0724861Z 0% | | 0% 2025-12-04T08:53:05.0725233Z 0% | | 0% 2025-12-04T08:53:05.0725570Z 0% | | 0% 2025-12-04T08:53:05.0725960Z 0% | | 0% 2025-12-04T08:53:05.0726408Z 0% | | 1% 2025-12-04T08:53:05.0726748Z 0% | | 1% 2025-12-04T08:53:05.0727133Z 0% | | 1% 2025-12-04T08:53:05.0727524Z 0% | | 1% 2025-12-04T08:53:05.0728310Z 0% | | 1% 2025-12-04T08:53:05.0728682Z 0% | | 1% 2025-12-04T08:53:05.0729112Z 0% |# | 1% 2025-12-04T08:53:05.0729609Z 0% |# | 1% 2025-12-04T08:53:05.0730121Z 0% |# | 1% 2025-12-04T08:53:05.0730721Z 0% |# | 1% 2025-12-04T08:53:05.0731386Z 0% |# | 1% 2025-12-04T08:53:05.0732086Z 0% |# | 1% 2025-12-04T08:53:05.0732688Z 0% |# | 2% 2025-12-04T08:53:05.0733284Z 0% |# | 2% 2025-12-04T08:53:05.0733766Z 0% |# | 2% 2025-12-04T08:53:05.0734370Z 0% |# | 2% 2025-12-04T08:53:05.0734945Z 0% |# | 2% 2025-12-04T08:53:05.0735591Z 0% |# | 2% 2025-12-04T08:53:05.0736165Z 0% |# | 2% 2025-12-04T08:53:05.0736752Z 0% |# | 2% 2025-12-04T08:53:05.0737384Z 0% |# | 2% 2025-12-04T08:53:05.0738234Z 0% |# | 2% 2025-12-04T08:53:05.0738800Z 0% |# | 2% 2025-12-04T08:53:05.0739327Z 0% |# | 2% 2025-12-04T08:53:05.0739851Z 0% |# | 3% 2025-12-04T08:53:05.0740393Z 0% |## | 3% 2025-12-04T08:53:05.0740937Z 0% |## | 3% 2025-12-04T08:53:05.0741476Z 0% |## | 3% 2025-12-04T08:53:05.0742021Z 0% |## | 3% 2025-12-04T08:53:05.0742568Z 0% |## | 3% 2025-12-04T08:53:05.0743062Z 0% |## | 3% 2025-12-04T08:53:05.0743600Z 0% |## | 3% 2025-12-04T08:53:05.0744113Z 0% |## | 3% 2025-12-04T08:53:05.0744734Z 0% |## | 3% 2025-12-04T08:53:05.0745316Z 0% |## | 3% 2025-12-04T08:53:05.0745884Z 0% |## | 3% 2025-12-04T08:53:05.0746473Z 0% |## | 4% 2025-12-04T08:53:05.0746955Z 0% |## | 4% 2025-12-04T08:53:05.0747398Z 0% |## | 4% 2025-12-04T08:53:05.0747742Z 0% |## | 4% 2025-12-04T08:53:05.0748091Z 0% |## | 4% 2025-12-04T08:53:05.0748653Z 0% |## | 4% 2025-12-04T08:53:05.0749059Z 0% |## | 4% 2025-12-04T08:53:05.0749400Z 0% |## | 4% 2025-12-04T08:53:05.0749966Z 0% |### | 4% 2025-12-04T08:53:05.0750507Z 0% |### | 4% 2025-12-04T08:53:05.0750964Z 0% |### | 4% 2025-12-04T08:53:05.0751295Z 0% |### | 4% 2025-12-04T08:53:05.0751640Z 0% |### | 5% 2025-12-04T08:53:05.0751973Z 0% |### | 5% 2025-12-04T08:53:05.0752314Z 0% |### | 5% 2025-12-04T08:53:05.0752652Z 0% |### | 5% 2025-12-04T08:53:05.0752995Z 0% |### | 5% 2025-12-04T08:53:05.0753448Z 0% |### | 5% 2025-12-04T08:53:05.0753973Z 0% |### | 5% 2025-12-04T08:53:05.0754553Z 0% |### | 5% 2025-12-04T08:53:05.0755157Z 0% |### | 5% 2025-12-04T08:53:05.0755754Z 0% |### | 5% 2025-12-04T08:53:05.0756242Z 0% |### | 5% 2025-12-04T08:53:05.0756762Z 0% |### | 5% 2025-12-04T08:53:05.0757276Z 0% |### | 6% 2025-12-04T08:53:05.0757918Z 0% |### | 6% 2025-12-04T08:53:05.0758603Z 0% |### | 6% 2025-12-04T08:53:05.0758995Z 0% |#### | 6% 2025-12-04T08:53:05.0759572Z 0% |#### | 6% 2025-12-04T08:53:05.0760202Z 0% |#### | 6% 2025-12-04T08:53:05.0760536Z 0% |#### | 6% 2025-12-04T08:53:05.0760871Z 0% |#### | 6% 2025-12-04T08:53:05.0761193Z 0% |#### | 6% 2025-12-04T08:53:05.0761533Z 0% |#### | 6% 2025-12-04T08:53:05.0761856Z 0% |#### | 6% 2025-12-04T08:53:05.0762194Z 0% |#### | 6% 2025-12-04T08:53:05.0762532Z 0% |#### | 7% 2025-12-04T08:53:05.0762857Z 0% |#### | 7% 2025-12-04T08:53:05.0763283Z 0% |#### | 7% 2025-12-04T08:53:05.0763605Z 0% |#### | 7% 2025-12-04T08:53:05.0763942Z 0% |#### | 7% 2025-12-04T08:53:05.0764267Z 0% |#### | 7% 2025-12-04T08:53:05.0764603Z 0% |#### | 7% 2025-12-04T08:53:05.0764940Z 0% |#### | 7% 2025-12-04T08:53:05.0765293Z 0% |#### | 7% 2025-12-04T08:53:05.0765822Z 0% |#### | 7% 2025-12-04T08:53:05.0766262Z 0% |##### | 7% 2025-12-04T08:53:05.0766746Z 0% |##### | 7% 2025-12-04T08:53:05.0767167Z 0% |##### | 8% 2025-12-04T08:53:05.0767664Z 0% |##### | 8% 2025-12-04T08:53:05.0768274Z 0% |##### | 8% 2025-12-04T08:53:05.0768715Z 0% |##### | 8% 2025-12-04T08:53:05.0769047Z 0% |##### | 8% 2025-12-04T08:53:05.0769367Z 0% |##### | 8% 2025-12-04T08:53:05.0769701Z 0% |##### | 8% 2025-12-04T08:53:05.0770035Z 0% |##### | 8% 2025-12-04T08:53:05.0770381Z 0% |##### | 8% 2025-12-04T08:53:05.0771088Z 0% |##### | 8% 2025-12-04T08:53:05.0771688Z 0% |##### | 8% 2025-12-04T08:53:05.0772320Z 0% |##### | 8% 2025-12-04T08:53:05.0772789Z 0% |##### | 9% 2025-12-04T08:53:05.0773293Z 0% |##### | 9% 2025-12-04T08:53:05.0773823Z 0% |##### | 9% 2025-12-04T08:53:05.0774348Z 0% |##### | 9% 2025-12-04T08:53:05.0774935Z 0% |##### | 9% 2025-12-04T08:53:05.0775451Z 0% |###### | 9% 2025-12-04T08:53:05.0775981Z 0% |###### | 9% 2025-12-04T08:53:05.0776328Z 0% |###### | 9% 2025-12-04T08:53:05.0776823Z 0% |###### | 9% 2025-12-04T08:53:05.0777169Z 0% |###### | 9% 2025-12-04T08:53:05.0777490Z 0% |###### | 9% 2025-12-04T08:53:05.0777828Z 0% |###### | 9% 2025-12-04T08:53:05.0778292Z 0% |###### | 9% 2025-12-04T08:53:05.0778630Z 0% |###### | 10% 2025-12-04T08:53:05.0778961Z 0% |###### | 10% 2025-12-04T08:53:05.0779301Z 0% |###### | 10% 2025-12-04T08:53:05.0779641Z 0% |###### | 10% 2025-12-04T08:53:05.0779964Z 0% |###### | 10% 2025-12-04T08:53:05.0780300Z 0% |###### | 10% 2025-12-04T08:53:05.0780627Z 0% |###### | 10% 2025-12-04T08:53:05.0781151Z 0% |###### | 10% 2025-12-04T08:53:05.0781551Z 0% |###### | 10% 2025-12-04T08:53:05.0781887Z 0% |###### | 10% 2025-12-04T08:53:05.0782221Z 0% |###### | 10% 2025-12-04T08:53:05.0782543Z 0% |####### | 10% 2025-12-04T08:53:05.0782880Z 0% |####### | 11% 2025-12-04T08:53:05.0783209Z 0% |####### | 11% 2025-12-04T08:53:05.0783545Z 0% |####### | 11% 2025-12-04T08:53:05.0784000Z 0% |####### | 11% 2025-12-04T08:53:05.0784325Z 0% |####### | 11% 2025-12-04T08:53:05.0784662Z 0% |####### | 11% 2025-12-04T08:53:05.0784990Z 0% |####### | 11% 2025-12-04T08:53:05.0785327Z 0% |####### | 11% 2025-12-04T08:53:05.0785649Z 0% |####### | 11% 2025-12-04T08:53:05.0785987Z 0% |####### | 11% 2025-12-04T08:53:05.0786321Z 0% |####### | 11% 2025-12-04T08:53:05.0786646Z 0% |####### | 11% 2025-12-04T08:53:05.0786981Z 0% |####### | 12% 2025-12-04T08:53:05.0787308Z 0% |####### | 12% 2025-12-04T08:53:05.0787644Z 0% |####### | 12% 2025-12-04T08:53:05.0787968Z 0% |####### | 12% 2025-12-04T08:53:05.0788305Z 0% |####### | 12% 2025-12-04T08:53:05.0788637Z 0% |####### | 12% 2025-12-04T08:53:05.0788962Z 0% |######## | 12% 2025-12-04T08:53:05.0789301Z 0% |######## | 12% 2025-12-04T08:53:05.0789628Z 0% |######## | 12% 2025-12-04T08:53:05.0790026Z 0% |######## | 12% 2025-12-04T08:53:05.0790355Z 0% |######## | 12% 2025-12-04T08:53:05.0790697Z 0% |######## | 12% 2025-12-04T08:53:05.0791034Z 0% |######## | 13% 2025-12-04T08:53:05.0791360Z 0% |######## | 13% 2025-12-04T08:53:05.0791696Z 0% |######## | 13% 2025-12-04T08:53:05.0792019Z 0% |######## | 13% 2025-12-04T08:53:05.0792355Z 0% |######## | 13% 2025-12-04T08:53:05.0792690Z 0% |######## | 13% 2025-12-04T08:53:05.0793017Z 0% |######## | 13% 2025-12-04T08:53:05.0793351Z 0% |######## | 13% 2025-12-04T08:53:05.0793677Z 0% |######## | 13% 2025-12-04T08:53:05.0794017Z 0% |######## | 13% 2025-12-04T08:53:05.0794341Z 0% |######## | 13% 2025-12-04T08:53:05.0794681Z 0% |######## | 13% 2025-12-04T08:53:05.0795020Z 0% |######## | 14% 2025-12-04T08:53:05.0795347Z 0% |######### | 14% 2025-12-04T08:53:05.0795688Z 0% |######### | 14% 2025-12-04T08:53:05.0796014Z 0% |######### | 14% 2025-12-04T08:53:05.0796355Z 0% |######### | 14% 2025-12-04T08:53:05.0796679Z 0% |######### | 14% 2025-12-04T08:53:05.0797017Z 0% |######### | 14% 2025-12-04T08:53:05.0809425Z 0% |######### | 14% 2025-12-04T08:53:05.0809931Z 0% |######### | 14% 2025-12-04T08:53:05.0810276Z 0% |######### | 14% 2025-12-04T08:53:05.0810659Z 0% |######### | 14% 2025-12-04T08:53:05.0811001Z 0% |######### | 14% 2025-12-04T08:53:05.0811368Z 0% |######### | 15% 2025-12-04T08:53:05.0811774Z 0% |######### | 15% 2025-12-04T08:53:05.0812113Z 0% |######### | 15% 2025-12-04T08:53:05.0812453Z 0% |######### | 15% 2025-12-04T08:53:05.0812777Z 0% |######### | 15% 2025-12-04T08:53:05.0813123Z 0% |######### | 15% 2025-12-04T08:53:05.0813462Z 0% |######### | 15% 2025-12-04T08:53:05.0813787Z 0% |######### | 15% 2025-12-04T08:53:05.0814129Z 0% |########## | 15% 2025-12-04T08:53:05.0814453Z 0% |########## | 15% 2025-12-04T08:53:05.0814791Z 0% |########## | 15% 2025-12-04T08:53:05.0815131Z 0% |########## | 15% 2025-12-04T08:53:05.0815571Z 0% |########## | 16% 2025-12-04T08:53:05.0815911Z 0% |########## | 16% 2025-12-04T08:53:05.0816237Z 0% |########## | 16% 2025-12-04T08:53:05.0816581Z 0% |########## | 16% 2025-12-04T08:53:05.0816908Z 0% |########## | 16% 2025-12-04T08:53:05.0817250Z 0% |########## | 16% 2025-12-04T08:53:05.0817590Z 0% |########## | 16% 2025-12-04T08:53:05.0817915Z 0% |########## | 16% 2025-12-04T08:53:05.0818250Z 0% |########## | 16% 2025-12-04T08:53:05.0818573Z 0% |########## | 16% 2025-12-04T08:53:05.0818913Z 0% |########## | 16% 2025-12-04T08:53:05.0819235Z 0% |########## | 16% 2025-12-04T08:53:05.0819571Z 0% |########## | 17% 2025-12-04T08:53:05.0819910Z 0% |########## | 17% 2025-12-04T08:53:05.0820232Z 0% |########### | 17% 2025-12-04T08:53:05.0820569Z 0% |########### | 17% 2025-12-04T08:53:05.0820890Z 0% |########### | 17% 2025-12-04T08:53:05.0821228Z 0% |########### | 17% 2025-12-04T08:53:05.0821553Z 0% |########### | 17% 2025-12-04T08:53:05.0821891Z 0% |########### | 17% 2025-12-04T08:53:05.0822234Z 0% |########### | 17% 2025-12-04T08:53:05.0822562Z 0% |########### | 17% 2025-12-04T08:53:05.0822898Z 0% |########### | 17% 2025-12-04T08:53:05.0823294Z 0% |########### | 17% 2025-12-04T08:53:05.0823637Z 0% |########### | 18% 2025-12-04T08:53:05.0823976Z 0% |########### | 18% 2025-12-04T08:53:05.0824301Z 0% |########### | 18% 2025-12-04T08:53:05.0824641Z 0% |########### | 18% 2025-12-04T08:53:05.0824967Z 0% |########### | 18% 2025-12-04T08:53:05.0825307Z 0% |########### | 18% 2025-12-04T08:53:05.0825637Z 0% |########### | 18% 2025-12-04T08:53:05.0825974Z 0% |########### | 18% 2025-12-04T08:53:05.0826308Z 0% |########### | 18% 2025-12-04T08:53:05.0826637Z 0% |############ | 18% 2025-12-04T08:53:05.0826976Z 0% |############ | 18% 2025-12-04T08:53:05.0827301Z 0% |############ | 18% 2025-12-04T08:53:05.0827638Z 0% |############ | 19% 2025-12-04T08:53:05.0827965Z 0% |############ | 19% 2025-12-04T08:53:05.0828300Z 0% |############ | 19% 2025-12-04T08:53:05.0828636Z 0% |############ | 19% 2025-12-04T08:53:05.0829020Z 0% |############ | 19% 2025-12-04T08:53:05.0829361Z 0% |############ | 19% 2025-12-04T08:53:05.0829689Z 0% |############ | 19% 2025-12-04T08:53:05.0830031Z 0% |############ | 19% 2025-12-04T08:53:05.0830355Z 0% |############ | 19% 2025-12-04T08:53:05.0830695Z 0% |############ | 19% 2025-12-04T08:53:05.0831031Z 0% |############ | 19% 2025-12-04T08:53:05.0831354Z 0% |############ | 19% 2025-12-04T08:53:05.0831694Z 0% |############ | 19% 2025-12-04T08:53:05.0832021Z 0% |############ | 20% 2025-12-04T08:53:05.0832366Z 0% |############ | 20% 2025-12-04T08:53:05.0832692Z 0% |############ | 20% 2025-12-04T08:53:05.0833031Z 0% |############# | 20% 2025-12-04T08:53:05.0833377Z 0% |############# | 20% 2025-12-04T08:53:05.0833703Z 0% |############# | 20% 2025-12-04T08:53:05.0834044Z 0% |############# | 20% 2025-12-04T08:53:05.0834370Z 0% |############# | 20% 2025-12-04T08:53:05.0834711Z 0% |############# | 20% 2025-12-04T08:53:05.0835048Z 0% |############# | 20% 2025-12-04T08:53:05.0835375Z 0% |############# | 20% 2025-12-04T08:53:05.0835715Z 0% |############# | 20% 2025-12-04T08:53:05.0836040Z 0% |############# | 21% 2025-12-04T08:53:05.0836378Z 0% |############# | 21% 2025-12-04T08:53:05.0836771Z 0% |############# | 21% 2025-12-04T08:53:05.0837112Z 0% |############# | 21% 2025-12-04T08:53:05.0837448Z 0% |############# | 21% 2025-12-04T08:53:05.0837773Z 0% |############# | 21% 2025-12-04T08:53:05.0838112Z 0% |############# | 21% 2025-12-04T08:53:05.0838438Z 0% |############# | 21% 2025-12-04T08:53:05.0838781Z 0% |############# | 21% 2025-12-04T08:53:05.0839111Z 0% |############# | 21% 2025-12-04T08:53:05.0839456Z 0% |############## | 21% 2025-12-04T08:53:05.0839799Z 0% |############## | 21% 2025-12-04T08:53:05.0840133Z 0% |############## | 22% 2025-12-04T08:53:05.0840474Z 0% |############## | 22% 2025-12-04T08:53:05.0840802Z 0% |############## | 22% 2025-12-04T08:53:05.0841143Z 0% |############## | 22% 2025-12-04T08:53:05.0841474Z 0% |############## | 22% 2025-12-04T08:53:05.0841815Z 0% |############## | 22% 2025-12-04T08:53:05.0842154Z 0% |############## | 22% 2025-12-04T08:53:05.0842551Z 0% |############## | 22% 2025-12-04T08:53:05.0842890Z 0% |############## | 22% 2025-12-04T08:53:05.0843311Z 0% |############## | 22% 2025-12-04T08:53:05.0843660Z 0% |############## | 22% 2025-12-04T08:53:05.0844001Z 0% |############## | 22% 2025-12-04T08:53:05.0844330Z 0% |############## | 23% 2025-12-04T08:53:05.0844672Z 0% |############## | 23% 2025-12-04T08:53:05.0844996Z 0% |############## | 23% 2025-12-04T08:53:05.0845334Z 0% |############## | 23% 2025-12-04T08:53:05.0845658Z 0% |############## | 23% 2025-12-04T08:53:05.0846005Z 0% |############### | 23% 2025-12-04T08:53:05.0846343Z 0% |############### | 23% 2025-12-04T08:53:05.0846671Z 0% |############### | 23% 2025-12-04T08:53:05.0847014Z 0% |############### | 23% 2025-12-04T08:53:05.0847342Z 0% |############### | 23% 2025-12-04T08:53:05.0847682Z 0% |############### | 23% 2025-12-04T08:53:05.0848010Z 0% |############### | 23% 2025-12-04T08:53:05.0848353Z 0% |############### | 24% 2025-12-04T08:53:05.0848690Z 0% |############### | 24% 2025-12-04T08:53:05.0849016Z 0% |############### | 24% 2025-12-04T08:53:05.0849359Z 0% |############### | 24% 2025-12-04T08:53:05.0849683Z 0% |############### | 24% 2025-12-04T08:53:05.0850022Z 0% |############### | 24% 2025-12-04T08:53:05.0850412Z 0% |############### | 24% 2025-12-04T08:53:05.0850755Z 0% |############### | 24% 2025-12-04T08:53:05.0851094Z 0% |############### | 24% 2025-12-04T08:53:05.0851419Z 0% |############### | 24% 2025-12-04T08:53:05.0851758Z 0% |############### | 24% 2025-12-04T08:53:05.0852082Z 0% |############### | 24% 2025-12-04T08:53:05.0852419Z 0% |################ | 25% 2025-12-04T08:53:05.0852756Z 0% |################ | 25% 2025-12-04T08:53:05.0853082Z 0% |################ | 25% 2025-12-04T08:53:05.0853420Z 0% |################ | 25% 2025-12-04T08:53:05.0853743Z 0% |################ | 25% 2025-12-04T08:53:05.0854077Z 0% |################ | 25% 2025-12-04T08:53:05.0854400Z 0% |################ | 25% 2025-12-04T08:53:05.0854737Z 0% |################ | 25% 2025-12-04T08:53:05.0855073Z 0% |################ | 25% 2025-12-04T08:53:05.0855398Z 0% |################ | 25% 2025-12-04T08:53:05.0855739Z 0% |################ | 25% 2025-12-04T08:53:05.0856117Z 0% |################ | 25% 2025-12-04T08:53:05.0856460Z 0% |################ | 26% 2025-12-04T08:53:05.0856789Z 0% |################ | 26% 2025-12-04T08:53:05.0857129Z 0% |################ | 26% 2025-12-04T08:53:05.0857469Z 0% |################ | 26% 2025-12-04T08:53:05.0857798Z 0% |################ | 26% 2025-12-04T08:53:05.0858141Z 0% |################ | 26% 2025-12-04T08:53:05.0858466Z 0% |################ | 26% 2025-12-04T08:53:05.0858805Z 0% |################# | 26% 2025-12-04T08:53:05.0859131Z 0% |################# | 26% 2025-12-04T08:53:05.0859471Z 0% |################# | 26% 2025-12-04T08:53:05.0859807Z 0% |################# | 26% 2025-12-04T08:53:05.0860134Z 0% |################# | 26% 2025-12-04T08:53:05.0860469Z 0% |################# | 27% 2025-12-04T08:53:05.0860793Z 0% |################# | 27% 2025-12-04T08:53:05.0861132Z 0% |################# | 27% 2025-12-04T08:53:05.0861465Z 0% |################# | 27% 2025-12-04T08:53:05.0861790Z 0% |################# | 27% 2025-12-04T08:53:05.0862125Z 0% |################# | 27% 2025-12-04T08:53:05.0862452Z 0% |################# | 27% 2025-12-04T08:53:05.0862785Z 0% |################# | 27% 2025-12-04T08:53:05.0863108Z 0% |################# | 27% 2025-12-04T08:53:05.0864344Z 0% |################# | 27% 2025-12-04T08:53:05.0864684Z 0% |################# | 27% 2025-12-04T08:53:05.0865008Z 0% |################# | 27% 2025-12-04T08:53:05.0865349Z 0% |################# | 28% 2025-12-04T08:53:05.0865674Z 0% |################# | 28% 2025-12-04T08:53:05.0866010Z 0% |################## | 28% 2025-12-04T08:53:05.0866337Z 0% |################## | 28% 2025-12-04T08:53:05.0866682Z 0% |################## | 28% 2025-12-04T08:53:05.0867022Z 0% |################## | 28% 2025-12-04T08:53:05.0867348Z 0% |################## | 28% 2025-12-04T08:53:05.0867690Z 0% |################## | 28% 2025-12-04T08:53:05.0868015Z 0% |################## | 28% 2025-12-04T08:53:05.0868355Z 0% |################## | 28% 2025-12-04T08:53:05.0868680Z 0% |################## | 28% 2025-12-04T08:53:05.0869020Z 0% |################## | 28% 2025-12-04T08:53:05.0869354Z 0% |################## | 29% 2025-12-04T08:53:05.0869676Z 0% |################## | 29% 2025-12-04T08:53:05.0870068Z 0% |################## | 29% 2025-12-04T08:53:05.0870393Z 0% |################## | 29% 2025-12-04T08:53:05.0870943Z 0% |################## | 29% 2025-12-04T08:53:05.0871278Z 0% |################## | 29% 2025-12-04T08:53:05.0871618Z 0% |################## | 29% 2025-12-04T08:53:05.0871953Z 0% |################## | 29% 2025-12-04T08:53:05.0872279Z 0% |################## | 29% 2025-12-04T08:53:05.0872614Z 0% |################### | 29% 2025-12-04T08:53:05.0872940Z 0% |################### | 29% 2025-12-04T08:53:05.0873278Z 0% |################### | 29% 2025-12-04T08:53:05.0873614Z 0% |################### | 29% 2025-12-04T08:53:05.0873953Z 0% |################### | 30% 2025-12-04T08:53:05.0874287Z 0% |################### | 30% 2025-12-04T08:53:05.0874614Z 0% |################### | 30% 2025-12-04T08:53:05.0874945Z 0% |################### | 30% 2025-12-04T08:53:05.0875268Z 0% |################### | 30% 2025-12-04T08:53:05.0875600Z 0% |################### | 30% 2025-12-04T08:53:05.0875923Z 0% |################### | 30% 2025-12-04T08:53:05.0876255Z 0% |################### | 30% 2025-12-04T08:53:05.0876588Z 0% |################### | 30% 2025-12-04T08:53:05.0876914Z 0% |################### | 30% 2025-12-04T08:53:05.0877249Z 0% |################### | 30% 2025-12-04T08:53:05.0877569Z 0% |################### | 30% 2025-12-04T08:53:05.0878034Z 0% |################### | 31% 2025-12-04T08:53:05.0878357Z 0% |################### | 31% 2025-12-04T08:53:05.0878695Z 0% |################### | 31% 2025-12-04T08:53:05.0879031Z 0% |#################### | 31% 2025-12-04T08:53:05.0879355Z 0% |#################### | 31% 2025-12-04T08:53:05.0879693Z 0% |#################### | 31% 2025-12-04T08:53:05.0880017Z 0% |#################### | 31% 2025-12-04T08:53:05.0880357Z 0% |#################### | 31% 2025-12-04T08:53:05.0880680Z 0% |#################### | 31% 2025-12-04T08:53:05.0881016Z 0% |#################### | 31% 2025-12-04T08:53:05.0881358Z 0% |#################### | 31% 2025-12-04T08:53:05.0881682Z 0% |#################### | 31% 2025-12-04T08:53:05.0882014Z 0% |#################### | 32% 2025-12-04T08:53:05.0882337Z 0% |#################### | 32% 2025-12-04T08:53:05.0882674Z 0% |#################### | 32% 2025-12-04T08:53:05.0883008Z 0% |#################### | 32% 2025-12-04T08:53:05.0883430Z 0% |#################### | 32% 2025-12-04T08:53:05.0883856Z 0% |#################### | 32% 2025-12-04T08:53:05.0884183Z 0% |#################### | 32% 2025-12-04T08:53:05.0884520Z 0% |#################### | 32% 2025-12-04T08:53:05.0884854Z 0% |#################### | 32% 2025-12-04T08:53:05.0885197Z 0% |#################### | 32% 2025-12-04T08:53:05.0885538Z 0% |##################### | 32% 2025-12-04T08:53:05.0885867Z 0% |##################### | 32% 2025-12-04T08:53:05.0886206Z 0% |##################### | 33% 2025-12-04T08:53:05.0886529Z 0% |##################### | 33% 2025-12-04T08:53:05.0886866Z 0% |##################### | 33% 2025-12-04T08:53:05.0887193Z 0% |##################### | 33% 2025-12-04T08:53:05.0887531Z 0% |##################### | 33% 2025-12-04T08:53:05.0887868Z 0% |##################### | 33% 2025-12-04T08:53:05.0888196Z 0% |##################### | 33% 2025-12-04T08:53:05.0888532Z 0% |##################### | 33% 2025-12-04T08:53:05.0888856Z 0% |##################### | 33% 2025-12-04T08:53:05.0889191Z 0% |##################### | 33% 2025-12-04T08:53:05.0889516Z 0% |##################### | 33% 2025-12-04T08:53:05.0889853Z 0% |##################### | 33% 2025-12-04T08:53:05.0890189Z 0% |##################### | 34% 2025-12-04T08:53:05.0890517Z 0% |##################### | 34% 2025-12-04T08:53:05.0890853Z 0% |##################### | 34% 2025-12-04T08:53:05.0891177Z 0% |##################### | 34% 2025-12-04T08:53:05.0891592Z 0% |###################### | 34% 2025-12-04T08:53:05.0891930Z 0% |###################### | 34% 2025-12-04T08:53:05.0892253Z 0% |###################### | 34% 2025-12-04T08:53:05.0892589Z 0% |###################### | 34% 2025-12-04T08:53:05.0892913Z 0% |###################### | 34% 2025-12-04T08:53:05.0893249Z 0% |###################### | 34% 2025-12-04T08:53:05.0893571Z 0% |###################### | 34% 2025-12-04T08:53:05.0893912Z 0% |###################### | 34% 2025-12-04T08:53:05.0894251Z 0% |###################### | 35% 2025-12-04T08:53:05.0894575Z 0% |###################### | 35% 2025-12-04T08:53:05.0894915Z 0% |###################### | 35% 2025-12-04T08:53:05.0895240Z 0% |###################### | 35% 2025-12-04T08:53:05.0895577Z 0% |###################### | 35% 2025-12-04T08:53:05.0895901Z 0% |###################### | 35% 2025-12-04T08:53:05.0896240Z 0% |###################### | 35% 2025-12-04T08:53:05.0896578Z 0% |###################### | 35% 2025-12-04T08:53:05.0896907Z 0% |###################### | 35% 2025-12-04T08:53:05.0897354Z 0% |###################### | 35% 2025-12-04T08:53:05.0897680Z 0% |###################### | 35% 2025-12-04T08:53:05.0898019Z 0% |####################### | 35% 2025-12-04T08:53:05.0898347Z 0% |####################### | 36% 2025-12-04T08:53:05.0898684Z 0% |####################### | 36% 2025-12-04T08:53:05.0899027Z 0% |####################### | 36% 2025-12-04T08:53:05.0899354Z 0% |####################### | 36% 2025-12-04T08:53:05.0899692Z 0% |####################### | 36% 2025-12-04T08:53:05.0900018Z 0% |####################### | 36% 2025-12-04T08:53:05.0900355Z 0% |####################### | 36% 2025-12-04T08:53:05.0900915Z 0% |####################### | 36% 2025-12-04T08:53:05.0901245Z 0% |####################### | 36% 2025-12-04T08:53:05.0901585Z 0% |####################### | 36% 2025-12-04T08:53:05.0901921Z 0% |####################### | 36% 2025-12-04T08:53:05.0902262Z 0% |####################### | 36% 2025-12-04T08:53:05.0902589Z 0% |####################### | 37% 2025-12-04T08:53:05.0902929Z 0% |####################### | 37% 2025-12-04T08:53:05.0903267Z 0% |####################### | 37% 2025-12-04T08:53:05.0903591Z 0% |####################### | 37% 2025-12-04T08:53:05.0903928Z 0% |####################### | 37% 2025-12-04T08:53:05.0904255Z 0% |####################### | 37% 2025-12-04T08:53:05.0904593Z 0% |######################## | 37% 2025-12-04T08:53:05.0904917Z 0% |######################## | 37% 2025-12-04T08:53:05.0905337Z 0% |######################## | 37% 2025-12-04T08:53:05.0905674Z 0% |######################## | 37% 2025-12-04T08:53:05.0906000Z 0% |######################## | 37% 2025-12-04T08:53:05.0906339Z 0% |######################## | 37% 2025-12-04T08:53:05.0906662Z 0% |######################## | 38% 2025-12-04T08:53:05.0907004Z 0% |######################## | 38% 2025-12-04T08:53:05.0907345Z 0% |######################## | 38% 2025-12-04T08:53:05.0907672Z 0% |######################## | 38% 2025-12-04T08:53:05.0908006Z 0% |######################## | 38% 2025-12-04T08:53:05.0908330Z 0% |######################## | 38% 2025-12-04T08:53:05.0908669Z 0% |######################## | 38% 2025-12-04T08:53:05.0908990Z 0% |######################## | 38% 2025-12-04T08:53:05.0909326Z 0% |######################## | 38% 2025-12-04T08:53:05.0909659Z 0% |######################## | 38% 2025-12-04T08:53:05.0909982Z 0% |######################## | 38% 2025-12-04T08:53:05.0910319Z 0% |######################## | 38% 2025-12-04T08:53:05.0910642Z 0% |######################## | 39% 2025-12-04T08:53:05.0911028Z 0% |######################### | 39% 2025-12-04T08:53:05.0911352Z 0% |######################### | 39% 2025-12-04T08:53:05.0911688Z 0% |######################### | 39% 2025-12-04T08:53:05.0912031Z 0% |######################### | 39% 2025-12-04T08:53:05.0912363Z 0% |######################### | 39% 2025-12-04T08:53:05.0912706Z 0% |######################### | 39% 2025-12-04T08:53:05.0913037Z 0% |######################### | 39% 2025-12-04T08:53:05.0913372Z 0% |######################### | 39% 2025-12-04T08:53:05.0913699Z 0% |######################### | 39% 2025-12-04T08:53:05.0914035Z 0% |######################### | 39% 2025-12-04T08:53:05.0914375Z 0% |######################### | 39% 2025-12-04T08:53:05.0914700Z 0% |######################### | 39% 2025-12-04T08:53:05.0915043Z 0% |######################### | 40% 2025-12-04T08:53:05.0915365Z 0% |######################### | 40% 2025-12-04T08:53:05.0915701Z 0% |######################### | 40% 2025-12-04T08:53:05.0916039Z 0% |######################### | 40% 2025-12-04T08:53:05.0916398Z 0% |######################### | 40% 2025-12-04T08:53:05.0916732Z 0% |######################### | 40% 2025-12-04T08:53:05.0917057Z 0% |######################### | 40% 2025-12-04T08:53:05.0917395Z 0% |########################## | 40% 2025-12-04T08:53:05.0917721Z 0% |########################## | 40% 2025-12-04T08:53:05.0918059Z 0% |########################## | 40% 2025-12-04T08:53:05.0918460Z 0% |########################## | 40% 2025-12-04T08:53:05.0918783Z 0% |########################## | 40% 2025-12-04T08:53:05.0919122Z 0% |########################## | 41% 2025-12-04T08:53:05.0919449Z 0% |########################## | 41% 2025-12-04T08:53:05.0919792Z 0% |########################## | 41% 2025-12-04T08:53:05.0920118Z 0% |########################## | 41% 2025-12-04T08:53:05.0920454Z 0% |########################## | 41% 2025-12-04T08:53:05.0920794Z 0% |########################## | 41% 2025-12-04T08:53:05.0921117Z 0% |########################## | 41% 2025-12-04T08:53:05.0921453Z 0% |########################## | 41% 2025-12-04T08:53:05.0921780Z 0% |########################## | 41% 2025-12-04T08:53:05.0922122Z 0% |########################## | 41% 2025-12-04T08:53:05.0922447Z 0% |########################## | 41% 2025-12-04T08:53:05.0922784Z 0% |########################## | 41% 2025-12-04T08:53:05.0923206Z 0% |########################## | 42% 2025-12-04T08:53:05.0923539Z 0% |########################## | 42% 2025-12-04T08:53:05.0923922Z 0% |########################### | 42% 2025-12-04T08:53:05.0924308Z 0% |########################### | 42% 2025-12-04T08:53:05.0924648Z 0% |########################### | 42% 2025-12-04T08:53:05.0924973Z 0% |########################### | 42% 2025-12-04T08:53:05.0925316Z 0% |########################### | 42% 2025-12-04T08:53:05.0925657Z 0% |########################### | 42% 2025-12-04T08:53:05.0925982Z 0% |########################### | 42% 2025-12-04T08:53:05.0926318Z 0% |########################### | 42% 2025-12-04T08:53:05.0926640Z 0% |########################### | 42% 2025-12-04T08:53:05.0926975Z 0% |########################### | 42% 2025-12-04T08:53:05.0927310Z 0% |########################### | 43% 2025-12-04T08:53:05.0927638Z 0% |########################### | 43% 2025-12-04T08:53:05.0927973Z 0% |########################### | 43% 2025-12-04T08:53:05.0928298Z 0% |########################### | 43% 2025-12-04T08:53:05.0928638Z 0% |########################### | 43% 2025-12-04T08:53:05.0928962Z 0% |########################### | 43% 2025-12-04T08:53:05.0929300Z 0% |########################### | 43% 2025-12-04T08:53:05.0929638Z 0% |########################### | 43% 2025-12-04T08:53:05.0929966Z 0% |########################### | 43% 2025-12-04T08:53:05.0930306Z 0% |############################ | 43% 2025-12-04T08:53:05.0930635Z 0% |############################ | 43% 2025-12-04T08:53:05.0930983Z 0% |############################ | 43% 2025-12-04T08:53:05.0931308Z 0% |############################ | 44% 2025-12-04T08:53:05.0931648Z 0% |############################ | 44% 2025-12-04T08:53:05.0932049Z 0% |############################ | 44% 2025-12-04T08:53:05.0932377Z 0% |############################ | 44% 2025-12-04T08:53:05.0932715Z 0% |############################ | 44% 2025-12-04T08:53:05.0933043Z 0% |############################ | 44% 2025-12-04T08:53:05.0933386Z 0% |############################ | 44% 2025-12-04T08:53:05.0933712Z 0% |############################ | 44% 2025-12-04T08:53:05.0934058Z 0% |############################ | 44% 2025-12-04T08:53:05.0934401Z 0% |############################ | 44% 2025-12-04T08:53:05.0934724Z 0% |############################ | 44% 2025-12-04T08:53:05.0935047Z 0% |############################ | 44% 2025-12-04T08:53:05.0935368Z 0% |############################ | 45% 2025-12-04T08:53:05.0935703Z 0% |############################ | 45% 2025-12-04T08:53:05.0936036Z 0% |############################ | 45% 2025-12-04T08:53:05.0936357Z 0% |############################ | 45% 2025-12-04T08:53:05.0936692Z 0% |############################# | 45% 2025-12-04T08:53:05.0937011Z 0% |############################# | 45% 2025-12-04T08:53:05.0937349Z 0% |############################# | 45% 2025-12-04T08:53:05.0937730Z 0% |############################# | 45% 2025-12-04T08:53:05.0938066Z 0% |############################# | 45% 2025-12-04T08:53:05.0938407Z 0% |############################# | 45% 2025-12-04T08:53:05.0938732Z 0% |############################# | 45% 2025-12-04T08:53:05.0939068Z 0% |############################# | 45% 2025-12-04T08:53:05.0939389Z 0% |############################# | 46% 2025-12-04T08:53:05.0939726Z 0% |############################# | 46% 2025-12-04T08:53:05.0940062Z 0% |############################# | 46% 2025-12-04T08:53:05.0940382Z 0% |############################# | 46% 2025-12-04T08:53:05.0940713Z 0% |############################# | 46% 2025-12-04T08:53:05.0941040Z 0% |############################# | 46% 2025-12-04T08:53:05.0941376Z 0% |############################# | 46% 2025-12-04T08:53:05.0941700Z 0% |############################# | 46% 2025-12-04T08:53:05.0942039Z 0% |############################# | 46% 2025-12-04T08:53:05.0942372Z 0% |############################# | 46% 2025-12-04T08:53:05.0942688Z 0% |############################# | 46% 2025-12-04T08:53:05.0943020Z 0% |############################## | 46% 2025-12-04T08:53:05.0943334Z 0% |############################## | 47% 2025-12-04T08:53:05.0943654Z 0% |############################## | 47% 2025-12-04T08:53:05.0943973Z 0% |############################## | 47% 2025-12-04T08:53:05.0944306Z 0% |############################## | 47% 2025-12-04T08:53:05.0944638Z 0% |############################## | 47% 2025-12-04T08:53:05.0944960Z 0% |############################## | 47% 2025-12-04T08:53:05.0945363Z 0% |############################## | 47% 2025-12-04T08:53:05.0945682Z 0% |############################## | 47% 2025-12-04T08:53:05.0946013Z 0% |############################## | 47% 2025-12-04T08:53:05.0946327Z 0% |############################## | 47% 2025-12-04T08:53:05.0946651Z 0% |############################## | 47% 2025-12-04T08:53:05.0946979Z 0% |############################## | 47% 2025-12-04T08:53:05.0947301Z 0% |############################## | 48% 2025-12-04T08:53:05.0947630Z 0% |############################## | 48% 2025-12-04T08:53:05.0947977Z 0% |############################## | 48% 2025-12-04T08:53:05.0948302Z 0% |############################## | 48% 2025-12-04T08:53:05.0948631Z 0% |############################## | 48% 2025-12-04T08:53:05.0948950Z 0% |############################## | 48% 2025-12-04T08:53:05.0949271Z 0% |############################### | 48% 2025-12-04T08:53:05.0949584Z 0% |############################### | 48% 2025-12-04T08:53:05.0949913Z 0% |############################### | 48% 2025-12-04T08:53:05.0950231Z 0% |############################### | 48% 2025-12-04T08:53:05.0950561Z 0% |############################### | 48% 2025-12-04T08:53:05.0950945Z 0% |############################### | 48% 2025-12-04T08:53:05.0951265Z 0% |############################### | 49% 2025-12-04T08:53:05.0951601Z 0% |############################### | 49% 2025-12-04T08:53:05.0951923Z 0% |############################### | 49% 2025-12-04T08:53:05.0952254Z 0% |############################### | 49% 2025-12-04T08:53:05.0952574Z 0% |############################### | 49% 2025-12-04T08:53:05.0952909Z 0% |############################### | 49% 2025-12-04T08:53:05.0953244Z 0% |############################### | 49% 2025-12-04T08:53:05.0953568Z 0% |############################### | 49% 2025-12-04T08:53:05.0953903Z 0% |############################### | 49% 2025-12-04T08:53:05.0954225Z 0% |############################### | 49% 2025-12-04T08:53:05.0954557Z 0% |############################### | 49% 2025-12-04T08:53:05.0954874Z 0% |############################### | 49% 2025-12-04T08:53:05.0955201Z 0% |############################### | 49% 2025-12-04T08:53:05.0955536Z 0% |################################ | 50% 2025-12-04T08:53:05.0955856Z 0% |################################ | 50% 2025-12-04T08:53:05.0956190Z 0% |################################ | 50% 2025-12-04T08:53:05.0956510Z 0% |################################ | 50% 2025-12-04T08:53:05.0956842Z 0% |################################ | 50% 2025-12-04T08:53:05.0957173Z 0% |################################ | 50% 2025-12-04T08:53:05.0957496Z 0% |################################ | 50% 2025-12-04T08:53:05.0957829Z 0% |################################ | 50% 2025-12-04T08:53:05.0958145Z 0% |################################ | 50% 2025-12-04T08:53:05.0958535Z 0% |################################ | 50% 2025-12-04T08:53:05.0958851Z 0% |################################ | 50% 2025-12-04T08:53:05.0959183Z 0% |################################ | 50% 2025-12-04T08:53:05.0959513Z 0% |################################ | 51% 2025-12-04T08:53:05.0959830Z 0% |################################ | 51% 2025-12-04T08:53:05.0960165Z 0% |################################ | 51% 2025-12-04T08:53:05.0960485Z 0% |################################ | 51% 2025-12-04T08:53:05.0960818Z 0% |################################ | 51% 2025-12-04T08:53:05.0961139Z 0% |################################ | 51% 2025-12-04T08:53:05.0961470Z 0% |################################# | 51% 2025-12-04T08:53:05.0961808Z 0% |################################# | 51% 2025-12-04T08:53:05.0962124Z 0% |################################# | 51% 2025-12-04T08:53:05.0962459Z 0% |################################# | 51% 2025-12-04T08:53:05.0962776Z 0% |################################# | 51% 2025-12-04T08:53:05.0963214Z 0% |################################# | 51% 2025-12-04T08:53:05.0963538Z 0% |################################# | 52% 2025-12-04T08:53:05.0963871Z 0% |################################# | 52% 2025-12-04T08:53:05.0964261Z 0% |################################# | 52% 2025-12-04T08:53:05.0964580Z 0% |################################# | 52% 2025-12-04T08:53:05.0964912Z 0% |################################# | 52% 2025-12-04T08:53:05.0965231Z 0% |################################# | 52% 2025-12-04T08:53:05.0965561Z 0% |################################# | 52% 2025-12-04T08:53:05.0965881Z 0% |################################# | 52% 2025-12-04T08:53:05.0966210Z 0% |################################# | 52% 2025-12-04T08:53:05.0966544Z 0% |################################# | 52% 2025-12-04T08:53:05.0966863Z 0% |################################# | 52% 2025-12-04T08:53:05.0967194Z 0% |################################# | 52% 2025-12-04T08:53:05.0967517Z 0% |################################# | 53% 2025-12-04T08:53:05.0967850Z 0% |################################## | 53% 2025-12-04T08:53:05.0968180Z 0% |################################## | 53% 2025-12-04T08:53:05.0968505Z 0% |################################## | 53% 2025-12-04T08:53:05.0968842Z 0% |################################## | 53% 2025-12-04T08:53:05.0969168Z 0% |################################## | 53% 2025-12-04T08:53:05.0969506Z 0% |################################## | 53% 2025-12-04T08:53:05.0969831Z 0% |################################## | 53% 2025-12-04T08:53:05.0970167Z 0% |################################## | 53% 2025-12-04T08:53:05.0970499Z 0% |################################## | 53% 2025-12-04T08:53:05.0970978Z 0% |################################## | 53% 2025-12-04T08:53:05.0971320Z 0% |################################## | 53% 2025-12-04T08:53:05.0971760Z 0% |################################## | 54% 2025-12-04T08:53:05.0972104Z 0% |################################## | 54% 2025-12-04T08:53:05.0972432Z 0% |################################## | 54% 2025-12-04T08:53:05.0972782Z 0% |################################## | 54% 2025-12-04T08:53:05.0973123Z 0% |################################## | 54% 2025-12-04T08:53:05.0973452Z 0% |################################## | 54% 2025-12-04T08:53:05.0973794Z 0% |################################## | 54% 2025-12-04T08:53:05.0974121Z 0% |################################## | 54% 2025-12-04T08:53:05.0974469Z 0% |################################### | 54% 2025-12-04T08:53:05.0974795Z 0% |################################### | 54% 2025-12-04T08:53:05.0975142Z 0% |################################### | 54% 2025-12-04T08:53:05.0975479Z 0% |################################### | 54% 2025-12-04T08:53:05.0975803Z 0% |################################### | 55% 2025-12-04T08:53:05.0976138Z 0% |################################### | 55% 2025-12-04T08:53:05.0976462Z 0% |################################### | 55% 2025-12-04T08:53:05.0976799Z 0% |################################### | 55% 2025-12-04T08:53:05.0977134Z 0% |################################### | 55% 2025-12-04T08:53:05.0977531Z 0% |################################### | 55% 2025-12-04T08:53:05.0977870Z 0% |################################### | 55% 2025-12-04T08:53:05.0978195Z 0% |################################### | 55% 2025-12-04T08:53:05.0978535Z 0% |################################### | 55% 2025-12-04T08:53:05.0978859Z 0% |################################### | 55% 2025-12-04T08:53:05.0979194Z 0% |################################### | 55% 2025-12-04T08:53:05.0979534Z 0% |################################### | 55% 2025-12-04T08:53:05.0979863Z 0% |################################### | 56% 2025-12-04T08:53:05.0980204Z 0% |################################### | 56% 2025-12-04T08:53:05.0980531Z 0% |################################### | 56% 2025-12-04T08:53:05.0980872Z 0% |#################################### | 56% 2025-12-04T08:53:05.0981199Z 0% |#################################### | 56% 2025-12-04T08:53:05.0981537Z 0% |#################################### | 56% 2025-12-04T08:53:05.0981877Z 0% |#################################### | 56% 2025-12-04T08:53:05.0982202Z 0% |#################################### | 56% 2025-12-04T08:53:05.0982540Z 0% |#################################### | 56% 2025-12-04T08:53:05.0982865Z 0% |#################################### | 56% 2025-12-04T08:53:05.0983201Z 0% |#################################### | 56% 2025-12-04T08:53:05.0983528Z 0% |#################################### | 56% 2025-12-04T08:53:05.0983866Z 0% |#################################### | 57% 2025-12-04T08:53:05.0984204Z 0% |#################################### | 57% 2025-12-04T08:53:05.0984529Z 0% |#################################### | 57% 2025-12-04T08:53:05.0984871Z 0% |#################################### | 57% 2025-12-04T08:53:05.0985256Z 0% |#################################### | 57% 2025-12-04T08:53:05.0985594Z 0% |#################################### | 57% 2025-12-04T08:53:05.0985934Z 0% |#################################### | 57% 2025-12-04T08:53:05.0986258Z 0% |#################################### | 57% 2025-12-04T08:53:05.0986594Z 0% |#################################### | 57% 2025-12-04T08:53:05.0986922Z 0% |#################################### | 57% 2025-12-04T08:53:05.0987262Z 0% |##################################### | 57% 2025-12-04T08:53:05.0987590Z 0% |##################################### | 57% 2025-12-04T08:53:05.0987929Z 0% |##################################### | 58% 2025-12-04T08:53:05.0988269Z 0% |##################################### | 58% 2025-12-04T08:53:05.0988597Z 0% |##################################### | 58% 2025-12-04T08:53:05.0988937Z 0% |##################################### | 58% 2025-12-04T08:53:05.0989262Z 0% |##################################### | 58% 2025-12-04T08:53:05.0989598Z 0% |##################################### | 58% 2025-12-04T08:53:05.0989923Z 0% |##################################### | 58% 2025-12-04T08:53:05.0990260Z 0% |##################################### | 58% 2025-12-04T08:53:05.0990596Z 0% |##################################### | 58% 2025-12-04T08:53:05.0990989Z 0% |##################################### | 58% 2025-12-04T08:53:05.0991329Z 0% |##################################### | 58% 2025-12-04T08:53:05.0991658Z 0% |##################################### | 58% 2025-12-04T08:53:05.0992056Z 0% |##################################### | 59% 2025-12-04T08:53:05.0992402Z 0% |##################################### | 59% 2025-12-04T08:53:05.0992738Z 0% |##################################### | 59% 2025-12-04T08:53:05.0993073Z 0% |##################################### | 59% 2025-12-04T08:53:05.0993399Z 0% |##################################### | 59% 2025-12-04T08:53:05.0993739Z 0% |###################################### | 59% 2025-12-04T08:53:05.0994062Z 0% |###################################### | 59% 2025-12-04T08:53:05.0994404Z 0% |###################################### | 59% 2025-12-04T08:53:05.0994741Z 0% |###################################### | 59% 2025-12-04T08:53:05.0995066Z 0% |###################################### | 59% 2025-12-04T08:53:05.0995404Z 0% |###################################### | 59% 2025-12-04T08:53:05.0995728Z 0% |###################################### | 59% 2025-12-04T08:53:05.0996061Z 0% |###################################### | 59% 2025-12-04T08:53:05.0996386Z 0% |###################################### | 60% 2025-12-04T08:53:05.0996722Z 0% |###################################### | 60% 2025-12-04T08:53:05.0997062Z 0% |###################################### | 60% 2025-12-04T08:53:05.0997386Z 0% |###################################### | 60% 2025-12-04T08:53:05.0997731Z 0% |###################################### | 60% 2025-12-04T08:53:05.0998057Z 0% |###################################### | 60% 2025-12-04T08:53:05.0998396Z 0% |###################################### | 60% 2025-12-04T08:53:05.0998783Z 0% |###################################### | 60% 2025-12-04T08:53:05.0999124Z 0% |###################################### | 60% 2025-12-04T08:53:05.0999462Z 0% |###################################### | 60% 2025-12-04T08:53:05.0999786Z 0% |###################################### | 60% 2025-12-04T08:53:05.1000122Z 0% |####################################### | 60% 2025-12-04T08:53:05.1000446Z 0% |####################################### | 61% 2025-12-04T08:53:05.1000808Z 0% |####################################### | 61% 2025-12-04T08:53:05.1001137Z 0% |####################################### | 61% 2025-12-04T08:53:05.1001485Z 0% |####################################### | 61% 2025-12-04T08:53:05.1001828Z 0% |####################################### | 61% 2025-12-04T08:53:05.1002160Z 0% |####################################### | 61% 2025-12-04T08:53:05.1002503Z 0% |####################################### | 61% 2025-12-04T08:53:05.1002832Z 0% |####################################### | 61% 2025-12-04T08:53:05.1003262Z 0% |####################################### | 61% 2025-12-04T08:53:05.1003605Z 0% |####################################### | 61% 2025-12-04T08:53:05.1003936Z 0% |####################################### | 61% 2025-12-04T08:53:05.1004278Z 0% |####################################### | 61% 2025-12-04T08:53:05.1004674Z 0% |####################################### | 62% 2025-12-04T08:53:05.1005015Z 0% |####################################### | 62% 2025-12-04T08:53:05.1005343Z 0% |####################################### | 62% 2025-12-04T08:53:05.1005691Z 0% |####################################### | 62% 2025-12-04T08:53:05.1006032Z 0% |####################################### | 62% 2025-12-04T08:53:05.1006359Z 0% |####################################### | 62% 2025-12-04T08:53:05.1006698Z 0% |######################################## | 62% 2025-12-04T08:53:05.1007026Z 0% |######################################## | 62% 2025-12-04T08:53:05.1007365Z 0% |######################################## | 62% 2025-12-04T08:53:05.1007690Z 0% |######################################## | 62% 2025-12-04T08:53:05.1008030Z 0% |######################################## | 62% 2025-12-04T08:53:05.1008371Z 0% |######################################## | 62% 2025-12-04T08:53:05.1008695Z 0% |######################################## | 63% 2025-12-04T08:53:05.1009036Z 0% |######################################## | 63% 2025-12-04T08:53:05.1009359Z 0% |######################################## | 63% 2025-12-04T08:53:05.1009696Z 0% |######################################## | 63% 2025-12-04T08:53:05.1010020Z 0% |######################################## | 63% 2025-12-04T08:53:05.1010354Z 0% |######################################## | 63% 2025-12-04T08:53:05.1010690Z 0% |######################################## | 63% 2025-12-04T08:53:05.1011017Z 0% |######################################## | 63% 2025-12-04T08:53:05.1011357Z 0% |######################################## | 63% 2025-12-04T08:53:05.1011682Z 0% |######################################## | 63% 2025-12-04T08:53:05.1012017Z 0% |######################################## | 63% 2025-12-04T08:53:05.1012408Z 0% |######################################## | 63% 2025-12-04T08:53:05.1012735Z 0% |######################################## | 64% 2025-12-04T08:53:05.1013074Z 0% |######################################### | 64% 2025-12-04T08:53:05.1013399Z 0% |######################################### | 64% 2025-12-04T08:53:05.1013740Z 0% |######################################### | 64% 2025-12-04T08:53:05.1014067Z 0% |######################################### | 64% 2025-12-04T08:53:05.1014408Z 0% |######################################### | 64% 2025-12-04T08:53:05.1014751Z 0% |######################################### | 64% 2025-12-04T08:53:05.1015078Z 0% |######################################### | 64% 2025-12-04T08:53:05.1015412Z 0% |######################################### | 64% 2025-12-04T08:53:05.1015743Z 0% |######################################### | 64% 2025-12-04T08:53:05.1016077Z 0% |######################################### | 64% 2025-12-04T08:53:05.1016405Z 0% |######################################### | 64% 2025-12-04T08:53:05.1016744Z 0% |######################################### | 65% 2025-12-04T08:53:05.1017078Z 0% |######################################### | 65% 2025-12-04T08:53:05.1017403Z 0% |######################################### | 65% 2025-12-04T08:53:05.1017738Z 0% |######################################### | 65% 2025-12-04T08:53:05.1018113Z 0% |######################################### | 65% 2025-12-04T08:53:05.1018451Z 0% |######################################### | 65% 2025-12-04T08:53:05.1018775Z 0% |######################################### | 65% 2025-12-04T08:53:05.1019115Z 0% |######################################### | 65% 2025-12-04T08:53:05.1019453Z 0% |########################################## | 65% 2025-12-04T08:53:05.1019778Z 0% |########################################## | 65% 2025-12-04T08:53:05.1020112Z 0% |########################################## | 65% 2025-12-04T08:53:05.1020438Z 0% |########################################## | 65% 2025-12-04T08:53:05.1020774Z 0% |########################################## | 66% 2025-12-04T08:53:05.1021113Z 0% |########################################## | 66% 2025-12-04T08:53:05.1021440Z 0% |########################################## | 66% 2025-12-04T08:53:05.1021776Z 0% |########################################## | 66% 2025-12-04T08:53:05.1022099Z 0% |########################################## | 66% 2025-12-04T08:53:05.1022441Z 0% |########################################## | 66% 2025-12-04T08:53:05.1022767Z 0% |########################################## | 66% 2025-12-04T08:53:05.1023102Z 0% |########################################## | 66% 2025-12-04T08:53:05.1023444Z 0% |########################################## | 66% 2025-12-04T08:53:05.1023770Z 0% |########################################## | 66% 2025-12-04T08:53:05.1024111Z 0% |########################################## | 66% 2025-12-04T08:53:05.1024434Z 0% |########################################## | 66% 2025-12-04T08:53:05.1024774Z 0% |########################################## | 67% 2025-12-04T08:53:05.1025100Z 0% |########################################## | 67% 2025-12-04T08:53:05.1025437Z 0% |########################################### | 67% 2025-12-04T08:53:05.1025829Z 0% |########################################### | 67% 2025-12-04T08:53:05.1026151Z 0% |########################################### | 67% 2025-12-04T08:53:05.1026489Z 0% |########################################### | 67% 2025-12-04T08:53:05.1026812Z 0% |########################################### | 67% 2025-12-04T08:53:05.1027150Z 0% |########################################### | 67% 2025-12-04T08:53:05.1027475Z 0% |########################################### | 67% 2025-12-04T08:53:05.1027810Z 0% |########################################### | 67% 2025-12-04T08:53:05.1028147Z 0% |########################################### | 67% 2025-12-04T08:53:05.1028472Z 0% |########################################### | 67% 2025-12-04T08:53:05.1028814Z 0% |########################################### | 68% 2025-12-04T08:53:05.1029140Z 0% |########################################### | 68% 2025-12-04T08:53:05.1029477Z 0% |########################################### | 68% 2025-12-04T08:53:05.1029802Z 0% |########################################### | 68% 2025-12-04T08:53:05.1030141Z 0% |########################################### | 68% 2025-12-04T08:53:05.1030480Z 0% |########################################### | 68% 2025-12-04T08:53:05.1030810Z 0% |########################################### | 68% 2025-12-04T08:53:05.1031149Z 0% |########################################### | 68% 2025-12-04T08:53:05.1031524Z 0% |########################################### | 68% 2025-12-04T08:53:05.1031863Z 0% |############################################ | 68% 2025-12-04T08:53:05.1032205Z 0% |############################################ | 68% 2025-12-04T08:53:05.1032529Z 0% |############################################ | 68% 2025-12-04T08:53:05.1032867Z 0% |############################################ | 69% 2025-12-04T08:53:05.1033192Z 0% |############################################ | 69% 2025-12-04T08:53:05.1033529Z 0% |############################################ | 69% 2025-12-04T08:53:05.1033855Z 0% |############################################ | 69% 2025-12-04T08:53:05.1034192Z 0% |############################################ | 69% 2025-12-04T08:53:05.1034530Z 0% |############################################ | 69% 2025-12-04T08:53:05.1034857Z 0% |############################################ | 69% 2025-12-04T08:53:05.1035195Z 0% |############################################ | 69% 2025-12-04T08:53:05.1035526Z 0% |############################################ | 69% 2025-12-04T08:53:05.1035866Z 0% |############################################ | 69% 2025-12-04T08:53:05.1036193Z 0% |############################################ | 69% 2025-12-04T08:53:05.1036536Z 0% |############################################ | 69% 2025-12-04T08:53:05.1036870Z 0% |############################################ | 69% 2025-12-04T08:53:05.1037199Z 0% |############################################ | 70% 2025-12-04T08:53:05.1037542Z 0% |############################################ | 70% 2025-12-04T08:53:05.1037875Z 0% |############################################ | 70% 2025-12-04T08:53:05.1038210Z 0% |############################################# | 70% 2025-12-04T08:53:05.1038536Z 0% |############################################# | 70% 2025-12-04T08:53:05.1038930Z 0% |############################################# | 70% 2025-12-04T08:53:05.1039274Z 0% |############################################# | 70% 2025-12-04T08:53:05.1039600Z 0% |############################################# | 70% 2025-12-04T08:53:05.1039937Z 0% |############################################# | 70% 2025-12-04T08:53:05.1040259Z 0% |############################################# | 70% 2025-12-04T08:53:05.1040593Z 0% |############################################# | 70% 2025-12-04T08:53:05.1040927Z 0% |############################################# | 70% 2025-12-04T08:53:05.1041257Z 0% |############################################# | 71% 2025-12-04T08:53:05.1041592Z 0% |############################################# | 71% 2025-12-04T08:53:05.1041915Z 0% |############################################# | 71% 2025-12-04T08:53:05.1042252Z 0% |############################################# | 71% 2025-12-04T08:53:05.1042575Z 0% |############################################# | 71% 2025-12-04T08:53:05.1042902Z 0% |############################################# | 71% 2025-12-04T08:53:05.1043317Z 0% |############################################# | 71% 2025-12-04T08:53:05.1043641Z 0% |############################################# | 71% 2025-12-04T08:53:05.1043981Z 0% |############################################# | 71% 2025-12-04T08:53:05.1044310Z 0% |############################################# | 71% 2025-12-04T08:53:05.1044723Z 0% |############################################## | 71% 2025-12-04T08:53:05.1045045Z 0% |############################################## | 71% 2025-12-04T08:53:05.1045382Z 0% |############################################## | 72% 2025-12-04T08:53:05.1045722Z 0% |############################################## | 72% 2025-12-04T08:53:05.1046043Z 0% |############################################## | 72% 2025-12-04T08:53:05.1046380Z 0% |############################################## | 72% 2025-12-04T08:53:05.1046706Z 0% |############################################## | 72% 2025-12-04T08:53:05.1047040Z 0% |############################################## | 72% 2025-12-04T08:53:05.1047363Z 0% |############################################## | 72% 2025-12-04T08:53:05.1047690Z 0% |############################################## | 72% 2025-12-04T08:53:05.1048026Z 0% |############################################## | 72% 2025-12-04T08:53:05.1048345Z 0% |############################################## | 72% 2025-12-04T08:53:05.1048684Z 0% |############################################## | 72% 2025-12-04T08:53:05.1049023Z 0% |############################################## | 72% 2025-12-04T08:53:05.1049355Z 0% |############################################## | 73% 2025-12-04T08:53:05.1049693Z 0% |############################################## | 73% 2025-12-04T08:53:05.1050015Z 0% |############################################## | 73% 2025-12-04T08:53:05.1050345Z 0% |############################################## | 73% 2025-12-04T08:53:05.1050668Z 0% |############################################## | 73% 2025-12-04T08:53:05.1051001Z 0% |############################################### | 73% 2025-12-04T08:53:05.1051328Z 0% |############################################### | 73% 2025-12-04T08:53:05.1051667Z 0% |############################################### | 73% 2025-12-04T08:53:05.1052003Z 0% |############################################### | 73% 2025-12-04T08:53:05.1052383Z 0% |############################################### | 73% 2025-12-04T08:53:05.1052720Z 0% |############################################### | 73% 2025-12-04T08:53:05.1053044Z 0% |############################################### | 73% 2025-12-04T08:53:05.1053377Z 0% |############################################### | 74% 2025-12-04T08:53:05.1053701Z 0% |############################################### | 74% 2025-12-04T08:53:05.1054043Z 0% |############################################### | 74% 2025-12-04T08:53:05.1054381Z 0% |############################################### | 74% 2025-12-04T08:53:05.1054704Z 0% |############################################### | 74% 2025-12-04T08:53:05.1055037Z 0% |############################################### | 74% 2025-12-04T08:53:05.1055360Z 0% |############################################### | 74% 2025-12-04T08:53:05.1055700Z 0% |############################################### | 74% 2025-12-04T08:53:05.1056022Z 0% |############################################### | 74% 2025-12-04T08:53:05.1056358Z 0% |############################################### | 74% 2025-12-04T08:53:05.1056696Z 0% |############################################### | 74% 2025-12-04T08:53:05.1057023Z 0% |############################################### | 74% 2025-12-04T08:53:05.1057362Z 0% |################################################ | 75% 2025-12-04T08:53:05.1057688Z 0% |################################################ | 75% 2025-12-04T08:53:05.1058077Z 0% |################################################ | 75% 2025-12-04T08:53:05.1058416Z 0% |################################################ | 75% 2025-12-04T08:53:05.1058741Z 0% |################################################ | 75% 2025-12-04T08:53:05.1059078Z 0% |################################################ | 75% 2025-12-04T08:53:05.1059400Z 0% |################################################ | 75% 2025-12-04T08:53:05.1059731Z 0% |################################################ | 75% 2025-12-04T08:53:05.1060055Z 0% |################################################ | 75% 2025-12-04T08:53:05.1060393Z 0% |################################################ | 75% 2025-12-04T08:53:05.1060725Z 0% |################################################ | 75% 2025-12-04T08:53:05.1061048Z 0% |################################################ | 75% 2025-12-04T08:53:05.1061385Z 0% |################################################ | 76% 2025-12-04T08:53:05.1061709Z 0% |################################################ | 76% 2025-12-04T08:53:05.1062046Z 0% |################################################ | 76% 2025-12-04T08:53:05.1062375Z 0% |################################################ | 76% 2025-12-04T08:53:05.1062706Z 0% |################################################ | 76% 2025-12-04T08:53:05.1063040Z 0% |################################################ | 76% 2025-12-04T08:53:05.1063366Z 0% |################################################ | 76% 2025-12-04T08:53:05.1063708Z 0% |################################################# | 76% 2025-12-04T08:53:05.1064032Z 0% |################################################# | 76% 2025-12-04T08:53:05.1064371Z 0% |################################################# | 76% 2025-12-04T08:53:05.1064698Z 0% |################################################# | 76% 2025-12-04T08:53:05.1065030Z 0% |################################################# | 76% 2025-12-04T08:53:05.1065359Z 0% |################################################# | 77% 2025-12-04T08:53:05.1065738Z 0% |################################################# | 77% 2025-12-04T08:53:05.1066071Z 0% |################################################# | 77% 2025-12-04T08:53:05.1066386Z 0% |################################################# | 77% 2025-12-04T08:53:05.1066717Z 0% |################################################# | 77% 2025-12-04T08:53:05.1067051Z 0% |################################################# | 77% 2025-12-04T08:53:05.1067374Z 0% |################################################# | 77% 2025-12-04T08:53:05.1067716Z 0% |################################################# | 77% 2025-12-04T08:53:05.1068046Z 0% |################################################# | 77% 2025-12-04T08:53:05.1068384Z 0% |################################################# | 77% 2025-12-04T08:53:05.1068713Z 0% |################################################# | 77% 2025-12-04T08:53:05.1069058Z 0% |################################################# | 77% 2025-12-04T08:53:05.1069400Z 0% |################################################# | 78% 2025-12-04T08:53:05.1069728Z 0% |################################################# | 78% 2025-12-04T08:53:05.1070071Z 0% |################################################## | 78% 2025-12-04T08:53:05.1070399Z 0% |################################################## | 78% 2025-12-04T08:53:05.1070896Z 0% |################################################## | 78% 2025-12-04T08:53:05.1071227Z 0% |################################################## | 78% 2025-12-04T08:53:05.1071673Z 0% |################################################## | 78% 2025-12-04T08:53:05.1072016Z 0% |################################################## | 78% 2025-12-04T08:53:05.1072344Z 0% |################################################## | 78% 2025-12-04T08:53:05.1072690Z 0% |################################################## | 78% 2025-12-04T08:53:05.1073018Z 0% |################################################## | 78% 2025-12-04T08:53:05.1073362Z 0% |################################################## | 78% 2025-12-04T08:53:05.1073690Z 0% |################################################## | 79% 2025-12-04T08:53:05.1074034Z 0% |################################################## | 79% 2025-12-04T08:53:05.1074372Z 0% |################################################## | 79% 2025-12-04T08:53:05.1074700Z 0% |################################################## | 79% 2025-12-04T08:53:05.1075040Z 0% |################################################## | 79% 2025-12-04T08:53:05.1075367Z 0% |################################################## | 79% 2025-12-04T08:53:05.1075705Z 0% |################################################## | 79% 2025-12-04T08:53:05.1076031Z 0% |################################################## | 79% 2025-12-04T08:53:05.1076366Z 0% |################################################## | 79% 2025-12-04T08:53:05.1076704Z 0% |################################################### | 79% 2025-12-04T08:53:05.1077028Z 0% |################################################### | 79% 2025-12-04T08:53:05.1077364Z 0% |################################################### | 79% 2025-12-04T08:53:05.1077688Z 0% |################################################### | 79% 2025-12-04T08:53:05.1078025Z 0% |################################################### | 80% 2025-12-04T08:53:05.1078364Z 0% |################################################### | 80% 2025-12-04T08:53:05.1078688Z 0% |################################################### | 80% 2025-12-04T08:53:05.1079024Z 0% |################################################### | 80% 2025-12-04T08:53:05.1079429Z 0% |################################################### | 80% 2025-12-04T08:53:05.1079767Z 0% |################################################### | 80% 2025-12-04T08:53:05.1080097Z 0% |################################################### | 80% 2025-12-04T08:53:05.1080438Z 0% |################################################### | 80% 2025-12-04T08:53:05.1080778Z 0% |################################################### | 80% 2025-12-04T08:53:05.1081105Z 0% |################################################### | 80% 2025-12-04T08:53:05.1081445Z 0% |################################################### | 80% 2025-12-04T08:53:05.1081771Z 0% |################################################### | 80% 2025-12-04T08:53:05.1082108Z 0% |################################################### | 81% 2025-12-04T08:53:05.1082433Z 0% |################################################### | 81% 2025-12-04T08:53:05.1082774Z 0% |################################################### | 81% 2025-12-04T08:53:05.1083207Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1083534Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1083875Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1084202Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1084543Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1084873Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1085267Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1085606Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1085933Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1086269Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1086596Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1086939Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1087280Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1087607Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1087944Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1088266Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1088607Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1088932Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1089271Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1089608Z 0% |##################################################### | 82% 2025-12-04T08:53:05.1089932Z 0% |##################################################### | 82% 2025-12-04T08:53:05.1090268Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1090592Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1090931Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1091254Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1091594Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1091934Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1092260Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1092672Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1092997Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1093333Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1093655Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1093991Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1094327Z 0% |##################################################### | 84% 2025-12-04T08:53:05.1094652Z 0% |##################################################### | 84% 2025-12-04T08:53:05.1094990Z 0% |##################################################### | 84% 2025-12-04T08:53:05.1095314Z 0% |##################################################### | 84% 2025-12-04T08:53:05.1095650Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1095989Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096093Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096200Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096304Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096423Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096526Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096634Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1096805Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1096908Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097018Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097142Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097248Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097353Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097470Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097573Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097679Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097783Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1097901Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1098004Z 0% |####################################################### | 85% 2025-12-04T08:53:05.1098108Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098228Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098334Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098437Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098552Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098657Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098762Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098879Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1098986Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1099090Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1099194Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1099424Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1099531Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1099637Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1099758Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1099864Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1099970Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1100091Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1100201Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1100306Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1100427Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1100536Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1100642Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1100748Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1100869Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1100975Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101082Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101203Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101358Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101464Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101583Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101692Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101798Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1101919Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1102025Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1102130Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1102235Z 0% |######################################################## | 89% 2025-12-04T08:53:05.1102355Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1102464Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1102571Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1102695Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1102805Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1102909Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103028Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103133Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103240Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103357Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103465Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103573Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1103678Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1103796Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1103951Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1104054Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1104172Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1104276Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1104380Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1116183Z 0% |########################################################## | 90% 2025-12-04T08:53:05.1116386Z 0% |########################################################## | 90% 2025-12-04T08:53:05.1116512Z 0% |########################################################## | 90% 2025-12-04T08:53:05.1116634Z 0% |########################################################## | 90% 2025-12-04T08:53:05.1116740Z 0% |########################################################## | 90% 2025-12-04T08:53:05.1116852Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1116956Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117078Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117186Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117292Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117410Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117511Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117733Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117854Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1117957Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1118065Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1118182Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1118287Z 0% |########################################################## | 92% 2025-12-04T08:53:05.1118390Z 0% |########################################################## | 92% 2025-12-04T08:53:05.1118493Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1118612Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1118717Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1118826Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1118944Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1119048Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1119155Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1119271Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1119377Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1119480Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1119600Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1119703Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1119806Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1119913Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1120028Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1120128Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1120298Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1120418Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1120521Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1120625Z 0% |############################################################ | 93% 2025-12-04T08:53:05.1120743Z 0% |############################################################ | 93% 2025-12-04T08:53:05.1120845Z 0% |############################################################ | 93% 2025-12-04T08:53:05.1120948Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121068Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121172Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121276Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121383Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121501Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121608Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121712Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121831Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1121934Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1122037Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1122208Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1122348Z 0% |############################################################ | 95% 2025-12-04T08:53:05.1122489Z 0% |############################################################ | 95% 2025-12-04T08:53:05.1122608Z 0% |############################################################ | 95% 2025-12-04T08:53:05.1122712Z 0% |############################################################ | 95% 2025-12-04T08:53:05.1122815Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1122916Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123036Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123248Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123352Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123471Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123575Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123682Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1123798Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1123902Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124006Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124123Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124228Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124332Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124445Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124552Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124657Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124844Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1124959Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1125065Z 0% |############################################################## | 96% 2025-12-04T08:53:05.1125169Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125284Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125387Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125491Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125603Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125712Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125815Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1125938Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1126044Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1126149Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1126254Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1126370Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1126475Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1126580Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1126748Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1126854Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1126960Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1127079Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1127182Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1127286Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1127403Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1127506Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1127609Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1127711Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1127831Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1127935Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128038Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128160Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128264Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128368Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128486Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128593Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128695Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128813Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1128921Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1129025Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1129128Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1129300Z 0% |################################################################| 100% 2025-12-04T08:53:05.1129610Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-images-idx3-ubyte.gz ... 2025-12-04T08:53:05.1129955Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2025-12-04T08:53:05.1129963Z 2025-12-04T08:53:05.1130088Z 0% | | 0% 2025-12-04T08:53:05.1130194Z 0% |################## | 28% 2025-12-04T08:53:05.1130299Z 0% |#################################### | 56% 2025-12-04T08:53:05.1130415Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1130526Z 0% |################################################################| 100% 2025-12-04T08:53:05.1130814Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-labels-idx1-ubyte.gz ... 2025-12-04T08:53:05.1131135Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2025-12-04T08:53:05.1131144Z 2025-12-04T08:53:05.1131252Z 0% | | 0% 2025-12-04T08:53:05.1131359Z 0% | | 0% 2025-12-04T08:53:05.1131475Z 0% | | 0% 2025-12-04T08:53:05.1131578Z 0% | | 1% 2025-12-04T08:53:05.1131684Z 0% |# | 1% 2025-12-04T08:53:05.1131782Z 0% |# | 2% 2025-12-04T08:53:05.1131950Z 0% |# | 2% 2025-12-04T08:53:05.1132054Z 0% |## | 3% 2025-12-04T08:53:05.1132158Z 0% |## | 3% 2025-12-04T08:53:05.1132272Z 0% |## | 4% 2025-12-04T08:53:05.1132377Z 0% |### | 4% 2025-12-04T08:53:05.1132479Z 0% |### | 5% 2025-12-04T08:53:05.1132593Z 0% |### | 5% 2025-12-04T08:53:05.1132698Z 0% |#### | 6% 2025-12-04T08:53:05.1132800Z 0% |#### | 6% 2025-12-04T08:53:05.1132913Z 0% |#### | 7% 2025-12-04T08:53:05.1133017Z 0% |##### | 7% 2025-12-04T08:53:05.1133118Z 0% |##### | 8% 2025-12-04T08:53:05.1133222Z 0% |##### | 8% 2025-12-04T08:53:05.1133336Z 0% |###### | 9% 2025-12-04T08:53:05.1133437Z 0% |###### | 9% 2025-12-04T08:53:05.1133545Z 0% |###### | 10% 2025-12-04T08:53:05.1133661Z 0% |###### | 10% 2025-12-04T08:53:05.1133765Z 0% |####### | 11% 2025-12-04T08:53:05.1133869Z 0% |####### | 11% 2025-12-04T08:53:05.1133983Z 0% |####### | 12% 2025-12-04T08:53:05.1134088Z 0% |######## | 12% 2025-12-04T08:53:05.1134189Z 0% |######## | 13% 2025-12-04T08:53:05.1134303Z 0% |######## | 13% 2025-12-04T08:53:05.1134452Z 0% |######### | 14% 2025-12-04T08:53:05.1134554Z 0% |######### | 14% 2025-12-04T08:53:05.1134656Z 0% |######### | 15% 2025-12-04T08:53:05.1134770Z 0% |########## | 15% 2025-12-04T08:53:05.1134872Z 0% |########## | 16% 2025-12-04T08:53:05.1134974Z 0% |########## | 16% 2025-12-04T08:53:05.1135090Z 0% |########### | 17% 2025-12-04T08:53:05.1135195Z 0% |########### | 17% 2025-12-04T08:53:05.1135297Z 0% |########### | 18% 2025-12-04T08:53:05.1135412Z 0% |############ | 18% 2025-12-04T08:53:05.1135518Z 0% |############ | 19% 2025-12-04T08:53:05.1135620Z 0% |############ | 19% 2025-12-04T08:53:05.1135738Z 0% |############# | 20% 2025-12-04T08:53:05.1135839Z 0% |############# | 20% 2025-12-04T08:53:05.1135940Z 0% |############# | 21% 2025-12-04T08:53:05.1136043Z 0% |############# | 21% 2025-12-04T08:53:05.1136159Z 0% |############## | 22% 2025-12-04T08:53:05.1136310Z 0% |############## | 22% 2025-12-04T08:53:05.1136414Z 0% |############## | 23% 2025-12-04T08:53:05.1136528Z 0% |############### | 23% 2025-12-04T08:53:05.1136637Z 0% |############### | 24% 2025-12-04T08:53:05.1136738Z 0% |############### | 24% 2025-12-04T08:53:05.1136856Z 0% |################ | 25% 2025-12-04T08:53:05.1136962Z 0% |################ | 25% 2025-12-04T08:53:05.1137066Z 0% |################ | 26% 2025-12-04T08:53:05.1137184Z 0% |################# | 26% 2025-12-04T08:53:05.1137289Z 0% |################# | 27% 2025-12-04T08:53:05.1137397Z 0% |################# | 27% 2025-12-04T08:53:05.1137501Z 0% |################## | 28% 2025-12-04T08:53:05.1137615Z 0% |################## | 28% 2025-12-04T08:53:05.1137721Z 0% |################## | 29% 2025-12-04T08:53:05.1137823Z 0% |################### | 29% 2025-12-04T08:53:05.1137944Z 0% |################### | 30% 2025-12-04T08:53:05.1138050Z 0% |################### | 30% 2025-12-04T08:53:05.1138156Z 0% |#################### | 31% 2025-12-04T08:53:05.1138269Z 0% |#################### | 31% 2025-12-04T08:53:05.1138371Z 0% |#################### | 32% 2025-12-04T08:53:05.1138478Z 0% |#################### | 32% 2025-12-04T08:53:05.1138589Z 0% |##################### | 33% 2025-12-04T08:53:05.1138691Z 0% |##################### | 33% 2025-12-04T08:53:05.1138852Z 0% |##################### | 34% 2025-12-04T08:53:05.1138955Z 0% |###################### | 34% 2025-12-04T08:53:05.1139068Z 0% |###################### | 35% 2025-12-04T08:53:05.1139172Z 0% |###################### | 35% 2025-12-04T08:53:05.1139274Z 0% |####################### | 36% 2025-12-04T08:53:05.1139387Z 0% |####################### | 36% 2025-12-04T08:53:05.1139489Z 0% |####################### | 37% 2025-12-04T08:53:05.1139597Z 0% |######################## | 37% 2025-12-04T08:53:05.1139709Z 0% |######################## | 38% 2025-12-04T08:53:05.1139812Z 0% |######################## | 38% 2025-12-04T08:53:05.1139920Z 0% |######################### | 39% 2025-12-04T08:53:05.1140033Z 0% |######################### | 39% 2025-12-04T08:53:05.1140134Z 0% |######################### | 40% 2025-12-04T08:53:05.1140239Z 0% |########################## | 40% 2025-12-04T08:53:05.1140342Z 0% |########################## | 41% 2025-12-04T08:53:05.1140455Z 0% |########################## | 41% 2025-12-04T08:53:05.1140563Z 0% |########################### | 42% 2025-12-04T08:53:05.1140726Z 0% |########################### | 42% 2025-12-04T08:53:05.1140842Z 0% |########################### | 43% 2025-12-04T08:53:05.1140948Z 0% |########################### | 43% 2025-12-04T08:53:05.1141055Z 0% |############################ | 44% 2025-12-04T08:53:05.1141171Z 0% |############################ | 44% 2025-12-04T08:53:05.1141275Z 0% |############################ | 45% 2025-12-04T08:53:05.1141379Z 0% |############################# | 45% 2025-12-04T08:53:05.1141495Z 0% |############################# | 46% 2025-12-04T08:53:05.1141598Z 0% |############################# | 46% 2025-12-04T08:53:05.1141701Z 0% |############################## | 47% 2025-12-04T08:53:05.1141821Z 0% |############################## | 47% 2025-12-04T08:53:05.1141921Z 0% |############################## | 48% 2025-12-04T08:53:05.1142024Z 0% |############################### | 48% 2025-12-04T08:53:05.1142135Z 0% |############################### | 49% 2025-12-04T08:53:05.1142247Z 0% |############################### | 49% 2025-12-04T08:53:05.1142348Z 0% |################################ | 50% 2025-12-04T08:53:05.1142453Z 0% |################################ | 50% 2025-12-04T08:53:05.1142569Z 0% |################################ | 51% 2025-12-04T08:53:05.1142672Z 0% |################################# | 51% 2025-12-04T08:53:05.1142775Z 0% |################################# | 52% 2025-12-04T08:53:05.1142896Z 0% |################################# | 52% 2025-12-04T08:53:05.1142998Z 0% |################################## | 53% 2025-12-04T08:53:05.1143101Z 0% |################################## | 53% 2025-12-04T08:53:05.1143267Z 0% |################################## | 54% 2025-12-04T08:53:05.1143370Z 0% |################################## | 54% 2025-12-04T08:53:05.1143474Z 0% |################################### | 55% 2025-12-04T08:53:05.1143578Z 0% |################################### | 55% 2025-12-04T08:53:05.1143696Z 0% |################################### | 56% 2025-12-04T08:53:05.1143799Z 0% |#################################### | 56% 2025-12-04T08:53:05.1143900Z 0% |#################################### | 57% 2025-12-04T08:53:05.1144021Z 0% |#################################### | 57% 2025-12-04T08:53:05.1144127Z 0% |##################################### | 58% 2025-12-04T08:53:05.1144228Z 0% |##################################### | 58% 2025-12-04T08:53:05.1144345Z 0% |##################################### | 59% 2025-12-04T08:53:05.1144448Z 0% |###################################### | 59% 2025-12-04T08:53:05.1144547Z 0% |###################################### | 60% 2025-12-04T08:53:05.1144660Z 0% |###################################### | 60% 2025-12-04T08:53:05.1144763Z 0% |####################################### | 61% 2025-12-04T08:53:05.1144863Z 0% |####################################### | 61% 2025-12-04T08:53:05.1144965Z 0% |####################################### | 62% 2025-12-04T08:53:05.1145127Z 0% |######################################## | 62% 2025-12-04T08:53:05.1145230Z 0% |######################################## | 63% 2025-12-04T08:53:05.1145332Z 0% |######################################## | 63% 2025-12-04T08:53:05.1145451Z 0% |######################################### | 64% 2025-12-04T08:53:05.1145557Z 0% |######################################### | 64% 2025-12-04T08:53:05.1145660Z 0% |######################################### | 65% 2025-12-04T08:53:05.1145773Z 0% |######################################### | 65% 2025-12-04T08:53:05.1145877Z 0% |########################################## | 66% 2025-12-04T08:53:05.1145980Z 0% |########################################## | 66% 2025-12-04T08:53:05.1146094Z 0% |########################################## | 67% 2025-12-04T08:53:05.1146201Z 0% |########################################### | 67% 2025-12-04T08:53:05.1146305Z 0% |########################################### | 68% 2025-12-04T08:53:05.1146411Z 0% |########################################### | 68% 2025-12-04T08:53:05.1146525Z 0% |############################################ | 69% 2025-12-04T08:53:05.1146629Z 0% |############################################ | 69% 2025-12-04T08:53:05.1146732Z 0% |############################################ | 70% 2025-12-04T08:53:05.1146846Z 0% |############################################# | 70% 2025-12-04T08:53:05.1146950Z 0% |############################################# | 71% 2025-12-04T08:53:05.1147054Z 0% |############################################# | 71% 2025-12-04T08:53:05.1147169Z 0% |############################################## | 72% 2025-12-04T08:53:05.1147277Z 0% |############################################## | 72% 2025-12-04T08:53:05.1147380Z 0% |############################################## | 73% 2025-12-04T08:53:05.1147548Z 0% |############################################### | 73% 2025-12-04T08:53:05.1147651Z 0% |############################################### | 74% 2025-12-04T08:53:05.1147755Z 0% |############################################### | 74% 2025-12-04T08:53:05.1147859Z 0% |################################################ | 75% 2025-12-04T08:53:05.1147974Z 0% |################################################ | 75% 2025-12-04T08:53:05.1148078Z 0% |################################################ | 76% 2025-12-04T08:53:05.1148183Z 0% |################################################ | 76% 2025-12-04T08:53:05.1148297Z 0% |################################################# | 77% 2025-12-04T08:53:05.1148405Z 0% |################################################# | 77% 2025-12-04T08:53:05.1148509Z 0% |################################################# | 78% 2025-12-04T08:53:05.1148629Z 0% |################################################## | 78% 2025-12-04T08:53:05.1148732Z 0% |################################################## | 78% 2025-12-04T08:53:05.1148837Z 0% |################################################## | 79% 2025-12-04T08:53:05.1148954Z 0% |################################################### | 79% 2025-12-04T08:53:05.1149056Z 0% |################################################### | 80% 2025-12-04T08:53:05.1149161Z 0% |################################################### | 80% 2025-12-04T08:53:05.1149265Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1149444Z 0% |#################################################### | 81% 2025-12-04T08:53:05.1149547Z 0% |#################################################### | 82% 2025-12-04T08:53:05.1149650Z 0% |##################################################### | 82% 2025-12-04T08:53:05.1149770Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1149873Z 0% |##################################################### | 83% 2025-12-04T08:53:05.1149976Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1150089Z 0% |###################################################### | 84% 2025-12-04T08:53:05.1150194Z 0% |###################################################### | 85% 2025-12-04T08:53:05.1150298Z 0% |####################################################### | 85% 2025-12-04T08:53:05.1150413Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1150522Z 0% |####################################################### | 86% 2025-12-04T08:53:05.1150625Z 0% |####################################################### | 87% 2025-12-04T08:53:05.1150728Z 0% |######################################################## | 87% 2025-12-04T08:53:05.1150848Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1150949Z 0% |######################################################## | 88% 2025-12-04T08:53:05.1151053Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1151169Z 0% |######################################################### | 89% 2025-12-04T08:53:05.1151272Z 0% |######################################################### | 90% 2025-12-04T08:53:05.1151376Z 0% |########################################################## | 90% 2025-12-04T08:53:05.1151489Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1151597Z 0% |########################################################## | 91% 2025-12-04T08:53:05.1151703Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1151816Z 0% |########################################################### | 92% 2025-12-04T08:53:05.1151972Z 0% |########################################################### | 93% 2025-12-04T08:53:05.1152077Z 0% |############################################################ | 93% 2025-12-04T08:53:05.1152180Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1152297Z 0% |############################################################ | 94% 2025-12-04T08:53:05.1152401Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1152502Z 0% |############################################################# | 95% 2025-12-04T08:53:05.1152621Z 0% |############################################################# | 96% 2025-12-04T08:53:05.1152728Z 0% |############################################################## | 96% 2025-12-04T08:53:05.1152831Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1152948Z 0% |############################################################## | 97% 2025-12-04T08:53:05.1153057Z 0% |############################################################## | 98% 2025-12-04T08:53:05.1153160Z 0% |############################################################### | 98% 2025-12-04T08:53:05.1153279Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1153385Z 0% |############################################################### | 99% 2025-12-04T08:53:05.1153495Z 0% |################################################################| 100% 2025-12-04T08:53:05.1153781Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-images-idx3-ubyte.gz ... 2025-12-04T08:53:05.1154102Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2025-12-04T08:53:05.1154108Z 2025-12-04T08:53:05.1154267Z 0% | | 0% 2025-12-04T08:53:05.1154381Z 0% |################################################################| 100% 2025-12-04T08:53:05.1154663Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-labels-idx1-ubyte.gz ... 2025-12-04T08:53:17.5913756Z [531 / 3,250] Executing genrule //:gen_aten; 12s processwrapper-sandbox ... (2 actions running) 2025-12-04T08:53:27.6230144Z [670 / 3,250] Executing genrule //:gen_aten; 22s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:53:29.9122793Z INFO: From GenerateAten aten/src/ATen/ops: 2025-12-04T08:53:29.9137284Z torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h not found 2025-12-04T08:53:29.9138248Z torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h not found 2025-12-04T08:53:29.9139165Z torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h not found 2025-12-04T08:53:33.9044804Z INFO: From Executing genrule //:gen_aten: 2025-12-04T08:53:33.9080628Z bazel-out/k8-fastbuild--cpu-only/bin/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h not found 2025-12-04T08:53:33.9082144Z bazel-out/k8-fastbuild--cpu-only/bin/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h not found 2025-12-04T08:53:33.9083721Z bazel-out/k8-fastbuild--cpu-only/bin/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h not found 2025-12-04T08:53:37.6049113Z [1,109 / 3,250] Executing genrule //:generate-code; 3s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:53:40.4575599Z INFO: From Compiling aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: 2025-12-04T08:53:40.4576611Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:53:40.4577711Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:8: 2025-12-04T08:53:40.4579348Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:40.4581726Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:38:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:40.4583958Z 38 | [=](at::vec::Vectorized self, at::vec::Vectorized other) { return ufunc::add(self, other, _v_alpha); } 2025-12-04T08:53:40.4585376Z | ^ 2025-12-04T08:53:40.4943992Z INFO: From Compiling aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:40.4945457Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:53:40.4946982Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp:5: 2025-12-04T08:53:40.4949592Z 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 = float; Op = std::plus >]': 2025-12-04T08:53:40.4952035Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:40.4953028Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:53:40.4953363Z | ^~~~~~~~~~~~~~ 2025-12-04T08:53:40.8873497Z INFO: From Compiling aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:40.8963679Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:53:40.8964952Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:8: 2025-12-04T08:53:40.8966737Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:40.8969199Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:27:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:40.8971590Z 27 | [maxnorm_v, eps_v, one_v](vec_t norm) -> vec_t { 2025-12-04T08:53:40.8972210Z | ^ 2025-12-04T08:53:41.2950477Z INFO: From Compiling aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:41.2957601Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:53:41.2958153Z from aten/src/ATen/native/cpu/LogSoftmaxKernelImpl.h:5, 2025-12-04T08:53:41.2958981Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp:5: 2025-12-04T08:53:41.2961216Z 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 double*, double*, int64_t, int64_t)::::]': 2025-12-04T08:53:41.2964335Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:41.2965601Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:53:41.2966136Z | ^~~~~~~~~~~~~~ 2025-12-04T08:53:41.6690992Z INFO: From Compiling third_party/miniz-3.0.2/miniz.c: 2025-12-04T08:53:41.6788655Z third_party/miniz-3.0.2/miniz.c:3261:9: note: '#pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.' 2025-12-04T08:53:41.6790158Z 3261 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2025-12-04T08:53:41.6790986Z | ^~~~~~~ 2025-12-04T08:53:42.0023554Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:42.0043521Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:7: 2025-12-04T08:53:42.0045463Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T08:53:42.0047311Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:42.0048894Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T08:53:42.0049654Z | ^~~~~~~~~~~~~~~ 2025-12-04T08:53:42.1118633Z INFO: From Compiling aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:42.1129186Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp:7: 2025-12-04T08:53:42.1130672Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2025-12-04T08:53:42.1132201Z 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 2025-12-04T08:53:42.1133765Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2025-12-04T08:53:42.1134406Z | ^ 2025-12-04T08:53:42.4228901Z INFO: From Compiling aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: 2025-12-04T08:53:42.4248276Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:42.4250618Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp:33:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:42.4252347Z 33 | [](Vec x, Vec y) -> Vec { return x + y; }); 2025-12-04T08:53:42.4252912Z | ^ 2025-12-04T08:53:42.4456507Z INFO: From Compiling aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:42.4578951Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:53:42.4579705Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:13: 2025-12-04T08:53:42.4581002Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:42.4582383Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:352:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:42.4583555Z 352 | [](Vectorized a, Vectorized min, Vectorized max) { 2025-12-04T08:53:42.4584009Z | ^ 2025-12-04T08:53:43.1424508Z INFO: From Compiling aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:43.1427146Z In file included from aten/src/ATen/native/UpSample.h:11, 2025-12-04T08:53:43.1428431Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp:8: 2025-12-04T08:53:43.1430896Z aten/src/ATen/native/cpu/utils.h: In constructor 'at::native::DEFAULT::Vec2::Vec2(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized)': 2025-12-04T08:53:43.1433052Z aten/src/ATen/native/cpu/utils.h:63:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:43.1434553Z 63 | Vec2(Vectorized v0, Vectorized v1) : val0(v0), val1(v1) {} 2025-12-04T08:53:43.1435353Z | ^~~~ 2025-12-04T08:53:43.6696635Z INFO: From Compiling aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:43.6710877Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:53:43.6712198Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp:9: 2025-12-04T08:53:43.6715861Z 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)::::]': 2025-12-04T08:53:43.6719737Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:43.6721355Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:53:43.6721896Z | ^~~~~~~~~~~~~~ 2025-12-04T08:53:44.5177842Z INFO: From Compiling aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:44.5182564Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:53:44.5183829Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:3: 2025-12-04T08:53:44.5185774Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:44.5188434Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:23:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:44.5190340Z 23 | [=](Vectorized self_vec, 2025-12-04T08:53:44.5190918Z | ^ 2025-12-04T08:53:45.9149479Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:45.9151533Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:107: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:45.9153133Z 107 | # pragma unroll 2025-12-04T08:53:45.9153575Z | 2025-12-04T08:53:45.9154980Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:123: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:45.9156581Z 123 | # pragma unroll 2025-12-04T08:53:45.9157019Z | 2025-12-04T08:53:47.2115691Z INFO: From Compiling aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:47.2136130Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:47.2138507Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp:261:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:47.2140278Z 261 | [](Vec x, Vec y) { return x + y; }, 2025-12-04T08:53:47.2140812Z | ^ 2025-12-04T08:53:47.6169572Z [1,520 / 3,250] Executing genrule //:generate-code; 13s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:53:47.8493027Z INFO: From Compiling aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:47.8494636Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:47.8496954Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp:46:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:47.8498438Z 46 | [scale, bias](Vec x, Vec gamma, Vec beta) { 2025-12-04T08:53:47.8498759Z | ^ 2025-12-04T08:53:48.8652110Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp: 2025-12-04T08:53:48.8653473Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:19, 2025-12-04T08:53:48.8654112Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T08:53:48.8654634Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2025-12-04T08:53:48.8655246Z from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:53:48.8655790Z from aten/src/ATen/native/UpSample.h:8, 2025-12-04T08:53:48.8656935Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp:9: 2025-12-04T08:53:48.8661634Z 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]': 2025-12-04T08:53:48.8667294Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:966:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:48.8668560Z 966 | float_vec_return_type dequantize( 2025-12-04T08:53:48.8669127Z | ^~~~~~~~~~ 2025-12-04T08:53:49.4202165Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp: 2025-12-04T08:53:49.4204051Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp:54: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:49.4205493Z 54 | #pragma unroll 2025-12-04T08:53:49.4205876Z | 2025-12-04T08:53:49.9152006Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp: 2025-12-04T08:53:49.9153153Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp:181: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:49.9154297Z 181 | # pragma unroll 2025-12-04T08:53:49.9154546Z | 2025-12-04T08:53:50.0644595Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: 2025-12-04T08:53:50.0646277Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:449: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0647547Z 449 | # pragma unroll 2025-12-04T08:53:50.0647920Z | 2025-12-04T08:53:50.0649895Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:574: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0651261Z 574 | # pragma unroll 2025-12-04T08:53:50.0651648Z | 2025-12-04T08:53:50.0652511Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:660: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0653873Z 660 | # pragma unroll 2025-12-04T08:53:50.0654264Z | 2025-12-04T08:53:50.0655424Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:758: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0656786Z 758 | # pragma unroll 2025-12-04T08:53:50.0657147Z | 2025-12-04T08:53:50.0658378Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:799: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0659708Z 799 | # pragma unroll 2025-12-04T08:53:50.0660051Z | 2025-12-04T08:53:50.0661058Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:933: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0662050Z 933 | # pragma unroll 2025-12-04T08:53:50.0662293Z | 2025-12-04T08:53:50.0663114Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:987: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0664329Z 987 | # pragma unroll 2025-12-04T08:53:50.0664698Z | 2025-12-04T08:53:50.0665749Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1119: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0667102Z 1119 | # pragma unroll 2025-12-04T08:53:50.0667439Z | 2025-12-04T08:53:50.0668571Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1126: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.0669810Z 1126 | # pragma unroll 2025-12-04T08:53:50.0670162Z | 2025-12-04T08:53:50.8806620Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp: 2025-12-04T08:53:50.8809677Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:107: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.8811213Z 107 | # pragma unroll 2025-12-04T08:53:50.8811661Z | 2025-12-04T08:53:50.8813046Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:123: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:50.8814659Z 123 | # pragma unroll 2025-12-04T08:53:50.8815097Z | 2025-12-04T08:53:51.7513566Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp: 2025-12-04T08:53:51.7515713Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp:847: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:51.7517390Z 847 | # pragma unroll 2025-12-04T08:53:51.7517840Z | 2025-12-04T08:53:51.9591265Z INFO: From Compiling aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:51.9593567Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::is_nan_vec(at::vec::DEFAULT::Vectorized) [with scalar_t = unsigned char]': 2025-12-04T08:53:51.9596617Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp:36:32: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:51.9598570Z 36 | vec::Vectorized is_nan_vec(vec::Vectorized vec) { 2025-12-04T08:53:51.9599483Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:53:52.6304871Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp: 2025-12-04T08:53:52.6306973Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:368: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:52.6308726Z 368 | # pragma unroll 2025-12-04T08:53:52.6309188Z | 2025-12-04T08:53:52.6310486Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:377: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:52.6312026Z 377 | # pragma unroll 2025-12-04T08:53:52.6312506Z | 2025-12-04T08:53:52.6313832Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:394: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:52.6315364Z 394 | # pragma unroll 2025-12-04T08:53:52.6315801Z | 2025-12-04T08:53:52.6317114Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:403: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:53:52.6318569Z 403 | # pragma unroll 2025-12-04T08:53:52.6319037Z | 2025-12-04T08:53:53.3615228Z INFO: From Compiling aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:53.3616331Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:53:53.3617590Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:4: 2025-12-04T08:53:53.3619548Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:53:53.3622142Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:62:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:53.3623982Z 62 | [=](Vec /*self_vec*/, 2025-12-04T08:53:53.3624515Z | ^ 2025-12-04T08:53:54.6290769Z INFO: From Compiling aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:54.6293568Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::lerp_vec(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized) [with scalar_t = float]': 2025-12-04T08:53:54.6297685Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp:55:22: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:54.6299827Z 55 | Vectorized lerp_vec(Vectorized start, Vectorized end, Vectorized weight) { 2025-12-04T08:53:54.6300906Z | ^~~~~~~~ 2025-12-04T08:53:54.7746974Z INFO: From Compiling external/sleef/dispavx.c: 2025-12-04T08:53:54.7810620Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispavx.c:70: 2025-12-04T08:53:54.7812128Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2025-12-04T08:53:54.7813299Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2025-12-04T08:53:54.7813937Z | ^~~~~~~~~~~~~~ 2025-12-04T08:53:55.3767280Z INFO: From Compiling external/sleef/dispsse.c: 2025-12-04T08:53:55.3768341Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispsse.c:63: 2025-12-04T08:53:55.3769860Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2025-12-04T08:53:55.3771296Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2025-12-04T08:53:55.3771927Z | ^~~~~~~~~~~~~~ 2025-12-04T08:53:56.1157197Z INFO: From Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp: 2025-12-04T08:53:56.1158300Z In file included from aten/src/ATen/native/cpu/Loops.h:37, 2025-12-04T08:53:56.1159780Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp:14: 2025-12-04T08:53:56.1161728Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T08:53:56.1163748Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:53:56.1165048Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T08:53:56.1165801Z | ^~~~~~~~~~~~~~~ 2025-12-04T08:53:56.5619812Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: 2025-12-04T08:53:56.5620846Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:19, 2025-12-04T08:53:56.5621322Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T08:53:56.5621836Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2025-12-04T08:53:56.5622243Z from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:53:56.5622682Z from aten/src/ATen/native/UpSample.h:8, 2025-12-04T08:53:56.5623522Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:9: 2025-12-04T08:53:56.5625122Z 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': 2025-12-04T08:53:56.5626673Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:405:23: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2025-12-04T08:53:56.5627798Z 405 | int_vec_return_type widening_subtract(Vectorized b) const { 2025-12-04T08:53:56.5628407Z | ^~~~~~~~~~~~~~~~~ 2025-12-04T08:53:57.7082698Z [1,738 / 3,250] Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX2.cpp; 1s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:54:00.1954646Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: 2025-12-04T08:54:00.1960619Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:54:00.1961906Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:2: 2025-12-04T08:54:00.1964333Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: In lambda function: 2025-12-04T08:54:00.1967350Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:234:11: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2025-12-04T08:54:00.1969788Z 234 | [=](Vectorized a) -> Vectorized { return a; }); 2025-12-04T08:54:00.1970868Z | ^ 2025-12-04T08:54:00.4833694Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:00.4835870Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:449: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4837489Z 449 | # pragma unroll 2025-12-04T08:54:00.4837909Z | 2025-12-04T08:54:00.4839153Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:574: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4840628Z 574 | # pragma unroll 2025-12-04T08:54:00.4841060Z | 2025-12-04T08:54:00.4842373Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:660: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4844045Z 660 | # pragma unroll 2025-12-04T08:54:00.4844464Z | 2025-12-04T08:54:00.4846157Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:758: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4847735Z 758 | # pragma unroll 2025-12-04T08:54:00.4848158Z | 2025-12-04T08:54:00.4849505Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:799: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4851030Z 799 | # pragma unroll 2025-12-04T08:54:00.4851446Z | 2025-12-04T08:54:00.4852769Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:933: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4854293Z 933 | # pragma unroll 2025-12-04T08:54:00.4854690Z | 2025-12-04T08:54:00.4856015Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:987: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4857542Z 987 | # pragma unroll 2025-12-04T08:54:00.4857964Z | 2025-12-04T08:54:00.4859346Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1119: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4860894Z 1119 | # pragma unroll 2025-12-04T08:54:00.4861287Z | 2025-12-04T08:54:00.4862540Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1126: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:00.4864109Z 1126 | # pragma unroll 2025-12-04T08:54:00.4864532Z | 2025-12-04T08:54:01.7785064Z INFO: From Compiling aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:01.7787035Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:01.7788992Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp:239:5: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:01.7790807Z 239 | [](Vec x, Vec scale, Vec bias) { return x * scale + bias; }, 2025-12-04T08:54:01.7791466Z | ^ 2025-12-04T08:54:02.2888643Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.2890945Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:368: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:02.2892573Z 368 | # pragma unroll 2025-12-04T08:54:02.2892946Z | 2025-12-04T08:54:02.2893671Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:377: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:02.2894473Z 377 | # pragma unroll 2025-12-04T08:54:02.2894732Z | 2025-12-04T08:54:02.2895426Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:394: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:02.2896240Z 394 | # pragma unroll 2025-12-04T08:54:02.2896502Z | 2025-12-04T08:54:02.2897195Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:403: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:02.2898004Z 403 | # pragma unroll 2025-12-04T08:54:02.2898241Z | 2025-12-04T08:54:02.2898490Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:54:02.2899091Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:3: 2025-12-04T08:54:02.2899992Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:02.2901236Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:620:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.2902268Z 620 | [=](Vectorized a, Vectorized b) { return a + b; }); 2025-12-04T08:54:02.2902853Z | ^ 2025-12-04T08:54:02.3301228Z INFO: From Compiling aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.3304116Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:54:02.3305371Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:7: 2025-12-04T08:54:02.3306984Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:02.3309290Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:134:18: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.3311620Z 134 | vec::map([](vec::Vectorized x) -> vec::Vectorized { return x; }, keys + begin, sorted_keys + begin, job_size); 2025-12-04T08:54:02.3312632Z | ^ 2025-12-04T08:54:02.4384666Z INFO: From Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.4399285Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:02.4401819Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp:76:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.4403836Z 76 | [](Vectorized x_vec) { return x_vec.log(); }, 2025-12-04T08:54:02.4404403Z | ^ 2025-12-04T08:54:02.4440943Z INFO: From Compiling aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.4442664Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp:9: 2025-12-04T08:54:02.4444281Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2025-12-04T08:54:02.4445765Z aten/src/ATen/native/cpu/ReduceUtils.h:75:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.4447108Z 75 | [val](Vec x) { return Vec(val); }, 2025-12-04T08:54:02.4447674Z | ^ 2025-12-04T08:54:02.7248055Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.7251489Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:847: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:02.7253213Z 847 | # pragma unroll 2025-12-04T08:54:02.7253715Z | 2025-12-04T08:54:02.7254788Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:11: 2025-12-04T08:54:02.7256189Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2025-12-04T08:54:02.7257614Z aten/src/ATen/native/cpu/ReduceUtils.h:75:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.7258915Z 75 | [val](Vec x) { return Vec(val); }, 2025-12-04T08:54:02.7259486Z | ^ 2025-12-04T08:54:02.7848343Z INFO: From Compiling aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.7849953Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:02.7851250Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp:62:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.7852202Z 62 | [](Vec base) -> Vec { return base * base; } 2025-12-04T08:54:02.7852525Z | ^ 2025-12-04T08:54:02.9580289Z INFO: From Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.9581493Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:54:02.9582841Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp:6: 2025-12-04T08:54:02.9586806Z 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&)::::]': 2025-12-04T08:54:02.9590573Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.9591908Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:54:02.9592458Z | ^~~~~~~~~~~~~~ 2025-12-04T08:54:02.9923463Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:02.9924109Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:54:02.9924868Z from aten/src/ATen/cpu/vec/vec256/vec256_convert.h:3, 2025-12-04T08:54:02.9925583Z from aten/src/ATen/cpu/vec/vec256/vec256.h:38, 2025-12-04T08:54:02.9926140Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T08:54:02.9926754Z from aten/src/ATen/native/cpu/Loops.h:37, 2025-12-04T08:54:02.9927752Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp:12: 2025-12-04T08:54:02.9931330Z 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::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&):::::: >(at::Tensor&, const at::Tensor&, unsigned char, at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::, at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::)::::]': 2025-12-04T08:54:02.9935153Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:02.9935992Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:54:02.9936519Z | ^~~~~~~~~~~~~~ 2025-12-04T08:54:03.0322344Z INFO: From Compiling src/google/protobuf/message_lite.cc [for tool]: 2025-12-04T08:54:03.0347371Z In file included from /usr/include/string.h:535, 2025-12-04T08:54:03.0348288Z from external/com_google_protobuf/src/google/protobuf/stubs/port.h:39, 2025-12-04T08:54:03.0349423Z from external/com_google_protobuf/src/google/protobuf/stubs/macros.h:34, 2025-12-04T08:54:03.0350565Z from external/com_google_protobuf/src/google/protobuf/stubs/common.h:46, 2025-12-04T08:54:03.0351674Z from external/com_google_protobuf/src/google/protobuf/message_lite.h:45, 2025-12-04T08:54:03.0352809Z from external/com_google_protobuf/src/google/protobuf/message_lite.cc:36: 2025-12-04T08:54:03.0353778Z In function 'void* memcpy(void*, const void*, size_t)', 2025-12-04T08:54:03.0355812Z inlined from 'google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)' at external/com_google_protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2025-12-04T08:54:03.0359677Z inlined from 'virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const' at external/com_google_protobuf/src/google/protobuf/implicit_weak_message.h:85:28, 2025-12-04T08:54:03.0363753Z inlined from 'bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const' at external/com_google_protobuf/src/google/protobuf/message_lite.cc:419:30: 2025-12-04T08:54:03.0367565Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2025-12-04T08:54:03.0370197Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2025-12-04T08:54:03.0371008Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:54:03.0371510Z 30 | __glibc_objsize0 (__dest)); 2025-12-04T08:54:03.0372011Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:54:03.0756231Z INFO: From Compiling aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:03.0826251Z In file included from aten/src/ATen/native/cpu/utils.h:5, 2025-12-04T08:54:03.0827583Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp:7: 2025-12-04T08:54:03.0829675Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T08:54:03.0831666Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:03.0833007Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T08:54:03.0833786Z | ^~~~~~~~~~~~~~~ 2025-12-04T08:54:03.2843325Z INFO: From Compiling aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:03.2845251Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:03.2847847Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp:65:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:03.2849762Z 65 | [s](Vec q, Vec q_bias) { return (q + q_bias) * Vec(s); }, 2025-12-04T08:54:03.2850669Z | ^ 2025-12-04T08:54:07.0348509Z INFO: From Compiling aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: 2025-12-04T08:54:07.0349940Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:20: 2025-12-04T08:54:07.0353459Z aten/src/ATen/native/cpu/Loops.h: In constructor 'at::native::DEFAULT::VectorizedLoop2d::VectorizedLoop2d(op_t, vop_t) [with op_t = at::native::DEFAULT::get_scalar_elu_elementwise_func(float, float, float)::; vop_t = at::native::DEFAULT::get_vectorized_elu_elementwise_func(float, float, float)::)>]': 2025-12-04T08:54:07.0356900Z aten/src/ATen/native/cpu/Loops.h:260:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:07.0357904Z 260 | VectorizedLoop2d(op_t op, vop_t vop): 2025-12-04T08:54:07.0358403Z | ^~~~~~~~~~~~~~~~ 2025-12-04T08:54:07.3389633Z INFO: From Compiling aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:07.3390737Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:54:07.3391936Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:6: 2025-12-04T08:54:07.3393780Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:07.3396350Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:59:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:07.3398583Z 59 | [=](Vectorized a, Vectorized b) 2025-12-04T08:54:07.3399248Z | ^ 2025-12-04T08:54:07.3487464Z INFO: From Compiling aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:07.3498431Z In file included from aten/src/ATen/native/cpu/utils.h:5, 2025-12-04T08:54:07.3499786Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp:7: 2025-12-04T08:54:07.3501863Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T08:54:07.3503976Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:07.3505341Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T08:54:07.3506105Z | ^~~~~~~~~~~~~~~ 2025-12-04T08:54:07.3680836Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:07.3681859Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:54:07.3683038Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:2: 2025-12-04T08:54:07.3684907Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:07.3687186Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:249:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:07.3688807Z 249 | [=](Vectorized a) -> Vectorized { return a; }); 2025-12-04T08:54:07.3689448Z | ^ 2025-12-04T08:54:07.3690620Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:245:5: note: in expansion of macro '_AT_DISPATCH_ALL_TYPES_NO_CF' 2025-12-04T08:54:07.3692328Z 245 | _AT_DISPATCH_ALL_TYPES_NO_CF(dtype, "copy_kernel", [&] { 2025-12-04T08:54:07.3693028Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:54:07.4520531Z INFO: From Compiling aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: 2025-12-04T08:54:07.4523808Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T08:54:07.4524753Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:6: 2025-12-04T08:54:07.4526050Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T08:54:07.4527653Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:81:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:07.4529287Z 81 | [found_inf_ptr, inv_scale_ptr](Vectorized val_vec) -> Vectorized{ 2025-12-04T08:54:07.4529963Z | ^ 2025-12-04T08:54:07.9713699Z [1,925 / 3,250] Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp; 3s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:54:07.9744527Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:07.9745787Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp:54: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:07.9746721Z 54 | #pragma unroll 2025-12-04T08:54:07.9746961Z | 2025-12-04T08:54:08.3561659Z INFO: From Compiling aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:08.3562661Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:54:08.3563868Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp:10: 2025-12-04T08:54:08.3566798Z 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&)]': 2025-12-04T08:54:08.3569350Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:08.3570317Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:54:08.3570944Z | ^~~~~~~~~~~~~~ 2025-12-04T08:54:09.9758905Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: 2025-12-04T08:54:09.9762954Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:181: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T08:54:09.9764740Z 181 | # pragma unroll 2025-12-04T08:54:09.9765183Z | 2025-12-04T08:54:09.9765711Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T08:54:09.9766543Z from aten/src/ATen/cpu/vec/vec256/vec256_convert.h:3, 2025-12-04T08:54:09.9767306Z from aten/src/ATen/cpu/vec/vec256/vec256.h:38, 2025-12-04T08:54:09.9767975Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T08:54:09.9769224Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:6: 2025-12-04T08:54:09.9773390Z 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}::cpu_flash_attention(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double, bool, std::optional, std::optional)::::]': 2025-12-04T08:54:09.9777513Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T08:54:09.9778816Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T08:54:09.9779345Z | ^~~~~~~~~~~~~~ 2025-12-04T08:54:18.0577785Z [2,013 / 3,250] Compiling aten/src/ATen/RegisterCompositeExplicitAutograd_0.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:54:28.2435360Z [2,055 / 3,250] Compiling aten/src/ATen/native/nested/NestedTensorMatmul.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:54:36.1891051Z INFO: From Compiling aten/src/ATen/native/sparse/SparseUnaryOps.cpp: 2025-12-04T08:54:36.1892541Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:198: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] 2025-12-04T08:54:36.1893702Z 198 | #pragma clang diagnostic push 2025-12-04T08:54:36.1894202Z | 2025-12-04T08:54:36.1895229Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:199: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] 2025-12-04T08:54:36.1896578Z 199 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2025-12-04T08:54:36.1897198Z | 2025-12-04T08:54:36.1899186Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:201: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] 2025-12-04T08:54:36.1900503Z 201 | #pragma clang diagnostic pop 2025-12-04T08:54:36.1901018Z | 2025-12-04T08:54:38.4943071Z [2,093 / 3,250] Compiling aten/src/ATen/core/op_registration/infer_schema.cpp; 3s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:54:48.9010074Z [2,129 / 3,250] Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:54:59.3895210Z [2,175 / 3,250] Compiling aten/src/ATen/native/quantized/qlinear_unpack.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:55:09.5131061Z [2,219 / 3,250] Compiling aten/src/ATen/functorch/BatchRulesScatterOps.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:55:13.2862902Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp: 2025-12-04T08:55:13.2865055Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp: In function 'at::Tensor at::native::_wrapped_linear_prepack(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&)': 2025-12-04T08:55:13.2869186Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:509:42: 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] 2025-12-04T08:55:13.2872476Z 509 | auto ret = cpp_custom_type_hack::create( 2025-12-04T08:55:13.2873097Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-12-04T08:55:13.2873764Z 510 | std::move(unique_ptr_wrapper), weight.options()); 2025-12-04T08:55:13.2874489Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:55:13.2875383Z In file included from aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:4: 2025-12-04T08:55:13.2876445Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T08:55:13.2880215Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T08:55:13.2880862Z | ^~~~~~ 2025-12-04T08:55:13.2882802Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp: In function 'at::Tensor at::native::_wrapped_quantized_linear_prepacked(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)': 2025-12-04T08:55:13.2887200Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:532:77: 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] 2025-12-04T08:55:13.2890189Z 532 | cpp_custom_type_hack::cast>( 2025-12-04T08:55:13.2891090Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-12-04T08:55:13.2892011Z 533 | packed_weight); 2025-12-04T08:55:13.2892543Z | ~~~~~~~~~~~~~~ 2025-12-04T08:55:13.2893453Z In file included from aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:4: 2025-12-04T08:55:13.2894303Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T08:55:13.2894961Z 76 | cast(const Tensor& packed) { 2025-12-04T08:55:13.2895389Z | ^~~~ 2025-12-04T08:55:19.8043820Z [2,268 / 3,250] Compiling aten/src/ATen/native/quantized/Copy.cpp; 3s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:55:29.9517932Z [2,317 / 3,250] Compiling aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp; 3s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:55:36.8917359Z INFO: From Compiling aten/src/ATen/native/QuantizedLinear.cpp: 2025-12-04T08:55:36.8923580Z 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&)': 2025-12-04T08:55:36.8927244Z aten/src/ATen/native/QuantizedLinear.cpp:124:62: 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] 2025-12-04T08:55:36.8929615Z 124 | cpp_custom_type_hack::cast>(packed); 2025-12-04T08:55:36.8930425Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2025-12-04T08:55:36.8931757Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T08:55:36.8932683Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T08:55:36.8933271Z 76 | cast(const Tensor& packed) { 2025-12-04T08:55:36.8933869Z | ^~~~ 2025-12-04T08:55:36.8934896Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_quantized_matrix(const at::Tensor&)': 2025-12-04T08:55:36.8938021Z aten/src/ATen/native/QuantizedLinear.cpp:313:38: 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] 2025-12-04T08:55:36.8940916Z 313 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2025-12-04T08:55:36.8941799Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:55:36.8942491Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T08:55:36.8943395Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T08:55:36.8944273Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T08:55:36.8944943Z | ^~~~~~ 2025-12-04T08:55:36.8946066Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_gemm_matrix_fp16(const at::Tensor&)': 2025-12-04T08:55:36.8949748Z aten/src/ATen/native/QuantizedLinear.cpp:406:38: 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] 2025-12-04T08:55:36.8952794Z 406 | return cpp_custom_type_hack::create( 2025-12-04T08:55:36.8953394Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-12-04T08:55:36.8954062Z 407 | std::move(unique_ptr_wrapper), weight.options()); 2025-12-04T08:55:36.8954758Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:55:36.8955549Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T08:55:36.8957545Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T08:55:36.8958421Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T08:55:36.8959086Z | ^~~~~~ 2025-12-04T08:55:36.8960807Z 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 std::optional&, at::Tensor&)': 2025-12-04T08:55:36.8964497Z aten/src/ATen/native/QuantizedLinear.cpp:430:59: 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] 2025-12-04T08:55:36.8967074Z 429 | cpp_custom_type_hack::cast< 2025-12-04T08:55:36.8967693Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:55:36.8968480Z 430 | c10::intrusive_ptr>(packed_weight)) 2025-12-04T08:55:36.8969296Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2025-12-04T08:55:36.8970142Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T08:55:36.8971191Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T08:55:36.8971906Z 76 | cast(const Tensor& packed) { 2025-12-04T08:55:36.8972378Z | ^~~~ 2025-12-04T08:55:40.0080380Z [2,364 / 3,250] Compiling aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp; 3s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:55:50.1218594Z [2,410 / 3,250] Compiling torch/csrc/autograd/generated/python_functions_4.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:55:58.0482534Z INFO: From Compiling aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: 2025-12-04T08:55:58.0490447Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: In lambda function: 2025-12-04T08:55:58.0492022Z 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 2025-12-04T08:55:58.0493273Z 42 | [](Vec /* unused */) { return 0.0; }, 2025-12-04T08:55:58.0493782Z | ^ 2025-12-04T08:56:00.1983532Z [2,456 / 3,250] Compiling aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:56:04.0236485Z INFO: From Compiling torch/csrc/autograd/record_function_ops.cpp: 2025-12-04T08:56:04.0252174Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::Tensor torch::autograd::profiler::record_function_enter_legacy(const string&, const std::optional >&)': 2025-12-04T08:56:04.0256248Z torch/csrc/autograd/record_function_ops.cpp:39:42: 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] 2025-12-04T08:56:04.0259284Z 39 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2025-12-04T08:56:04.0260218Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:56:04.0261081Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2025-12-04T08:56:04.0262034Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T08:56:04.0262900Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T08:56:04.0263574Z | ^~~~~~ 2025-12-04T08:56:04.0264917Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::RecordFunction& torch::autograd::profiler::getRecordFunctionFromTensor(const at::Tensor&)': 2025-12-04T08:56:04.0268304Z torch/csrc/autograd/record_function_ops.cpp:54:65: 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] 2025-12-04T08:56:04.0271267Z 54 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2025-12-04T08:56:04.0271923Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2025-12-04T08:56:04.0272579Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2025-12-04T08:56:04.0273328Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T08:56:04.0273916Z 76 | cast(const Tensor& packed) { 2025-12-04T08:56:04.0274314Z | ^~~~ 2025-12-04T08:56:10.4027620Z [2,497 / 3,250] Compiling torch/csrc/inductor/aoti_torch/shim_cpu.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:56:20.3603727Z [2,541 / 3,250] Compiling test/cpp/api/support.cpp; 6s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:56:30.7758320Z [2,580 / 3,250] Compiling torch/csrc/jit/passes/bailout_graph.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:56:40.8858970Z [2,619 / 3,250] Compiling torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp; 7s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:56:50.8916255Z [2,654 / 3,250] Compiling torch/csrc/jit/passes/quantization/finalize.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:57:00.9209610Z [2,696 / 3,250] Compiling test/cpp/api/tensor_options.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:57:09.8118737Z INFO: From Compiling torch/csrc/jit/runtime/static/ops.cpp: 2025-12-04T08:57:09.8120063Z In file included from torch/csrc/jit/runtime/static/ops.cpp:18: 2025-12-04T08:57:09.8121425Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2025-12-04T08:57:09.8123207Z 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 2025-12-04T08:57:09.8124823Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2025-12-04T08:57:09.8125597Z | ^ 2025-12-04T08:57:11.0309820Z [2,734 / 3,250] Compiling torch/csrc/jit/serialization/import.cpp; 4s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:57:21.0357270Z [2,774 / 3,250] Compiling torch/csrc/jit/tensorexpr/ir_visitor.cpp; 4s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:57:31.2735815Z [2,816 / 3,250] Compiling test/cpp/jit/test_constant_pooling.cpp; 3s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:57:41.7883259Z [2,858 / 3,250] Compiling test/cpp/jit/test_cs_debug_info_serialization.cpp; 6s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:57:51.8038699Z [2,896 / 3,250] Compiling torch/csrc/distributed/c10d/default_comm_hooks.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:58:01.8234048Z [2,933 / 3,250] Compiling torch/csrc/utils/nested.cpp; 4s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:58:11.8379601Z [2,970 / 3,250] Compiling torch/csrc/api/src/nn/module.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:58:21.8407417Z [3,008 / 3,250] Compiling test/cpp/jit/test_module_api.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:58:32.3645822Z [3,050 / 3,250] Compiling torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:58:42.3906969Z [3,091 / 3,250] Compiling torch/csrc/autograd/generated/Functions.cpp; 5s processwrapper-sandbox ... (16 actions, 15 running) 2025-12-04T08:58:52.5025244Z [3,129 / 3,250] Compiling torch/csrc/Storage.cpp; 4s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:59:04.0972009Z [3,147 / 3,250] Linking libtorch.lo; 15s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:59:08.2072308Z INFO: From Compiling torch/csrc/autograd/python_variable.cpp: 2025-12-04T08:59:08.2074380Z torch/csrc/autograd/python_variable.cpp:1061:8: warning: 'IValueOrDTensorSpec' declared with greater visibility than the type of its field 'IValueOrDTensorSpec::dtensor_spec' [-Wattributes] 2025-12-04T08:59:08.2075978Z 1061 | struct IValueOrDTensorSpec { 2025-12-04T08:59:08.2076468Z | ^~~~~~~~~~~~~~~~~~~ 2025-12-04T08:59:08.2078075Z torch/csrc/autograd/python_variable.cpp:1141:7: warning: 'NativeShardingPropagatorCache' declared with greater visibility than the type of its field 'NativeShardingPropagatorCache::repr_' [-Wattributes] 2025-12-04T08:59:08.2079833Z 1141 | class NativeShardingPropagatorCache { 2025-12-04T08:59:08.2080431Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:59:08.2082166Z torch/csrc/autograd/python_variable.cpp:1708:8: warning: 'NativeRuntimeSchemaInfo' declared with greater visibility than the type of its field 'NativeRuntimeSchemaInfo::static_kwargkey' [-Wattributes] 2025-12-04T08:59:08.2083983Z 1708 | struct NativeRuntimeSchemaInfo { 2025-12-04T08:59:08.2084573Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T08:59:14.8359760Z [3,168 / 3,250] Linking jit_tests; 20s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:59:25.0748628Z [3,183 / 3,250] Linking jit_tests; 31s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:59:35.2590438Z [3,220 / 3,250] Compiling torch/csrc/jit/python/python_interpreter.cpp; 5s processwrapper-sandbox ... (16 actions running) 2025-12-04T08:59:51.0347516Z [3,240 / 3,250] Linking optim_test; 14s processwrapper-sandbox ... (10 actions running) 2025-12-04T09:00:01.0420442Z [3,241 / 3,250] Linking torch/_C.so; 24s processwrapper-sandbox ... (9 actions running) 2025-12-04T09:00:16.8388020Z [3,249 / 3,250] Linking torch/_C.so; 40s processwrapper-sandbox 2025-12-04T09:00:20.7242725Z INFO: Elapsed time: 483.596s, Critical Path: 106.46s 2025-12-04T09:00:20.7244679Z INFO: 3250 processes: 405 internal, 1 local, 2844 processwrapper-sandbox. 2025-12-04T09:00:20.7246788Z INFO: Build completed successfully, 3250 total actions 2025-12-04T09:00:24.3151596Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *libtorch* ]] 2025-12-04T09:00:24.3168588Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *bazel* ]] 2025-12-04T09:00:24.3169423Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *s390x* ]] 2025-12-04T09:00:24.3170288Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *riscv64* ]] 2025-12-04T09:00:24.3171222Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *-bazel-* ]] 2025-12-04T09:00:24.3199911Z + sccache_epilogue 2025-12-04T09:00:24.3322754Z + echo '::group::Sccache Compilation Log' 2025-12-04T09:00:24.3323593Z ##[group]Sccache Compilation Log 2025-12-04T09:00:24.3385182Z + echo '=================== sccache compilation log ===================' 2025-12-04T09:00:24.3385611Z =================== sccache compilation log =================== 2025-12-04T09:00:24.3386244Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2025-12-04T09:00:24.5661032Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2025-12-04T09:00:24.5661745Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2025-12-04T09:00:24.5662250Z + sccache --show-stats 2025-12-04T09:00:24.5911407Z Compile requests 2692 2025-12-04T09:00:24.5911812Z Compile requests executed 2630 2025-12-04T09:00:24.5912143Z Cache hits 2617 2025-12-04T09:00:24.5912449Z Cache hits (C/C++) 2617 2025-12-04T09:00:24.5912783Z Cache misses 0 2025-12-04T09:00:24.5913094Z Cache hits rate 100.00 % 2025-12-04T09:00:24.5913414Z Cache hits rate (C/C++) 100.00 % 2025-12-04T09:00:24.5913732Z Cache timeouts 0 2025-12-04T09:00:24.5914431Z Cache read errors 0 2025-12-04T09:00:24.5914725Z Forced recaches 0 2025-12-04T09:00:24.5915042Z Cache write errors 0 2025-12-04T09:00:24.5915365Z Cache errors 13 2025-12-04T09:00:24.5915663Z Cache errors (C/C++) 13 2025-12-04T09:00:24.5915970Z Compilations 0 2025-12-04T09:00:24.5916275Z Compilation failures 0 2025-12-04T09:00:24.5916606Z Non-cacheable compilations 0 2025-12-04T09:00:24.5916926Z Non-cacheable calls 0 2025-12-04T09:00:24.5917249Z Non-compilation calls 62 2025-12-04T09:00:24.5917561Z Unsupported compiler calls 0 2025-12-04T09:00:24.5917892Z Average cache write 0.000 s 2025-12-04T09:00:24.5918218Z Average compiler 0.000 s 2025-12-04T09:00:24.5918535Z Average cache read hit 0.035 s 2025-12-04T09:00:24.5918878Z Failed distributed compilations 0 2025-12-04T09:00:24.5919333Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: / 2025-12-04T09:00:24.5919801Z Version (client) 0.10.0 2025-12-04T09:00:24.5920106Z + sccache --stop-server 2025-12-04T09:00:24.5943917Z Stopping sccache server... 2025-12-04T09:00:24.5947127Z Compile requests 2692 2025-12-04T09:00:24.5947513Z Compile requests executed 2630 2025-12-04T09:00:24.5947837Z Cache hits 2617 2025-12-04T09:00:24.5948135Z Cache hits (C/C++) 2617 2025-12-04T09:00:24.5948452Z Cache misses 0 2025-12-04T09:00:24.5948749Z Cache hits rate 100.00 % 2025-12-04T09:00:24.5950277Z Cache hits rate (C/C++) 100.00 % 2025-12-04T09:00:24.5950882Z Cache timeouts 0 2025-12-04T09:00:24.5951416Z Cache read errors 0 2025-12-04T09:00:24.5951945Z Forced recaches 0 2025-12-04T09:00:24.5952497Z Cache write errors 0 2025-12-04T09:00:24.5952977Z Cache errors 13 2025-12-04T09:00:24.5953274Z Cache errors (C/C++) 13 2025-12-04T09:00:24.5953601Z Compilations 0 2025-12-04T09:00:24.5953910Z Compilation failures 0 2025-12-04T09:00:24.5954236Z Non-cacheable compilations 0 2025-12-04T09:00:24.5954549Z Non-cacheable calls 0 2025-12-04T09:00:24.5954878Z Non-compilation calls 62 2025-12-04T09:00:24.5955201Z Unsupported compiler calls 0 2025-12-04T09:00:24.5955516Z Average cache write 0.000 s 2025-12-04T09:00:24.5955845Z Average compiler 0.000 s 2025-12-04T09:00:24.5956165Z Average cache read hit 0.035 s 2025-12-04T09:00:24.5956497Z Failed distributed compilations 0 2025-12-04T09:00:24.5956949Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: / 2025-12-04T09:00:24.5957412Z Version (client) 0.10.0 2025-12-04T09:00:24.5957759Z + echo ::endgroup:: 2025-12-04T09:00:24.5958245Z ##[endgroup] 2025-12-04T09:00:24.5958463Z + cleanup_workspace 2025-12-04T09:00:24.5958947Z + echo 'sudo may print the following warning message that can be ignored. The chown command will still run.' 2025-12-04T09:00:24.5959741Z sudo may print the following warning message that can be ignored. The chown command will still run. 2025-12-04T09:00:24.5960367Z + echo ' sudo: setrlimit(RLIMIT_STACK): Operation not permitted' 2025-12-04T09:00:24.5960817Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2025-12-04T09:00:24.5961364Z + echo 'For more details refer to https://github.com/sudo-project/sudo/issues/42' 2025-12-04T09:00:24.5961954Z For more details refer to https://github.com/sudo-project/sudo/issues/42 2025-12-04T09:00:24.5962437Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2025-12-04T09:00:47.0213670Z ##[group]Run docker exec -t "${container_id}" sh -c '.ci/pytorch/test.sh && cp -Lr ./bazel-testlogs ./test/test-reports' 2025-12-04T09:00:47.0214689Z docker exec -t "${container_id}" sh -c '.ci/pytorch/test.sh && cp -Lr ./bazel-testlogs ./test/test-reports' 2025-12-04T09:00:47.0254623Z shell: /usr/bin/bash -e {0} 2025-12-04T09:00:47.0254915Z env: 2025-12-04T09:00:47.0255118Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:00:47.0255385Z HAS_NVIDIA_GPU: false 2025-12-04T09:00:47.0255803Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:00:47.0256256Z ##[endgroup] 2025-12-04T09:00:47.2861081Z + export TERM=vt100 2025-12-04T09:00:47.2862610Z + TERM=vt100 2025-12-04T09:00:47.2863435Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:00:47.2884287Z + source .ci/pytorch/common.sh 2025-12-04T09:00:47.2892590Z +++ dirname .ci/pytorch/common.sh 2025-12-04T09:00:47.2899278Z ++ source .ci/pytorch/common_utils.sh 2025-12-04T09:00:47.2906711Z +++ declare -f -t trap_add 2025-12-04T09:00:47.2911652Z ++ set -ex -o pipefail 2025-12-04T09:00:47.2912039Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *rocm* ]] 2025-12-04T09:00:47.2914920Z ++ BUILD_TEST_LIBTORCH=0 2025-12-04T09:00:47.2915212Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:00:47.2921734Z + source .ci/pytorch/common-build.sh 2025-12-04T09:00:47.2928753Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *win-* ]] 2025-12-04T09:00:47.2934336Z ++++ dirname .ci/pytorch/common-build.sh 2025-12-04T09:00:47.2941403Z +++ cd .ci/pytorch 2025-12-04T09:00:47.2941890Z +++ pwd -P 2025-12-04T09:00:47.2943793Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2025-12-04T09:00:47.2944279Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-pch* ]] 2025-12-04T09:00:47.2944686Z ++ which sccache 2025-12-04T09:00:47.2967663Z ++ [[ -z ossci-compiler-cache-circleci-v2 ]] 2025-12-04T09:00:47.2968035Z ++ sccache --stop-server 2025-12-04T09:00:47.2992142Z ++ true 2025-12-04T09:00:47.2992427Z ++ rm -f /var/lib/jenkins/sccache_error.log 2025-12-04T09:00:47.3011237Z ++ trap_add sccache_epilogue EXIT 2025-12-04T09:00:47.3011627Z ++ trap_add_cmd=sccache_epilogue 2025-12-04T09:00:47.3011922Z ++ shift 2025-12-04T09:00:47.3012140Z ++ for trap_add_name in "$@" 2025-12-04T09:00:47.3017377Z ++++ trap -p EXIT 2025-12-04T09:00:47.3019618Z +++ eval 'extract_trap_cmd ' 2025-12-04T09:00:47.3019965Z ++++ extract_trap_cmd 2025-12-04T09:00:47.3020264Z ++++ printf '%s\n' '' 2025-12-04T09:00:47.3020541Z +++ printf '%s\n' sccache_epilogue 2025-12-04T09:00:47.3021972Z ++ trap -- ' 2025-12-04T09:00:47.3022257Z sccache_epilogue' EXIT 2025-12-04T09:00:47.3022526Z ++ [[ -n 1 ]] 2025-12-04T09:00:47.3022960Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2025-12-04T09:00:47.3023567Z Skipping sccache server initialization, setting environment variables 2025-12-04T09:00:47.3024003Z ++ export SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:00:47.3024297Z ++ SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:00:47.3024636Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:00:47.3025089Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:00:47.3025568Z ++ export RUST_LOG=sccache::server=error 2025-12-04T09:00:47.3025879Z ++ RUST_LOG=sccache::server=error 2025-12-04T09:00:47.3026170Z ++ sccache --zero-stats 2025-12-04T09:00:47.4180939Z Statistics zeroed. 2025-12-04T09:00:47.4184622Z ++ which ccache 2025-12-04T09:00:47.4210463Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *rocm* ]] 2025-12-04T09:00:47.4210996Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *s390x* ]] 2025-12-04T09:00:47.4211447Z + [[ -d /var/lib/jenkins/workspace ]] 2025-12-04T09:00:47.4213492Z ++ stat -c %u /var/lib/jenkins/workspace 2025-12-04T09:00:47.4237727Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2025-12-04T09:00:47.4238102Z + trap_add cleanup_workspace EXIT 2025-12-04T09:00:47.4238429Z + trap_add_cmd=cleanup_workspace 2025-12-04T09:00:47.4238702Z + shift 2025-12-04T09:00:47.4239177Z + for trap_add_name in "$@" 2025-12-04T09:00:47.4245476Z +++ trap -p EXIT 2025-12-04T09:00:47.4247524Z ++ eval 'extract_trap_cmd trap -- '\'' 2025-12-04T09:00:47.4247933Z sccache_epilogue'\'' EXIT' 2025-12-04T09:00:47.4248239Z +++ extract_trap_cmd trap -- ' 2025-12-04T09:00:47.4248513Z sccache_epilogue' EXIT 2025-12-04T09:00:47.4248778Z +++ printf '%s\n' ' 2025-12-04T09:00:47.4249010Z sccache_epilogue' 2025-12-04T09:00:47.4249282Z ++ printf '%s\n' cleanup_workspace 2025-12-04T09:00:47.4250412Z + trap -- ' 2025-12-04T09:00:47.4250649Z sccache_epilogue 2025-12-04T09:00:47.4250883Z cleanup_workspace' EXIT 2025-12-04T09:00:47.4251210Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2025-12-04T09:00:48.0110003Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2025-12-04T09:00:48.0283937Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda* ]] 2025-12-04T09:00:48.0286306Z ++ python -c 'import os;import numba.cuda; print(os.path.dirname(numba.cuda.__file__))' 2025-12-04T09:00:49.2543952Z + NUMBA_CUDA_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:00:49.2544615Z + '[' -n /opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda ']' 2025-12-04T09:00:49.2549324Z +++ realpath .ci/pytorch/test.sh 2025-12-04T09:00:49.2570224Z ++ dirname /var/lib/jenkins/workspace/.ci/pytorch/test.sh 2025-12-04T09:00:49.2577843Z + NUMBA_PATCH=/var/lib/jenkins/workspace/.ci/pytorch/numba-cuda-13.patch 2025-12-04T09:00:49.2578425Z + pushd /opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:00:49.2579005Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda ~/workspace 2025-12-04T09:00:49.2579477Z + patch -p4 2025-12-04T09:00:49.2624751Z patching file cudadrv/driver.py 2025-12-04T09:00:49.2625121Z Hunk #1 succeeded at 357 (offset -8 lines). 2025-12-04T09:00:49.2653134Z + popd 2025-12-04T09:00:49.2653350Z ~/workspace 2025-12-04T09:00:49.2653590Z + echo 'Environment variables:' 2025-12-04T09:00:49.2653866Z Environment variables: 2025-12-04T09:00:49.2654112Z + env 2025-12-04T09:00:49.2661696Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T09:00:49.2662605Z BUILD_ENVIRONMENT=linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-12-04T09:00:49.2663039Z HOSTNAME=86727212c739 2025-12-04T09:00:49.2663607Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2664260Z GITHUB_ACTION=__run_2 2025-12-04T09:00:49.2664499Z GITHUB_RUN_NUMBER=384169 2025-12-04T09:00:49.2664789Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:00:49.2665103Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2025-12-04T09:00:49.2665430Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:00:49.2665726Z SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:00:49.2665973Z GITHUB_TRIGGERING_ACTOR=huydhn 2025-12-04T09:00:49.2666268Z GITHUB_REF_TYPE=branch 2025-12-04T09:00:49.2666515Z TORCH_CUDA_ARCH_LIST=5.2 2025-12-04T09:00:49.2666788Z NCCL_LIB_DIR=/usr/local/cuda/lib64/ 2025-12-04T09:00:49.2667343Z *** 2025-12-04T09:00:49.2667569Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:00:49.2667853Z GITHUB_ACTIONS=true 2025-12-04T09:00:49.2668148Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:00:49.2668566Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:00:49.2669108Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/heads/main 2025-12-04T09:00:49.2669570Z UCC_HOME=/usr 2025-12-04T09:00:49.2669790Z GITHUB_REF=refs/heads/main 2025-12-04T09:00:49.2670062Z SHARD_NUMBER=0 2025-12-04T09:00:49.2670281Z GITHUB_REF_PROTECTED=true 2025-12-04T09:00:49.2670553Z HOME=/var/lib/jenkins 2025-12-04T09:00:49.2671025Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:00:49.2671376Z UCX_COMMIT=7836b165abdbe468a2f607e7254011c07d788152 2025-12-04T09:00:49.2671719Z CUDA_VERSION=cpu 2025-12-04T09:00:49.2671942Z USE_SYSTEM_NCCL=1 2025-12-04T09:00:49.2672166Z UCX_HOME=/usr 2025-12-04T09:00:49.2672933Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2673908Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2674819Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2025-12-04T09:00:49.2675328Z GITHUB_EVENT_NAME=schedule 2025-12-04T09:00:49.2675612Z GITHUB_RUN_ID=19922814090 2025-12-04T09:00:49.2675870Z INSTALLED_OPENBLAS= 2025-12-04T09:00:49.2676504Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2677168Z GITHUB_ACTOR=huydhn 2025-12-04T09:00:49.2677403Z DESIRED_CUDA=12.8.1 2025-12-04T09:00:49.2677624Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:00:49.2677882Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T09:00:49.2678206Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:00:49.2678555Z TERM=vt100 2025-12-04T09:00:49.2678775Z INSTALLED_VISION=yes 2025-12-04T09:00:49.2679015Z OUR_GITHUB_JOB_ID=57115243212 2025-12-04T09:00:49.2679300Z SCCACHE_REGION=us-east-1 2025-12-04T09:00:49.2679559Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T09:00:49.2679848Z BUILD_AOT_INDUCTOR_TEST= 2025-12-04T09:00:49.2680099Z CUDA_PATH=/usr/local/cuda 2025-12-04T09:00:49.2680618Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2025-12-04T09:00:49.2681193Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:00:49.2681547Z UCC_COMMIT=430e241bf5d38cbc73fc7a6b89155397232e3f96 2025-12-04T09:00:49.2681875Z REENABLED_ISSUES= 2025-12-04T09:00:49.2682097Z DOCS= 2025-12-04T09:00:49.2682284Z SHLVL=1 2025-12-04T09:00:49.2682466Z MAX_JOBS=14 2025-12-04T09:00:49.2682684Z GITHUB_ACTOR_ID=475357 2025-12-04T09:00:49.2683099Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:00:49.2683515Z GIT_DEFAULT_BRANCH=main 2025-12-04T09:00:49.2683761Z GITHUB_REF_NAME=main 2025-12-04T09:00:49.2684024Z GITHUB_JOB=build-and-test 2025-12-04T09:00:49.2684296Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:00:49.2684605Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:00:49.2684861Z OPENSSL_DIR=/opt/openssl 2025-12-04T09:00:49.2685125Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:00:49.2685908Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:00:49.2686787Z GITHUB_BASE_REF= 2025-12-04T09:00:49.2687015Z INSTALLED_ACL= 2025-12-04T09:00:49.2687220Z CI=true 2025-12-04T09:00:49.2687445Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:00:49.2687754Z RUST_LOG=sccache::server=error 2025-12-04T09:00:49.2688028Z JOB_ID=57115243212 2025-12-04T09:00:49.2688242Z GITHUB_HEAD_REF= 2025-12-04T09:00:49.2688470Z GITHUB_ACTION_REF= 2025-12-04T09:00:49.2688747Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2025-12-04T09:00:49.2689107Z GITHUB_WORKFLOW=pull 2025-12-04T09:00:49.2689370Z DEBIAN_FRONTEND=noninteractive 2025-12-04T09:00:49.2689993Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2690670Z SKIP_SCCACHE_INITIALIZATION=1 2025-12-04T09:00:49.2690965Z NCCL_INCLUDE_DIR=/usr/local/cuda/include/ 2025-12-04T09:00:49.2691278Z _=/usr/bin/env 2025-12-04T09:00:49.2691621Z OLDPWD=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:00:49.2692148Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2025-12-04T09:00:49.2791008Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2025-12-04T09:00:49.2791637Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2025-12-04T09:00:49.2792239Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2025-12-04T09:00:49.2792822Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2025-12-04T09:00:49.2793278Z + BUILD_DIR=build 2025-12-04T09:00:49.2793510Z + BUILD_RENAMED_DIR=build_renamed 2025-12-04T09:00:49.2794061Z + BUILD_BIN_DIR=build/bin 2025-12-04T09:00:49.2794307Z + SHARD_NUMBER=0 2025-12-04T09:00:49.2794647Z + NUM_TEST_SHARDS=1 2025-12-04T09:00:49.2794904Z + export TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:00:49.2795202Z + TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:00:49.2795476Z + export VALGRIND=ON 2025-12-04T09:00:49.2795700Z + VALGRIND=ON 2025-12-04T09:00:49.2797189Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *clang9* ]] 2025-12-04T09:00:49.2797677Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *xpu* ]] 2025-12-04T09:00:49.2798064Z + detect_cuda_arch 2025-12-04T09:00:49.2798373Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda* ]] 2025-12-04T09:00:49.2798771Z + command -v nvidia-smi 2025-12-04T09:00:49.2799019Z + [[ '' == *nogpu* ]] 2025-12-04T09:00:49.2799255Z + export TORCH_CUDA_ARCH_LIST 2025-12-04T09:00:49.2799626Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *s390x* ]] 2025-12-04T09:00:49.2799996Z + [[ '' == \1 ]] 2025-12-04T09:00:49.2800231Z + [[ '' == \1 ]] 2025-12-04T09:00:49.2800718Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *bazel* ]] 2025-12-04T09:00:49.2801176Z + [[ -n '' ]] 2025-12-04T09:00:49.2801394Z + echo 'Environment variables' 2025-12-04T09:00:49.2801734Z Environment variables 2025-12-04T09:00:49.2801999Z + env 2025-12-04T09:00:49.2802495Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T09:00:49.2803288Z BUILD_ENVIRONMENT=linux-jammy-cuda12.8-py3.10-gcc11-bazel-test 2025-12-04T09:00:49.2803689Z HOSTNAME=86727212c739 2025-12-04T09:00:49.2804390Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2805013Z GITHUB_ACTION=__run_2 2025-12-04T09:00:49.2805263Z GITHUB_RUN_NUMBER=384169 2025-12-04T09:00:49.2805537Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-12-04T09:00:49.2805850Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2025-12-04T09:00:49.2806173Z AWS_DEFAULT_REGION=us-east-1 2025-12-04T09:00:49.2806433Z SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:00:49.2806697Z GITHUB_TRIGGERING_ACTOR=huydhn 2025-12-04T09:00:49.2806968Z GITHUB_REF_TYPE=branch 2025-12-04T09:00:49.2807215Z TORCH_CUDA_ARCH_LIST=5.2 2025-12-04T09:00:49.2807469Z NCCL_LIB_DIR=/usr/local/cuda/lib64/ 2025-12-04T09:00:49.2807889Z *** 2025-12-04T09:00:49.2808102Z GITHUB_REPOSITORY_ID=65600975 2025-12-04T09:00:49.2808364Z GITHUB_ACTIONS=true 2025-12-04T09:00:49.2808657Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:00:49.2809051Z GITHUB_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:00:49.2809570Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/heads/main 2025-12-04T09:00:49.2810020Z UCC_HOME=/usr 2025-12-04T09:00:49.2810254Z TORCH_SERIALIZATION_DEBUG=1 2025-12-04T09:00:49.2810516Z GITHUB_REF=refs/heads/main 2025-12-04T09:00:49.2810771Z SHARD_NUMBER=0 2025-12-04T09:00:49.2810986Z GITHUB_REF_PROTECTED=true 2025-12-04T09:00:49.2811244Z HOME=/var/lib/jenkins 2025-12-04T09:00:49.2811519Z GITHUB_API_URL=https://api.github.com 2025-12-04T09:00:49.2811864Z UCX_COMMIT=7836b165abdbe468a2f607e7254011c07d788152 2025-12-04T09:00:49.2812208Z CUDA_VERSION=cpu 2025-12-04T09:00:49.2812420Z USE_SYSTEM_NCCL=1 2025-12-04T09:00:49.2812640Z UCX_HOME=/usr 2025-12-04T09:00:49.2813189Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2814149Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2814948Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2025-12-04T09:00:49.2815454Z GITHUB_EVENT_NAME=schedule 2025-12-04T09:00:49.2815723Z GITHUB_RUN_ID=19922814090 2025-12-04T09:00:49.2815971Z INSTALLED_OPENBLAS= 2025-12-04T09:00:49.2816587Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2817255Z GITHUB_ACTOR=huydhn 2025-12-04T09:00:49.2817609Z DESIRED_CUDA=12.8.1 2025-12-04T09:00:49.2817829Z GITHUB_RUN_ATTEMPT=1 2025-12-04T09:00:49.2818127Z VALGRIND=ON 2025-12-04T09:00:49.2818339Z ANACONDA_PYTHON_VERSION=3.10 2025-12-04T09:00:49.2818672Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-12-04T09:00:49.2819015Z TERM=vt100 2025-12-04T09:00:49.2819212Z INSTALLED_VISION=yes 2025-12-04T09:00:49.2819460Z OUR_GITHUB_JOB_ID=57115243212 2025-12-04T09:00:49.2819722Z SCCACHE_REGION=us-east-1 2025-12-04T09:00:49.2819989Z OPENSSL_ROOT_DIR=/opt/openssl 2025-12-04T09:00:49.2820252Z BUILD_AOT_INDUCTOR_TEST= 2025-12-04T09:00:49.2820511Z CUDA_PATH=/usr/local/cuda 2025-12-04T09:00:49.2821017Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2025-12-04T09:00:49.2821608Z GITHUB_SERVER_URL=https://github.com 2025-12-04T09:00:49.2821949Z UCC_COMMIT=430e241bf5d38cbc73fc7a6b89155397232e3f96 2025-12-04T09:00:49.2822288Z REENABLED_ISSUES= 2025-12-04T09:00:49.2822532Z DOCS= 2025-12-04T09:00:49.2822714Z SHLVL=1 2025-12-04T09:00:49.2822926Z MAX_JOBS=14 2025-12-04T09:00:49.2823134Z GITHUB_ACTOR_ID=475357 2025-12-04T09:00:49.2823498Z GITHUB_WORKFLOW_SHA=ffd9b0fb4355e97af82fc42cf185c3ffa0fc0a32 2025-12-04T09:00:49.2823884Z GIT_DEFAULT_BRANCH=main 2025-12-04T09:00:49.2824138Z GITHUB_REF_NAME=main 2025-12-04T09:00:49.2824375Z GITHUB_JOB=build-and-test 2025-12-04T09:00:49.2824672Z GITHUB_REPOSITORY=pytorch/pytorch 2025-12-04T09:00:49.2824976Z GITHUB_RETENTION_DAYS=90 2025-12-04T09:00:49.2825239Z OPENSSL_DIR=/opt/openssl 2025-12-04T09:00:49.2825511Z GITHUB_ACTION_REPOSITORY= 2025-12-04T09:00:49.2826292Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-12-04T09:00:49.2827110Z GITHUB_BASE_REF= 2025-12-04T09:00:49.2827330Z INSTALLED_ACL= 2025-12-04T09:00:49.2827550Z CI=true 2025-12-04T09:00:49.2827762Z GITHUB_REPOSITORY_OWNER=pytorch 2025-12-04T09:00:49.2828092Z RUST_LOG=sccache::server=error 2025-12-04T09:00:49.2828386Z JOB_ID=57115243212 2025-12-04T09:00:49.2828598Z GITHUB_HEAD_REF= 2025-12-04T09:00:49.2828845Z GITHUB_ACTION_REF= 2025-12-04T09:00:49.2829121Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2025-12-04T09:00:49.2829481Z GITHUB_WORKFLOW=pull 2025-12-04T09:00:49.2829732Z DEBIAN_FRONTEND=noninteractive 2025-12-04T09:00:49.2830359Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_91d589d0-6ed1-4c19-8467-e0893bbd2101 2025-12-04T09:00:49.2831011Z SKIP_SCCACHE_INITIALIZATION=1 2025-12-04T09:00:49.2831320Z NCCL_INCLUDE_DIR=/usr/local/cuda/include/ 2025-12-04T09:00:49.2831754Z OLDPWD=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/numba/cuda 2025-12-04T09:00:49.2832185Z _=/usr/bin/env 2025-12-04T09:00:49.2832414Z + echo 'Testing pytorch' 2025-12-04T09:00:49.2832663Z Testing pytorch 2025-12-04T09:00:49.2832906Z + export LANG=C.UTF-8 2025-12-04T09:00:49.2833132Z + LANG=C.UTF-8 2025-12-04T09:00:49.2877102Z + PR_NUMBER= 2025-12-04T09:00:49.2877417Z + [[ '' == \d\e\f\a\u\l\t ]] 2025-12-04T09:00:49.2877832Z + [[ '' == \d\i\s\t\r\i\b\u\t\e\d ]] 2025-12-04T09:00:49.2878199Z + [[ '' == \s\l\o\w ]] 2025-12-04T09:00:49.2878751Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *slow-gradcheck* ]] 2025-12-04T09:00:49.2879313Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *cuda* ]] 2025-12-04T09:00:49.2879812Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-12-04T09:00:49.2880305Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2025-12-04T09:00:49.2880632Z + [[ '' == *crossref* ]] 2025-12-04T09:00:49.2881046Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *rocm* ]] 2025-12-04T09:00:49.2881511Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *xpu* ]] 2025-12-04T09:00:49.2881999Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *-bazel-* ]] 2025-12-04T09:00:49.2882499Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *aarch64* ]] 2025-12-04T09:00:49.2882974Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *asan* ]] 2025-12-04T09:00:49.2883713Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-debug* ]] 2025-12-04T09:00:49.2884285Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *-bazel-* ]] 2025-12-04T09:00:49.2884704Z + [[ '' == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2025-12-04T09:00:49.2885010Z + [[ '' == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2025-12-04T09:00:49.2885339Z + [[ '' == \l\e\g\a\c\y\_\n\v\i\d\i\a\_\d\r\i\v\e\r ]] 2025-12-04T09:00:49.2887131Z + DYNAMO_BENCHMARK_FLAGS=() 2025-12-04T09:00:49.2887865Z + [[ '' == *pr_time_benchmarks* ]] 2025-12-04T09:00:49.2888346Z + [[ '' == *dynamo_eager* ]] 2025-12-04T09:00:49.2888627Z + [[ '' == *aot_eager* ]] 2025-12-04T09:00:49.2888894Z + [[ '' == *aot_inductor* ]] 2025-12-04T09:00:49.2889168Z + [[ '' == *max_autotune_inductor* ]] 2025-12-04T09:00:49.2889472Z + [[ '' == *inductor* ]] 2025-12-04T09:00:49.2889710Z + [[ '' == *dynamic* ]] 2025-12-04T09:00:49.2889949Z + [[ '' == *cpu* ]] 2025-12-04T09:00:49.2890170Z + [[ '' == *xpu* ]] 2025-12-04T09:00:49.2890433Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2025-12-04T09:00:49.2919057Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *libtorch* ]] 2025-12-04T09:00:49.2919615Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-bazel-* ]] 2025-12-04T09:00:49.2921938Z + [[ '' == *numpy_2* ]] 2025-12-04T09:00:49.2922397Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *aarch64* ]] 2025-12-04T09:00:49.2922891Z + [[ '' == *backward* ]] 2025-12-04T09:00:49.2923280Z + [[ '' == *libtorch_agnostic_targetting* ]] 2025-12-04T09:00:49.2923645Z + [[ '' == *xla* ]] 2025-12-04T09:00:49.2923931Z + [[ '' == *vllm* ]] 2025-12-04T09:00:49.2924234Z + [[ '' == *executorch* ]] 2025-12-04T09:00:49.2924499Z + [[ '' == \j\i\t\_\l\e\g\a\c\y ]] 2025-12-04T09:00:49.2924788Z + [[ '' == \q\u\a\n\t\i\z\a\t\i\o\n ]] 2025-12-04T09:00:49.2925207Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *libtorch* ]] 2025-12-04T09:00:49.2925598Z + [[ '' == distributed ]] 2025-12-04T09:00:49.2925878Z + [[ '' == *operator_benchmark* ]] 2025-12-04T09:00:49.2926175Z + [[ '' == *operator_microbenchmark* ]] 2025-12-04T09:00:49.2926521Z + [[ '' == *attention_microbenchmark* ]] 2025-12-04T09:00:49.2926857Z + [[ '' == *inductor_distributed* ]] 2025-12-04T09:00:49.2927151Z + [[ '' == *inductor-halide* ]] 2025-12-04T09:00:49.2927443Z + [[ '' == *inductor-pallas* ]] 2025-12-04T09:00:49.2927719Z + [[ '' == *inductor-triton-cpu* ]] 2025-12-04T09:00:49.2928033Z + [[ '' == *inductor-micro-benchmark* ]] 2025-12-04T09:00:49.2928353Z + [[ '' == *aoti_cross_compile_for_windows* ]] 2025-12-04T09:00:49.2928724Z + [[ '' == *huggingface* ]] 2025-12-04T09:00:49.2928969Z + [[ '' == *timm* ]] 2025-12-04T09:00:49.2929206Z + [[ '' == cachebench ]] 2025-12-04T09:00:49.2929479Z + [[ '' == verify_cachebench ]] 2025-12-04T09:00:49.2929750Z + [[ '' == *torchbench* ]] 2025-12-04T09:00:49.2930024Z + [[ '' == *inductor_cpp_wrapper* ]] 2025-12-04T09:00:49.2930307Z + [[ '' == *inductor_core* ]] 2025-12-04T09:00:49.2930568Z + [[ '' == *inductor* ]] 2025-12-04T09:00:49.2930804Z + [[ '' == *einops* ]] 2025-12-04T09:00:49.2931040Z + [[ '' == *dynamo_core* ]] 2025-12-04T09:00:49.2931297Z + [[ '' == *dynamo_wrapped* ]] 2025-12-04T09:00:49.2931659Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *rocm* ]] 2025-12-04T09:00:49.2932024Z + [[ 0 == 1 ]] 2025-12-04T09:00:49.2932242Z + [[ 0 == 2 ]] 2025-12-04T09:00:49.2932460Z + [[ 0 -gt 2 ]] 2025-12-04T09:00:49.2932771Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *vulkan* ]] 2025-12-04T09:00:49.2933287Z + [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-bazel-* ]] 2025-12-04T09:00:49.2933738Z + test_bazel 2025-12-04T09:00:49.2933960Z + set -e -o pipefail 2025-12-04T09:00:49.2934213Z ++ dirname .ci/pytorch/test.sh 2025-12-04T09:00:49.2939026Z + source .ci/pytorch/common-build.sh 2025-12-04T09:00:49.2940646Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test != *win-* ]] 2025-12-04T09:00:49.2946732Z ++++ dirname .ci/pytorch/common-build.sh 2025-12-04T09:00:49.2957381Z +++ cd .ci/pytorch 2025-12-04T09:00:49.2957890Z +++ pwd -P 2025-12-04T09:00:49.2960197Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2025-12-04T09:00:49.2960768Z ++ [[ linux-jammy-cuda12.8-py3.10-gcc11-bazel-test == *-pch* ]] 2025-12-04T09:00:49.2961244Z ++ which sccache 2025-12-04T09:00:49.2970233Z ++ [[ -z ossci-compiler-cache-circleci-v2 ]] 2025-12-04T09:00:49.2970570Z ++ sccache --stop-server 2025-12-04T09:00:49.2996159Z ++ rm -f /var/lib/jenkins/sccache_error.log 2025-12-04T09:00:49.3007522Z ++ trap_add sccache_epilogue EXIT 2025-12-04T09:00:49.3007859Z ++ trap_add_cmd=sccache_epilogue 2025-12-04T09:00:49.3008136Z ++ shift 2025-12-04T09:00:49.3008370Z ++ for trap_add_name in "$@" 2025-12-04T09:00:49.3014151Z ++++ trap -p EXIT 2025-12-04T09:00:49.3016917Z +++ eval 'extract_trap_cmd trap -- '\'' 2025-12-04T09:00:49.3017354Z sccache_epilogue 2025-12-04T09:00:49.3017627Z cleanup_workspace'\'' EXIT' 2025-12-04T09:00:49.3017930Z ++++ extract_trap_cmd trap -- ' 2025-12-04T09:00:49.3018239Z sccache_epilogue 2025-12-04T09:00:49.3018475Z cleanup_workspace' EXIT 2025-12-04T09:00:49.3018714Z ++++ printf '%s\n' ' 2025-12-04T09:00:49.3018965Z sccache_epilogue 2025-12-04T09:00:49.3019180Z cleanup_workspace' 2025-12-04T09:00:49.3019434Z +++ printf '%s\n' sccache_epilogue 2025-12-04T09:00:49.3020399Z ++ trap -- ' 2025-12-04T09:00:49.3020657Z sccache_epilogue 2025-12-04T09:00:49.3020945Z cleanup_workspace 2025-12-04T09:00:49.3021254Z sccache_epilogue' EXIT 2025-12-04T09:00:49.3021544Z ++ [[ -n 1 ]] 2025-12-04T09:00:49.3021923Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2025-12-04T09:00:49.3022532Z Skipping sccache server initialization, setting environment variables 2025-12-04T09:00:49.3022976Z ++ export SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:00:49.3023273Z ++ SCCACHE_IDLE_TIMEOUT=0 2025-12-04T09:00:49.3023629Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:00:49.3024066Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2025-12-04T09:00:49.3024460Z ++ export RUST_LOG=sccache::server=error 2025-12-04T09:00:49.3024777Z ++ RUST_LOG=sccache::server=error 2025-12-04T09:00:49.3025085Z ++ sccache --zero-stats 2025-12-04T09:00:49.4015723Z Statistics zeroed. 2025-12-04T09:00:49.4019089Z ++ which ccache 2025-12-04T09:00:49.4030231Z + get_bazel 2025-12-04T09:00:49.4030902Z + retry curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py 2025-12-04T09:00:49.4031925Z + curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.23.0/bazelisk.py 2025-12-04T09:00:49.4803088Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-12-04T09:00:49.4804689Z Dload Upload Total Spent Left Speed 2025-12-04T09:00:49.4805088Z 2025-12-04T09:00:49.5326873Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-12-04T09:00:49.5476455Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-12-04T09:00:49.5477331Z 100 17143 100 17143 0 0 247k 0 --:--:-- --:--:-- --:--:-- 246k 2025-12-04T09:00:49.5513830Z + shasum --algorithm=1 --check /dev/fd/63 2025-12-04T09:00:49.5514875Z ++ echo '01df9cf7f08dd80d83979ed0d0666a99349ae93c tools/bazel' 2025-12-04T09:00:49.6020195Z tools/bazel: OK 2025-12-04T09:00:49.6024262Z + chmod u+x tools/bazel 2025-12-04T09:00:49.6048303Z + [[ cpu == \c\p\u ]] 2025-12-04T09:00:49.6049689Z + tools/bazel test --config=cpu-only --test_timeout=480 --test_output=all --test_tag_filters=-gpu-required '--test_filter=-*CUDA' --no//c10:use_gflags --no//c10:use_glog //c10/... 2025-12-04T09:00:50.2683671Z Loading: 2025-12-04T09:00:50.9681137Z 2025-12-04T09:00:50.9681976Z Loading: 2025-12-04T09:00:50.9682547Z Fetching repository @bazel_tools; starting 2025-12-04T09:00:51.2692211Z 2025-12-04T09:00:51.2692846Z  2025-12-04T09:00:51.2693144Z Loading: 2025-12-04T09:00:51.2744659Z 2025-12-04T09:00:51.2745159Z Loading: 2025-12-04T09:00:51.2750921Z 2025-12-04T09:00:51.2751163Z Loading: 2 packages loaded 2025-12-04T09:00:51.3536811Z 2025-12-04T09:00:51.3538248Z INFO: Build options --//c10:use_gflags and --//c10:use_glog have changed, discarding analysis cache. 2025-12-04T09:00:51.3539751Z Analyzing: 52 targets (10 packages loaded) 2025-12-04T09:00:51.6836445Z 2025-12-04T09:00:51.6837506Z Analyzing: 52 targets (10 packages loaded) 2025-12-04T09:00:52.1210152Z 2025-12-04T09:00:52.1211119Z Analyzing: 52 targets (10 packages loaded, 0 targets configured) 2025-12-04T09:00:52.4110583Z 2025-12-04T09:00:52.4111464Z INFO: Analyzed 52 targets (58 packages loaded, 1221 targets configured). 2025-12-04T09:00:52.4112035Z  checking cached actions 2025-12-04T09:00:52.4276038Z 2025-12-04T09:00:52.4277018Z INFO: Found 38 targets and 14 test targets... 2025-12-04T09:00:52.4277836Z  checking cached actions 2025-12-04T09:00:52.6954360Z 2025-12-04T09:00:52.6955079Z  checking cached actions 2025-12-04T09:00:52.7241034Z 2025-12-04T09:00:52.7242136Z [0 / 115] [Prepa] BazelWorkspaceStatusAction stable-status.txt 2025-12-04T09:00:52.9351113Z 2025-12-04T09:00:52.9352009Z [29 / 238] 16 actions, 15 running 2025-12-04T09:00:52.9352810Z Compiling src/complexity.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9353665Z Compiling src/console_reporter.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9354566Z Compiling src/timers.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9355412Z Compiling googletest/src/gtest.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9356226Z Compiling src/benchmark.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9357115Z Compiling googletest/src/gtest-typed-test.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9358203Z Compiling googlemock/src/gmock_main.cc; 0s processwrapper-sandbox 2025-12-04T09:00:52.9359176Z @com_google_googletest//:gtest; 0s processwrapper-sandbox ... 2025-12-04T09:00:53.1536443Z 2025-12-04T09:00:53.1537332Z  2025-12-04T09:00:53.1537753Z  2025-12-04T09:00:53.1538157Z  2025-12-04T09:00:53.1538536Z  2025-12-04T09:00:53.1538916Z  2025-12-04T09:00:53.1539275Z  2025-12-04T09:00:53.1539651Z  2025-12-04T09:00:53.1540011Z  2025-12-04T09:00:53.1540544Z [42 / 238] 14 actions, 13 running 2025-12-04T09:00:53.1541313Z Compiling src/benchmark.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.1542213Z Compiling c10/test/util/ArrayRef_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.1543198Z Compiling c10/util/C++17.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.1544139Z Compiling third_party/cpuinfo/src/log.c; 0s processwrapper-sandbox 2025-12-04T09:00:53.1545151Z Compiling src/commandlineflags.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.1546035Z Compiling src/counter.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.1547013Z Compiling googletest/src/gtest-test-part.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.1548177Z Compiling c10/test/util/typeid_test.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:53.3615510Z 2025-12-04T09:00:53.3616405Z  2025-12-04T09:00:53.3616752Z  2025-12-04T09:00:53.3617067Z  2025-12-04T09:00:53.3617443Z  2025-12-04T09:00:53.3617806Z  2025-12-04T09:00:53.3618226Z  2025-12-04T09:00:53.3618636Z  2025-12-04T09:00:53.3619061Z  2025-12-04T09:00:53.3619712Z [60 / 238] 16 actions, 15 running 2025-12-04T09:00:53.3620559Z Compiling c10/test/util/typeid_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.3621498Z @com_google_googletest//:gtest; 0s processwrapper-sandbox 2025-12-04T09:00:53.3622403Z Compiling src/benchmark_api_internal.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.3623380Z Compiling c10/util/Float8_e4m3fn.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.3624298Z Compiling src/benchmark_name.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.3625470Z Compiling c10/util/Exception.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.3626588Z Compiling c10/test/util/Bitset_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.3627562Z Compiling src/csv_reporter.cc; 0s processwrapper-sandbox ... 2025-12-04T09:00:53.5654920Z 2025-12-04T09:00:53.5655659Z  2025-12-04T09:00:53.5656093Z  2025-12-04T09:00:53.5656510Z  2025-12-04T09:00:53.5656875Z  2025-12-04T09:00:53.5657244Z  2025-12-04T09:00:53.5657600Z  2025-12-04T09:00:53.5658046Z  2025-12-04T09:00:53.5658401Z  2025-12-04T09:00:53.5658918Z [78 / 240] 16 actions, 15 running 2025-12-04T09:00:53.5659795Z Compiling c10/util/ApproximateClock.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.5660718Z //c10/benchmark:intrusive_ptr; 0s processwrapper-sandbox 2025-12-04T09:00:53.5661687Z Compiling googlemock/src/gmock-matchers.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.5662901Z Compiling googlemock/src/gmock-spec-builders.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.5664013Z Compiling googlemock/src/gmock.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.5664939Z Compiling c10/util/typeid.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.5665811Z @com_google_googletest//:gtest; 0s processwrapper-sandbox 2025-12-04T09:00:53.5666736Z //c10/mobile:CPUCachingAllocator; 0s processwrapper-sandbox ... 2025-12-04T09:00:53.7802833Z 2025-12-04T09:00:53.7803628Z  2025-12-04T09:00:53.7804092Z  2025-12-04T09:00:53.7804488Z  2025-12-04T09:00:53.7804856Z  2025-12-04T09:00:53.7805171Z  2025-12-04T09:00:53.7805555Z  2025-12-04T09:00:53.7805922Z  2025-12-04T09:00:53.7806302Z  2025-12-04T09:00:53.7806837Z [94 / 240] 16 actions, 15 running 2025-12-04T09:00:53.7807795Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.7809224Z Compiling c10/test/util/tempfile_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.7810276Z Compiling googletest/src/gtest-port.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.7811094Z Compiling c10/util/Bfloat16.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.7812085Z Compiling googletest/src/gtest-death-test.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.7813115Z Compiling c10/util/DeadlockDetection.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.7814014Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:00:53.7814932Z Compiling googletest/src/gtest-filepath.cc; 0s processwrapper-sandbox ... 2025-12-04T09:00:53.9819710Z 2025-12-04T09:00:53.9820582Z  2025-12-04T09:00:53.9820991Z  2025-12-04T09:00:53.9821351Z  2025-12-04T09:00:53.9821700Z  2025-12-04T09:00:53.9822047Z  2025-12-04T09:00:53.9822411Z  2025-12-04T09:00:53.9822756Z  2025-12-04T09:00:53.9823129Z  2025-12-04T09:00:53.9823637Z [107 / 240] 16 actions, 15 running 2025-12-04T09:00:53.9824592Z Compiling c10/core/UndefinedTensorImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.9825596Z Compiling src/statistics.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.9826428Z Compiling src/string_util.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.9827233Z Compiling src/sysinfo.cc; 0s processwrapper-sandbox 2025-12-04T09:00:53.9828297Z Compiling c10/test/util/string_view_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.9829383Z Compiling c10/util/Float8_e4m3fnuz.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.9830392Z Compiling c10/util/Float8_e5m2fnuz.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:53.9831445Z Compiling c10/util/Float8_e8m0fnu.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:54.1862936Z 2025-12-04T09:00:54.1863884Z  2025-12-04T09:00:54.1864320Z  2025-12-04T09:00:54.1864710Z  2025-12-04T09:00:54.1865081Z  2025-12-04T09:00:54.1865456Z  2025-12-04T09:00:54.1865814Z  2025-12-04T09:00:54.1866201Z  2025-12-04T09:00:54.1866842Z  2025-12-04T09:00:54.1867381Z [125 / 241] 14 actions, 12 running 2025-12-04T09:00:54.1868353Z Compiling c10/util/Logging.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1869361Z Compiling c10/test/util/Enumerate_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1870422Z Compiling c10/util/NetworkFlow.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1871429Z Compiling c10/util/StringUtil.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1872289Z Compiling c10/util/ThreadLocalDebugInfo.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1873154Z Compiling c10/core/thread_pool.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1874198Z Compiling c10/test/util/string_util_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.1892385Z Compiling c10/util/TypeTraits.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:54.2810891Z 2025-12-04T09:00:54.2811634Z  2025-12-04T09:00:54.2812055Z  2025-12-04T09:00:54.2812407Z  2025-12-04T09:00:54.2812802Z  2025-12-04T09:00:54.2813164Z  2025-12-04T09:00:54.2813528Z  2025-12-04T09:00:54.2813873Z  2025-12-04T09:00:54.2814248Z  2025-12-04T09:00:54.2814839Z INFO: From Testing //c10/test:util/bit_cast_test: 2025-12-04T09:00:54.2815473Z ==================== Test output for //c10/test:util/bit_cast_test: 2025-12-04T09:00:54.2816066Z Running main() from gmock_main.cc 2025-12-04T09:00:54.2816496Z Note: Google Test filter = -*CUDA 2025-12-04T09:00:54.2816965Z [==========] Running 1 test from 1 test suite. 2025-12-04T09:00:54.2817529Z [----------] Global test environment set-up. 2025-12-04T09:00:54.2818096Z [----------] 1 test from bitCastTest 2025-12-04T09:00:54.2818606Z [ RUN ] bitCastTest.basic 2025-12-04T09:00:54.2819077Z [ OK ] bitCastTest.basic (0 ms) 2025-12-04T09:00:54.2819575Z [----------] 1 test from bitCastTest (0 ms total) 2025-12-04T09:00:54.2819914Z 2025-12-04T09:00:54.2820119Z [----------] Global test environment tear-down 2025-12-04T09:00:54.2820664Z [==========] 1 test from 1 test suite ran. (0 ms total) 2025-12-04T09:00:54.2821226Z [ PASSED ] 1 test. 2025-12-04T09:00:54.2821647Z ================================================================================ 2025-12-04T09:00:54.3394487Z [136 / 241] 1 / 14 tests; 16 actions running; last test: .../bit_cast_test 2025-12-04T09:00:54.3395639Z Compiling c10/test/util/string_util_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.3396699Z Compiling c10/test/util/small_vector_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.3397694Z Compiling c10/util/UniqueVoidPtr.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.3398614Z Compiling c10/util/WaitCounter.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.3399351Z Compiling c10/util/complex_math.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.3400096Z Testing //c10/test:util/bit_cast_test; 0s processwrapper-sandbox 2025-12-04T09:00:54.3400600Z Compiling c10/util/env.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.3401220Z Compiling c10/util/error.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:54.4932573Z 2025-12-04T09:00:54.4933338Z  2025-12-04T09:00:54.4933796Z  2025-12-04T09:00:54.4934165Z  2025-12-04T09:00:54.4934538Z  2025-12-04T09:00:54.4934899Z  2025-12-04T09:00:54.4935281Z  2025-12-04T09:00:54.4935638Z  2025-12-04T09:00:54.4936013Z  2025-12-04T09:00:54.4936929Z [148 / 241] 1 / 14 tests; 16 actions, 15 running; last test: .../bit_cast_test 2025-12-04T09:00:54.4938021Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.4938979Z Compiling c10/util/numa.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.4939916Z Compiling c10/util/signal_handler.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.4940783Z //c10/core:base; 0s processwrapper-sandbox 2025-12-04T09:00:54.4941835Z Compiling c10/util/tempfile.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.4942975Z Compiling c10/util/thread_name.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.4944002Z Compiling c10/test/util/nofatal_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.4945206Z Compiling c10/test/util/ssize_test.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:54.6953647Z 2025-12-04T09:00:54.6954395Z  2025-12-04T09:00:54.6954794Z  2025-12-04T09:00:54.6955151Z  2025-12-04T09:00:54.6955509Z  2025-12-04T09:00:54.6955839Z  2025-12-04T09:00:54.6956189Z  2025-12-04T09:00:54.6956497Z  2025-12-04T09:00:54.6956830Z  2025-12-04T09:00:54.6957632Z [159 / 241] 1 / 14 tests; 16 actions running; last test: .../bit_cast_test 2025-12-04T09:00:54.6958644Z Compiling c10/test/util/ssize_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.6959637Z Compiling c10/core/AutogradState.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.6960564Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:00:54.6961397Z Compiling c10/core/AllocatorConfig.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.6962288Z Compiling c10/core/CopyBytes.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.6963243Z Compiling c10/core/Device.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.6964034Z Compiling c10/core/DefaultDtype.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.6964931Z //c10/test:util_base_tests; 0s processwrapper-sandbox ... 2025-12-04T09:00:54.8983250Z 2025-12-04T09:00:54.8984028Z  2025-12-04T09:00:54.8984471Z  2025-12-04T09:00:54.8984848Z  2025-12-04T09:00:54.8985216Z  2025-12-04T09:00:54.8985596Z  2025-12-04T09:00:54.8985983Z  2025-12-04T09:00:54.8986336Z  2025-12-04T09:00:54.8986704Z  2025-12-04T09:00:54.8987620Z [172 / 242] 1 / 14 tests; 16 actions, 15 running; last test: .../bit_cast_test 2025-12-04T09:00:54.8988750Z Compiling c10/core/DispatchKey.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8989797Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8990863Z Compiling c10/core/GeneratorImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8991830Z Compiling c10/core/GradMode.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8992806Z Compiling c10/core/InferenceMode.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8993822Z Compiling c10/core/SafePyObject.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8994863Z Compiling c10/core/RefcountedDeleter.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.8995820Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2025-12-04T09:00:54.9107566Z 2025-12-04T09:00:54.9108185Z  2025-12-04T09:00:54.9108565Z  2025-12-04T09:00:54.9108958Z  2025-12-04T09:00:54.9109275Z  2025-12-04T09:00:54.9109629Z  2025-12-04T09:00:54.9109986Z  2025-12-04T09:00:54.9110333Z  2025-12-04T09:00:54.9110720Z  2025-12-04T09:00:54.9111343Z INFO: From Testing //c10/test:util/ssize_test: 2025-12-04T09:00:54.9112104Z ==================== Test output for //c10/test:util/ssize_test: 2025-12-04T09:00:54.9112741Z Running main() from gmock_main.cc 2025-12-04T09:00:54.9113305Z Note: Google Test filter = -*CUDA 2025-12-04T09:00:54.9113882Z [==========] Running 4 tests from 1 test suite. 2025-12-04T09:00:54.9114523Z [----------] Global test environment set-up. 2025-12-04T09:00:54.9115099Z [----------] 4 tests from ssizeTest 2025-12-04T09:00:54.9115621Z [ RUN ] ssizeTest.size_t 2025-12-04T09:00:54.9116293Z [ OK ] ssizeTest.size_t (0 ms) 2025-12-04T09:00:54.9116849Z [ RUN ] ssizeTest.size_t_overflow 2025-12-04T09:00:54.9117458Z [ OK ] ssizeTest.size_t_overflow (0 ms) 2025-12-04T09:00:54.9118169Z [ RUN ] ssizeTest.small_container_promotes_to_ptrdiff_t 2025-12-04T09:00:54.9119025Z [ OK ] ssizeTest.small_container_promotes_to_ptrdiff_t (0 ms) 2025-12-04T09:00:54.9120147Z [ RUN ] ssizeTest.promotes_to_64_bit_on_32_bit_platform 2025-12-04T09:00:54.9121073Z c10/test/util/ssize_test.cpp:50: Skipped 2025-12-04T09:00:54.9121639Z Only valid in 64-bits. 2025-12-04T09:00:54.9121941Z 2025-12-04T09:00:54.9121949Z 2025-12-04T09:00:54.9122321Z [ SKIPPED ] ssizeTest.promotes_to_64_bit_on_32_bit_platform (0 ms) 2025-12-04T09:00:54.9123210Z [----------] 4 tests from ssizeTest (0 ms total) 2025-12-04T09:00:54.9123567Z 2025-12-04T09:00:54.9123764Z [----------] Global test environment tear-down 2025-12-04T09:00:54.9124429Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:00:54.9125031Z [ PASSED ] 3 tests. 2025-12-04T09:00:54.9125495Z [ SKIPPED ] 1 test, listed below: 2025-12-04T09:00:54.9126174Z [ SKIPPED ] ssizeTest.promotes_to_64_bit_on_32_bit_platform 2025-12-04T09:00:54.9126916Z ================================================================================ 2025-12-04T09:00:54.9128101Z [173 / 243] 2 / 14 tests; 16 actions running; last test: .../ssize_test 2025-12-04T09:00:54.9129133Z Compiling c10/core/DispatchKey.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9130178Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9131217Z Compiling c10/core/GeneratorImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9132203Z Compiling c10/core/GradMode.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9133184Z Compiling c10/core/InferenceMode.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9134186Z Compiling c10/core/SafePyObject.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9135258Z Compiling c10/core/RefcountedDeleter.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:54.9136212Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2025-12-04T09:00:55.1383384Z 2025-12-04T09:00:55.1384247Z  2025-12-04T09:00:55.1384701Z  2025-12-04T09:00:55.1385059Z  2025-12-04T09:00:55.1385405Z  2025-12-04T09:00:55.1385797Z  2025-12-04T09:00:55.1386135Z  2025-12-04T09:00:55.1386495Z  2025-12-04T09:00:55.1386831Z  2025-12-04T09:00:55.1387655Z [185 / 243] 2 / 14 tests; 16 actions running; last test: .../ssize_test 2025-12-04T09:00:55.1388599Z Compiling c10/core/GradMode.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.1389619Z Compiling c10/core/impl/PythonDispatcherTLS.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.1390701Z Compiling c10/core/StorageImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.1391666Z Testing //c10/test:util/nofatal_test; 0s processwrapper-sandbox 2025-12-04T09:00:55.1392530Z Compiling c10/core/Stream.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.1393429Z Compiling c10/test/util/logging_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.1394339Z Compiling c10/core/SymBool.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.1395086Z Compiling c10/core/Scalar.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:55.3393952Z 2025-12-04T09:00:55.3394976Z  2025-12-04T09:00:55.3395692Z  2025-12-04T09:00:55.3396727Z  2025-12-04T09:00:55.3397168Z  2025-12-04T09:00:55.3397550Z  2025-12-04T09:00:55.3397935Z  2025-12-04T09:00:55.3398296Z  2025-12-04T09:00:55.3398676Z  2025-12-04T09:00:55.3399554Z [197 / 243] 2 / 14 tests; 16 actions running; last test: .../ssize_test 2025-12-04T09:00:55.3400644Z Testing //c10/test:util/nofatal_test; 0s processwrapper-sandbox 2025-12-04T09:00:55.3401633Z Compiling c10/test/util/lazy_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.3402520Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:55.3403492Z Compiling c10/core/SymbolicShapeMeta.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.3404667Z Compiling c10/core/impl/PyInterpreterHooks.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.3406024Z Compiling c10/core/TensorImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.3407002Z Compiling c10/core/TensorOptions.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.3408258Z Compiling c10/core/WrapDimMinimal.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:55.5408214Z 2025-12-04T09:00:55.5409325Z  2025-12-04T09:00:55.5409774Z  2025-12-04T09:00:55.5410161Z  2025-12-04T09:00:55.5410543Z  2025-12-04T09:00:55.5410927Z  2025-12-04T09:00:55.5411288Z  2025-12-04T09:00:55.5411655Z  2025-12-04T09:00:55.5412041Z  2025-12-04T09:00:55.5412933Z [207 / 243] 2 / 14 tests; 16 actions running; last test: .../ssize_test 2025-12-04T09:00:55.5414013Z Testing //c10/test:util/nofatal_test; 0s processwrapper-sandbox 2025-12-04T09:00:55.5414796Z //c10/core:base; 0s processwrapper-sandbox 2025-12-04T09:00:55.5415639Z Compiling c10/core/impl/GPUTrace.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.5416756Z Compiling c10/test/util/Semaphore_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.5417818Z Compiling c10/test/util/irange_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.5418974Z Compiling c10/core/impl/LocalDispatchKeySet.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.5420178Z Compiling c10/test/util/intrusive_ptr_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.5421357Z Compiling c10/core/impl/PyInterpreter.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:55.6535538Z 2025-12-04T09:00:55.6536316Z  2025-12-04T09:00:55.6536758Z  2025-12-04T09:00:55.6537137Z  2025-12-04T09:00:55.6537506Z  2025-12-04T09:00:55.6537868Z  2025-12-04T09:00:55.6538209Z  2025-12-04T09:00:55.6538573Z  2025-12-04T09:00:55.6538941Z  2025-12-04T09:00:55.6539544Z INFO: From Testing //c10/test:typeid_test: 2025-12-04T09:00:55.6540270Z ==================== Test output for //c10/test:typeid_test: 2025-12-04T09:00:55.6540909Z Running main() from gmock_main.cc 2025-12-04T09:00:55.6541484Z Note: Google Test filter = -*CUDA 2025-12-04T09:00:55.6542066Z [==========] Running 5 tests from 1 test suite. 2025-12-04T09:00:55.6542681Z [----------] Global test environment set-up. 2025-12-04T09:00:55.6543270Z [----------] 5 tests from TypeMetaTest 2025-12-04T09:00:55.6543857Z [ RUN ] TypeMetaTest.TypeMetaStatic 2025-12-04T09:00:55.6544447Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2025-12-04T09:00:55.6545031Z [ RUN ] TypeMetaTest.Names 2025-12-04T09:00:55.6545548Z [ OK ] TypeMetaTest.Names (0 ms) 2025-12-04T09:00:55.6546137Z [ RUN ] TypeMetaTest.TypeMeta 2025-12-04T09:00:55.6546613Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2025-12-04T09:00:55.6547195Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2025-12-04T09:00:55.6547833Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2025-12-04T09:00:55.6548503Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2025-12-04T09:00:55.6549175Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2025-12-04T09:00:55.6549888Z [----------] 5 tests from TypeMetaTest (0 ms total) 2025-12-04T09:00:55.6550355Z 2025-12-04T09:00:55.6550582Z [----------] Global test environment tear-down 2025-12-04T09:00:55.6551229Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:00:55.6551847Z [ PASSED ] 5 tests. 2025-12-04T09:00:55.6552307Z ================================================================================ 2025-12-04T09:00:55.6553536Z [215 / 244] 3 / 14 tests; 16 actions running; last test: .../test:typeid_test 2025-12-04T09:00:55.6554630Z Testing //c10/test:util/nofatal_test; 0s processwrapper-sandbox 2025-12-04T09:00:55.6555701Z Compiling c10/test/util/intrusive_ptr_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.6556878Z Compiling c10/test/core/DeviceGuard_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.6557943Z Compiling c10/core/CPUAllocator.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.6559296Z Compiling c10/test/core/impl/cow_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.6560205Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:55.6561098Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:55.6561902Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2025-12-04T09:00:55.8599827Z 2025-12-04T09:00:55.8600599Z  2025-12-04T09:00:55.8601044Z  2025-12-04T09:00:55.8601418Z  2025-12-04T09:00:55.8601787Z  2025-12-04T09:00:55.8602162Z  2025-12-04T09:00:55.8602530Z  2025-12-04T09:00:55.8602889Z  2025-12-04T09:00:55.8603355Z  2025-12-04T09:00:55.8604274Z [227 / 244] 3 / 14 tests; 15 actions, 14 running; last test: ...st:typeid_test 2025-12-04T09:00:55.8605399Z Testing //c10/test:util/nofatal_test; 0s processwrapper-sandbox 2025-12-04T09:00:55.8606257Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:55.8607217Z Compiling c10/test/core/StreamGuard_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.8608302Z Compiling c10/test/core/Scalar_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.8609446Z Compiling c10/test/core/DispatchKeySet_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.8610554Z Compiling c10/test/core/Device_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.8611502Z Compiling c10/test/util/flags_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:00:55.8612621Z Compiling c10/test/util/exception_test.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:00:56.0713687Z 2025-12-04T09:00:56.0714308Z  2025-12-04T09:00:56.0714568Z  2025-12-04T09:00:56.0714784Z  2025-12-04T09:00:56.0714981Z  2025-12-04T09:00:56.0715188Z  2025-12-04T09:00:56.0715381Z  2025-12-04T09:00:56.0715586Z  2025-12-04T09:00:56.0715781Z  2025-12-04T09:00:56.0716299Z [241 / 244] 3 / 14 tests; 3 actions, 2 running; last test: ...test:typeid_test 2025-12-04T09:00:56.0716928Z Testing //c10/test:util/nofatal_test; 1s processwrapper-sandbox 2025-12-04T09:00:56.0717416Z Linking c10/test/core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:56.0717821Z [Prepa] Linking c10/test/util_base_tests 2025-12-04T09:00:56.2818058Z 2025-12-04T09:00:56.2818780Z  2025-12-04T09:00:56.2819168Z  2025-12-04T09:00:56.2819467Z  2025-12-04T09:00:56.2820247Z [243 / 246] 3 / 14 tests; 3 actions, 2 running; last test: ...test:typeid_test 2025-12-04T09:00:56.2821251Z Testing //c10/test:util/nofatal_test; 1s processwrapper-sandbox 2025-12-04T09:00:56.2822014Z Testing //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:56.2822634Z [Prepa] Testing //c10/test:util_base_tests 2025-12-04T09:00:56.2925933Z 2025-12-04T09:00:56.2926724Z  2025-12-04T09:00:56.2927004Z  2025-12-04T09:00:56.2927207Z  2025-12-04T09:00:56.2927662Z INFO: From Testing //c10/test:core_tests: 2025-12-04T09:00:56.2928935Z ==================== Test output for //c10/test:core_tests: 2025-12-04T09:00:56.2929302Z Running main() from gmock_main.cc 2025-12-04T09:00:56.2929715Z Note: Google Test filter = -*CUDA 2025-12-04T09:00:56.2930077Z [==========] Running 81 tests from 18 test suites. 2025-12-04T09:00:56.2930640Z [----------] Global test environment set-up. 2025-12-04T09:00:56.2931022Z [----------] 1 test from AllocatorConfigTest 2025-12-04T09:00:56.2931546Z [ RUN ] AllocatorConfigTest.allocator_config_test 2025-12-04T09:00:56.2932262Z [ OK ] AllocatorConfigTest.allocator_config_test (0 ms) 2025-12-04T09:00:56.2932810Z [----------] 1 test from AllocatorConfigTest (0 ms total) 2025-12-04T09:00:56.2933079Z 2025-12-04T09:00:56.2933233Z [----------] 2 tests from CompileTimeFunctionPointerTest 2025-12-04T09:00:56.2933894Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2025-12-04T09:00:56.2934481Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2025-12-04T09:00:56.2935315Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2025-12-04T09:00:56.2935994Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2025-12-04T09:00:56.2936553Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2025-12-04T09:00:56.2936853Z 2025-12-04T09:00:56.2936954Z [----------] 1 test from DeviceGuard 2025-12-04T09:00:56.2937319Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2025-12-04T09:00:56.2937762Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2025-12-04T09:00:56.2938184Z [----------] 1 test from DeviceGuard (0 ms total) 2025-12-04T09:00:56.2938417Z 2025-12-04T09:00:56.2938549Z [----------] 1 test from OptionalDeviceGuard 2025-12-04T09:00:56.2938961Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2025-12-04T09:00:56.2939494Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2025-12-04T09:00:56.2939964Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2025-12-04T09:00:56.2940223Z 2025-12-04T09:00:56.2940325Z [----------] 1 test from DeviceTest 2025-12-04T09:00:56.2940632Z [ RUN ] DeviceTest.BasicConstruction 2025-12-04T09:00:56.2940985Z [ OK ] DeviceTest.BasicConstruction (0 ms) 2025-12-04T09:00:56.2941344Z [----------] 1 test from DeviceTest (0 ms total) 2025-12-04T09:00:56.2941570Z 2025-12-04T09:00:56.2941675Z [----------] 2 tests from DeviceTypeTest 2025-12-04T09:00:56.2942033Z [ RUN ] DeviceTypeTest.PrivateUseOneDeviceType 2025-12-04T09:00:56.2942444Z [ OK ] DeviceTypeTest.PrivateUseOneDeviceType (0 ms) 2025-12-04T09:00:56.2942855Z [ RUN ] DeviceTypeTest.PrivateUseOneRegister 2025-12-04T09:00:56.2943247Z [ OK ] DeviceTypeTest.PrivateUseOneRegister (0 ms) 2025-12-04T09:00:56.2943648Z [----------] 2 tests from DeviceTypeTest (0 ms total) 2025-12-04T09:00:56.2943886Z 2025-12-04T09:00:56.2944003Z [----------] 17 tests from DispatchKeySet 2025-12-04T09:00:56.2944328Z [ RUN ] DispatchKeySet.ShowSemantics 2025-12-04T09:00:56.2944691Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2025-12-04T09:00:56.2945025Z [ RUN ] DispatchKeySet.Empty 2025-12-04T09:00:56.2945342Z [ OK ] DispatchKeySet.Empty (0 ms) 2025-12-04T09:00:56.2945698Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2025-12-04T09:00:56.2946129Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2025-12-04T09:00:56.2946556Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2025-12-04T09:00:56.2946992Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2025-12-04T09:00:56.2947471Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2025-12-04T09:00:56.2947991Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2025-12-04T09:00:56.2948469Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2025-12-04T09:00:56.2948854Z [ OK ] DispatchKeySet.DoubletonPerBackend (16 ms) 2025-12-04T09:00:56.2949276Z [ RUN ] DispatchKeySet.Full 2025-12-04T09:00:56.2949586Z [ OK ] DispatchKeySet.Full (0 ms) 2025-12-04T09:00:56.2949924Z [ RUN ] DispatchKeySet.IteratorBasicOps 2025-12-04T09:00:56.2950306Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2025-12-04T09:00:56.2950740Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2025-12-04T09:00:56.2951222Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2025-12-04T09:00:56.2951667Z [ RUN ] DispatchKeySet.IteratorEmpty 2025-12-04T09:00:56.2952014Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2025-12-04T09:00:56.2952391Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2025-12-04T09:00:56.2952775Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2025-12-04T09:00:56.2953153Z [ RUN ] DispatchKeySet.IteratorFull 2025-12-04T09:00:56.2953490Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2025-12-04T09:00:56.2953855Z [ RUN ] DispatchKeySet.FailAtEndIterator 2025-12-04T09:00:56.2954232Z [ OK ] DispatchKeySet.FailAtEndIterator (0 ms) 2025-12-04T09:00:56.2954634Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2025-12-04T09:00:56.2955155Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2025-12-04T09:00:56.2955690Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2025-12-04T09:00:56.2956214Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2025-12-04T09:00:56.2956735Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2025-12-04T09:00:56.2957269Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2025-12-04T09:00:56.2957771Z [ RUN ] DispatchKeySet.TestGetRuntimeDispatchKeySet 2025-12-04T09:00:56.2958213Z [ OK ] DispatchKeySet.TestGetRuntimeDispatchKeySet (2 ms) 2025-12-04T09:00:56.2958651Z [----------] 17 tests from DispatchKeySet (19 ms total) 2025-12-04T09:00:56.2958897Z 2025-12-04T09:00:56.2958996Z [----------] 3 tests from ScalarTest 2025-12-04T09:00:56.2959320Z [ RUN ] ScalarTest.UnsignedConstructor 2025-12-04T09:00:56.2959670Z [ OK ] ScalarTest.UnsignedConstructor (0 ms) 2025-12-04T09:00:56.2960021Z [ RUN ] ScalarTest.Equality 2025-12-04T09:00:56.2960317Z [ OK ] ScalarTest.Equality (0 ms) 2025-12-04T09:00:56.2960639Z [ RUN ] ScalarTest.LongsAndLongLongs 2025-12-04T09:00:56.2960988Z [ OK ] ScalarTest.LongsAndLongLongs (0 ms) 2025-12-04T09:00:56.2961338Z [----------] 3 tests from ScalarTest (0 ms total) 2025-12-04T09:00:56.2961582Z 2025-12-04T09:00:56.2961680Z [----------] 10 tests from SymIntTest 2025-12-04T09:00:56.2961977Z [ RUN ] SymIntTest.ConcreteInts 2025-12-04T09:00:56.2962295Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2025-12-04T09:00:56.2962612Z [ RUN ] SymIntTest.CheckRange 2025-12-04T09:00:56.2962920Z [ OK ] SymIntTest.CheckRange (0 ms) 2025-12-04T09:00:56.2963336Z [ RUN ] SymIntTest.Overflows 2025-12-04T09:00:56.2963632Z [ OK ] SymIntTest.Overflows (0 ms) 2025-12-04T09:00:56.2963958Z [ RUN ] SymIntTest.BinaryPlus 2025-12-04T09:00:56.2964258Z [ OK ] SymIntTest.BinaryPlus (0 ms) 2025-12-04T09:00:56.2964586Z [ RUN ] SymIntTest.BinaryMinus 2025-12-04T09:00:56.2964898Z [ OK ] SymIntTest.BinaryMinus (0 ms) 2025-12-04T09:00:56.2965241Z [ RUN ] SymIntTest.BinaryMultiplies 2025-12-04T09:00:56.2965580Z [ OK ] SymIntTest.BinaryMultiplies (0 ms) 2025-12-04T09:00:56.2965926Z [ RUN ] SymIntTest.BinaryDivides 2025-12-04T09:00:56.2966253Z [ OK ] SymIntTest.BinaryDivides (0 ms) 2025-12-04T09:00:56.2966574Z [ RUN ] SymIntTest.BinaryModulus 2025-12-04T09:00:56.2966897Z [ OK ] SymIntTest.BinaryModulus (0 ms) 2025-12-04T09:00:56.2967250Z [ RUN ] SymIntTest.BinaryComparisonOperators 2025-12-04T09:00:56.2967653Z [ OK ] SymIntTest.BinaryComparisonOperators (0 ms) 2025-12-04T09:00:56.2968007Z [ RUN ] SymIntTest.MinMax 2025-12-04T09:00:56.2968299Z [ OK ] SymIntTest.MinMax (0 ms) 2025-12-04T09:00:56.2968617Z [----------] 10 tests from SymIntTest (0 ms total) 2025-12-04T09:00:56.2968862Z 2025-12-04T09:00:56.2968975Z [----------] 5 tests from InlineDeviceGuard 2025-12-04T09:00:56.2969334Z [ RUN ] InlineDeviceGuard.Constructor 2025-12-04T09:00:56.2969681Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2025-12-04T09:00:56.2970064Z [ RUN ] InlineDeviceGuard.ConstructorError 2025-12-04T09:00:56.2970443Z [ OK ] InlineDeviceGuard.ConstructorError (0 ms) 2025-12-04T09:00:56.2971028Z [ RUN ] InlineDeviceGuard.SetDevice 2025-12-04T09:00:56.2971368Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2025-12-04T09:00:56.2971732Z [ RUN ] InlineDeviceGuard.ResetDevice 2025-12-04T09:00:56.2972081Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2025-12-04T09:00:56.2972442Z [ RUN ] InlineDeviceGuard.SetIndex 2025-12-04T09:00:56.2972788Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2025-12-04T09:00:56.2973152Z [----------] 5 tests from InlineDeviceGuard (0 ms total) 2025-12-04T09:00:56.2973402Z 2025-12-04T09:00:56.2973551Z [----------] 4 tests from InlineOptionalDeviceGuard 2025-12-04T09:00:56.2973933Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2025-12-04T09:00:56.2974477Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2025-12-04T09:00:56.2974974Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2025-12-04T09:00:56.2975444Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2025-12-04T09:00:56.2975885Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2025-12-04T09:00:56.2976271Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2025-12-04T09:00:56.2976672Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2025-12-04T09:00:56.2977054Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2025-12-04T09:00:56.2977485Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2025-12-04T09:00:56.2977763Z 2025-12-04T09:00:56.2977875Z [----------] 4 tests from InlineStreamGuard 2025-12-04T09:00:56.2978220Z [ RUN ] InlineStreamGuard.Constructor 2025-12-04T09:00:56.2978576Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2025-12-04T09:00:56.2978970Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2025-12-04T09:00:56.2979425Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2025-12-04T09:00:56.2979892Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2025-12-04T09:00:56.2980395Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2025-12-04T09:00:56.2980870Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2025-12-04T09:00:56.2981330Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2025-12-04T09:00:56.2981755Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2025-12-04T09:00:56.2982009Z 2025-12-04T09:00:56.2982140Z [----------] 3 tests from InlineOptionalStreamGuard 2025-12-04T09:00:56.2982524Z [ RUN ] InlineOptionalStreamGuard.Constructor 2025-12-04T09:00:56.2982922Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2025-12-04T09:00:56.2983373Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2025-12-04T09:00:56.2983857Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2025-12-04T09:00:56.2984382Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2025-12-04T09:00:56.2984919Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2025-12-04T09:00:56.2985440Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2025-12-04T09:00:56.2985718Z 2025-12-04T09:00:56.2985859Z [----------] 1 test from InlineMultiStreamGuard 2025-12-04T09:00:56.2986217Z [ RUN ] InlineMultiStreamGuard.Constructor 2025-12-04T09:00:56.2986607Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2025-12-04T09:00:56.2987005Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2025-12-04T09:00:56.2987278Z 2025-12-04T09:00:56.2987396Z [----------] 18 tests from SizesAndStridesTest 2025-12-04T09:00:56.2987766Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2025-12-04T09:00:56.2988169Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2025-12-04T09:00:56.2988559Z [ RUN ] SizesAndStridesTest.SetSizes 2025-12-04T09:00:56.2988901Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2025-12-04T09:00:56.2989258Z [ RUN ] SizesAndStridesTest.Resize 2025-12-04T09:00:56.2989589Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2025-12-04T09:00:56.2989944Z [ RUN ] SizesAndStridesTest.SetAtIndex 2025-12-04T09:00:56.2990293Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2025-12-04T09:00:56.2990671Z [ RUN ] SizesAndStridesTest.SetAtIterator 2025-12-04T09:00:56.2991054Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2025-12-04T09:00:56.2991419Z [ RUN ] SizesAndStridesTest.SetViaData 2025-12-04T09:00:56.2991780Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2025-12-04T09:00:56.2992147Z [ RUN ] SizesAndStridesTest.MoveConstructor 2025-12-04T09:00:56.2992539Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2025-12-04T09:00:56.2992921Z [ RUN ] SizesAndStridesTest.CopyConstructor 2025-12-04T09:00:56.2993313Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2025-12-04T09:00:56.2993737Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2025-12-04T09:00:56.2994307Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2025-12-04T09:00:56.2994869Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2025-12-04T09:00:56.2995341Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2025-12-04T09:00:56.2995822Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2025-12-04T09:00:56.2996275Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2025-12-04T09:00:56.2996741Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2025-12-04T09:00:56.2997193Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2025-12-04T09:00:56.2997649Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2025-12-04T09:00:56.2998093Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2025-12-04T09:00:56.2998529Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2025-12-04T09:00:56.2998973Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2025-12-04T09:00:56.2999419Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2025-12-04T09:00:56.2999880Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2025-12-04T09:00:56.3000328Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2025-12-04T09:00:56.3000783Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2025-12-04T09:00:56.3001221Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2025-12-04T09:00:56.3001626Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2025-12-04T09:00:56.3002038Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2025-12-04T09:00:56.3002437Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2025-12-04T09:00:56.3002858Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2025-12-04T09:00:56.3003209Z 2025-12-04T09:00:56.3003310Z [----------] 2 tests from ContextTest 2025-12-04T09:00:56.3003615Z [ RUN ] ContextTest.Basic 2025-12-04T09:00:56.3003893Z [ OK ] ContextTest.Basic (0 ms) 2025-12-04T09:00:56.3004213Z [ RUN ] ContextTest.cow_deleter 2025-12-04T09:00:56.3004530Z [ OK ] ContextTest.cow_deleter (0 ms) 2025-12-04T09:00:56.3004874Z [----------] 2 tests from ContextTest (0 ms total) 2025-12-04T09:00:56.3005107Z 2025-12-04T09:00:56.3005243Z [----------] 3 tests from lazy_clone_storage_test 2025-12-04T09:00:56.3005592Z [ RUN ] lazy_clone_storage_test.no_context 2025-12-04T09:00:56.3005958Z [ OK ] lazy_clone_storage_test.no_context (0 ms) 2025-12-04T09:00:56.3006323Z [ RUN ] lazy_clone_storage_test.different_context 2025-12-04T09:00:56.3006722Z [ OK ] lazy_clone_storage_test.different_context (0 ms) 2025-12-04T09:00:56.3007131Z [ RUN ] lazy_clone_storage_test.already_copy_on_write 2025-12-04T09:00:56.3007541Z [ OK ] lazy_clone_storage_test.already_copy_on_write (0 ms) 2025-12-04T09:00:56.3007968Z [----------] 3 tests from lazy_clone_storage_test (0 ms total) 2025-12-04T09:00:56.3008231Z 2025-12-04T09:00:56.3008341Z [----------] 3 tests from materialize_test 2025-12-04T09:00:56.3008704Z [ RUN ] materialize_test.not_copy_on_write_context 2025-12-04T09:00:56.3009100Z [ OK ] materialize_test.not_copy_on_write_context (0 ms) 2025-12-04T09:00:56.3009525Z [ RUN ] materialize_test.copy_on_write_single_reference 2025-12-04T09:00:56.3009967Z [ OK ] materialize_test.copy_on_write_single_reference (0 ms) 2025-12-04T09:00:56.3010364Z [ RUN ] materialize_test.copy_on_write 2025-12-04T09:00:56.3010710Z [ OK ] materialize_test.copy_on_write (0 ms) 2025-12-04T09:00:56.3011073Z [----------] 3 tests from materialize_test (0 ms total) 2025-12-04T09:00:56.3011326Z 2025-12-04T09:00:56.3011447Z [----------] Global test environment tear-down 2025-12-04T09:00:56.3011801Z [==========] 81 tests from 18 test suites ran. (20 ms total) 2025-12-04T09:00:56.3012148Z [ PASSED ] 81 tests. 2025-12-04T09:00:56.3012405Z ================================================================================ 2025-12-04T09:00:56.3013204Z [243 / 246] 4 / 14 tests; 3 actions running; last test: //c10/test:core_tests 2025-12-04T09:00:56.3013847Z Testing //c10/test:util/nofatal_test; 1s processwrapper-sandbox 2025-12-04T09:00:56.3014327Z Testing //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:00:56.3014803Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:00:56.5412832Z 2025-12-04T09:00:56.5413403Z  2025-12-04T09:00:56.5413679Z  2025-12-04T09:00:56.5413881Z  2025-12-04T09:00:56.5414404Z [244 / 246] 4 / 14 tests; 2 actions running; last test: //c10/test:core_tests 2025-12-04T09:00:56.5414995Z Testing //c10/test:util/nofatal_test; 1s processwrapper-sandbox 2025-12-04T09:00:56.5415505Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:00:57.5419263Z 2025-12-04T09:00:57.5419854Z  2025-12-04T09:00:57.5420117Z  2025-12-04T09:00:57.5420676Z [244 / 246] 4 / 14 tests; 2 actions running; last test: //c10/test:core_tests 2025-12-04T09:00:57.5421268Z Testing //c10/test:util/nofatal_test; 2s processwrapper-sandbox 2025-12-04T09:00:57.5421789Z Testing //c10/test:util_base_tests; 1s processwrapper-sandbox 2025-12-04T09:00:58.1378554Z 2025-12-04T09:00:58.1379351Z  2025-12-04T09:00:58.1379718Z  2025-12-04T09:00:58.1380371Z [244 / 246] 5 / 14 tests; 2 actions running; last test: .../nofatal_test 2025-12-04T09:00:58.1380958Z Testing //c10/test:util/nofatal_test; 3s processwrapper-sandbox 2025-12-04T09:00:58.1381494Z Testing //c10/test:util_base_tests; 1s processwrapper-sandbox 2025-12-04T09:00:58.1381794Z 2025-12-04T09:00:58.1381897Z  2025-12-04T09:00:58.1382111Z  2025-12-04T09:00:58.1382460Z INFO: From Testing //c10/test:util/nofatal_test: 2025-12-04T09:00:58.1382871Z ==================== Test output for //c10/test:util/nofatal_test: 2025-12-04T09:00:58.1383239Z Running main() from gmock_main.cc 2025-12-04T09:00:58.1383562Z Note: Google Test filter = -*CUDA 2025-12-04T09:00:58.1383969Z [==========] Running 1 test from 1 test suite. 2025-12-04T09:00:58.1384458Z [----------] Global test environment set-up. 2025-12-04T09:00:58.1384911Z [----------] 1 test from NofatalTest 2025-12-04T09:00:58.1385230Z [ RUN ] NofatalTest.TorchCheckComparisons 2025-12-04T09:00:58.1385829Z [F1204 09:00:54.421577544 nofatal_test.cpp:26] Check failed: 1 == 2 (1 vs. 2). i am a silly message 1 2025-12-04T09:00:58.1386519Z [F1204 09:00:54.421652937 nofatal_test.cpp:29] Check failed: 2 != 2 (2 vs. 2). 2025-12-04T09:00:58.1387105Z [F1204 09:00:54.421667797 nofatal_test.cpp:31] Check failed: 2 < 2 (2 vs. 2). 2025-12-04T09:00:58.1387696Z [F1204 09:00:54.421681074 nofatal_test.cpp:33] Check failed: 3 <= 2 (3 vs. 2). 2025-12-04T09:00:58.1388263Z [F1204 09:00:54.421693779 nofatal_test.cpp:35] Check failed: 2 > 2 (2 vs. 2). 2025-12-04T09:00:58.1388862Z [F1204 09:00:54.421705623 nofatal_test.cpp:37] Check failed: 2 >= 3 (2 vs. 3). 2025-12-04T09:00:58.1389483Z [F1204 09:00:54.421717735 nofatal_test.cpp:41] Check failed: 'p' must be non NULL. 2025-12-04T09:00:58.1390051Z [ OK ] NofatalTest.TorchCheckComparisons (3189 ms) 2025-12-04T09:00:58.1390442Z [----------] 1 test from NofatalTest (3189 ms total) 2025-12-04T09:00:58.1390713Z 2025-12-04T09:00:58.1390849Z [----------] Global test environment tear-down 2025-12-04T09:00:58.1391210Z [==========] 1 test from 1 test suite ran. (3189 ms total) 2025-12-04T09:00:58.1391580Z [ PASSED ] 1 test. 2025-12-04T09:00:58.1391839Z ================================================================================ 2025-12-04T09:00:58.1392488Z [244 / 246] 5 / 14 tests; 2 actions running; last test: .../nofatal_test 2025-12-04T09:00:58.1393108Z Testing //c10/test:util/nofatal_test; 3s processwrapper-sandbox 2025-12-04T09:00:58.1393610Z Testing //c10/test:util_base_tests; 1s processwrapper-sandbox 2025-12-04T09:00:58.3431120Z 2025-12-04T09:00:58.3431697Z  2025-12-04T09:00:58.3432181Z  2025-12-04T09:00:58.3432698Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:00:58.3433406Z Testing //c10/test:util_base_tests; 2s processwrapper-sandbox 2025-12-04T09:00:59.3439342Z 2025-12-04T09:00:59.3439887Z  2025-12-04T09:00:59.3440489Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:00:59.3441101Z Testing //c10/test:util_base_tests; 3s processwrapper-sandbox 2025-12-04T09:01:00.5449182Z 2025-12-04T09:01:00.5449692Z  2025-12-04T09:01:00.5450239Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:00.5450830Z Testing //c10/test:util_base_tests; 4s processwrapper-sandbox 2025-12-04T09:01:01.7457323Z 2025-12-04T09:01:01.7457938Z  2025-12-04T09:01:01.7458590Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:01.7459262Z Testing //c10/test:util_base_tests; 5s processwrapper-sandbox 2025-12-04T09:01:02.7464335Z 2025-12-04T09:01:02.7464910Z  2025-12-04T09:01:02.7465470Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:02.7466070Z Testing //c10/test:util_base_tests; 6s processwrapper-sandbox 2025-12-04T09:01:03.7471837Z 2025-12-04T09:01:03.7472445Z  2025-12-04T09:01:03.7473023Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:03.7473657Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:01:04.7478113Z 2025-12-04T09:01:04.7478708Z  2025-12-04T09:01:04.7479290Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:04.7479972Z Testing //c10/test:util_base_tests; 8s processwrapper-sandbox 2025-12-04T09:01:05.9485584Z 2025-12-04T09:01:05.9486164Z  2025-12-04T09:01:05.9486746Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:05.9487335Z Testing //c10/test:util_base_tests; 9s processwrapper-sandbox 2025-12-04T09:01:06.9492732Z 2025-12-04T09:01:06.9493338Z  2025-12-04T09:01:06.9493977Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:06.9494620Z Testing //c10/test:util_base_tests; 10s processwrapper-sandbox 2025-12-04T09:01:07.9499346Z 2025-12-04T09:01:07.9499975Z  2025-12-04T09:01:07.9500560Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:07.9501167Z Testing //c10/test:util_base_tests; 11s processwrapper-sandbox 2025-12-04T09:01:09.1506753Z 2025-12-04T09:01:09.1507345Z  2025-12-04T09:01:09.1507949Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:09.1508550Z Testing //c10/test:util_base_tests; 12s processwrapper-sandbox 2025-12-04T09:01:09.7208496Z 2025-12-04T09:01:09.7209054Z  2025-12-04T09:01:09.7209615Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:09.7210206Z Testing //c10/test:util_base_tests; 13s processwrapper-sandbox 2025-12-04T09:01:10.7515936Z 2025-12-04T09:01:10.7516503Z  2025-12-04T09:01:10.7517084Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:10.7517698Z Testing //c10/test:util_base_tests; 14s processwrapper-sandbox 2025-12-04T09:01:11.7522824Z 2025-12-04T09:01:11.7523484Z  2025-12-04T09:01:11.7524320Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:11.7525054Z Testing //c10/test:util_base_tests; 15s processwrapper-sandbox 2025-12-04T09:01:12.7529975Z 2025-12-04T09:01:12.7530463Z  2025-12-04T09:01:12.7531005Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:12.7531600Z Testing //c10/test:util_base_tests; 16s processwrapper-sandbox 2025-12-04T09:01:13.9538737Z 2025-12-04T09:01:13.9539314Z  2025-12-04T09:01:13.9539903Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:13.9540491Z Testing //c10/test:util_base_tests; 17s processwrapper-sandbox 2025-12-04T09:01:14.9543284Z 2025-12-04T09:01:14.9543870Z  2025-12-04T09:01:14.9544441Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:14.9545059Z Testing //c10/test:util_base_tests; 18s processwrapper-sandbox 2025-12-04T09:01:15.9551048Z 2025-12-04T09:01:15.9551696Z  2025-12-04T09:01:15.9552269Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:15.9552858Z Testing //c10/test:util_base_tests; 19s processwrapper-sandbox 2025-12-04T09:01:17.1558456Z 2025-12-04T09:01:17.1559053Z  2025-12-04T09:01:17.1559646Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:17.1560232Z Testing //c10/test:util_base_tests; 20s processwrapper-sandbox 2025-12-04T09:01:18.3565760Z 2025-12-04T09:01:18.3566359Z  2025-12-04T09:01:18.3566945Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:18.3567532Z Testing //c10/test:util_base_tests; 22s processwrapper-sandbox 2025-12-04T09:01:19.3571804Z 2025-12-04T09:01:19.3572386Z  2025-12-04T09:01:19.3572985Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:19.3573601Z Testing //c10/test:util_base_tests; 23s processwrapper-sandbox 2025-12-04T09:01:20.3580808Z 2025-12-04T09:01:20.3581346Z  2025-12-04T09:01:20.3581917Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:20.3582519Z Testing //c10/test:util_base_tests; 24s processwrapper-sandbox 2025-12-04T09:01:21.5585879Z 2025-12-04T09:01:21.5586458Z  2025-12-04T09:01:21.5587046Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:21.5587635Z Testing //c10/test:util_base_tests; 25s processwrapper-sandbox 2025-12-04T09:01:22.5593008Z 2025-12-04T09:01:22.5593781Z  2025-12-04T09:01:22.5594375Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:22.5594973Z Testing //c10/test:util_base_tests; 26s processwrapper-sandbox 2025-12-04T09:01:23.5600088Z 2025-12-04T09:01:23.5601038Z  2025-12-04T09:01:23.5602039Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:23.5603172Z Testing //c10/test:util_base_tests; 27s processwrapper-sandbox 2025-12-04T09:01:24.7607247Z 2025-12-04T09:01:24.7607906Z  2025-12-04T09:01:24.7608509Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:24.7609099Z Testing //c10/test:util_base_tests; 28s processwrapper-sandbox 2025-12-04T09:01:25.7613644Z 2025-12-04T09:01:25.7614215Z  2025-12-04T09:01:25.7614791Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:25.7615650Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:01:26.7620151Z 2025-12-04T09:01:26.7621237Z  2025-12-04T09:01:26.7622134Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:26.7623121Z Testing //c10/test:util_base_tests; 30s processwrapper-sandbox 2025-12-04T09:01:27.9627299Z 2025-12-04T09:01:27.9627949Z  2025-12-04T09:01:27.9628792Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:27.9629810Z Testing //c10/test:util_base_tests; 31s processwrapper-sandbox 2025-12-04T09:01:28.9633361Z 2025-12-04T09:01:28.9634076Z  2025-12-04T09:01:28.9634997Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:28.9636006Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:01:29.9640692Z 2025-12-04T09:01:29.9641396Z  2025-12-04T09:01:29.9642307Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:29.9643386Z Testing //c10/test:util_base_tests; 33s processwrapper-sandbox 2025-12-04T09:01:31.1647574Z 2025-12-04T09:01:31.1648176Z  2025-12-04T09:01:31.1648777Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:31.1649361Z Testing //c10/test:util_base_tests; 34s processwrapper-sandbox 2025-12-04T09:01:32.1655303Z 2025-12-04T09:01:32.1655991Z  2025-12-04T09:01:32.1656895Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:32.1657905Z Testing //c10/test:util_base_tests; 35s processwrapper-sandbox 2025-12-04T09:01:33.1662014Z 2025-12-04T09:01:33.1662674Z  2025-12-04T09:01:33.1663620Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:33.1664647Z Testing //c10/test:util_base_tests; 36s processwrapper-sandbox 2025-12-04T09:01:34.1668964Z 2025-12-04T09:01:34.1669552Z  2025-12-04T09:01:34.1670119Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:34.1670838Z Testing //c10/test:util_base_tests; 37s processwrapper-sandbox 2025-12-04T09:01:35.3676286Z 2025-12-04T09:01:35.3677009Z  2025-12-04T09:01:35.3677920Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:35.3678947Z Testing //c10/test:util_base_tests; 39s processwrapper-sandbox 2025-12-04T09:01:36.3682212Z 2025-12-04T09:01:36.3682757Z  2025-12-04T09:01:36.3683430Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:36.3684031Z Testing //c10/test:util_base_tests; 40s processwrapper-sandbox 2025-12-04T09:01:37.3689194Z 2025-12-04T09:01:37.3689775Z  2025-12-04T09:01:37.3690397Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:37.3690987Z Testing //c10/test:util_base_tests; 41s processwrapper-sandbox 2025-12-04T09:01:38.5697765Z 2025-12-04T09:01:38.5698322Z  2025-12-04T09:01:38.5698908Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:38.5699509Z Testing //c10/test:util_base_tests; 42s processwrapper-sandbox 2025-12-04T09:01:39.5703768Z 2025-12-04T09:01:39.5704318Z  2025-12-04T09:01:39.5704883Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:39.5705469Z Testing //c10/test:util_base_tests; 43s processwrapper-sandbox 2025-12-04T09:01:39.9708826Z 2025-12-04T09:01:39.9709510Z  2025-12-04T09:01:39.9710720Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:39.9711965Z Testing //c10/test:util_base_tests; 43s processwrapper-sandbox 2025-12-04T09:01:41.1717029Z 2025-12-04T09:01:41.1717738Z  2025-12-04T09:01:41.1718313Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:41.1718910Z Testing //c10/test:util_base_tests; 44s processwrapper-sandbox 2025-12-04T09:01:42.1724056Z 2025-12-04T09:01:42.1724776Z  2025-12-04T09:01:42.1725775Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:42.1726846Z Testing //c10/test:util_base_tests; 45s processwrapper-sandbox 2025-12-04T09:01:43.1730940Z 2025-12-04T09:01:43.1731563Z  2025-12-04T09:01:43.1732157Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:43.1732771Z Testing //c10/test:util_base_tests; 46s processwrapper-sandbox 2025-12-04T09:01:44.3737709Z 2025-12-04T09:01:44.3738220Z  2025-12-04T09:01:44.3738777Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:44.3739381Z Testing //c10/test:util_base_tests; 48s processwrapper-sandbox 2025-12-04T09:01:45.5744316Z 2025-12-04T09:01:45.5744862Z  2025-12-04T09:01:45.5745421Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:45.5746020Z Testing //c10/test:util_base_tests; 49s processwrapper-sandbox 2025-12-04T09:01:46.5750763Z 2025-12-04T09:01:46.5751372Z  2025-12-04T09:01:46.5751955Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:46.5752555Z Testing //c10/test:util_base_tests; 50s processwrapper-sandbox 2025-12-04T09:01:47.5756867Z 2025-12-04T09:01:47.5757446Z  2025-12-04T09:01:47.5758017Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:47.5758666Z Testing //c10/test:util_base_tests; 51s processwrapper-sandbox 2025-12-04T09:01:48.7763730Z 2025-12-04T09:01:48.7764311Z  2025-12-04T09:01:48.7764867Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:48.7765469Z Testing //c10/test:util_base_tests; 52s processwrapper-sandbox 2025-12-04T09:01:49.7770244Z 2025-12-04T09:01:49.7770829Z  2025-12-04T09:01:49.7771392Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:49.7771988Z Testing //c10/test:util_base_tests; 53s processwrapper-sandbox 2025-12-04T09:01:50.9777647Z 2025-12-04T09:01:50.9778172Z  2025-12-04T09:01:50.9778760Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:50.9779373Z Testing //c10/test:util_base_tests; 54s processwrapper-sandbox 2025-12-04T09:01:52.1784893Z 2025-12-04T09:01:52.1785490Z  2025-12-04T09:01:52.1786060Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:52.1786660Z Testing //c10/test:util_base_tests; 55s processwrapper-sandbox 2025-12-04T09:01:53.1791466Z 2025-12-04T09:01:53.1792090Z  2025-12-04T09:01:53.1792673Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:53.1793258Z Testing //c10/test:util_base_tests; 56s processwrapper-sandbox 2025-12-04T09:01:54.1797899Z 2025-12-04T09:01:54.1798509Z  2025-12-04T09:01:54.1799069Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:54.1799943Z Testing //c10/test:util_base_tests; 57s processwrapper-sandbox 2025-12-04T09:01:55.3805019Z 2025-12-04T09:01:55.3805627Z  2025-12-04T09:01:55.3806209Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:55.3806795Z Testing //c10/test:util_base_tests; 59s processwrapper-sandbox 2025-12-04T09:01:56.3811675Z 2025-12-04T09:01:56.3812329Z  2025-12-04T09:01:56.3813092Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:56.3813768Z Testing //c10/test:util_base_tests; 60s processwrapper-sandbox 2025-12-04T09:01:57.3820118Z 2025-12-04T09:01:57.3820716Z  2025-12-04T09:01:57.3821287Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:57.3821886Z Testing //c10/test:util_base_tests; 61s processwrapper-sandbox 2025-12-04T09:01:58.5825187Z 2025-12-04T09:01:58.5825817Z  2025-12-04T09:01:58.5826436Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:58.5827040Z Testing //c10/test:util_base_tests; 62s processwrapper-sandbox 2025-12-04T09:01:59.5831485Z 2025-12-04T09:01:59.5831990Z  2025-12-04T09:01:59.5832551Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:01:59.5833153Z Testing //c10/test:util_base_tests; 63s processwrapper-sandbox 2025-12-04T09:02:00.5838760Z 2025-12-04T09:02:00.5839331Z  2025-12-04T09:02:00.5839928Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:02:00.5840542Z Testing //c10/test:util_base_tests; 64s processwrapper-sandbox 2025-12-04T09:02:01.7848112Z 2025-12-04T09:02:01.7848711Z  2025-12-04T09:02:01.7849335Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:02:01.7849975Z Testing //c10/test:util_base_tests; 65s processwrapper-sandbox 2025-12-04T09:02:02.7854313Z 2025-12-04T09:02:02.7854914Z  2025-12-04T09:02:02.7855491Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:02:02.7856104Z Testing //c10/test:util_base_tests; 66s processwrapper-sandbox 2025-12-04T09:02:03.7860584Z 2025-12-04T09:02:03.7861154Z  2025-12-04T09:02:03.7861741Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:02:03.7862348Z Testing //c10/test:util_base_tests; 67s processwrapper-sandbox 2025-12-04T09:02:04.9866933Z 2025-12-04T09:02:04.9867521Z  2025-12-04T09:02:04.9868086Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:02:04.9868731Z Testing //c10/test:util_base_tests; 68s processwrapper-sandbox 2025-12-04T09:02:06.1874132Z 2025-12-04T09:02:06.1874712Z  2025-12-04T09:02:06.1875276Z [245 / 246] 5 / 14 tests; 1 action; last test: //c10/test:util/nofatal_test 2025-12-04T09:02:06.1875869Z Testing //c10/test:util_base_tests; 69s processwrapper-sandbox 2025-12-04T09:02:06.2379890Z 2025-12-04T09:02:06.2380571Z  2025-12-04T09:02:06.2383399Z INFO: From Testing //c10/test:util_base_tests: 2025-12-04T09:02:06.2384121Z ==================== Test output for //c10/test:util_base_tests: 2025-12-04T09:02:06.2384701Z Running main() from gmock_main.cc 2025-12-04T09:02:06.2385222Z Note: Google Test filter = -*CUDA 2025-12-04T09:02:06.2385672Z [==========] Running 749 tests from 85 test suites. 2025-12-04T09:02:06.2386073Z [----------] Global test environment set-up. 2025-12-04T09:02:06.2386415Z [----------] 1 test from LoggingDeathTest 2025-12-04T09:02:06.2387866Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2025-12-04T09:02:06.2388773Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (4368 ms) 2025-12-04T09:02:06.2389442Z [----------] 1 test from LoggingDeathTest (4368 ms total) 2025-12-04T09:02:06.2389837Z 2025-12-04T09:02:06.2390033Z [----------] 1 test from ArrayRefTest 2025-12-04T09:02:06.2390496Z [ RUN ] ArrayRefTest.ctor_from_container_test 2025-12-04T09:02:06.2390892Z [ OK ] ArrayRefTest.ctor_from_container_test (0 ms) 2025-12-04T09:02:06.2391448Z [----------] 1 test from ArrayRefTest (0 ms total) 2025-12-04T09:02:06.2391880Z 2025-12-04T09:02:06.2392049Z [----------] 12 tests from BitsetTest 2025-12-04T09:02:06.2392642Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2025-12-04T09:02:06.2393501Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2025-12-04T09:02:06.2394370Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2025-12-04T09:02:06.2395274Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2025-12-04T09:02:06.2396261Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2025-12-04T09:02:06.2397290Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2025-12-04T09:02:06.2398215Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2025-12-04T09:02:06.2399026Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2025-12-04T09:02:06.2399847Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2025-12-04T09:02:06.2401239Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2025-12-04T09:02:06.2402305Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2025-12-04T09:02:06.2403384Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2025-12-04T09:02:06.2404089Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2025-12-04T09:02:06.2404796Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2025-12-04T09:02:06.2405443Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2025-12-04T09:02:06.2406012Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2025-12-04T09:02:06.2406701Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2025-12-04T09:02:06.2407558Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2025-12-04T09:02:06.2408219Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2025-12-04T09:02:06.2408892Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2025-12-04T09:02:06.2409568Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2025-12-04T09:02:06.2410629Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2025-12-04T09:02:06.2411856Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2025-12-04T09:02:06.2412920Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2025-12-04T09:02:06.2413538Z [----------] 12 tests from BitsetTest (0 ms total) 2025-12-04T09:02:06.2413824Z 2025-12-04T09:02:06.2413955Z [----------] 2 tests from DeadlockDetection 2025-12-04T09:02:06.2414292Z [ RUN ] DeadlockDetection.basic 2025-12-04T09:02:06.2414612Z [ OK ] DeadlockDetection.basic (0 ms) 2025-12-04T09:02:06.2414953Z [ RUN ] DeadlockDetection.disable 2025-12-04T09:02:06.2415281Z [ OK ] DeadlockDetection.disable (0 ms) 2025-12-04T09:02:06.2415661Z [----------] 2 tests from DeadlockDetection (0 ms total) 2025-12-04T09:02:06.2415912Z 2025-12-04T09:02:06.2416026Z [----------] 18 tests from Enumerate 2025-12-04T09:02:06.2416316Z [ RUN ] Enumerate.Basic 2025-12-04T09:02:06.2416600Z [ OK ] Enumerate.Basic (0 ms) 2025-12-04T09:02:06.2417030Z [ RUN ] Enumerate.BasicRRef 2025-12-04T09:02:06.2417403Z [ OK ] Enumerate.BasicRRef (0 ms) 2025-12-04T09:02:06.2417712Z [ RUN ] Enumerate.BasicConst 2025-12-04T09:02:06.2418021Z [ OK ] Enumerate.BasicConst (0 ms) 2025-12-04T09:02:06.2418338Z [ RUN ] Enumerate.BasicConstRef 2025-12-04T09:02:06.2418669Z [ OK ] Enumerate.BasicConstRef (0 ms) 2025-12-04T09:02:06.2418991Z [ RUN ] Enumerate.BasicConstRRef 2025-12-04T09:02:06.2419324Z [ OK ] Enumerate.BasicConstRRef (0 ms) 2025-12-04T09:02:06.2419659Z [ RUN ] Enumerate.BasicVecBool 2025-12-04T09:02:06.2419966Z [ OK ] Enumerate.BasicVecBool (0 ms) 2025-12-04T09:02:06.2420303Z [ RUN ] Enumerate.BasicVecBoolRRef 2025-12-04T09:02:06.2420631Z [ OK ] Enumerate.BasicVecBoolRRef (0 ms) 2025-12-04T09:02:06.2420977Z [ RUN ] Enumerate.Temporary 2025-12-04T09:02:06.2435504Z [ OK ] Enumerate.Temporary (0 ms) 2025-12-04T09:02:06.2436105Z [ RUN ] Enumerate.BasicConstArg 2025-12-04T09:02:06.2436601Z [ OK ] Enumerate.BasicConstArg (0 ms) 2025-12-04T09:02:06.2437078Z [ RUN ] Enumerate.TemporaryConstEnumerate 2025-12-04T09:02:06.2437463Z [ OK ] Enumerate.TemporaryConstEnumerate (0 ms) 2025-12-04T09:02:06.2437831Z [ RUN ] Enumerate.EmptyRange 2025-12-04T09:02:06.2438131Z [ OK ] Enumerate.EmptyRange (0 ms) 2025-12-04T09:02:06.2438459Z [ RUN ] Enumerate.Cpp17Support 2025-12-04T09:02:06.2438772Z [ OK ] Enumerate.Cpp17Support (0 ms) 2025-12-04T09:02:06.2439146Z [ RUN ] Enumerate.Cpp17StructuredBindingConstRef 2025-12-04T09:02:06.2439564Z [ OK ] Enumerate.Cpp17StructuredBindingConstRef (0 ms) 2025-12-04T09:02:06.2440005Z [ RUN ] Enumerate.Cpp17StructuredBindingConstRRef 2025-12-04T09:02:06.2440440Z [ OK ] Enumerate.Cpp17StructuredBindingConstRRef (0 ms) 2025-12-04T09:02:06.2440875Z [ RUN ] Enumerate.Cpp17StructuredBindingConstVector 2025-12-04T09:02:06.2441330Z [ OK ] Enumerate.Cpp17StructuredBindingConstVector (0 ms) 2025-12-04T09:02:06.2441763Z [ RUN ] Enumerate.Cpp17StructuredBindingModify 2025-12-04T09:02:06.2442185Z [ OK ] Enumerate.Cpp17StructuredBindingModify (0 ms) 2025-12-04T09:02:06.2442582Z [ RUN ] Enumerate.BasicConstexpr 2025-12-04T09:02:06.2442919Z [ OK ] Enumerate.BasicConstexpr (0 ms) 2025-12-04T09:02:06.2443383Z [ RUN ] Enumerate.Cpp17StructuredBindingConstexpr 2025-12-04T09:02:06.2443813Z [ OK ] Enumerate.Cpp17StructuredBindingConstexpr (0 ms) 2025-12-04T09:02:06.2444225Z [----------] 18 tests from Enumerate (0 ms total) 2025-12-04T09:02:06.2444459Z 2025-12-04T09:02:06.2444576Z [----------] 1 test from HalfConversionTest 2025-12-04T09:02:06.2444954Z [ RUN ] HalfConversionTest.TestPorableConversion 2025-12-04T09:02:06.2445377Z [ OK ] HalfConversionTest.TestPorableConversion (0 ms) 2025-12-04T09:02:06.2445808Z [----------] 1 test from HalfConversionTest (0 ms total) 2025-12-04T09:02:06.2446058Z 2025-12-04T09:02:06.2446181Z [----------] 2 tests from HalfConversion 2025-12-04T09:02:06.2446550Z [ RUN ] HalfConversion.TestNativeConversionToFloat 2025-12-04T09:02:06.2447004Z [ OK ] HalfConversion.TestNativeConversionToFloat (8 ms) 2025-12-04T09:02:06.2447437Z [ RUN ] HalfConversion.TestNativeConversionToHalf 2025-12-04T09:02:06.2447876Z [ OK ] HalfConversion.TestNativeConversionToHalf (7 ms) 2025-12-04T09:02:06.2448285Z [----------] 2 tests from HalfConversion (16 ms total) 2025-12-04T09:02:06.2448541Z 2025-12-04T09:02:06.2448648Z [----------] 7 tests from IntrusiveList 2025-12-04T09:02:06.2448962Z [ RUN ] IntrusiveList.TestInsert 2025-12-04T09:02:06.2449301Z [ OK ] IntrusiveList.TestInsert (0 ms) 2025-12-04T09:02:06.2449640Z [ RUN ] IntrusiveList.TestUnlink 2025-12-04T09:02:06.2449955Z [ OK ] IntrusiveList.TestUnlink (0 ms) 2025-12-04T09:02:06.2450302Z [ RUN ] IntrusiveList.TestMoveElement 2025-12-04T09:02:06.2450648Z [ OK ] IntrusiveList.TestMoveElement (0 ms) 2025-12-04T09:02:06.2451001Z [ RUN ] IntrusiveList.TestEmpty 2025-12-04T09:02:06.2451430Z [ OK ] IntrusiveList.TestEmpty (0 ms) 2025-12-04T09:02:06.2451846Z [ RUN ] IntrusiveList.TestUnlinkUnlinked 2025-12-04T09:02:06.2452211Z [ OK ] IntrusiveList.TestUnlinkUnlinked (0 ms) 2025-12-04T09:02:06.2452605Z [ RUN ] IntrusiveList.TestInitializerListCtro 2025-12-04T09:02:06.2453014Z [ OK ] IntrusiveList.TestInitializerListCtro (0 ms) 2025-12-04T09:02:06.2453404Z [ RUN ] IntrusiveList.TestNullListIterator 2025-12-04T09:02:06.2453797Z [ OK ] IntrusiveList.TestNullListIterator (0 ms) 2025-12-04T09:02:06.2454173Z [----------] 7 tests from IntrusiveList (1 ms total) 2025-12-04T09:02:06.2454424Z 2025-12-04T09:02:06.2454532Z [----------] 12 tests from LeftRightTest 2025-12-04T09:02:06.2454987Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2025-12-04T09:02:06.2455620Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2025-12-04T09:02:06.2456274Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2025-12-04T09:02:06.2456932Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2025-12-04T09:02:06.2457598Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2025-12-04T09:02:06.2458251Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2025-12-04T09:02:06.2458792Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2025-12-04T09:02:06.2459184Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2025-12-04T09:02:06.2459648Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2025-12-04T09:02:06.2460231Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2025-12-04T09:02:06.2460804Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2025-12-04T09:02:06.2461387Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2025-12-04T09:02:06.2461926Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2025-12-04T09:02:06.2462438Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (100 ms) 2025-12-04T09:02:06.2462971Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2025-12-04T09:02:06.2463512Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2025-12-04T09:02:06.2464078Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2025-12-04T09:02:06.2464626Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2025-12-04T09:02:06.2465290Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2025-12-04T09:02:06.2466052Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2025-12-04T09:02:06.2466813Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2025-12-04T09:02:06.2467566Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2025-12-04T09:02:06.2468271Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2025-12-04T09:02:06.2468960Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2025-12-04T09:02:06.2469500Z [----------] 12 tests from LeftRightTest (100 ms total) 2025-12-04T09:02:06.2469756Z 2025-12-04T09:02:06.2469865Z [----------] 7 tests from NetworkFlowTest 2025-12-04T09:02:06.2470189Z [ RUN ] NetworkFlowTest.basic 2025-12-04T09:02:06.2470492Z [ OK ] NetworkFlowTest.basic (0 ms) 2025-12-04T09:02:06.2471031Z [ RUN ] NetworkFlowTest.loop 2025-12-04T09:02:06.2471334Z [ OK ] NetworkFlowTest.loop (0 ms) 2025-12-04T09:02:06.2471694Z [ RUN ] NetworkFlowTest.disconnected_vertices 2025-12-04T09:02:06.2472086Z [ OK ] NetworkFlowTest.disconnected_vertices (0 ms) 2025-12-04T09:02:06.2472478Z [ RUN ] NetworkFlowTest.invalid_endpoints 2025-12-04T09:02:06.2472982Z [ OK ] NetworkFlowTest.invalid_endpoints (0 ms) 2025-12-04T09:02:06.2473350Z [ RUN ] NetworkFlowTest.unbounded 2025-12-04T09:02:06.2473774Z [ OK ] NetworkFlowTest.unbounded (0 ms) 2025-12-04T09:02:06.2474101Z [ RUN ] NetworkFlowTest.overflow 2025-12-04T09:02:06.2474432Z [ OK ] NetworkFlowTest.overflow (0 ms) 2025-12-04T09:02:06.2474759Z [ RUN ] NetworkFlowTest.reverse_edge 2025-12-04T09:02:06.2475110Z [ OK ] NetworkFlowTest.reverse_edge (0 ms) 2025-12-04T09:02:06.2475470Z [----------] 7 tests from NetworkFlowTest (0 ms total) 2025-12-04T09:02:06.2475724Z 2025-12-04T09:02:06.2475824Z [----------] 1 test from SemaphoreTest 2025-12-04T09:02:06.2476145Z [ RUN ] SemaphoreTest.TestConcurrency 2025-12-04T09:02:06.2476504Z [ OK ] SemaphoreTest.TestConcurrency (20 ms) 2025-12-04T09:02:06.2476953Z [----------] 1 test from SemaphoreTest (20 ms total) 2025-12-04T09:02:06.2477189Z 2025-12-04T09:02:06.2477289Z [----------] 2 tests from Synchronized 2025-12-04T09:02:06.2477639Z [ RUN ] Synchronized.TestSingleThreadExecution 2025-12-04T09:02:06.2478040Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2025-12-04T09:02:06.2478462Z [ RUN ] Synchronized.TestMultiThreadedExecution 2025-12-04T09:02:06.2478872Z [ OK ] Synchronized.TestMultiThreadedExecution (17 ms) 2025-12-04T09:02:06.2479283Z [----------] 2 tests from Synchronized (17 ms total) 2025-12-04T09:02:06.2479515Z 2025-12-04T09:02:06.2479626Z [----------] 1 test from ThreadLocal 2025-12-04T09:02:06.2479953Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2025-12-04T09:02:06.2480352Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2025-12-04T09:02:06.2480723Z [----------] 1 test from ThreadLocal (0 ms total) 2025-12-04T09:02:06.2480968Z 2025-12-04T09:02:06.2481078Z [----------] 11 tests from ThreadLocalTest 2025-12-04T09:02:06.2481437Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2025-12-04T09:02:06.2481870Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2025-12-04T09:02:06.2482291Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2025-12-04T09:02:06.2482673Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2025-12-04T09:02:06.2483154Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2025-12-04T09:02:06.2483543Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2025-12-04T09:02:06.2483965Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2025-12-04T09:02:06.2484391Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2025-12-04T09:02:06.2484805Z [ RUN ] ThreadLocalTest.TestClassScope 2025-12-04T09:02:06.2485161Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2025-12-04T09:02:06.2485553Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2025-12-04T09:02:06.2485973Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2025-12-04T09:02:06.2486403Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2025-12-04T09:02:06.2486863Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2025-12-04T09:02:06.2487321Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2025-12-04T09:02:06.2487774Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2025-12-04T09:02:06.2488226Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2025-12-04T09:02:06.2488689Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2025-12-04T09:02:06.2489129Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2025-12-04T09:02:06.2489529Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2025-12-04T09:02:06.2490050Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2025-12-04T09:02:06.2490676Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2025-12-04T09:02:06.2491207Z [----------] 11 tests from ThreadLocalTest (0 ms total) 2025-12-04T09:02:06.2491452Z 2025-12-04T09:02:06.2491552Z [----------] 7 tests from TypeIndex 2025-12-04T09:02:06.2491863Z [ RUN ] TypeIndex.TopLevelName 2025-12-04T09:02:06.2492185Z [ OK ] TypeIndex.TopLevelName (0 ms) 2025-12-04T09:02:06.2492583Z [ RUN ] TypeIndex.NestedName 2025-12-04T09:02:06.2492953Z [ OK ] TypeIndex.NestedName (0 ms) 2025-12-04T09:02:06.2493288Z [ RUN ] TypeIndex.TypeTemplateParameter 2025-12-04T09:02:06.2493662Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2025-12-04T09:02:06.2494035Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2025-12-04T09:02:06.2494431Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2025-12-04T09:02:06.2494816Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2025-12-04T09:02:06.2495231Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2025-12-04T09:02:06.2495672Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2025-12-04T09:02:06.2496129Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2025-12-04T09:02:06.2496570Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2025-12-04T09:02:06.2496966Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2025-12-04T09:02:06.2497354Z [----------] 7 tests from TypeIndex (0 ms total) 2025-12-04T09:02:06.2497586Z 2025-12-04T09:02:06.2497690Z [----------] 4 tests from accumulateTest 2025-12-04T09:02:06.2498018Z [ RUN ] accumulateTest.vector_test 2025-12-04T09:02:06.2498356Z [ OK ] accumulateTest.vector_test (0 ms) 2025-12-04T09:02:06.2498679Z [ RUN ] accumulateTest.list_test 2025-12-04T09:02:06.2498999Z [ OK ] accumulateTest.list_test (0 ms) 2025-12-04T09:02:06.2499316Z [ RUN ] accumulateTest.base_cases 2025-12-04T09:02:06.2499642Z [ OK ] accumulateTest.base_cases (0 ms) 2025-12-04T09:02:06.2499959Z [ RUN ] accumulateTest.errors 2025-12-04T09:02:06.2500272Z [ OK ] accumulateTest.errors (0 ms) 2025-12-04T09:02:06.2500616Z [----------] 4 tests from accumulateTest (0 ms total) 2025-12-04T09:02:06.2500866Z 2025-12-04T09:02:06.2500980Z [----------] 5 tests from BFloat16Conversion 2025-12-04T09:02:06.2501357Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2025-12-04T09:02:06.2501773Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2025-12-04T09:02:06.2502219Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2025-12-04T09:02:06.2502661Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2025-12-04T09:02:06.2503059Z [ RUN ] BFloat16Conversion.NaN 2025-12-04T09:02:06.2503363Z [ OK ] BFloat16Conversion.NaN (0 ms) 2025-12-04T09:02:06.2503689Z [ RUN ] BFloat16Conversion.Inf 2025-12-04T09:02:06.2503988Z [ OK ] BFloat16Conversion.Inf (0 ms) 2025-12-04T09:02:06.2504339Z [ RUN ] BFloat16Conversion.SmallestDenormal 2025-12-04T09:02:06.2504727Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2025-12-04T09:02:06.2505116Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2025-12-04T09:02:06.2505364Z 2025-12-04T09:02:06.2505477Z [----------] 3 tests from BFloat16Math 2025-12-04T09:02:06.2505774Z [ RUN ] BFloat16Math.Addition 2025-12-04T09:02:06.2506084Z [ OK ] BFloat16Math.Addition (0 ms) 2025-12-04T09:02:06.2506429Z [ RUN ] BFloat16Math.Subtraction 2025-12-04T09:02:06.2506759Z [ OK ] BFloat16Math.Subtraction (0 ms) 2025-12-04T09:02:06.2507092Z [ RUN ] BFloat16Math.NextAfterZero 2025-12-04T09:02:06.2507416Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2025-12-04T09:02:06.2507772Z [----------] 3 tests from BFloat16Math (0 ms total) 2025-12-04T09:02:06.2508005Z 2025-12-04T09:02:06.2508128Z [----------] 2 tests from TestExponential 2025-12-04T09:02:06.2508441Z [ RUN ] TestExponential.IPi 2025-12-04T09:02:06.2508747Z [ OK ] TestExponential.IPi (0 ms) 2025-12-04T09:02:06.2509070Z [ RUN ] TestExponential.EulerFormula 2025-12-04T09:02:06.2509430Z [ OK ] TestExponential.EulerFormula (0 ms) 2025-12-04T09:02:06.2509809Z [----------] 2 tests from TestExponential (0 ms total) 2025-12-04T09:02:06.2510051Z 2025-12-04T09:02:06.2510149Z [----------] 2 tests from TestExpm1 2025-12-04T09:02:06.2510455Z [ RUN ] TestExpm1.Normal 2025-12-04T09:02:06.2510734Z [ OK ] TestExpm1.Normal (0 ms) 2025-12-04T09:02:06.2511042Z [ RUN ] TestExpm1.Small 2025-12-04T09:02:06.2511383Z [ OK ] TestExpm1.Small (0 ms) 2025-12-04T09:02:06.2511778Z [----------] 2 tests from TestExpm1 (0 ms total) 2025-12-04T09:02:06.2512008Z 2025-12-04T09:02:06.2512116Z [----------] 1 test from TestLog 2025-12-04T09:02:06.2512391Z [ RUN ] TestLog.Definition 2025-12-04T09:02:06.2512688Z [ OK ] TestLog.Definition (0 ms) 2025-12-04T09:02:06.2513005Z [----------] 1 test from TestLog (0 ms total) 2025-12-04T09:02:06.2513225Z 2025-12-04T09:02:06.2513338Z [----------] 1 test from TestLog10 2025-12-04T09:02:06.2513613Z [ RUN ] TestLog10.Rev 2025-12-04T09:02:06.2513885Z [ OK ] TestLog10.Rev (0 ms) 2025-12-04T09:02:06.2514185Z [----------] 1 test from TestLog10 (0 ms total) 2025-12-04T09:02:06.2514425Z 2025-12-04T09:02:06.2514520Z [----------] 1 test from TestLog2 2025-12-04T09:02:06.2514799Z [ RUN ] TestLog2.Rev 2025-12-04T09:02:06.2515049Z [ OK ] TestLog2.Rev (0 ms) 2025-12-04T09:02:06.2515347Z [----------] 1 test from TestLog2 (0 ms total) 2025-12-04T09:02:06.2515573Z 2025-12-04T09:02:06.2515673Z [----------] 3 tests from TestLog1p 2025-12-04T09:02:06.2515970Z [ RUN ] TestLog1p.Normal 2025-12-04T09:02:06.2516243Z [ OK ] TestLog1p.Normal (0 ms) 2025-12-04T09:02:06.2516539Z [ RUN ] TestLog1p.Small 2025-12-04T09:02:06.2516803Z [ OK ] TestLog1p.Small (0 ms) 2025-12-04T09:02:06.2517104Z [ RUN ] TestLog1p.Extreme 2025-12-04T09:02:06.2517390Z [ OK ] TestLog1p.Extreme (0 ms) 2025-12-04T09:02:06.2517702Z [----------] 3 tests from TestLog1p (0 ms total) 2025-12-04T09:02:06.2517926Z 2025-12-04T09:02:06.2518033Z [----------] 1 test from TestPowSqrt 2025-12-04T09:02:06.2518313Z [ RUN ] TestPowSqrt.Equal 2025-12-04T09:02:06.2518590Z [ OK ] TestPowSqrt.Equal (0 ms) 2025-12-04T09:02:06.2518891Z [----------] 1 test from TestPowSqrt (0 ms total) 2025-12-04T09:02:06.2519120Z 2025-12-04T09:02:06.2519209Z [----------] 1 test from TestPow 2025-12-04T09:02:06.2519466Z [ RUN ] TestPow.Square 2025-12-04T09:02:06.2519731Z [ OK ] TestPow.Square (0 ms) 2025-12-04T09:02:06.2520031Z [----------] 1 test from TestPow (0 ms total) 2025-12-04T09:02:06.2520250Z 2025-12-04T09:02:06.2520356Z [----------] 1 test from TestSinCosSinhCosh 2025-12-04T09:02:06.2520682Z [ RUN ] TestSinCosSinhCosh.Identity 2025-12-04T09:02:06.2521002Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2025-12-04T09:02:06.2521360Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2025-12-04T09:02:06.2521606Z 2025-12-04T09:02:06.2521696Z [----------] 1 test from TestTan 2025-12-04T09:02:06.2521968Z [ RUN ] TestTan.Identity 2025-12-04T09:02:06.2522238Z [ OK ] TestTan.Identity (0 ms) 2025-12-04T09:02:06.2522530Z [----------] 1 test from TestTan (0 ms total) 2025-12-04T09:02:06.2522742Z 2025-12-04T09:02:06.2522834Z [----------] 1 test from TestTanh 2025-12-04T09:02:06.2523181Z [ RUN ] TestTanh.Identity 2025-12-04T09:02:06.2523464Z [ OK ] TestTanh.Identity (0 ms) 2025-12-04T09:02:06.2523770Z [----------] 1 test from TestTanh (0 ms total) 2025-12-04T09:02:06.2523999Z 2025-12-04T09:02:06.2524109Z [----------] 1 test from TestRevTrigonometric 2025-12-04T09:02:06.2524433Z [ RUN ] TestRevTrigonometric.Rev 2025-12-04T09:02:06.2524744Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2025-12-04T09:02:06.2525102Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2025-12-04T09:02:06.2525349Z 2025-12-04T09:02:06.2525454Z [----------] 1 test from TestRevHyperbolic 2025-12-04T09:02:06.2525762Z [ RUN ] TestRevHyperbolic.Rev 2025-12-04T09:02:06.2526048Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2025-12-04T09:02:06.2526389Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2025-12-04T09:02:06.2526628Z 2025-12-04T09:02:06.2526716Z [----------] 1 test from TestMemory 2025-12-04T09:02:06.2527010Z [ RUN ] TestMemory.ReinterpretCast 2025-12-04T09:02:06.2527331Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2025-12-04T09:02:06.2527658Z [----------] 1 test from TestMemory (0 ms total) 2025-12-04T09:02:06.2527877Z 2025-12-04T09:02:06.2528057Z [----------] 1 test from TestConstructors 2025-12-04T09:02:06.2528477Z [ RUN ] TestConstructors.UnorderedMap 2025-12-04T09:02:06.2528819Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2025-12-04T09:02:06.2529173Z [----------] 1 test from TestConstructors (0 ms total) 2025-12-04T09:02:06.2529411Z 2025-12-04T09:02:06.2529529Z [----------] 1 test from TestArithmeticIntScalar 2025-12-04T09:02:06.2529859Z [ RUN ] TestArithmeticIntScalar.All 2025-12-04T09:02:06.2530185Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2025-12-04T09:02:06.2530561Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2025-12-04T09:02:06.2530823Z 2025-12-04T09:02:06.2530909Z [----------] 1 test from TestIO 2025-12-04T09:02:06.2531161Z [ RUN ] TestIO.All 2025-12-04T09:02:06.2531388Z [ OK ] TestIO.All (0 ms) 2025-12-04T09:02:06.2531667Z [----------] 1 test from TestIO (0 ms total) 2025-12-04T09:02:06.2531869Z 2025-12-04T09:02:06.2531956Z [----------] 1 test from TestStd 2025-12-04T09:02:06.2532230Z [ RUN ] TestStd.BasicFunctions 2025-12-04T09:02:06.2532528Z [ OK ] TestStd.BasicFunctions (0 ms) 2025-12-04T09:02:06.2532836Z [----------] 1 test from TestStd (0 ms total) 2025-12-04T09:02:06.2533047Z 2025-12-04T09:02:06.2533147Z [----------] 1 test from StrErrorTest 2025-12-04T09:02:06.2533426Z [ RUN ] StrErrorTest.cmp_test 2025-12-04T09:02:06.2533711Z [ OK ] StrErrorTest.cmp_test (0 ms) 2025-12-04T09:02:06.2534027Z [----------] 1 test from StrErrorTest (0 ms total) 2025-12-04T09:02:06.2534266Z 2025-12-04T09:02:06.2534365Z [----------] 4 tests from ExceptionTest 2025-12-04T09:02:06.2534717Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2025-12-04T09:02:06.2535143Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2025-12-04T09:02:06.2535542Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2025-12-04T09:02:06.2535889Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (4565 ms) 2025-12-04T09:02:06.2536245Z [ RUN ] ExceptionTest.ErrorFormatting 2025-12-04T09:02:06.2536593Z [ OK ] ExceptionTest.ErrorFormatting (0 ms) 2025-12-04T09:02:06.2537035Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2025-12-04T09:02:06.2537575Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2025-12-04T09:02:06.2538052Z [----------] 4 tests from ExceptionTest (4565 ms total) 2025-12-04T09:02:06.2538290Z 2025-12-04T09:02:06.2538391Z [----------] 1 test from WarningTest 2025-12-04T09:02:06.2538689Z [ RUN ] WarningTest.JustPrintWarning 2025-12-04T09:02:06.2539169Z [W1204 09:01:05.877426097 exception_test.cpp:45] Warning: I'm a warning (function TestBody) 2025-12-04T09:02:06.2539665Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2025-12-04T09:02:06.2540015Z [----------] 1 test from WarningTest (0 ms total) 2025-12-04T09:02:06.2540242Z 2025-12-04T09:02:06.2540331Z [----------] 1 test from FlagsTest 2025-12-04T09:02:06.2540639Z [ RUN ] FlagsTest.TestGflagsCorrectness 2025-12-04T09:02:06.2541015Z Caffe2 is not built with gflags. Nothing to test here. 2025-12-04T09:02:06.2541398Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2025-12-04T09:02:06.2541755Z [----------] 1 test from FlagsTest (0 ms total) 2025-12-04T09:02:06.2541978Z 2025-12-04T09:02:06.2542079Z [----------] 1 test from GenericMathTest 2025-12-04T09:02:06.2542396Z [ RUN ] GenericMathTest.div_floor_test 2025-12-04T09:02:06.2542722Z [ OK ] GenericMathTest.div_floor_test (0 ms) 2025-12-04T09:02:06.2543085Z [----------] 1 test from GenericMathTest (0 ms total) 2025-12-04T09:02:06.2543323Z 2025-12-04T09:02:06.2543439Z [----------] 5 tests from MakeIntrusiveTest 2025-12-04T09:02:06.2543788Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2025-12-04T09:02:06.2544191Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2025-12-04T09:02:06.2544585Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2025-12-04T09:02:06.2544976Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2025-12-04T09:02:06.2545431Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2025-12-04T09:02:06.2545830Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2025-12-04T09:02:06.2546281Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2025-12-04T09:02:06.2546674Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2025-12-04T09:02:06.2547092Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2025-12-04T09:02:06.2547514Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2025-12-04T09:02:06.2547929Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2025-12-04T09:02:06.2548172Z 2025-12-04T09:02:06.2548293Z [----------] 1 test from IntrusivePtrTargetTest 2025-12-04T09:02:06.2548751Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2025-12-04T09:02:06.2549350Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2025-12-04T09:02:06.2549868Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2025-12-04T09:02:06.2550132Z 2025-12-04T09:02:06.2550262Z [----------] 146 tests from IntrusivePtrTest 2025-12-04T09:02:06.2550707Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2025-12-04T09:02:06.2551325Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2025-12-04T09:02:06.2551954Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2025-12-04T09:02:06.2552618Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2025-12-04T09:02:06.2553277Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2025-12-04T09:02:06.2553913Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2025-12-04T09:02:06.2554550Z [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 2025-12-04T09:02:06.2555151Z [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 2025-12-04T09:02:06.2555785Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2025-12-04T09:02:06.2556421Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:02:06.2557093Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2025-12-04T09:02:06.2557793Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:02:06.2558479Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2025-12-04T09:02:06.2559174Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:02:06.2559881Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2025-12-04T09:02:06.2560624Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:02:06.2561337Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2562020Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2562714Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2025-12-04T09:02:06.2563472Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2564189Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2025-12-04T09:02:06.2564936Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2565637Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2025-12-04T09:02:06.2566312Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:02:06.2566994Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2025-12-04T09:02:06.2567717Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:02:06.2568758Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2025-12-04T09:02:06.2569990Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2571362Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2572246Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2573040Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2025-12-04T09:02:06.2573885Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:02:06.2574725Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2575526Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2576328Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2577130Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2577926Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2578745Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2579563Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2580368Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2581247Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2582174Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2583058Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2583877Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2584622Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2585319Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2585993Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2025-12-04T09:02:06.2586671Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2025-12-04T09:02:06.2587381Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2025-12-04T09:02:06.2588118Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2588832Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2025-12-04T09:02:06.2589494Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:02:06.2590182Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2025-12-04T09:02:06.2590881Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:02:06.2591594Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2025-12-04T09:02:06.2592307Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2593051Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2593853Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2594643Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2595634Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2596539Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2597535Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2598426Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2599450Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2600406Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2025-12-04T09:02:06.2601359Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:02:06.2602393Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2603531Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2604266Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2025-12-04T09:02:06.2604935Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2605604Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2025-12-04T09:02:06.2606256Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2606919Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2025-12-04T09:02:06.2607563Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:02:06.2608294Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2609111Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2609898Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2610680Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2611447Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2612224Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2612980Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2025-12-04T09:02:06.2613745Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2025-12-04T09:02:06.2614594Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2615533Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2616437Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2617282Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2618048Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2025-12-04T09:02:06.2618721Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2619370Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2025-12-04T09:02:06.2620027Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2025-12-04T09:02:06.2620664Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2025-12-04T09:02:06.2621403Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:02:06.2622134Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2622998Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2623792Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2624556Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2625337Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2626110Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2626876Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2025-12-04T09:02:06.2627659Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2628506Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2629452Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2630344Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2631183Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2631811Z [ RUN ] IntrusivePtrTest.SwapFunction 2025-12-04T09:02:06.2632169Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2025-12-04T09:02:06.2632533Z [ RUN ] IntrusivePtrTest.SwapMethod 2025-12-04T09:02:06.2632875Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2025-12-04T09:02:06.2633267Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2025-12-04T09:02:06.2633704Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2025-12-04T09:02:06.2634119Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2025-12-04T09:02:06.2634542Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2025-12-04T09:02:06.2634953Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2025-12-04T09:02:06.2635383Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2025-12-04T09:02:06.2635796Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2025-12-04T09:02:06.2636211Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2025-12-04T09:02:06.2636648Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2025-12-04T09:02:06.2637143Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2025-12-04T09:02:06.2637636Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2025-12-04T09:02:06.2638147Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2025-12-04T09:02:06.2638590Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2025-12-04T09:02:06.2638986Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2025-12-04T09:02:06.2639374Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2025-12-04T09:02:06.2639734Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2025-12-04T09:02:06.2640129Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2025-12-04T09:02:06.2640556Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2025-12-04T09:02:06.2640946Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2025-12-04T09:02:06.2641312Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2025-12-04T09:02:06.2641696Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2025-12-04T09:02:06.2642118Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2025-12-04T09:02:06.2642546Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2025-12-04T09:02:06.2643008Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2025-12-04T09:02:06.2643551Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2025-12-04T09:02:06.2644086Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2025-12-04T09:02:06.2644512Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2025-12-04T09:02:06.2644934Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2025-12-04T09:02:06.2645304Z [ RUN ] IntrusivePtrTest.Inequality 2025-12-04T09:02:06.2645643Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2025-12-04T09:02:06.2646027Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2025-12-04T09:02:06.2646425Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2025-12-04T09:02:06.2646844Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2025-12-04T09:02:06.2647262Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2025-12-04T09:02:06.2647653Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2025-12-04T09:02:06.2648034Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2025-12-04T09:02:06.2648446Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2025-12-04T09:02:06.2648926Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2025-12-04T09:02:06.2649397Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2025-12-04T09:02:06.2649878Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2025-12-04T09:02:06.2650342Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2025-12-04T09:02:06.2650808Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2025-12-04T09:02:06.2651251Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2025-12-04T09:02:06.2651646Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2025-12-04T09:02:06.2652030Z [ RUN ] IntrusivePtrTest.OneIsLess 2025-12-04T09:02:06.2652359Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2025-12-04T09:02:06.2652719Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2025-12-04T09:02:06.2653078Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2025-12-04T09:02:06.2653450Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2025-12-04T09:02:06.2653818Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2025-12-04T09:02:06.2654224Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2025-12-04T09:02:06.2654696Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2025-12-04T09:02:06.2655186Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2025-12-04T09:02:06.2655738Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2025-12-04T09:02:06.2656290Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2025-12-04T09:02:06.2656863Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2025-12-04T09:02:06.2657441Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2025-12-04T09:02:06.2658008Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2025-12-04T09:02:06.2658718Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2659553Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2660456Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2661412Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2662219Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2025-12-04T09:02:06.2662844Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.2663514Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:02:06.2664246Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.2665072Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2666083Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2667136Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2668170Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2669227Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2670278Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2671406Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2672229Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2673102Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2674040Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2674994Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2675983Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2677035Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2678129Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2679226Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2680303Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2681432Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2682637Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2683802Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2684761Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2685772Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2686827Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2687887Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2689113Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2690938Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2692945Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2694499Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2025-12-04T09:02:06.2695580Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.2696712Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:02:06.2697992Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.2699672Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2701462Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2703149Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2704929Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2706763Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2708635Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2710024Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2025-12-04T09:02:06.2710961Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2025-12-04T09:02:06.2712136Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2025-12-04T09:02:06.2713527Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2025-12-04T09:02:06.2715006Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2025-12-04T09:02:06.2716596Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2025-12-04T09:02:06.2718133Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2025-12-04T09:02:06.2719546Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2025-12-04T09:02:06.2720982Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2025-12-04T09:02:06.2722422Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2025-12-04T09:02:06.2723418Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2025-12-04T09:02:06.2724236Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2025-12-04T09:02:06.2725034Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2025-12-04T09:02:06.2725855Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2025-12-04T09:02:06.2726645Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2025-12-04T09:02:06.2727178Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2025-12-04T09:02:06.2727641Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2025-12-04T09:02:06.2728083Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2025-12-04T09:02:06.2728543Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2025-12-04T09:02:06.2728986Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2729438Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2025-12-04T09:02:06.2729854Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2025-12-04T09:02:06.2730300Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2025-12-04T09:02:06.2730774Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:02:06.2731236Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2025-12-04T09:02:06.2731698Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2025-12-04T09:02:06.2732159Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2025-12-04T09:02:06.2732628Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:02:06.2733111Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2025-12-04T09:02:06.2733575Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2025-12-04T09:02:06.2734089Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2025-12-04T09:02:06.2734770Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2735402Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2025-12-04T09:02:06.2735924Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2025-12-04T09:02:06.2736499Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2025-12-04T09:02:06.2737089Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:02:06.2737688Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2025-12-04T09:02:06.2738279Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2025-12-04T09:02:06.2738836Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2025-12-04T09:02:06.2739381Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2739893Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2025-12-04T09:02:06.2740402Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2025-12-04T09:02:06.2740930Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2025-12-04T09:02:06.2741499Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:02:06.2742067Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2025-12-04T09:02:06.2742615Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2025-12-04T09:02:06.2743182Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2025-12-04T09:02:06.2743743Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2025-12-04T09:02:06.2744317Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2025-12-04T09:02:06.2744889Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2025-12-04T09:02:06.2745462Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2025-12-04T09:02:06.2746069Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2025-12-04T09:02:06.2746659Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2025-12-04T09:02:06.2747250Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2025-12-04T09:02:06.2747957Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2025-12-04T09:02:06.2749139Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2749922Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2025-12-04T09:02:06.2750648Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2025-12-04T09:02:06.2751394Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2025-12-04T09:02:06.2752146Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2752896Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2025-12-04T09:02:06.2753636Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2025-12-04T09:02:06.2754264Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2025-12-04T09:02:06.2754817Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2025-12-04T09:02:06.2755349Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2025-12-04T09:02:06.2755884Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2025-12-04T09:02:06.2756588Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2025-12-04T09:02:06.2757774Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2758867Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2025-12-04T09:02:06.2760096Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2025-12-04T09:02:06.2760996Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2025-12-04T09:02:06.2761838Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2762557Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2025-12-04T09:02:06.2763347Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2025-12-04T09:02:06.2764013Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2025-12-04T09:02:06.2764679Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:02:06.2765510Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2025-12-04T09:02:06.2766576Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:02:06.2767611Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2025-12-04T09:02:06.2768576Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:02:06.2769237Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2025-12-04T09:02:06.2769905Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:02:06.2770462Z [----------] 146 tests from IntrusivePtrTest (0 ms total) 2025-12-04T09:02:06.2770896Z 2025-12-04T09:02:06.2771060Z [----------] 172 tests from WeakIntrusivePtrTest 2025-12-04T09:02:06.2771587Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2025-12-04T09:02:06.2772288Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2025-12-04T09:02:06.2772953Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2025-12-04T09:02:06.2773614Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2025-12-04T09:02:06.2774240Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2025-12-04T09:02:06.2774860Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2025-12-04T09:02:06.2775378Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2025-12-04T09:02:06.2775798Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2025-12-04T09:02:06.2776369Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2777101Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2777842Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2025-12-04T09:02:06.2778566Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2779186Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2025-12-04T09:02:06.2779670Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2025-12-04T09:02:06.2780277Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2025-12-04T09:02:06.2781045Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2781811Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2025-12-04T09:02:06.2782606Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2783350Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2025-12-04T09:02:06.2784066Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:02:06.2784813Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2785713Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2786572Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2025-12-04T09:02:06.2787316Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:02:06.2788081Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2025-12-04T09:02:06.2788861Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2789626Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2790405Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2791168Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2025-12-04T09:02:06.2791942Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:02:06.2792742Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2025-12-04T09:02:06.2793562Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2794425Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2025-12-04T09:02:06.2795320Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:02:06.2796236Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2025-12-04T09:02:06.2797148Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:02:06.2798016Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2798869Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2799706Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2800555Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2801408Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2802260Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2803212Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2804074Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2805015Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2806006Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2806934Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2807815Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2808685Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2809568Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2810510Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2811495Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2812491Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2813395Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2814203Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2814944Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2815663Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2025-12-04T09:02:06.2816381Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2025-12-04T09:02:06.2817120Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2025-12-04T09:02:06.2817920Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2818678Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2025-12-04T09:02:06.2819392Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:02:06.2820136Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2025-12-04T09:02:06.2820889Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2821653Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2025-12-04T09:02:06.2822401Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:02:06.2823167Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2025-12-04T09:02:06.2823940Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2824703Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2025-12-04T09:02:06.2825476Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2826235Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2025-12-04T09:02:06.2827010Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:02:06.2827804Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2025-12-04T09:02:06.2828623Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2829461Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2830298Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2831150Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2832001Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2832846Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2833720Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2834581Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2835455Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2836357Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2025-12-04T09:02:06.2837273Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:02:06.2838237Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2839953Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2840841Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2841728Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2842618Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:02:06.2843643Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:02:06.2844524Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2845403Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2846201Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2025-12-04T09:02:06.2846902Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2847617Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2025-12-04T09:02:06.2848312Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2849020Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2025-12-04T09:02:06.2849722Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:02:06.2850485Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2851340Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2852197Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2853062Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2853905Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2854715Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2855535Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2856342Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2857150Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2025-12-04T09:02:06.2857950Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2025-12-04T09:02:06.2858837Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2859826Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2860810Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2861811Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2862760Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2863643Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2864450Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2025-12-04T09:02:06.2865216Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2865980Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2025-12-04T09:02:06.2866675Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2025-12-04T09:02:06.2867355Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2025-12-04T09:02:06.2868055Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:02:06.2868827Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2870136Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2871746Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2873217Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2874817Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:02:06.2875869Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:02:06.2876702Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:02:06.2877518Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:02:06.2878345Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2025-12-04T09:02:06.2879167Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2880061Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2881062Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2882050Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:02:06.2883124Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:02:06.2884084Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:02:06.2884975Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:02:06.2885641Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2025-12-04T09:02:06.2886021Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2025-12-04T09:02:06.2886411Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2025-12-04T09:02:06.2886792Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2025-12-04T09:02:06.2887203Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2025-12-04T09:02:06.2887677Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2025-12-04T09:02:06.2888124Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2025-12-04T09:02:06.2888576Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2025-12-04T09:02:06.2889023Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2025-12-04T09:02:06.2889487Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2025-12-04T09:02:06.2889934Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2025-12-04T09:02:06.2890384Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2025-12-04T09:02:06.2890868Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2025-12-04T09:02:06.2891390Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2025-12-04T09:02:06.2891926Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2025-12-04T09:02:06.2892583Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2025-12-04T09:02:06.2893194Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2025-12-04T09:02:06.2893686Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2025-12-04T09:02:06.2894187Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2025-12-04T09:02:06.2894680Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2025-12-04T09:02:06.2895161Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2025-12-04T09:02:06.2895665Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2025-12-04T09:02:06.2896153Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2025-12-04T09:02:06.2896641Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2025-12-04T09:02:06.2897184Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2025-12-04T09:02:06.2897822Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2025-12-04T09:02:06.2898461Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2025-12-04T09:02:06.2899057Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2025-12-04T09:02:06.2899588Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2025-12-04T09:02:06.2900006Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2025-12-04T09:02:06.2900428Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2025-12-04T09:02:06.2900811Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2025-12-04T09:02:06.2901232Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2025-12-04T09:02:06.2901690Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2025-12-04T09:02:06.2902111Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2025-12-04T09:02:06.2902504Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2025-12-04T09:02:06.2902912Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2025-12-04T09:02:06.2903367Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2025-12-04T09:02:06.2903844Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2025-12-04T09:02:06.2904345Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2025-12-04T09:02:06.2904843Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2025-12-04T09:02:06.2905322Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2025-12-04T09:02:06.2905857Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2025-12-04T09:02:06.2906421Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2025-12-04T09:02:06.2906920Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2025-12-04T09:02:06.2907313Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2025-12-04T09:02:06.2907711Z [ RUN ] WeakIntrusivePtrTest.Inequality 2025-12-04T09:02:06.2908086Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2025-12-04T09:02:06.2908483Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2025-12-04T09:02:06.2908927Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2025-12-04T09:02:06.2909367Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2025-12-04T09:02:06.2909820Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2025-12-04T09:02:06.2910245Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2025-12-04T09:02:06.2910668Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2025-12-04T09:02:06.2911072Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2025-12-04T09:02:06.2911481Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2025-12-04T09:02:06.2911939Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2025-12-04T09:02:06.2912449Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2025-12-04T09:02:06.2912985Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2025-12-04T09:02:06.2913511Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2025-12-04T09:02:06.2914124Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2025-12-04T09:02:06.2914726Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2025-12-04T09:02:06.2915273Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2025-12-04T09:02:06.2915791Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2025-12-04T09:02:06.2916339Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2025-12-04T09:02:06.2916943Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2025-12-04T09:02:06.2917490Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2025-12-04T09:02:06.2918001Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2025-12-04T09:02:06.2918537Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2025-12-04T09:02:06.2919132Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2025-12-04T09:02:06.2919654Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2025-12-04T09:02:06.2920084Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2025-12-04T09:02:06.2920499Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2025-12-04T09:02:06.2920857Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2025-12-04T09:02:06.2921243Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2025-12-04T09:02:06.2921630Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2025-12-04T09:02:06.2922024Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2025-12-04T09:02:06.2922422Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2025-12-04T09:02:06.2922855Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2025-12-04T09:02:06.2923450Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2025-12-04T09:02:06.2924028Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2025-12-04T09:02:06.2924707Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2025-12-04T09:02:06.2925385Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2025-12-04T09:02:06.2926087Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2025-12-04T09:02:06.2926701Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2025-12-04T09:02:06.2927215Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2025-12-04T09:02:06.2927741Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2025-12-04T09:02:06.2928256Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2025-12-04T09:02:06.2928775Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2025-12-04T09:02:06.2929257Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2025-12-04T09:02:06.2929753Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2025-12-04T09:02:06.2930254Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2025-12-04T09:02:06.2930736Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2025-12-04T09:02:06.2931230Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2931710Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2025-12-04T09:02:06.2932202Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2025-12-04T09:02:06.2932699Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2025-12-04T09:02:06.2933231Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:02:06.2933753Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2025-12-04T09:02:06.2934246Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2025-12-04T09:02:06.2934768Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2025-12-04T09:02:06.2935299Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:02:06.2935895Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2025-12-04T09:02:06.2936454Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2025-12-04T09:02:06.2937045Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2025-12-04T09:02:06.2937700Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2025-12-04T09:02:06.2938332Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2025-12-04T09:02:06.2938962Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2025-12-04T09:02:06.2939601Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2025-12-04T09:02:06.2940274Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2025-12-04T09:02:06.2940935Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2025-12-04T09:02:06.2941569Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2025-12-04T09:02:06.2942207Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2025-12-04T09:02:06.2942814Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2943436Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2025-12-04T09:02:06.2944048Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2025-12-04T09:02:06.2944681Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2025-12-04T09:02:06.2945326Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:02:06.2945951Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2025-12-04T09:02:06.2946571Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2025-12-04T09:02:06.2947166Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2025-12-04T09:02:06.2947755Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2948347Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2025-12-04T09:02:06.2948928Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2025-12-04T09:02:06.2949537Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2025-12-04T09:02:06.2950142Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:02:06.2950748Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2025-12-04T09:02:06.2951323Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2025-12-04T09:02:06.2951925Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2025-12-04T09:02:06.2952545Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:02:06.2953157Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2025-12-04T09:02:06.2953781Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2025-12-04T09:02:06.2954401Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2025-12-04T09:02:06.2955049Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2025-12-04T09:02:06.2955686Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2025-12-04T09:02:06.2956333Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2025-12-04T09:02:06.2957050Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2025-12-04T09:02:06.2957810Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2025-12-04T09:02:06.2958673Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2025-12-04T09:02:06.2959682Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2025-12-04T09:02:06.2960539Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2025-12-04T09:02:06.2961167Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2025-12-04T09:02:06.2961917Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2962811Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2963838Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2964859Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2965708Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2025-12-04T09:02:06.2966378Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.2967116Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:02:06.2967886Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.2968774Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2969765Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2970986Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2972093Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2985640Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.2986866Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.2987845Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2988687Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2989592Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:02:06.2990549Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:02:06.2991532Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2992538Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2993613Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2994747Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2995860Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2996954Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.2998117Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.2999339Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.3000625Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.3001680Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.3002711Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.3003909Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.3004984Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.3006040Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.3007169Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:02:06.3008367Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:02:06.3009284Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2025-12-04T09:02:06.3009944Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.3010660Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:02:06.3011444Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:02:06.3012331Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.3013306Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.3014352Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.3015436Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.3016535Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:02:06.3017640Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:02:06.3018482Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2025-12-04T09:02:06.3019075Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2025-12-04T09:02:06.3019789Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2025-12-04T09:02:06.3020658Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2025-12-04T09:02:06.3021583Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2025-12-04T09:02:06.3022547Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2025-12-04T09:02:06.3023478Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2025-12-04T09:02:06.3024352Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2025-12-04T09:02:06.3025227Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2025-12-04T09:02:06.3026093Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2025-12-04T09:02:06.3026858Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2025-12-04T09:02:06.3027627Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:02:06.3028405Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2025-12-04T09:02:06.3029184Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:02:06.3029933Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2025-12-04T09:02:06.3030674Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:02:06.3031459Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2025-12-04T09:02:06.3032278Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:02:06.3033013Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2025-12-04T09:02:06.3033631Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2025-12-04T09:02:06.3034390Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2025-12-04T09:02:06.3035280Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2025-12-04T09:02:06.3035948Z [----------] 172 tests from WeakIntrusivePtrTest (1 ms total) 2025-12-04T09:02:06.3036234Z 2025-12-04T09:02:06.3036336Z [----------] 3 tests from irangeTest 2025-12-04T09:02:06.3036636Z [ RUN ] irangeTest.range_test 2025-12-04T09:02:06.3036948Z [ OK ] irangeTest.range_test (0 ms) 2025-12-04T09:02:06.3037259Z [ RUN ] irangeTest.end_test 2025-12-04T09:02:06.3037556Z [ OK ] irangeTest.end_test (0 ms) 2025-12-04T09:02:06.3037878Z [ RUN ] irangeTest.neg_range_test 2025-12-04T09:02:06.3038192Z [ OK ] irangeTest.neg_range_test (0 ms) 2025-12-04T09:02:06.3038545Z [----------] 3 tests from irangeTest (0 ms total) 2025-12-04T09:02:06.3038775Z 2025-12-04T09:02:06.3038877Z [----------] 3 tests from irange 2025-12-04T09:02:06.3039199Z [ RUN ] irange.empty_reverse_range_two_inputs 2025-12-04T09:02:06.3039573Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2025-12-04T09:02:06.3039957Z [ RUN ] irange.empty_reverse_range_one_input 2025-12-04T09:02:06.3040333Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2025-12-04T09:02:06.3040674Z [ RUN ] irange.constexpr_ok 2025-12-04T09:02:06.3040981Z [ OK ] irange.constexpr_ok (0 ms) 2025-12-04T09:02:06.3041298Z [----------] 3 tests from irange (0 ms total) 2025-12-04T09:02:06.3041516Z 2025-12-04T09:02:06.3041627Z [----------] 3 tests from LazyTest 2025-12-04T09:02:06.3041915Z [ RUN ] LazyTest.OptimisticLazy 2025-12-04T09:02:06.3042233Z [ OK ] LazyTest.OptimisticLazy (0 ms) 2025-12-04T09:02:06.3042583Z [ RUN ] LazyTest.PrecomputedLazyValue 2025-12-04T09:02:06.3042931Z [ OK ] LazyTest.PrecomputedLazyValue (0 ms) 2025-12-04T09:02:06.3043144Z [ RUN ] LazyTest.OptimisticLazyValue 2025-12-04T09:02:06.3043275Z [ OK ] LazyTest.OptimisticLazyValue (0 ms) 2025-12-04T09:02:06.3043393Z [----------] 3 tests from LazyTest (0 ms total) 2025-12-04T09:02:06.3043398Z 2025-12-04T09:02:06.3043510Z [----------] 10 tests from LoggingTest 2025-12-04T09:02:06.3043619Z [ RUN ] LoggingTest.TestEnforceTrue 2025-12-04T09:02:06.3043743Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2025-12-04T09:02:06.3043855Z [ RUN ] LoggingTest.TestEnforceFalse 2025-12-04T09:02:06.3043992Z [ OK ] LoggingTest.TestEnforceFalse (0 ms) 2025-12-04T09:02:06.3044116Z [ RUN ] LoggingTest.TestEnforceEquals 2025-12-04T09:02:06.3044241Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2025-12-04T09:02:06.3044396Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2025-12-04T09:02:06.3044556Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2025-12-04T09:02:06.3044895Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2025-12-04T09:02:06.3045345Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2025-12-04T09:02:06.3045539Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2025-12-04T09:02:06.3045694Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2025-12-04T09:02:06.3045806Z [ RUN ] LoggingTest.EnforceShowcase 2025-12-04T09:02:06.3045941Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2025-12-04T09:02:06.3046036Z [ RUN ] LoggingTest.Join 2025-12-04T09:02:06.3046137Z [ OK ] LoggingTest.Join (0 ms) 2025-12-04T09:02:06.3046263Z [ RUN ] LoggingTest.TestDanglingElse 2025-12-04T09:02:06.3046388Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2025-12-04T09:02:06.3046495Z [ RUN ] LoggingTest.LazyBacktrace 2025-12-04T09:02:06.3046626Z [ OK ] LoggingTest.LazyBacktrace (0 ms) 2025-12-04T09:02:06.3046750Z [----------] 10 tests from LoggingTest (0 ms total) 2025-12-04T09:02:06.3046754Z 2025-12-04T09:02:06.3046851Z [----------] 1 test from NofatalTest 2025-12-04T09:02:06.3046983Z [ RUN ] NofatalTest.TorchCheckComparisons 2025-12-04T09:02:06.3047290Z [F1204 09:01:05.880504994 nofatal_test.cpp:26] Check failed: 1 == 2 (1 vs. 2). i am a silly message 1 2025-12-04T09:02:06.3047508Z [F1204 09:01:05.880518160 nofatal_test.cpp:29] Check failed: 2 != 2 (2 vs. 2). 2025-12-04T09:02:06.3047721Z [F1204 09:01:05.880525895 nofatal_test.cpp:31] Check failed: 2 < 2 (2 vs. 2). 2025-12-04T09:02:06.3047944Z [F1204 09:01:05.880533160 nofatal_test.cpp:33] Check failed: 3 <= 2 (3 vs. 2). 2025-12-04T09:02:06.3048151Z [F1204 09:01:05.880540236 nofatal_test.cpp:35] Check failed: 2 > 2 (2 vs. 2). 2025-12-04T09:02:06.3048362Z [F1204 09:01:05.880547143 nofatal_test.cpp:37] Check failed: 2 >= 3 (2 vs. 3). 2025-12-04T09:02:06.3048608Z [F1204 09:01:05.880554093 nofatal_test.cpp:41] Check failed: 'p' must be non NULL. 2025-12-04T09:02:06.3048755Z [ OK ] NofatalTest.TorchCheckComparisons (4637 ms) 2025-12-04T09:02:06.3048882Z [----------] 1 test from NofatalTest (4637 ms total) 2025-12-04T09:02:06.3048890Z 2025-12-04T09:02:06.3049065Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2025-12-04T09:02:06.3049171Z [ RUN ] OptionalTest/0.Empty 2025-12-04T09:02:06.3049276Z [ OK ] OptionalTest/0.Empty (0 ms) 2025-12-04T09:02:06.3049379Z [ RUN ] OptionalTest/0.Initialized 2025-12-04T09:02:06.3049507Z [ OK ] OptionalTest/0.Initialized (0 ms) 2025-12-04T09:02:06.3049636Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2025-12-04T09:02:06.3049640Z 2025-12-04T09:02:06.3049840Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned long 2025-12-04T09:02:06.3049956Z [ RUN ] OptionalTest/1.Empty 2025-12-04T09:02:06.3050060Z [ OK ] OptionalTest/1.Empty (0 ms) 2025-12-04T09:02:06.3050161Z [ RUN ] OptionalTest/1.Initialized 2025-12-04T09:02:06.3050286Z [ OK ] OptionalTest/1.Initialized (0 ms) 2025-12-04T09:02:06.3050415Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2025-12-04T09:02:06.3050420Z 2025-12-04T09:02:06.3050662Z [----------] 2 tests from OptionalTest/2, where TypeParam = c10::ArrayRef 2025-12-04T09:02:06.3050768Z [ RUN ] OptionalTest/2.Empty 2025-12-04T09:02:06.3050884Z [ OK ] OptionalTest/2.Empty (0 ms) 2025-12-04T09:02:06.3050988Z [ RUN ] OptionalTest/2.Initialized 2025-12-04T09:02:06.3051104Z [ OK ] OptionalTest/2.Initialized (0 ms) 2025-12-04T09:02:06.3051244Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2025-12-04T09:02:06.3051248Z 2025-12-04T09:02:06.3051648Z [----------] 2 tests from OptionalTest/3, where TypeParam = std::basic_string,std::allocator > 2025-12-04T09:02:06.3051748Z [ RUN ] OptionalTest/3.Empty 2025-12-04T09:02:06.3051866Z [ OK ] OptionalTest/3.Empty (0 ms) 2025-12-04T09:02:06.3051968Z [ RUN ] OptionalTest/3.Initialized 2025-12-04T09:02:06.3052082Z [ OK ] OptionalTest/3.Initialized (0 ms) 2025-12-04T09:02:06.3052210Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2025-12-04T09:02:06.3052228Z 2025-12-04T09:02:06.3052382Z [----------] 1 test from OptionalTest 2025-12-04T09:02:06.3052537Z [ RUN ] OptionalTest.Nullopt 2025-12-04T09:02:06.3052645Z [ OK ] OptionalTest.Nullopt (0 ms) 2025-12-04T09:02:06.3052784Z [----------] 1 test from OptionalTest (0 ms total) 2025-12-04T09:02:06.3052788Z 2025-12-04T09:02:06.3053098Z [----------] 1 test from CmpTest/0, where TypeParam = std::pair,std::optional > 2025-12-04T09:02:06.3053191Z [ RUN ] CmpTest/0.Cmp 2025-12-04T09:02:06.3053303Z [ OK ] CmpTest/0.Cmp (0 ms) 2025-12-04T09:02:06.3053422Z [----------] 1 test from CmpTest/0 (0 ms total) 2025-12-04T09:02:06.3053426Z 2025-12-04T09:02:06.3053665Z [----------] 1 test from CmpTest/1, where TypeParam = std::pair,int> 2025-12-04T09:02:06.3053773Z [ RUN ] CmpTest/1.Cmp 2025-12-04T09:02:06.3053869Z [ OK ] CmpTest/1.Cmp (0 ms) 2025-12-04T09:02:06.3053983Z [----------] 1 test from CmpTest/1 (0 ms total) 2025-12-04T09:02:06.3053987Z 2025-12-04T09:02:06.3054246Z [----------] 1 test from CmpTest/2, where TypeParam = std::pair > 2025-12-04T09:02:06.3054343Z [ RUN ] CmpTest/2.Cmp 2025-12-04T09:02:06.3054437Z [ OK ] CmpTest/2.Cmp (0 ms) 2025-12-04T09:02:06.3054548Z [----------] 1 test from CmpTest/2 (0 ms total) 2025-12-04T09:02:06.3054552Z 2025-12-04T09:02:06.3054803Z [----------] 1 test from CmpTest/3, where TypeParam = std::pair,long> 2025-12-04T09:02:06.3054894Z [ RUN ] CmpTest/3.Cmp 2025-12-04T09:02:06.3054988Z [ OK ] CmpTest/3.Cmp (0 ms) 2025-12-04T09:02:06.3055113Z [----------] 1 test from CmpTest/3 (0 ms total) 2025-12-04T09:02:06.3055117Z 2025-12-04T09:02:06.3055361Z [----------] 1 test from CmpTest/4, where TypeParam = std::pair > 2025-12-04T09:02:06.3055451Z [ RUN ] CmpTest/4.Cmp 2025-12-04T09:02:06.3055558Z [ OK ] CmpTest/4.Cmp (0 ms) 2025-12-04T09:02:06.3055671Z [----------] 1 test from CmpTest/4 (0 ms total) 2025-12-04T09:02:06.3055675Z 2025-12-04T09:02:06.3055815Z [----------] 19 tests from OrderedPreservingDictTest 2025-12-04T09:02:06.3055995Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2025-12-04T09:02:06.3056204Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2025-12-04T09:02:06.3056432Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2025-12-04T09:02:06.3056687Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2025-12-04T09:02:06.3056836Z [ RUN ] OrderedPreservingDictTest.testRefType 2025-12-04T09:02:06.3056989Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2025-12-04T09:02:06.3057136Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2025-12-04T09:02:06.3057317Z [ OK ] OrderedPreservingDictTest.DictCollisions (105 ms) 2025-12-04T09:02:06.3057468Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2025-12-04T09:02:06.3057636Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2025-12-04T09:02:06.3057800Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2025-12-04T09:02:06.3057994Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2025-12-04T09:02:06.3058140Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2025-12-04T09:02:06.3058302Z [ OK ] OrderedPreservingDictTest.test_range_erase (7 ms) 2025-12-04T09:02:06.3058506Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2025-12-04T09:02:06.3058720Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2025-12-04T09:02:06.3058893Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2025-12-04T09:02:06.3059106Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2025-12-04T09:02:06.3059366Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2025-12-04T09:02:06.3059644Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2025-12-04T09:02:06.3059971Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2025-12-04T09:02:06.3060238Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2025-12-04T09:02:06.3060510Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2025-12-04T09:02:06.3060754Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2025-12-04T09:02:06.3060956Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2025-12-04T09:02:06.3061168Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2025-12-04T09:02:06.3061341Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2025-12-04T09:02:06.3061553Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2025-12-04T09:02:06.3061683Z [ RUN ] OrderedPreservingDictTest.test_at 2025-12-04T09:02:06.3061821Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2025-12-04T09:02:06.3061980Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2025-12-04T09:02:06.3062145Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2025-12-04T09:02:06.3062309Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2025-12-04T09:02:06.3062503Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2025-12-04T09:02:06.3062636Z [ RUN ] OrderedPreservingDictTest.test_swap 2025-12-04T09:02:06.3062776Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2025-12-04T09:02:06.3062920Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2025-12-04T09:02:06.3063094Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2025-12-04T09:02:06.3063268Z [----------] 19 tests from OrderedPreservingDictTest (114 ms total) 2025-12-04T09:02:06.3063273Z 2025-12-04T09:02:06.3063375Z [----------] 3 tests from RegistryTest 2025-12-04T09:02:06.3063497Z [ RUN ] RegistryTest.CanRunCreator 2025-12-04T09:02:06.3063618Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2025-12-04T09:02:06.3063775Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2025-12-04T09:02:06.3063966Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2025-12-04T09:02:06.3064091Z [ RUN ] RegistryTest.RegistryPriorities 2025-12-04T09:02:06.3064285Z Key already registered with the same priority: FooWithPriority 2025-12-04T09:02:06.3064558Z Higher priority item already registered, skipping registration of FooWithPriority 2025-12-04T09:02:06.3064702Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2025-12-04T09:02:06.3064824Z [----------] 3 tests from RegistryTest (0 ms total) 2025-12-04T09:02:06.3064828Z 2025-12-04T09:02:06.3065217Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,0u> 2025-12-04T09:02:06.3065368Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2025-12-04T09:02:06.3065522Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2025-12-04T09:02:06.3065648Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2025-12-04T09:02:06.3065804Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2025-12-04T09:02:06.3065925Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2025-12-04T09:02:06.3066061Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2025-12-04T09:02:06.3066176Z [ RUN ] SmallVectorTest/0.PushPopTest 2025-12-04T09:02:06.3066307Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2025-12-04T09:02:06.3066413Z [ RUN ] SmallVectorTest/0.ClearTest 2025-12-04T09:02:06.3066528Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2025-12-04T09:02:06.3066663Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2025-12-04T09:02:06.3066796Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2025-12-04T09:02:06.3066912Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2025-12-04T09:02:06.3067053Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2025-12-04T09:02:06.3067187Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2025-12-04T09:02:06.3067341Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2025-12-04T09:02:06.3067508Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2025-12-04T09:02:06.3067652Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2025-12-04T09:02:06.3067815Z [ RUN ] SmallVectorTest/0.OverflowTest 2025-12-04T09:02:06.3067936Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2025-12-04T09:02:06.3068061Z [ RUN ] SmallVectorTest/0.IterationTest 2025-12-04T09:02:06.3068184Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2025-12-04T09:02:06.3068288Z [ RUN ] SmallVectorTest/0.SwapTest 2025-12-04T09:02:06.3068414Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2025-12-04T09:02:06.3068521Z [ RUN ] SmallVectorTest/0.AppendTest 2025-12-04T09:02:06.3068639Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2025-12-04T09:02:06.3068766Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2025-12-04T09:02:06.3068918Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2025-12-04T09:02:06.3069041Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2025-12-04T09:02:06.3069175Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2025-12-04T09:02:06.3069365Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2025-12-04T09:02:06.3069573Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:02:06.3069696Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2025-12-04T09:02:06.3069831Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2025-12-04T09:02:06.3069950Z [ RUN ] SmallVectorTest/0.AssignTest 2025-12-04T09:02:06.3070065Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2025-12-04T09:02:06.3070184Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2025-12-04T09:02:06.3070325Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2025-12-04T09:02:06.3070444Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2025-12-04T09:02:06.3070578Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2025-12-04T09:02:06.3070875Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2025-12-04T09:02:06.3071012Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2025-12-04T09:02:06.3071133Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2025-12-04T09:02:06.3071264Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2025-12-04T09:02:06.3071381Z [ RUN ] SmallVectorTest/0.EraseTest 2025-12-04T09:02:06.3071498Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2025-12-04T09:02:06.3071612Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2025-12-04T09:02:06.3071752Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2025-12-04T09:02:06.3071859Z [ RUN ] SmallVectorTest/0.InsertTest 2025-12-04T09:02:06.3071975Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2025-12-04T09:02:06.3072100Z [ RUN ] SmallVectorTest/0.InsertCopy 2025-12-04T09:02:06.3072217Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2025-12-04T09:02:06.3072343Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2025-12-04T09:02:06.3072484Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2025-12-04T09:02:06.3072643Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2025-12-04T09:02:06.3072813Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:02:06.3072957Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2025-12-04T09:02:06.3073126Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:02:06.3073266Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2025-12-04T09:02:06.3073422Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:02:06.3073544Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2025-12-04T09:02:06.3073685Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2025-12-04T09:02:06.3073812Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2025-12-04T09:02:06.3073957Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2025-12-04T09:02:06.3074097Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2025-12-04T09:02:06.3074241Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2025-12-04T09:02:06.3074359Z [ RUN ] SmallVectorTest/0.ComparisonTest 2025-12-04T09:02:06.3074605Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2025-12-04T09:02:06.3074728Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2025-12-04T09:02:06.3074932Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2025-12-04T09:02:06.3075052Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2025-12-04T09:02:06.3075197Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2025-12-04T09:02:06.3075310Z [ RUN ] SmallVectorTest/0.IteratorTest 2025-12-04T09:02:06.3075431Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2025-12-04T09:02:06.3075580Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2025-12-04T09:02:06.3075585Z 2025-12-04T09:02:06.3075976Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,1u> 2025-12-04T09:02:06.3076113Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2025-12-04T09:02:06.3076278Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2025-12-04T09:02:06.3076404Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2025-12-04T09:02:06.3076548Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2025-12-04T09:02:06.3076684Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2025-12-04T09:02:06.3076813Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2025-12-04T09:02:06.3076927Z [ RUN ] SmallVectorTest/1.PushPopTest 2025-12-04T09:02:06.3077048Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2025-12-04T09:02:06.3077165Z [ RUN ] SmallVectorTest/1.ClearTest 2025-12-04T09:02:06.3077282Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2025-12-04T09:02:06.3077406Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2025-12-04T09:02:06.3077555Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2025-12-04T09:02:06.3077672Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2025-12-04T09:02:06.3077801Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2025-12-04T09:02:06.3077935Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2025-12-04T09:02:06.3078105Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2025-12-04T09:02:06.3078222Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2025-12-04T09:02:06.3078352Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2025-12-04T09:02:06.3078478Z [ RUN ] SmallVectorTest/1.OverflowTest 2025-12-04T09:02:06.3078598Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2025-12-04T09:02:06.3078712Z [ RUN ] SmallVectorTest/1.IterationTest 2025-12-04T09:02:06.3078845Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2025-12-04T09:02:06.3078947Z [ RUN ] SmallVectorTest/1.SwapTest 2025-12-04T09:02:06.3079061Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2025-12-04T09:02:06.3079172Z [ RUN ] SmallVectorTest/1.AppendTest 2025-12-04T09:02:06.3079300Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2025-12-04T09:02:06.3079425Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2025-12-04T09:02:06.3079565Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2025-12-04T09:02:06.3079701Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2025-12-04T09:02:06.3079839Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2025-12-04T09:02:06.3080030Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2025-12-04T09:02:06.3080238Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:02:06.3080358Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2025-12-04T09:02:06.3080498Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2025-12-04T09:02:06.3080604Z [ RUN ] SmallVectorTest/1.AssignTest 2025-12-04T09:02:06.3080720Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2025-12-04T09:02:06.3080846Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2025-12-04T09:02:06.3080974Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2025-12-04T09:02:06.3081096Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2025-12-04T09:02:06.3081227Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2025-12-04T09:02:06.3081354Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2025-12-04T09:02:06.3081542Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2025-12-04T09:02:06.3081723Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2025-12-04T09:02:06.3081859Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2025-12-04T09:02:06.3081962Z [ RUN ] SmallVectorTest/1.EraseTest 2025-12-04T09:02:06.3082077Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2025-12-04T09:02:06.3082196Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2025-12-04T09:02:06.3082320Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2025-12-04T09:02:06.3082424Z [ RUN ] SmallVectorTest/1.InsertTest 2025-12-04T09:02:06.3082538Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2025-12-04T09:02:06.3082649Z [ RUN ] SmallVectorTest/1.InsertCopy 2025-12-04T09:02:06.3082762Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2025-12-04T09:02:06.3082884Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2025-12-04T09:02:06.3083028Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2025-12-04T09:02:06.3083249Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2025-12-04T09:02:06.3083413Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:02:06.3083562Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2025-12-04T09:02:06.3083716Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:02:06.3083854Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2025-12-04T09:02:06.3084010Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:02:06.3084139Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2025-12-04T09:02:06.3084266Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2025-12-04T09:02:06.3084391Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2025-12-04T09:02:06.3084544Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2025-12-04T09:02:06.3084667Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2025-12-04T09:02:06.3084811Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2025-12-04T09:02:06.3084939Z [ RUN ] SmallVectorTest/1.ComparisonTest 2025-12-04T09:02:06.3085062Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2025-12-04T09:02:06.3085182Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2025-12-04T09:02:06.3085310Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2025-12-04T09:02:06.3085440Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2025-12-04T09:02:06.3085567Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2025-12-04T09:02:06.3085678Z [ RUN ] SmallVectorTest/1.IteratorTest 2025-12-04T09:02:06.3085813Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2025-12-04T09:02:06.3085943Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2025-12-04T09:02:06.3085948Z 2025-12-04T09:02:06.3086332Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,2u> 2025-12-04T09:02:06.3086477Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2025-12-04T09:02:06.3086625Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2025-12-04T09:02:06.3086748Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2025-12-04T09:02:06.3086890Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2025-12-04T09:02:06.3087017Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2025-12-04T09:02:06.3087141Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2025-12-04T09:02:06.3087250Z [ RUN ] SmallVectorTest/2.PushPopTest 2025-12-04T09:02:06.3087375Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2025-12-04T09:02:06.3087474Z [ RUN ] SmallVectorTest/2.ClearTest 2025-12-04T09:02:06.3087586Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2025-12-04T09:02:06.3087713Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2025-12-04T09:02:06.3087842Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2025-12-04T09:02:06.3087954Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2025-12-04T09:02:06.3088077Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2025-12-04T09:02:06.3088220Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2025-12-04T09:02:06.3088420Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2025-12-04T09:02:06.3088580Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2025-12-04T09:02:06.3088716Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2025-12-04T09:02:06.3088824Z [ RUN ] SmallVectorTest/2.OverflowTest 2025-12-04T09:02:06.3088938Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2025-12-04T09:02:06.3089047Z [ RUN ] SmallVectorTest/2.IterationTest 2025-12-04T09:02:06.3089186Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2025-12-04T09:02:06.3089283Z [ RUN ] SmallVectorTest/2.SwapTest 2025-12-04T09:02:06.3089390Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2025-12-04T09:02:06.3089507Z [ RUN ] SmallVectorTest/2.AppendTest 2025-12-04T09:02:06.3089620Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2025-12-04T09:02:06.3089740Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2025-12-04T09:02:06.3089885Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2025-12-04T09:02:06.3090010Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2025-12-04T09:02:06.3090143Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2025-12-04T09:02:06.3090316Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2025-12-04T09:02:06.3090528Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:02:06.3090650Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2025-12-04T09:02:06.3090778Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2025-12-04T09:02:06.3090894Z [ RUN ] SmallVectorTest/2.AssignTest 2025-12-04T09:02:06.3091007Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2025-12-04T09:02:06.3091120Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2025-12-04T09:02:06.3091251Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2025-12-04T09:02:06.3091366Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2025-12-04T09:02:06.3091496Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2025-12-04T09:02:06.3091614Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2025-12-04T09:02:06.3091752Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2025-12-04T09:02:06.3091868Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2025-12-04T09:02:06.3091990Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2025-12-04T09:02:06.3092097Z [ RUN ] SmallVectorTest/2.EraseTest 2025-12-04T09:02:06.3092214Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2025-12-04T09:02:06.3092329Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2025-12-04T09:02:06.3092452Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2025-12-04T09:02:06.3092567Z [ RUN ] SmallVectorTest/2.InsertTest 2025-12-04T09:02:06.3092679Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2025-12-04T09:02:06.3092781Z [ RUN ] SmallVectorTest/2.InsertCopy 2025-12-04T09:02:06.3092900Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2025-12-04T09:02:06.3093023Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2025-12-04T09:02:06.3093162Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2025-12-04T09:02:06.3093316Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2025-12-04T09:02:06.3093482Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:02:06.3093623Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2025-12-04T09:02:06.3093776Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:02:06.3093923Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2025-12-04T09:02:06.3094077Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:02:06.3094196Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2025-12-04T09:02:06.3094327Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2025-12-04T09:02:06.3094456Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2025-12-04T09:02:06.3094597Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2025-12-04T09:02:06.3094729Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2025-12-04T09:02:06.3094918Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2025-12-04T09:02:06.3095035Z [ RUN ] SmallVectorTest/2.ComparisonTest 2025-12-04T09:02:06.3095212Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2025-12-04T09:02:06.3095336Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2025-12-04T09:02:06.3095462Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2025-12-04T09:02:06.3095581Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2025-12-04T09:02:06.3095719Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2025-12-04T09:02:06.3095827Z [ RUN ] SmallVectorTest/2.IteratorTest 2025-12-04T09:02:06.3095943Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2025-12-04T09:02:06.3096078Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2025-12-04T09:02:06.3096089Z 2025-12-04T09:02:06.3096475Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,4u> 2025-12-04T09:02:06.3096607Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2025-12-04T09:02:06.3096762Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2025-12-04T09:02:06.3096897Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2025-12-04T09:02:06.3097034Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2025-12-04T09:02:06.3097152Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2025-12-04T09:02:06.3097286Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2025-12-04T09:02:06.3097395Z [ RUN ] SmallVectorTest/3.PushPopTest 2025-12-04T09:02:06.3097513Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2025-12-04T09:02:06.3097625Z [ RUN ] SmallVectorTest/3.ClearTest 2025-12-04T09:02:06.3097740Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2025-12-04T09:02:06.3097858Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2025-12-04T09:02:06.3097985Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2025-12-04T09:02:06.3098105Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2025-12-04T09:02:06.3098226Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2025-12-04T09:02:06.3098363Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2025-12-04T09:02:06.3098524Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2025-12-04T09:02:06.3098634Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2025-12-04T09:02:06.3098755Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2025-12-04T09:02:06.3098866Z [ RUN ] SmallVectorTest/3.OverflowTest 2025-12-04T09:02:06.3098988Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2025-12-04T09:02:06.3099097Z [ RUN ] SmallVectorTest/3.IterationTest 2025-12-04T09:02:06.3099214Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2025-12-04T09:02:06.3099327Z [ RUN ] SmallVectorTest/3.SwapTest 2025-12-04T09:02:06.3099434Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2025-12-04T09:02:06.3099541Z [ RUN ] SmallVectorTest/3.AppendTest 2025-12-04T09:02:06.3099663Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2025-12-04T09:02:06.3099784Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2025-12-04T09:02:06.3099921Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2025-12-04T09:02:06.3100046Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2025-12-04T09:02:06.3100186Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2025-12-04T09:02:06.3100358Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2025-12-04T09:02:06.3100557Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:02:06.3100684Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2025-12-04T09:02:06.3100812Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2025-12-04T09:02:06.3100916Z [ RUN ] SmallVectorTest/3.AssignTest 2025-12-04T09:02:06.3101042Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2025-12-04T09:02:06.3101156Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2025-12-04T09:02:06.3101280Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2025-12-04T09:02:06.3101399Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2025-12-04T09:02:06.3101587Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2025-12-04T09:02:06.3101707Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2025-12-04T09:02:06.3101888Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2025-12-04T09:02:06.3102011Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2025-12-04T09:02:06.3102133Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2025-12-04T09:02:06.3102233Z [ RUN ] SmallVectorTest/3.EraseTest 2025-12-04T09:02:06.3102346Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2025-12-04T09:02:06.3102466Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2025-12-04T09:02:06.3102589Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2025-12-04T09:02:06.3102695Z [ RUN ] SmallVectorTest/3.InsertTest 2025-12-04T09:02:06.3102815Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2025-12-04T09:02:06.3102915Z [ RUN ] SmallVectorTest/3.InsertCopy 2025-12-04T09:02:06.3103027Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2025-12-04T09:02:06.3103160Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2025-12-04T09:02:06.3103296Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2025-12-04T09:02:06.3103443Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2025-12-04T09:02:06.3103606Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:02:06.3103751Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2025-12-04T09:02:06.3103903Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:02:06.3104040Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2025-12-04T09:02:06.3104203Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:02:06.3104319Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2025-12-04T09:02:06.3104442Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2025-12-04T09:02:06.3104574Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2025-12-04T09:02:06.3104712Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2025-12-04T09:02:06.3104836Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2025-12-04T09:02:06.3104980Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2025-12-04T09:02:06.3105108Z [ RUN ] SmallVectorTest/3.ComparisonTest 2025-12-04T09:02:06.3105230Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2025-12-04T09:02:06.3105345Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2025-12-04T09:02:06.3105481Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2025-12-04T09:02:06.3105597Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2025-12-04T09:02:06.3105726Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2025-12-04T09:02:06.3105845Z [ RUN ] SmallVectorTest/3.IteratorTest 2025-12-04T09:02:06.3105962Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2025-12-04T09:02:06.3106094Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2025-12-04T09:02:06.3106098Z 2025-12-04T09:02:06.3106485Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,5u> 2025-12-04T09:02:06.3106631Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2025-12-04T09:02:06.3106782Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2025-12-04T09:02:06.3106904Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2025-12-04T09:02:06.3107053Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2025-12-04T09:02:06.3107170Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2025-12-04T09:02:06.3107295Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2025-12-04T09:02:06.3107415Z [ RUN ] SmallVectorTest/4.PushPopTest 2025-12-04T09:02:06.3107531Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2025-12-04T09:02:06.3107635Z [ RUN ] SmallVectorTest/4.ClearTest 2025-12-04T09:02:06.3107749Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2025-12-04T09:02:06.3107879Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2025-12-04T09:02:06.3108006Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2025-12-04T09:02:06.3108118Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2025-12-04T09:02:06.3108305Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2025-12-04T09:02:06.3108498Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2025-12-04T09:02:06.3108647Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2025-12-04T09:02:06.3108771Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2025-12-04T09:02:06.3108896Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2025-12-04T09:02:06.3109005Z [ RUN ] SmallVectorTest/4.OverflowTest 2025-12-04T09:02:06.3109121Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2025-12-04T09:02:06.3109243Z [ RUN ] SmallVectorTest/4.IterationTest 2025-12-04T09:02:06.3109358Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2025-12-04T09:02:06.3109462Z [ RUN ] SmallVectorTest/4.SwapTest 2025-12-04T09:02:06.3109584Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2025-12-04T09:02:06.3109689Z [ RUN ] SmallVectorTest/4.AppendTest 2025-12-04T09:02:06.3109802Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2025-12-04T09:02:06.3109927Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2025-12-04T09:02:06.3110076Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2025-12-04T09:02:06.3110201Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2025-12-04T09:02:06.3110332Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2025-12-04T09:02:06.3110517Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2025-12-04T09:02:06.3110716Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:02:06.3110836Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2025-12-04T09:02:06.3110978Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2025-12-04T09:02:06.3111087Z [ RUN ] SmallVectorTest/4.AssignTest 2025-12-04T09:02:06.3111205Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2025-12-04T09:02:06.3111327Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2025-12-04T09:02:06.3111471Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2025-12-04T09:02:06.3111594Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2025-12-04T09:02:06.3111733Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2025-12-04T09:02:06.3111874Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2025-12-04T09:02:06.3112008Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2025-12-04T09:02:06.3112124Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2025-12-04T09:02:06.3112264Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2025-12-04T09:02:06.3112368Z [ RUN ] SmallVectorTest/4.EraseTest 2025-12-04T09:02:06.3112485Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2025-12-04T09:02:06.3112601Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2025-12-04T09:02:06.3112739Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2025-12-04T09:02:06.3112846Z [ RUN ] SmallVectorTest/4.InsertTest 2025-12-04T09:02:06.3112965Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2025-12-04T09:02:06.3113085Z [ RUN ] SmallVectorTest/4.InsertCopy 2025-12-04T09:02:06.3113200Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2025-12-04T09:02:06.3113328Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2025-12-04T09:02:06.3113469Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2025-12-04T09:02:06.3113623Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2025-12-04T09:02:06.3113787Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:02:06.3113926Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2025-12-04T09:02:06.3114093Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:02:06.3114232Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2025-12-04T09:02:06.3114387Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:02:06.3114518Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2025-12-04T09:02:06.3114646Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2025-12-04T09:02:06.3114773Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2025-12-04T09:02:06.3114917Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2025-12-04T09:02:06.3115110Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2025-12-04T09:02:06.3115304Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2025-12-04T09:02:06.3115421Z [ RUN ] SmallVectorTest/4.ComparisonTest 2025-12-04T09:02:06.3115560Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2025-12-04T09:02:06.3115685Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2025-12-04T09:02:06.3115812Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2025-12-04T09:02:06.3115947Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2025-12-04T09:02:06.3116079Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2025-12-04T09:02:06.3116191Z [ RUN ] SmallVectorTest/4.IteratorTest 2025-12-04T09:02:06.3116314Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2025-12-04T09:02:06.3116464Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2025-12-04T09:02:06.3116469Z 2025-12-04T09:02:06.3116575Z [----------] 5 tests from SmallVectorTest 2025-12-04T09:02:06.3116709Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2025-12-04T09:02:06.3116862Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2025-12-04T09:02:06.3116975Z [ RUN ] SmallVectorTest.MidInsert 2025-12-04T09:02:06.3117092Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2025-12-04T09:02:06.3117218Z [ RUN ] SmallVectorTest.EmplaceBack 2025-12-04T09:02:06.3117340Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2025-12-04T09:02:06.3117477Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2025-12-04T09:02:06.3117633Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2025-12-04T09:02:06.3117766Z [ RUN ] SmallVectorTest.InitializerList 2025-12-04T09:02:06.3117895Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2025-12-04T09:02:06.3118025Z [----------] 5 tests from SmallVectorTest (0 ms total) 2025-12-04T09:02:06.3118030Z 2025-12-04T09:02:06.3118732Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,4u> > 2025-12-04T09:02:06.3118860Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2025-12-04T09:02:06.3119005Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2025-12-04T09:02:06.3119166Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2025-12-04T09:02:06.3119170Z 2025-12-04T09:02:06.3119847Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,2u> > 2025-12-04T09:02:06.3119977Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2025-12-04T09:02:06.3120135Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2025-12-04T09:02:06.3120344Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2025-12-04T09:02:06.3120350Z 2025-12-04T09:02:06.3121198Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,4u> > 2025-12-04T09:02:06.3121343Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2025-12-04T09:02:06.3121491Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2025-12-04T09:02:06.3121642Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2025-12-04T09:02:06.3121646Z 2025-12-04T09:02:06.3122335Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,2u> > 2025-12-04T09:02:06.3122464Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2025-12-04T09:02:06.3122607Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2025-12-04T09:02:06.3122771Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2025-12-04T09:02:06.3122776Z 2025-12-04T09:02:06.3122900Z [----------] 1 test from SmallVectorCustomTest 2025-12-04T09:02:06.3123118Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2025-12-04T09:02:06.3123341Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2025-12-04T09:02:06.3123561Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2025-12-04T09:02:06.3123566Z 2025-12-04T09:02:06.3123942Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = c10::SmallVector 2025-12-04T09:02:06.3124116Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2025-12-04T09:02:06.3124323Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2025-12-04T09:02:06.3124514Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2025-12-04T09:02:06.3124732Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2025-12-04T09:02:06.3124908Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2025-12-04T09:02:06.3125092Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2025-12-04T09:02:06.3125254Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2025-12-04T09:02:06.3125451Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2025-12-04T09:02:06.3125630Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2025-12-04T09:02:06.3125853Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (9456 ms) 2025-12-04T09:02:06.3126015Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2025-12-04T09:02:06.3126206Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2025-12-04T09:02:06.3126382Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2025-12-04T09:02:06.3126606Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (9343 ms) 2025-12-04T09:02:06.3126779Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2025-12-04T09:02:06.3126958Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2025-12-04T09:02:06.3127135Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2025-12-04T09:02:06.3127351Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2025-12-04T09:02:06.3127518Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2025-12-04T09:02:06.3127705Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2025-12-04T09:02:06.3127881Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2025-12-04T09:02:06.3128112Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (9380 ms) 2025-12-04T09:02:06.3128286Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2025-12-04T09:02:06.3128490Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2025-12-04T09:02:06.3128746Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (28179 ms total) 2025-12-04T09:02:06.3128751Z 2025-12-04T09:02:06.3129262Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,3u> 2025-12-04T09:02:06.3129432Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2025-12-04T09:02:06.3129634Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2025-12-04T09:02:06.3129826Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2025-12-04T09:02:06.3130044Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2025-12-04T09:02:06.3130218Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2025-12-04T09:02:06.3130397Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2025-12-04T09:02:06.3130557Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2025-12-04T09:02:06.3130748Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2025-12-04T09:02:06.3130924Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2025-12-04T09:02:06.3131143Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (9221 ms) 2025-12-04T09:02:06.3131304Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2025-12-04T09:02:06.3131493Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2025-12-04T09:02:06.3131719Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2025-12-04T09:02:06.3131935Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (9274 ms) 2025-12-04T09:02:06.3132160Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2025-12-04T09:02:06.3132338Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2025-12-04T09:02:06.3132511Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2025-12-04T09:02:06.3132726Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2025-12-04T09:02:06.3132890Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2025-12-04T09:02:06.3133073Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2025-12-04T09:02:06.3133247Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2025-12-04T09:02:06.3133474Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (9380 ms) 2025-12-04T09:02:06.3133649Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2025-12-04T09:02:06.3133856Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2025-12-04T09:02:06.3134116Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (27876 ms total) 2025-12-04T09:02:06.3134120Z 2025-12-04T09:02:06.3134594Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = c10::SmallVector,3u> 2025-12-04T09:02:06.3134818Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2025-12-04T09:02:06.3135078Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2025-12-04T09:02:06.3135340Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2025-12-04T09:02:06.3135345Z 2025-12-04T09:02:06.3136089Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = c10::SmallVector,3u> 2025-12-04T09:02:06.3136325Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2025-12-04T09:02:06.3136578Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2025-12-04T09:02:06.3136845Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2025-12-04T09:02:06.3136849Z 2025-12-04T09:02:06.3136967Z [----------] 6 tests from StringUtilTest 2025-12-04T09:02:06.3137100Z [ RUN ] StringUtilTest.testStrNarrowSingle 2025-12-04T09:02:06.3137247Z [ OK ] StringUtilTest.testStrNarrowSingle (0 ms) 2025-12-04T09:02:06.3137387Z [ RUN ] StringUtilTest.testStrWideSingle 2025-12-04T09:02:06.3137525Z [ OK ] StringUtilTest.testStrWideSingle (0 ms) 2025-12-04T09:02:06.3137677Z [ RUN ] StringUtilTest.testStrWideSingleMultibyte 2025-12-04T09:02:06.3137846Z [ OK ] StringUtilTest.testStrWideSingleMultibyte (0 ms) 2025-12-04T09:02:06.3137985Z [ RUN ] StringUtilTest.testStrWideEmpty 2025-12-04T09:02:06.3138117Z [ OK ] StringUtilTest.testStrWideEmpty (0 ms) 2025-12-04T09:02:06.3138231Z [ RUN ] StringUtilTest.testStrMulti 2025-12-04T09:02:06.3138368Z [ OK ] StringUtilTest.testStrMulti (0 ms) 2025-12-04T09:02:06.3138482Z [ RUN ] StringUtilTest.testStrEnum 2025-12-04T09:02:06.3138602Z [ OK ] StringUtilTest.testStrEnum (0 ms) 2025-12-04T09:02:06.3138745Z [----------] 6 tests from StringUtilTest (0 ms total) 2025-12-04T09:02:06.3138749Z 2025-12-04T09:02:06.3138844Z [----------] 2 tests from tryToTest 2025-12-04T09:02:06.3138941Z [ RUN ] tryToTest.Int64T 2025-12-04T09:02:06.3139040Z [ OK ] tryToTest.Int64T (0 ms) 2025-12-04T09:02:06.3139148Z [ RUN ] tryToTest.Double 2025-12-04T09:02:06.3139247Z [ OK ] tryToTest.Double (0 ms) 2025-12-04T09:02:06.3139365Z [----------] 2 tests from tryToTest (0 ms total) 2025-12-04T09:02:06.3139369Z 2025-12-04T09:02:06.3139474Z [----------] 4 tests from SplitTest 2025-12-04T09:02:06.3139572Z [ RUN ] SplitTest.NormalCase 2025-12-04T09:02:06.3139748Z [ OK ] SplitTest.NormalCase (0 ms) 2025-12-04T09:02:06.3139920Z [ RUN ] SplitTest.EmptyString 2025-12-04T09:02:06.3140030Z [ OK ] SplitTest.EmptyString (0 ms) 2025-12-04T09:02:06.3140180Z [ RUN ] SplitTest.NoDelimiter 2025-12-04T09:02:06.3140303Z [ OK ] SplitTest.NoDelimiter (0 ms) 2025-12-04T09:02:06.3140431Z [ RUN ] SplitTest.ConsecutiveDelimiters 2025-12-04T09:02:06.3140566Z [ OK ] SplitTest.ConsecutiveDelimiters (0 ms) 2025-12-04T09:02:06.3140696Z [----------] 4 tests from SplitTest (0 ms total) 2025-12-04T09:02:06.3140701Z 2025-12-04T09:02:06.3140801Z [----------] 1 test from TempFileTest 2025-12-04T09:02:06.3140936Z [ RUN ] TempFileTest.MatchesExpectedPattern 2025-12-04T09:02:06.3141082Z [ OK ] TempFileTest.MatchesExpectedPattern (0 ms) 2025-12-04T09:02:06.3141217Z [----------] 1 test from TempFileTest (0 ms total) 2025-12-04T09:02:06.3141221Z 2025-12-04T09:02:06.3141319Z [----------] 1 test from TempDirTest 2025-12-04T09:02:06.3141429Z [ RUN ] TempDirTest.tryMakeTempdir 2025-12-04T09:02:06.3141565Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2025-12-04T09:02:06.3141686Z [----------] 1 test from TempDirTest (0 ms total) 2025-12-04T09:02:06.3141694Z 2025-12-04T09:02:06.3141861Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test 2025-12-04T09:02:06.3142075Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 2025-12-04T09:02:06.3142299Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2025-12-04T09:02:06.3142501Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 2025-12-04T09:02:06.3142737Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2025-12-04T09:02:06.3142936Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 2025-12-04T09:02:06.3143159Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2025-12-04T09:02:06.3143358Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 2025-12-04T09:02:06.3143594Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2025-12-04T09:02:06.3143791Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 2025-12-04T09:02:06.3144018Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2025-12-04T09:02:06.3144244Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test (0 ms total) 2025-12-04T09:02:06.3144249Z 2025-12-04T09:02:06.3144372Z [----------] 1 test from nullopt/SelfCompareTest 2025-12-04T09:02:06.3144509Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2025-12-04T09:02:06.3144671Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2025-12-04T09:02:06.3144825Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2025-12-04T09:02:06.3144829Z 2025-12-04T09:02:06.3144944Z [----------] 1 test from int/SelfCompareTest 2025-12-04T09:02:06.3145087Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2025-12-04T09:02:06.3145223Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2025-12-04T09:02:06.3145364Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2025-12-04T09:02:06.3145368Z 2025-12-04T09:02:06.3145506Z [----------] Global test environment tear-down 2025-12-04T09:02:06.3145647Z [==========] 749 tests from 85 test suites ran. (69906 ms total) 2025-12-04T09:02:06.3145735Z [ PASSED ] 749 tests. 2025-12-04T09:02:06.3145844Z ================================================================================ 2025-12-04T09:02:06.3146372Z [245 / 246] 6 / 14 tests; 1 action; last test: //c10/test:util_base_tests 2025-12-04T09:02:06.3146568Z Testing //c10/test:util_base_tests; 69s processwrapper-sandbox 2025-12-04T09:02:06.3146572Z 2025-12-04T09:02:06.3146680Z  2025-12-04T09:02:06.3146936Z INFO: Elapsed time: 76.382s, Critical Path: 70.73s 2025-12-04T09:02:06.3147298Z [246 / 246] 6 / 14 tests; checking cached actions; last test: ...il_base_tests 2025-12-04T09:02:06.3147303Z 2025-12-04T09:02:06.3147660Z INFO: 241 processes: 22 internal, 219 processwrapper-sandbox. 2025-12-04T09:02:06.3148035Z [246 / 246] 6 / 14 tests; checking cached actions; last test: ...il_base_tests 2025-12-04T09:02:06.3148091Z 2025-12-04T09:02:06.3148336Z INFO: Build completed successfully, 241 total actions 2025-12-04T09:02:06.3148624Z //c10/cuda/test:test SKIPPED 2025-12-04T09:02:06.3149010Z //c10/cuda/test:test_CUDAAssertionsTest_1_var_test SKIPPED 2025-12-04T09:02:06.3149383Z //c10/cuda/test:test_CUDAAssertionsTest_catches_stream SKIPPED 2025-12-04T09:02:06.3149798Z //c10/cuda/test:test_CUDAAssertionsTest_catches_thread_and_block_and_device SKIPPED 2025-12-04T09:02:06.3150183Z //c10/cuda/test:test_CUDAAssertionsTest_from_2_processes SKIPPED 2025-12-04T09:02:06.3150615Z //c10/cuda/test:test_CUDAAssertionsTest_multiple_writes_from_blocks_and_threads SKIPPED 2025-12-04T09:02:06.3151036Z //c10/cuda/test:test_CUDAAssertionsTest_multiple_writes_from_multiple_blocks SKIPPED 2025-12-04T09:02:06.3151429Z //c10/cuda/test:test_CUDAAssertionsTest_multiple_writes_from_same_block SKIPPED 2025-12-04T09:02:06.3151712Z //c10/test:core_tests PASSED in 0.0s 2025-12-04T09:02:06.3152000Z //c10/test:typeid_test PASSED in 0.0s 2025-12-04T09:02:06.3152317Z //c10/test:util/bit_cast_test PASSED in 0.0s 2025-12-04T09:02:06.3152624Z //c10/test:util/nofatal_test PASSED in 3.2s 2025-12-04T09:02:06.3152923Z //c10/test:util/ssize_test PASSED in 0.1s 2025-12-04T09:02:06.3153219Z //c10/test:util_base_tests PASSED in 70.0s 2025-12-04T09:02:06.3153240Z 2025-12-04T09:02:06.3153520Z Executed 6 out of 14 tests: 6 tests pass and 8 were skipped. 2025-12-04T09:02:06.3153993Z There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. 2025-12-04T09:02:06.3154597Z + tools/bazel test --config=cpu-only --test_timeout=480 --test_output=all --test_tag_filters=-gpu-required '--test_filter=-*CUDA' :all_tests 2025-12-04T09:02:06.6327558Z Loading: 2025-12-04T09:02:06.6406076Z 2025-12-04T09:02:06.6406826Z Loading: 2025-12-04T09:02:06.6407640Z 2025-12-04T09:02:06.6407938Z Loading: 0 packages loaded 2025-12-04T09:02:07.0358847Z 2025-12-04T09:02:07.0359539Z Loading: 0 packages loaded 2025-12-04T09:02:07.0359914Z currently loading: 2025-12-04T09:02:07.2738841Z 2025-12-04T09:02:07.2739717Z  2025-12-04T09:02:07.2740345Z Loading: 1 packages loaded 2025-12-04T09:02:07.2741073Z Fetching repository @onnx; starting 2025-12-04T09:02:07.6437134Z 2025-12-04T09:02:07.6437871Z  2025-12-04T09:02:07.6438382Z Loading: 1 packages loaded 2025-12-04T09:02:07.8248682Z 2025-12-04T09:02:07.8250140Z INFO: Build options --//c10:use_gflags and --//c10:use_glog have changed, discarding analysis cache. 2025-12-04T09:02:07.8251471Z Analyzing: 29 targets (1 packages loaded) 2025-12-04T09:02:07.8790219Z 2025-12-04T09:02:07.8791414Z Analyzing: 29 targets (1 packages loaded, 0 targets configured) 2025-12-04T09:02:07.9923944Z 2025-12-04T09:02:07.9926140Z WARNING: /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/cpp-httplib/BUILD.bazel:3:11: in includes attribute of cc_library rule @cpp-httplib//:cpp-httplib: ignoring invalid absolute path '/'. Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implementation 2025-12-04T09:02:07.9928327Z Analyzing: 29 targets (8 packages loaded, 1847 targets configured) 2025-12-04T09:02:07.9928926Z currently loading: @com_google_protobuf// 2025-12-04T09:02:07.9929266Z Fetching repository @fbgemm; starting 2025-12-04T09:02:07.9929615Z Fetching repository @tensorpipe; starting 2025-12-04T09:02:08.2138762Z 2025-12-04T09:02:08.2139497Z  2025-12-04T09:02:08.2139903Z  2025-12-04T09:02:08.2140269Z  2025-12-04T09:02:08.2140991Z Analyzing: 29 targets (36 packages loaded, 10239 targets configured) 2025-12-04T09:02:08.2141833Z currently loading: @mkl_headers// 2025-12-04T09:02:08.4566642Z 2025-12-04T09:02:08.4567302Z  2025-12-04T09:02:08.4567860Z Analyzing: 29 targets (37 packages loaded, 10485 targets configured) 2025-12-04T09:02:08.5614112Z 2025-12-04T09:02:08.5615300Z INFO: Analyzed 29 targets (37 packages loaded, 10500 targets configured). 2025-12-04T09:02:08.5616310Z  checking cached actions 2025-12-04T09:02:08.5630987Z 2025-12-04T09:02:08.5631705Z INFO: Found 3 targets and 26 test targets... 2025-12-04T09:02:08.5632399Z  checking cached actions 2025-12-04T09:02:08.6373035Z 2025-12-04T09:02:08.6374214Z [0 / 14] [Prepa] BazelWorkspaceStatusAction stable-status.txt 2025-12-04T09:02:08.8406811Z 2025-12-04T09:02:08.8407726Z [202 / 2,509] 12 actions, 11 running 2025-12-04T09:02:08.8408490Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2025-12-04T09:02:08.8409335Z Compiling src/EmbeddingSpMDMAutovec.cc; 0s processwrapper-sandbox 2025-12-04T09:02:08.8410093Z Compiling src/log.c; 0s processwrapper-sandbox 2025-12-04T09:02:08.8410784Z Compiling src/libm/mkalias.c [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:08.8411681Z //:cpu/AdaptiveMaxPoolKernel.cpp_DEFAULT_cp; 0s processwrapper-sandbox 2025-12-04T09:02:08.8412501Z Compiling uncompr.c; 0s processwrapper-sandbox 2025-12-04T09:02:08.8413836Z Compiling src/linux/multiline.c; 0s processwrapper-sandbox 2025-12-04T09:02:08.8414701Z //tools/setup_helpers:gen_version_header; 0s local ... 2025-12-04T09:02:09.0425171Z 2025-12-04T09:02:09.0425947Z  2025-12-04T09:02:09.0426385Z  2025-12-04T09:02:09.0426773Z  2025-12-04T09:02:09.0427157Z  2025-12-04T09:02:09.0427537Z  2025-12-04T09:02:09.0427894Z  2025-12-04T09:02:09.0428273Z  2025-12-04T09:02:09.0428624Z  2025-12-04T09:02:09.0429166Z [255 / 2,590] 14 actions, 13 running 2025-12-04T09:02:09.0429974Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2025-12-04T09:02:09.0430987Z Compiling src/EmbeddingSpMDMAutovec.cc; 0s processwrapper-sandbox 2025-12-04T09:02:09.0432056Z Compiling c10/test/util/ArrayRef_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:09.0433156Z Compiling include/codegen/python.cc [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:09.0434174Z Compiling src/x86/vendor.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.0435083Z Compiling src/asmjit/core/assembler.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:09.0436041Z Compiling src/x86/info.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.0436631Z @onnx//:gen_proto; 0s local ... 2025-12-04T09:02:09.2471043Z 2025-12-04T09:02:09.2471827Z  2025-12-04T09:02:09.2472298Z  2025-12-04T09:02:09.2472702Z  2025-12-04T09:02:09.2473105Z  2025-12-04T09:02:09.2473504Z  2025-12-04T09:02:09.2473928Z  2025-12-04T09:02:09.2474313Z  2025-12-04T09:02:09.2474691Z  2025-12-04T09:02:09.2475263Z [331 / 2,653] 14 actions, 13 running 2025-12-04T09:02:09.2476170Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2025-12-04T09:02:09.2477253Z Compiling c10/test/util/ArrayRef_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:09.2478320Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.2479655Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.2480358Z Compiling src/Utils.cc; 0s processwrapper-sandbox 2025-12-04T09:02:09.2481315Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2025-12-04T09:02:09.2482061Z Compiling inflate.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.2482921Z Compiling src/asmjit/core/codeholder.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:09.4480964Z 2025-12-04T09:02:09.4482021Z  2025-12-04T09:02:09.4482481Z  2025-12-04T09:02:09.4482813Z  2025-12-04T09:02:09.4483258Z  2025-12-04T09:02:09.4483589Z  2025-12-04T09:02:09.4483933Z  2025-12-04T09:02:09.4484275Z  2025-12-04T09:02:09.4484605Z  2025-12-04T09:02:09.4485099Z [374 / 2,687] 16 actions, 14 running 2025-12-04T09:02:09.4485844Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2025-12-04T09:02:09.4486701Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2025-12-04T09:02:09.4487665Z Compiling src/code_generators.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:09.4488631Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.4489519Z Compiling c10/test/util/Bitset_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:09.4490421Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.4491271Z Compiling src/linux/cpulist.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.4492143Z Compiling src/linux/processors.c; 0s processwrapper-sandbox ... 2025-12-04T09:02:09.6516948Z 2025-12-04T09:02:09.6517716Z  2025-12-04T09:02:09.6518148Z  2025-12-04T09:02:09.6518533Z  2025-12-04T09:02:09.6518898Z  2025-12-04T09:02:09.6519272Z  2025-12-04T09:02:09.6519638Z  2025-12-04T09:02:09.6520002Z  2025-12-04T09:02:09.6520375Z  2025-12-04T09:02:09.6520908Z [419 / 2,721] 16 actions, 13 running 2025-12-04T09:02:09.6521784Z Executing genrule //:download_mnist; 0s processwrapper-sandbox 2025-12-04T09:02:09.6522782Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2025-12-04T09:02:09.6523835Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.6524720Z Compiling src/EmbeddingSpMDM.cc; 0s processwrapper-sandbox 2025-12-04T09:02:09.6525706Z Compiling src/RefImplementations.cc; 0s processwrapper-sandbox 2025-12-04T09:02:09.6526690Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.6527724Z Compiling src/asmjit/core/jitallocator.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:09.6528856Z Compiling src/idl_gen_fbs.cpp [for tool]; 0s processwrapper-sandbox ... 2025-12-04T09:02:09.7971156Z 2025-12-04T09:02:09.7971866Z  2025-12-04T09:02:09.7972308Z  2025-12-04T09:02:09.7972663Z  2025-12-04T09:02:09.7973016Z  2025-12-04T09:02:09.7973377Z  2025-12-04T09:02:09.7973739Z  2025-12-04T09:02:09.7974073Z  2025-12-04T09:02:09.7974454Z  2025-12-04T09:02:09.7975089Z INFO: From Executing genrule //:download_mnist: 2025-12-04T09:02:09.7980358Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz ... 2025-12-04T09:02:09.7981237Z 2025-12-04T09:02:09.7981437Z 0% | | 0% 2025-12-04T09:02:09.7982053Z 0% | | 0% 2025-12-04T09:02:09.7982650Z 0% | | 0% 2025-12-04T09:02:09.7983245Z 0% | | 0% 2025-12-04T09:02:09.7983844Z 0% | | 0% 2025-12-04T09:02:09.7984412Z 0% | | 0% 2025-12-04T09:02:09.7985019Z 0% | | 0% 2025-12-04T09:02:09.7985874Z 0% | | 0% 2025-12-04T09:02:09.7986639Z 0% | | 0% 2025-12-04T09:02:09.7987232Z 0% | | 0% 2025-12-04T09:02:09.7987857Z 0% | | 0% 2025-12-04T09:02:09.7988445Z 0% | | 0% 2025-12-04T09:02:09.7989062Z 0% | | 0% 2025-12-04T09:02:09.7989655Z 0% | | 1% 2025-12-04T09:02:09.7990268Z 0% | | 1% 2025-12-04T09:02:09.7990879Z 0% | | 1% 2025-12-04T09:02:09.7991497Z 0% | | 1% 2025-12-04T09:02:09.7992103Z 0% | | 1% 2025-12-04T09:02:09.7992676Z 0% | | 1% 2025-12-04T09:02:09.7993245Z 0% |# | 1% 2025-12-04T09:02:09.7993814Z 0% |# | 1% 2025-12-04T09:02:09.7994399Z 0% |# | 1% 2025-12-04T09:02:09.7994969Z 0% |# | 1% 2025-12-04T09:02:09.7995569Z 0% |# | 1% 2025-12-04T09:02:09.7996168Z 0% |# | 1% 2025-12-04T09:02:09.7996768Z 0% |# | 2% 2025-12-04T09:02:09.7997374Z 0% |# | 2% 2025-12-04T09:02:09.7997979Z 0% |# | 2% 2025-12-04T09:02:09.7998563Z 0% |# | 2% 2025-12-04T09:02:09.7999121Z 0% |# | 2% 2025-12-04T09:02:09.7999709Z 0% |# | 2% 2025-12-04T09:02:09.8000273Z 0% |# | 2% 2025-12-04T09:02:09.8001879Z 0% |# | 2% 2025-12-04T09:02:09.8002500Z 0% |# | 2% 2025-12-04T09:02:09.8003055Z 0% |# | 2% 2025-12-04T09:02:09.8003732Z 0% |# | 2% 2025-12-04T09:02:09.8004298Z 0% |# | 2% 2025-12-04T09:02:09.8005389Z 0% |# | 3% 2025-12-04T09:02:09.8006250Z 0% |## | 3% 2025-12-04T09:02:09.8006829Z 0% |## | 3% 2025-12-04T09:02:09.8007442Z 0% |## | 3% 2025-12-04T09:02:09.8008047Z 0% |## | 3% 2025-12-04T09:02:09.8008642Z 0% |## | 3% 2025-12-04T09:02:09.8010104Z 0% |## | 3% 2025-12-04T09:02:09.8010979Z 0% |## | 3% 2025-12-04T09:02:09.8011602Z 0% |## | 3% 2025-12-04T09:02:09.8012213Z 0% |## | 3% 2025-12-04T09:02:09.8013855Z 0% |## | 3% 2025-12-04T09:02:09.8015540Z 0% |## | 3% 2025-12-04T09:02:09.8016122Z 0% |## | 4% 2025-12-04T09:02:09.8016729Z 0% |## | 4% 2025-12-04T09:02:09.8017295Z 0% |## | 4% 2025-12-04T09:02:09.8017916Z 0% |## | 4% 2025-12-04T09:02:09.8018464Z 0% |## | 4% 2025-12-04T09:02:09.8020091Z 0% |## | 4% 2025-12-04T09:02:09.8020689Z 0% |## | 4% 2025-12-04T09:02:09.8021301Z 0% |## | 4% 2025-12-04T09:02:09.8021927Z 0% |### | 4% 2025-12-04T09:02:09.8022501Z 0% |### | 4% 2025-12-04T09:02:09.8023572Z 0% |### | 4% 2025-12-04T09:02:09.8025740Z 0% |### | 4% 2025-12-04T09:02:09.8026373Z 0% |### | 5% 2025-12-04T09:02:09.8029473Z 0% |### | 5% 2025-12-04T09:02:09.8030126Z 0% |### | 5% 2025-12-04T09:02:09.8030737Z 0% |### | 5% 2025-12-04T09:02:09.8031313Z 0% |### | 5% 2025-12-04T09:02:09.8031920Z 0% |### | 5% 2025-12-04T09:02:09.8032536Z 0% |### | 5% 2025-12-04T09:02:09.8033112Z 0% |### | 5% 2025-12-04T09:02:09.8033706Z 0% |### | 5% 2025-12-04T09:02:09.8034306Z 0% |### | 5% 2025-12-04T09:02:09.8034899Z 0% |### | 5% 2025-12-04T09:02:09.8035469Z 0% |### | 5% 2025-12-04T09:02:09.8036026Z 0% |### | 6% 2025-12-04T09:02:09.8036616Z 0% |### | 6% 2025-12-04T09:02:09.8037233Z 0% |### | 6% 2025-12-04T09:02:09.8037839Z 0% |#### | 6% 2025-12-04T09:02:09.8038439Z 0% |#### | 6% 2025-12-04T09:02:09.8039035Z 0% |#### | 6% 2025-12-04T09:02:09.8039607Z 0% |#### | 6% 2025-12-04T09:02:09.8040206Z 0% |#### | 6% 2025-12-04T09:02:09.8040756Z 0% |#### | 6% 2025-12-04T09:02:09.8041329Z 0% |#### | 6% 2025-12-04T09:02:09.8041942Z 0% |#### | 6% 2025-12-04T09:02:09.8042565Z 0% |#### | 6% 2025-12-04T09:02:09.8043255Z 0% |#### | 7% 2025-12-04T09:02:09.8043841Z 0% |#### | 7% 2025-12-04T09:02:09.8044579Z 0% |#### | 7% 2025-12-04T09:02:09.8045166Z 0% |#### | 7% 2025-12-04T09:02:09.8045874Z 0% |#### | 7% 2025-12-04T09:02:09.8046469Z 0% |#### | 7% 2025-12-04T09:02:09.8047069Z 0% |#### | 7% 2025-12-04T09:02:09.8047667Z 0% |#### | 7% 2025-12-04T09:02:09.8048256Z 0% |#### | 7% 2025-12-04T09:02:09.8048850Z 0% |#### | 7% 2025-12-04T09:02:09.8049439Z 0% |##### | 7% 2025-12-04T09:02:09.8050041Z 0% |##### | 7% 2025-12-04T09:02:09.8050635Z 0% |##### | 8% 2025-12-04T09:02:09.8051222Z 0% |##### | 8% 2025-12-04T09:02:09.8051858Z 0% |##### | 8% 2025-12-04T09:02:09.8052423Z 0% |##### | 8% 2025-12-04T09:02:09.8053048Z 0% |##### | 8% 2025-12-04T09:02:09.8053667Z 0% |##### | 8% 2025-12-04T09:02:09.8054247Z 0% |##### | 8% 2025-12-04T09:02:09.8054865Z 0% |##### | 8% 2025-12-04T09:02:09.8055481Z 0% |##### | 8% 2025-12-04T09:02:09.8056095Z 0% |##### | 8% 2025-12-04T09:02:09.8056712Z 0% |##### | 8% 2025-12-04T09:02:09.8057338Z 0% |##### | 8% 2025-12-04T09:02:09.8057898Z 0% |##### | 9% 2025-12-04T09:02:09.8058891Z 0% |##### | 9% 2025-12-04T09:02:09.8059527Z 0% |##### | 9% 2025-12-04T09:02:09.8060108Z 0% |##### | 9% 2025-12-04T09:02:09.8060726Z 0% |##### | 9% 2025-12-04T09:02:09.8061335Z 0% |###### | 9% 2025-12-04T09:02:09.8061904Z 0% |###### | 9% 2025-12-04T09:02:09.8062489Z 0% |###### | 9% 2025-12-04T09:02:09.8063085Z 0% |###### | 9% 2025-12-04T09:02:09.8063705Z 0% |###### | 9% 2025-12-04T09:02:09.8064254Z 0% |###### | 9% 2025-12-04T09:02:09.8064865Z 0% |###### | 9% 2025-12-04T09:02:09.8069815Z 0% |###### | 9% 2025-12-04T09:02:09.8073524Z 0% |###### | 10% 2025-12-04T09:02:09.8074042Z 0% |###### | 10% 2025-12-04T09:02:09.8074547Z 0% |###### | 10% 2025-12-04T09:02:09.8075114Z 0% |###### | 10% 2025-12-04T09:02:09.8075699Z 0% |###### | 10% 2025-12-04T09:02:09.8076515Z 0% |###### | 10% 2025-12-04T09:02:09.8077119Z 0% |###### | 10% 2025-12-04T09:02:09.8077866Z 0% |###### | 10% 2025-12-04T09:02:09.8078487Z 0% |###### | 10% 2025-12-04T09:02:09.8079093Z 0% |###### | 10% 2025-12-04T09:02:09.8079709Z 0% |###### | 10% 2025-12-04T09:02:09.8080321Z 0% |####### | 10% 2025-12-04T09:02:09.8080944Z 0% |####### | 11% 2025-12-04T09:02:09.8081549Z 0% |####### | 11% 2025-12-04T09:02:09.8082173Z 0% |####### | 11% 2025-12-04T09:02:09.8082810Z 0% |####### | 11% 2025-12-04T09:02:09.8083528Z 0% |####### | 11% 2025-12-04T09:02:09.8084154Z 0% |####### | 11% 2025-12-04T09:02:09.8084774Z 0% |####### | 11% 2025-12-04T09:02:09.8085388Z 0% |####### | 11% 2025-12-04T09:02:09.8085994Z 0% |####### | 11% 2025-12-04T09:02:09.8086576Z 0% |####### | 11% 2025-12-04T09:02:09.8087198Z 0% |####### | 11% 2025-12-04T09:02:09.8087797Z 0% |####### | 11% 2025-12-04T09:02:09.8088406Z 0% |####### | 12% 2025-12-04T09:02:09.8089007Z 0% |####### | 12% 2025-12-04T09:02:09.8089621Z 0% |####### | 12% 2025-12-04T09:02:09.8090252Z 0% |####### | 12% 2025-12-04T09:02:09.8090858Z 0% |####### | 12% 2025-12-04T09:02:09.8091480Z 0% |####### | 12% 2025-12-04T09:02:09.8092085Z 0% |######## | 12% 2025-12-04T09:02:09.8092706Z 0% |######## | 12% 2025-12-04T09:02:09.8093313Z 0% |######## | 12% 2025-12-04T09:02:09.8093943Z 0% |######## | 12% 2025-12-04T09:02:09.8094571Z 0% |######## | 12% 2025-12-04T09:02:09.8095183Z 0% |######## | 12% 2025-12-04T09:02:09.8095812Z 0% |######## | 13% 2025-12-04T09:02:09.8096433Z 0% |######## | 13% 2025-12-04T09:02:09.8097122Z 0% |######## | 13% 2025-12-04T09:02:09.8097732Z 0% |######## | 13% 2025-12-04T09:02:09.8098363Z 0% |######## | 13% 2025-12-04T09:02:09.8098986Z 0% |######## | 13% 2025-12-04T09:02:09.8099592Z 0% |######## | 13% 2025-12-04T09:02:09.8100221Z 0% |######## | 13% 2025-12-04T09:02:09.8100829Z 0% |######## | 13% 2025-12-04T09:02:09.8101561Z 0% |######## | 13% 2025-12-04T09:02:09.8102176Z 0% |######## | 13% 2025-12-04T09:02:09.8102887Z 0% |######## | 13% 2025-12-04T09:02:09.8103500Z 0% |######## | 14% 2025-12-04T09:02:09.8104093Z 0% |######### | 14% 2025-12-04T09:02:09.8104613Z 0% |######### | 14% 2025-12-04T09:02:09.8105179Z 0% |######### | 14% 2025-12-04T09:02:09.8105790Z 0% |######### | 14% 2025-12-04T09:02:09.8106400Z 0% |######### | 14% 2025-12-04T09:02:09.8107010Z 0% |######### | 14% 2025-12-04T09:02:09.8107625Z 0% |######### | 14% 2025-12-04T09:02:09.8108243Z 0% |######### | 14% 2025-12-04T09:02:09.8108870Z 0% |######### | 14% 2025-12-04T09:02:09.8109467Z 0% |######### | 14% 2025-12-04T09:02:09.8110075Z 0% |######### | 14% 2025-12-04T09:02:09.8110696Z 0% |######### | 15% 2025-12-04T09:02:09.8111305Z 0% |######### | 15% 2025-12-04T09:02:09.8111928Z 0% |######### | 15% 2025-12-04T09:02:09.8112531Z 0% |######### | 15% 2025-12-04T09:02:09.8113157Z 0% |######### | 15% 2025-12-04T09:02:09.8113783Z 0% |######### | 15% 2025-12-04T09:02:09.8114404Z 0% |######### | 15% 2025-12-04T09:02:09.8115030Z 0% |######### | 15% 2025-12-04T09:02:09.8115670Z 0% |########## | 15% 2025-12-04T09:02:09.8116282Z 0% |########## | 15% 2025-12-04T09:02:09.8116831Z 0% |########## | 15% 2025-12-04T09:02:09.8117431Z 0% |########## | 15% 2025-12-04T09:02:09.8117948Z 0% |########## | 16% 2025-12-04T09:02:09.8118458Z 0% |########## | 16% 2025-12-04T09:02:09.8119006Z 0% |########## | 16% 2025-12-04T09:02:09.8119577Z 0% |########## | 16% 2025-12-04T09:02:09.8120118Z 0% |########## | 16% 2025-12-04T09:02:09.8120629Z 0% |########## | 16% 2025-12-04T09:02:09.8121183Z 0% |########## | 16% 2025-12-04T09:02:09.8121717Z 0% |########## | 16% 2025-12-04T09:02:09.8122231Z 0% |########## | 16% 2025-12-04T09:02:09.8122760Z 0% |########## | 16% 2025-12-04T09:02:09.8123375Z 0% |########## | 16% 2025-12-04T09:02:09.8123962Z 0% |########## | 16% 2025-12-04T09:02:09.8124508Z 0% |########## | 17% 2025-12-04T09:02:09.8125160Z 0% |########## | 17% 2025-12-04T09:02:09.8125832Z 0% |########### | 17% 2025-12-04T09:02:09.8126341Z 0% |########### | 17% 2025-12-04T09:02:09.8126856Z 0% |########### | 17% 2025-12-04T09:02:09.8127389Z 0% |########### | 17% 2025-12-04T09:02:09.8127946Z 0% |########### | 17% 2025-12-04T09:02:09.8128393Z 0% |########### | 17% 2025-12-04T09:02:09.8128881Z 0% |########### | 17% 2025-12-04T09:02:09.8129450Z 0% |########### | 17% 2025-12-04T09:02:09.8129895Z 0% |########### | 17% 2025-12-04T09:02:09.8130389Z 0% |########### | 17% 2025-12-04T09:02:09.8130959Z 0% |########### | 18% 2025-12-04T09:02:09.8131478Z 0% |########### | 18% 2025-12-04T09:02:09.8131989Z 0% |########### | 18% 2025-12-04T09:02:09.8132538Z 0% |########### | 18% 2025-12-04T09:02:09.8133068Z 0% |########### | 18% 2025-12-04T09:02:09.8133651Z 0% |########### | 18% 2025-12-04T09:02:09.8134261Z 0% |########### | 18% 2025-12-04T09:02:09.8134862Z 0% |########### | 18% 2025-12-04T09:02:09.8135405Z 0% |########### | 18% 2025-12-04T09:02:09.8135960Z 0% |############ | 18% 2025-12-04T09:02:09.8136490Z 0% |############ | 18% 2025-12-04T09:02:09.8136833Z 0% |############ | 18% 2025-12-04T09:02:09.8137154Z 0% |############ | 19% 2025-12-04T09:02:09.8137493Z 0% |############ | 19% 2025-12-04T09:02:09.8137835Z 0% |############ | 19% 2025-12-04T09:02:09.8138173Z 0% |############ | 19% 2025-12-04T09:02:09.8138512Z 0% |############ | 19% 2025-12-04T09:02:09.8138836Z 0% |############ | 19% 2025-12-04T09:02:09.8139173Z 0% |############ | 19% 2025-12-04T09:02:09.8139505Z 0% |############ | 19% 2025-12-04T09:02:09.8139871Z 0% |############ | 19% 2025-12-04T09:02:09.8140195Z 0% |############ | 19% 2025-12-04T09:02:09.8140537Z 0% |############ | 19% 2025-12-04T09:02:09.8140876Z 0% |############ | 19% 2025-12-04T09:02:09.8141198Z 0% |############ | 19% 2025-12-04T09:02:09.8141536Z 0% |############ | 20% 2025-12-04T09:02:09.8141863Z 0% |############ | 20% 2025-12-04T09:02:09.8142201Z 0% |############ | 20% 2025-12-04T09:02:09.8142521Z 0% |############# | 20% 2025-12-04T09:02:09.8142961Z 0% |############# | 20% 2025-12-04T09:02:09.8143369Z 0% |############# | 20% 2025-12-04T09:02:09.8143694Z 0% |############# | 20% 2025-12-04T09:02:09.8144035Z 0% |############# | 20% 2025-12-04T09:02:09.8144360Z 0% |############# | 20% 2025-12-04T09:02:09.8144698Z 0% |############# | 20% 2025-12-04T09:02:09.8145040Z 0% |############# | 20% 2025-12-04T09:02:09.8145364Z 0% |############# | 20% 2025-12-04T09:02:09.8145698Z 0% |############# | 21% 2025-12-04T09:02:09.8146021Z 0% |############# | 21% 2025-12-04T09:02:09.8146363Z 0% |############# | 21% 2025-12-04T09:02:09.8146691Z 0% |############# | 21% 2025-12-04T09:02:09.8147031Z 0% |############# | 21% 2025-12-04T09:02:09.8147368Z 0% |############# | 21% 2025-12-04T09:02:09.8147726Z 0% |############# | 21% 2025-12-04T09:02:09.8148061Z 0% |############# | 21% 2025-12-04T09:02:09.8148382Z 0% |############# | 21% 2025-12-04T09:02:09.8148716Z 0% |############# | 21% 2025-12-04T09:02:09.8149038Z 0% |############## | 21% 2025-12-04T09:02:09.8149373Z 0% |############## | 21% 2025-12-04T09:02:09.8149713Z 0% |############## | 22% 2025-12-04T09:02:09.8150041Z 0% |############## | 22% 2025-12-04T09:02:09.8150377Z 0% |############## | 22% 2025-12-04T09:02:09.8150702Z 0% |############## | 22% 2025-12-04T09:02:09.8151037Z 0% |############## | 22% 2025-12-04T09:02:09.8151359Z 0% |############## | 22% 2025-12-04T09:02:09.8151694Z 0% |############## | 22% 2025-12-04T09:02:09.8152031Z 0% |############## | 22% 2025-12-04T09:02:09.8152359Z 0% |############## | 22% 2025-12-04T09:02:09.8152696Z 0% |############## | 22% 2025-12-04T09:02:09.8153030Z 0% |############## | 22% 2025-12-04T09:02:09.8153372Z 0% |############## | 22% 2025-12-04T09:02:09.8153708Z 0% |############## | 23% 2025-12-04T09:02:09.8154031Z 0% |############## | 23% 2025-12-04T09:02:09.8154366Z 0% |############## | 23% 2025-12-04T09:02:09.8154687Z 0% |############## | 23% 2025-12-04T09:02:09.8170604Z 0% |############## | 23% 2025-12-04T09:02:09.8173219Z 0% |############### | 23% 2025-12-04T09:02:09.8173774Z 0% |############### | 23% 2025-12-04T09:02:09.8174365Z 0% |############### | 23% 2025-12-04T09:02:09.8175151Z 0% |############### | 23% 2025-12-04T09:02:09.8175860Z 0% |############### | 23% 2025-12-04T09:02:09.8176412Z 0% |############### | 23% 2025-12-04T09:02:09.8176989Z 0% |############### | 23% 2025-12-04T09:02:09.8177537Z 0% |############### | 24% 2025-12-04T09:02:09.8178076Z 0% |############### | 24% 2025-12-04T09:02:09.8178613Z 0% |############### | 24% 2025-12-04T09:02:09.8179234Z 0% |############### | 24% 2025-12-04T09:02:09.8179858Z 0% |############### | 24% 2025-12-04T09:02:09.8180418Z 0% |############### | 24% 2025-12-04T09:02:09.8180950Z 0% |############### | 24% 2025-12-04T09:02:09.8181495Z 0% |############### | 24% 2025-12-04T09:02:09.8182082Z 0% |############### | 24% 2025-12-04T09:02:09.8182645Z 0% |############### | 24% 2025-12-04T09:02:09.8183203Z 0% |############### | 24% 2025-12-04T09:02:09.8183767Z 0% |############### | 24% 2025-12-04T09:02:09.8184320Z 0% |################ | 25% 2025-12-04T09:02:09.8184889Z 0% |################ | 25% 2025-12-04T09:02:09.8185442Z 0% |################ | 25% 2025-12-04T09:02:09.8186005Z 0% |################ | 25% 2025-12-04T09:02:09.8186613Z 0% |################ | 25% 2025-12-04T09:02:09.8187245Z 0% |################ | 25% 2025-12-04T09:02:09.8187809Z 0% |################ | 25% 2025-12-04T09:02:09.8188350Z 0% |################ | 25% 2025-12-04T09:02:09.8188914Z 0% |################ | 25% 2025-12-04T09:02:09.8189461Z 0% |################ | 25% 2025-12-04T09:02:09.8190025Z 0% |################ | 25% 2025-12-04T09:02:09.8190588Z 0% |################ | 25% 2025-12-04T09:02:09.8191152Z 0% |################ | 26% 2025-12-04T09:02:09.8191717Z 0% |################ | 26% 2025-12-04T09:02:09.8192273Z 0% |################ | 26% 2025-12-04T09:02:09.8192840Z 0% |################ | 26% 2025-12-04T09:02:09.8193429Z 0% |################ | 26% 2025-12-04T09:02:09.8194028Z 0% |################ | 26% 2025-12-04T09:02:09.8194607Z 0% |################ | 26% 2025-12-04T09:02:09.8195152Z 0% |################# | 26% 2025-12-04T09:02:09.8195711Z 0% |################# | 26% 2025-12-04T09:02:09.8196255Z 0% |################# | 26% 2025-12-04T09:02:09.8196820Z 0% |################# | 26% 2025-12-04T09:02:09.8197537Z 0% |################# | 26% 2025-12-04T09:02:09.8198095Z 0% |################# | 27% 2025-12-04T09:02:09.8198759Z 0% |################# | 27% 2025-12-04T09:02:09.8199359Z 0% |################# | 27% 2025-12-04T09:02:09.8199968Z 0% |################# | 27% 2025-12-04T09:02:09.8200550Z 0% |################# | 27% 2025-12-04T09:02:09.8201115Z 0% |################# | 27% 2025-12-04T09:02:09.8201667Z 0% |################# | 27% 2025-12-04T09:02:09.8202228Z 0% |################# | 27% 2025-12-04T09:02:09.8202794Z 0% |################# | 27% 2025-12-04T09:02:09.8203430Z 0% |################# | 27% 2025-12-04T09:02:09.8203995Z 0% |################# | 27% 2025-12-04T09:02:09.8204549Z 0% |################# | 27% 2025-12-04T09:02:09.8205119Z 0% |################# | 28% 2025-12-04T09:02:09.8205719Z 0% |################# | 28% 2025-12-04T09:02:09.8206332Z 0% |################## | 28% 2025-12-04T09:02:09.8206938Z 0% |################## | 28% 2025-12-04T09:02:09.8207495Z 0% |################## | 28% 2025-12-04T09:02:09.8208067Z 0% |################## | 28% 2025-12-04T09:02:09.8208610Z 0% |################## | 28% 2025-12-04T09:02:09.8209178Z 0% |################## | 28% 2025-12-04T09:02:09.8209748Z 0% |################## | 28% 2025-12-04T09:02:09.8210305Z 0% |################## | 28% 2025-12-04T09:02:09.8210867Z 0% |################## | 28% 2025-12-04T09:02:09.8211436Z 0% |################## | 28% 2025-12-04T09:02:09.8212055Z 0% |################## | 29% 2025-12-04T09:02:09.8212651Z 0% |################## | 29% 2025-12-04T09:02:09.8213228Z 0% |################## | 29% 2025-12-04T09:02:09.8213795Z 0% |################## | 29% 2025-12-04T09:02:09.8214336Z 0% |################## | 29% 2025-12-04T09:02:09.8214916Z 0% |################## | 29% 2025-12-04T09:02:09.8215476Z 0% |################## | 29% 2025-12-04T09:02:09.8216028Z 0% |################## | 29% 2025-12-04T09:02:09.8216586Z 0% |################## | 29% 2025-12-04T09:02:09.8217135Z 0% |################### | 29% 2025-12-04T09:02:09.8217744Z 0% |################### | 29% 2025-12-04T09:02:09.8218348Z 0% |################### | 29% 2025-12-04T09:02:09.8218942Z 0% |################### | 29% 2025-12-04T09:02:09.8219500Z 0% |################### | 30% 2025-12-04T09:02:09.8220035Z 0% |################### | 30% 2025-12-04T09:02:09.8220717Z 0% |################### | 30% 2025-12-04T09:02:09.8221353Z 0% |################### | 30% 2025-12-04T09:02:09.8221914Z 0% |################### | 30% 2025-12-04T09:02:09.8222451Z 0% |################### | 30% 2025-12-04T09:02:09.8222990Z 0% |################### | 30% 2025-12-04T09:02:09.8223561Z 0% |################### | 30% 2025-12-04T09:02:09.8224106Z 0% |################### | 30% 2025-12-04T09:02:09.8224693Z 0% |################### | 30% 2025-12-04T09:02:09.8225301Z 0% |################### | 30% 2025-12-04T09:02:09.8225890Z 0% |################### | 30% 2025-12-04T09:02:09.8226481Z 0% |################### | 31% 2025-12-04T09:02:09.8227048Z 0% |################### | 31% 2025-12-04T09:02:09.8227580Z 0% |################### | 31% 2025-12-04T09:02:09.8228127Z 0% |#################### | 31% 2025-12-04T09:02:09.8228678Z 0% |#################### | 31% 2025-12-04T09:02:09.8229254Z 0% |#################### | 31% 2025-12-04T09:02:09.8229815Z 0% |#################### | 31% 2025-12-04T09:02:09.8230368Z 0% |#################### | 31% 2025-12-04T09:02:09.8230916Z 0% |#################### | 31% 2025-12-04T09:02:09.8231462Z 0% |#################### | 31% 2025-12-04T09:02:09.8232060Z 0% |#################### | 31% 2025-12-04T09:02:09.8232627Z 0% |#################### | 31% 2025-12-04T09:02:09.8233204Z 0% |#################### | 32% 2025-12-04T09:02:09.8233751Z 0% |#################### | 32% 2025-12-04T09:02:09.8234309Z 0% |#################### | 32% 2025-12-04T09:02:09.8234828Z 0% |#################### | 32% 2025-12-04T09:02:09.8235429Z 0% |#################### | 32% 2025-12-04T09:02:09.8235978Z 0% |#################### | 32% 2025-12-04T09:02:09.8236556Z 0% |#################### | 32% 2025-12-04T09:02:09.8237125Z 0% |#################### | 32% 2025-12-04T09:02:09.8237691Z 0% |#################### | 32% 2025-12-04T09:02:09.8238268Z 0% |#################### | 32% 2025-12-04T09:02:09.8238826Z 0% |##################### | 32% 2025-12-04T09:02:09.8239369Z 0% |##################### | 32% 2025-12-04T09:02:09.8239941Z 0% |##################### | 33% 2025-12-04T09:02:09.8240516Z 0% |##################### | 33% 2025-12-04T09:02:09.8241089Z 0% |##################### | 33% 2025-12-04T09:02:09.8241652Z 0% |##################### | 33% 2025-12-04T09:02:09.8242187Z 0% |##################### | 33% 2025-12-04T09:02:09.8242721Z 0% |##################### | 33% 2025-12-04T09:02:09.8243423Z 0% |##################### | 33% 2025-12-04T09:02:09.8244052Z 0% |##################### | 33% 2025-12-04T09:02:09.8244588Z 0% |##################### | 33% 2025-12-04T09:02:09.8245135Z 0% |##################### | 33% 2025-12-04T09:02:09.8245601Z 0% |##################### | 33% 2025-12-04T09:02:09.8246111Z 0% |##################### | 33% 2025-12-04T09:02:09.8246658Z 0% |##################### | 34% 2025-12-04T09:02:09.8247169Z 0% |##################### | 34% 2025-12-04T09:02:09.8247673Z 0% |##################### | 34% 2025-12-04T09:02:09.8248173Z 0% |##################### | 34% 2025-12-04T09:02:09.8248686Z 0% |###################### | 34% 2025-12-04T09:02:09.8249185Z 0% |###################### | 34% 2025-12-04T09:02:09.8249685Z 0% |###################### | 34% 2025-12-04T09:02:09.8250194Z 0% |###################### | 34% 2025-12-04T09:02:09.8250541Z 0% |###################### | 34% 2025-12-04T09:02:09.8251040Z 0% |###################### | 34% 2025-12-04T09:02:09.8251507Z 0% |###################### | 34% 2025-12-04T09:02:09.8252078Z 0% |###################### | 34% 2025-12-04T09:02:09.8252832Z 0% |###################### | 35% 2025-12-04T09:02:09.8253519Z 0% |###################### | 35% 2025-12-04T09:02:09.8254154Z 0% |###################### | 35% 2025-12-04T09:02:09.8254804Z 0% |###################### | 35% 2025-12-04T09:02:09.8255517Z 0% |###################### | 35% 2025-12-04T09:02:09.8256097Z 0% |###################### | 35% 2025-12-04T09:02:09.8256738Z 0% |###################### | 35% 2025-12-04T09:02:09.8257388Z 0% |###################### | 35% 2025-12-04T09:02:09.8258093Z 0% |###################### | 35% 2025-12-04T09:02:09.8258798Z 0% |###################### | 35% 2025-12-04T09:02:09.8259489Z 0% |###################### | 35% 2025-12-04T09:02:09.8260186Z 0% |####################### | 35% 2025-12-04T09:02:09.8260883Z 0% |####################### | 36% 2025-12-04T09:02:09.8261599Z 0% |####################### | 36% 2025-12-04T09:02:09.8262368Z 0% |####################### | 36% 2025-12-04T09:02:09.8262978Z 0% |####################### | 36% 2025-12-04T09:02:09.8263586Z 0% |####################### | 36% 2025-12-04T09:02:09.8264177Z 0% |####################### | 36% 2025-12-04T09:02:09.8264781Z 0% |####################### | 36% 2025-12-04T09:02:09.8265379Z 0% |####################### | 36% 2025-12-04T09:02:09.8266042Z 0% |####################### | 36% 2025-12-04T09:02:09.8266629Z 0% |####################### | 36% 2025-12-04T09:02:09.8267366Z 0% |####################### | 36% 2025-12-04T09:02:09.8268059Z 0% |####################### | 36% 2025-12-04T09:02:09.8268685Z 0% |####################### | 37% 2025-12-04T09:02:09.8269297Z 0% |####################### | 37% 2025-12-04T09:02:09.8269886Z 0% |####################### | 37% 2025-12-04T09:02:09.8270490Z 0% |####################### | 37% 2025-12-04T09:02:09.8271266Z 0% |####################### | 37% 2025-12-04T09:02:09.8271878Z 0% |####################### | 37% 2025-12-04T09:02:09.8272482Z 0% |######################## | 37% 2025-12-04T09:02:09.8273081Z 0% |######################## | 37% 2025-12-04T09:02:09.8273695Z 0% |######################## | 37% 2025-12-04T09:02:09.8274296Z 0% |######################## | 37% 2025-12-04T09:02:09.8274904Z 0% |######################## | 37% 2025-12-04T09:02:09.8275508Z 0% |######################## | 37% 2025-12-04T09:02:09.8276099Z 0% |######################## | 38% 2025-12-04T09:02:09.8276713Z 0% |######################## | 38% 2025-12-04T09:02:09.8277308Z 0% |######################## | 38% 2025-12-04T09:02:09.8277917Z 0% |######################## | 38% 2025-12-04T09:02:09.8278514Z 0% |######################## | 38% 2025-12-04T09:02:09.8279118Z 0% |######################## | 38% 2025-12-04T09:02:09.8279733Z 0% |######################## | 38% 2025-12-04T09:02:09.8280327Z 0% |######################## | 38% 2025-12-04T09:02:09.8280929Z 0% |######################## | 38% 2025-12-04T09:02:09.8281531Z 0% |######################## | 38% 2025-12-04T09:02:09.8282136Z 0% |######################## | 38% 2025-12-04T09:02:09.8282727Z 0% |######################## | 38% 2025-12-04T09:02:09.8283416Z 0% |######################## | 39% 2025-12-04T09:02:09.8284028Z 0% |######################### | 39% 2025-12-04T09:02:09.8284637Z 0% |######################### | 39% 2025-12-04T09:02:09.8285250Z 0% |######################### | 39% 2025-12-04T09:02:09.8285846Z 0% |######################### | 39% 2025-12-04T09:02:09.8286460Z 0% |######################### | 39% 2025-12-04T09:02:09.8287057Z 0% |######################### | 39% 2025-12-04T09:02:09.8287667Z 0% |######################### | 39% 2025-12-04T09:02:09.8288262Z 0% |######################### | 39% 2025-12-04T09:02:09.8288890Z 0% |######################### | 39% 2025-12-04T09:02:09.8289481Z 0% |######################### | 39% 2025-12-04T09:02:09.8290096Z 0% |######################### | 39% 2025-12-04T09:02:09.8290701Z 0% |######################### | 39% 2025-12-04T09:02:09.8291483Z 0% |######################### | 40% 2025-12-04T09:02:09.8292096Z 0% |######################### | 40% 2025-12-04T09:02:09.8292806Z 0% |######################### | 40% 2025-12-04T09:02:09.8293415Z 0% |######################### | 40% 2025-12-04T09:02:09.8294019Z 0% |######################### | 40% 2025-12-04T09:02:09.8294625Z 0% |######################### | 40% 2025-12-04T09:02:09.8295255Z 0% |######################### | 40% 2025-12-04T09:02:09.8295762Z 0% |########################## | 40% 2025-12-04T09:02:09.8296334Z 0% |########################## | 40% 2025-12-04T09:02:09.8296893Z 0% |########################## | 40% 2025-12-04T09:02:09.8297396Z 0% |########################## | 40% 2025-12-04T09:02:09.8298030Z 0% |########################## | 40% 2025-12-04T09:02:09.8298602Z 0% |########################## | 41% 2025-12-04T09:02:09.8299177Z 0% |########################## | 41% 2025-12-04T09:02:09.8299846Z 0% |########################## | 41% 2025-12-04T09:02:09.8300563Z 0% |########################## | 41% 2025-12-04T09:02:09.8301247Z 0% |########################## | 41% 2025-12-04T09:02:09.8301956Z 0% |########################## | 41% 2025-12-04T09:02:09.8302640Z 0% |########################## | 41% 2025-12-04T09:02:09.8303356Z 0% |########################## | 41% 2025-12-04T09:02:09.8304067Z 0% |########################## | 41% 2025-12-04T09:02:09.8304891Z 0% |########################## | 41% 2025-12-04T09:02:09.8305497Z 0% |########################## | 41% 2025-12-04T09:02:09.8306033Z 0% |########################## | 41% 2025-12-04T09:02:09.8306497Z 0% |########################## | 42% 2025-12-04T09:02:09.8306962Z 0% |########################## | 42% 2025-12-04T09:02:09.8307536Z 0% |########################### | 42% 2025-12-04T09:02:09.8308210Z 0% |########################### | 42% 2025-12-04T09:02:09.8308842Z 0% |########################### | 42% 2025-12-04T09:02:09.8309507Z 0% |########################### | 42% 2025-12-04T09:02:09.8310184Z 0% |########################### | 42% 2025-12-04T09:02:09.8310849Z 0% |########################### | 42% 2025-12-04T09:02:09.8311518Z 0% |########################### | 42% 2025-12-04T09:02:09.8312184Z 0% |########################### | 42% 2025-12-04T09:02:09.8312837Z 0% |########################### | 42% 2025-12-04T09:02:09.8313462Z 0% |########################### | 42% 2025-12-04T09:02:09.8314100Z 0% |########################### | 43% 2025-12-04T09:02:09.8314767Z 0% |########################### | 43% 2025-12-04T09:02:09.8315429Z 0% |########################### | 43% 2025-12-04T09:02:09.8316083Z 0% |########################### | 43% 2025-12-04T09:02:09.8316925Z 0% |########################### | 43% 2025-12-04T09:02:09.8317704Z 0% |########################### | 43% 2025-12-04T09:02:09.8318370Z 0% |########################### | 43% 2025-12-04T09:02:09.8318998Z 0% |########################### | 43% 2025-12-04T09:02:09.8319638Z 0% |########################### | 43% 2025-12-04T09:02:09.8320265Z 0% |############################ | 43% 2025-12-04T09:02:09.8320859Z 0% |############################ | 43% 2025-12-04T09:02:09.8321429Z 0% |############################ | 43% 2025-12-04T09:02:09.8322012Z 0% |############################ | 44% 2025-12-04T09:02:09.8322575Z 0% |############################ | 44% 2025-12-04T09:02:09.8323319Z 0% |############################ | 44% 2025-12-04T09:02:09.8323774Z 0% |############################ | 44% 2025-12-04T09:02:09.8324146Z 0% |############################ | 44% 2025-12-04T09:02:09.8324536Z 0% |############################ | 44% 2025-12-04T09:02:09.8324904Z 0% |############################ | 44% 2025-12-04T09:02:09.8325290Z 0% |############################ | 44% 2025-12-04T09:02:09.8325664Z 0% |############################ | 44% 2025-12-04T09:02:09.8326048Z 0% |############################ | 44% 2025-12-04T09:02:09.8326538Z 0% |############################ | 44% 2025-12-04T09:02:09.8326872Z 0% |############################ | 44% 2025-12-04T09:02:09.8327212Z 0% |############################ | 45% 2025-12-04T09:02:09.8327540Z 0% |############################ | 45% 2025-12-04T09:02:09.8327875Z 0% |############################ | 45% 2025-12-04T09:02:09.8328198Z 0% |############################ | 45% 2025-12-04T09:02:09.8328533Z 0% |############################# | 45% 2025-12-04T09:02:09.8328868Z 0% |############################# | 45% 2025-12-04T09:02:09.8329191Z 0% |############################# | 45% 2025-12-04T09:02:09.8329526Z 0% |############################# | 45% 2025-12-04T09:02:09.8329848Z 0% |############################# | 45% 2025-12-04T09:02:09.8330181Z 0% |############################# | 45% 2025-12-04T09:02:09.8330662Z 0% |############################# | 45% 2025-12-04T09:02:09.8331259Z 0% |############################# | 45% 2025-12-04T09:02:09.8331650Z 0% |############################# | 46% 2025-12-04T09:02:09.8331970Z 0% |############################# | 46% 2025-12-04T09:02:09.8332303Z 0% |############################# | 46% 2025-12-04T09:02:09.8332625Z 0% |############################# | 46% 2025-12-04T09:02:09.8332959Z 0% |############################# | 46% 2025-12-04T09:02:09.8333293Z 0% |############################# | 46% 2025-12-04T09:02:09.8333616Z 0% |############################# | 46% 2025-12-04T09:02:09.8333953Z 0% |############################# | 46% 2025-12-04T09:02:09.8334582Z 0% |############################# | 46% 2025-12-04T09:02:09.8335357Z 0% |############################# | 46% 2025-12-04T09:02:09.8335867Z 0% |############################# | 46% 2025-12-04T09:02:09.8336442Z 0% |############################## | 46% 2025-12-04T09:02:09.8337064Z 0% |############################## | 47% 2025-12-04T09:02:09.8337670Z 0% |############################## | 47% 2025-12-04T09:02:09.8338280Z 0% |############################## | 47% 2025-12-04T09:02:09.8338888Z 0% |############################## | 47% 2025-12-04T09:02:09.8339516Z 0% |############################## | 47% 2025-12-04T09:02:09.8340126Z 0% |############################## | 47% 2025-12-04T09:02:09.8340763Z 0% |############################## | 47% 2025-12-04T09:02:09.8341394Z 0% |############################## | 47% 2025-12-04T09:02:09.8342004Z 0% |############################## | 47% 2025-12-04T09:02:09.8342631Z 0% |############################## | 47% 2025-12-04T09:02:09.8343245Z 0% |############################## | 47% 2025-12-04T09:02:09.8343869Z 0% |############################## | 47% 2025-12-04T09:02:09.8344481Z 0% |############################## | 48% 2025-12-04T09:02:09.8345107Z 0% |############################## | 48% 2025-12-04T09:02:09.8345732Z 0% |############################## | 48% 2025-12-04T09:02:09.8346340Z 0% |############################## | 48% 2025-12-04T09:02:09.8346970Z 0% |############################## | 48% 2025-12-04T09:02:09.8347607Z 0% |############################## | 48% 2025-12-04T09:02:09.8348240Z 0% |############################### | 48% 2025-12-04T09:02:09.8348864Z 0% |############################### | 48% 2025-12-04T09:02:09.8349479Z 0% |############################### | 48% 2025-12-04T09:02:09.8350025Z 0% |############################### | 48% 2025-12-04T09:02:09.8350647Z 0% |############################### | 48% 2025-12-04T09:02:09.8351275Z 0% |############################### | 48% 2025-12-04T09:02:09.8351869Z 0% |############################### | 49% 2025-12-04T09:02:09.8352496Z 0% |############################### | 49% 2025-12-04T09:02:09.8353110Z 0% |############################### | 49% 2025-12-04T09:02:09.8353731Z 0% |############################### | 49% 2025-12-04T09:02:09.8354361Z 0% |############################### | 49% 2025-12-04T09:02:09.8354952Z 0% |############################### | 49% 2025-12-04T09:02:09.8355570Z 0% |############################### | 49% 2025-12-04T09:02:09.8356166Z 0% |############################### | 49% 2025-12-04T09:02:09.8356798Z 0% |############################### | 49% 2025-12-04T09:02:09.8357429Z 0% |############################### | 49% 2025-12-04T09:02:09.8358011Z 0% |############################### | 49% 2025-12-04T09:02:09.8358639Z 0% |############################### | 49% 2025-12-04T09:02:09.8359361Z 0% |############################### | 49% 2025-12-04T09:02:09.8360067Z 0% |################################ | 50% 2025-12-04T09:02:09.8360667Z 0% |################################ | 50% 2025-12-04T09:02:09.8361285Z 0% |################################ | 50% 2025-12-04T09:02:09.8361901Z 0% |################################ | 50% 2025-12-04T09:02:09.8362488Z 0% |################################ | 50% 2025-12-04T09:02:09.8363185Z 0% |################################ | 50% 2025-12-04T09:02:09.8363789Z 0% |################################ | 50% 2025-12-04T09:02:09.8364405Z 0% |################################ | 50% 2025-12-04T09:02:09.8365019Z 0% |################################ | 50% 2025-12-04T09:02:09.8365617Z 0% |################################ | 50% 2025-12-04T09:02:09.8366248Z 0% |################################ | 50% 2025-12-04T09:02:09.8366846Z 0% |################################ | 50% 2025-12-04T09:02:09.8367464Z 0% |################################ | 51% 2025-12-04T09:02:09.8368077Z 0% |################################ | 51% 2025-12-04T09:02:09.8368710Z 0% |################################ | 51% 2025-12-04T09:02:09.8369335Z 0% |################################ | 51% 2025-12-04T09:02:09.8369925Z 0% |################################ | 51% 2025-12-04T09:02:09.8370548Z 0% |################################ | 51% 2025-12-04T09:02:09.8371320Z 0% |################################# | 51% 2025-12-04T09:02:09.8371965Z 0% |################################# | 51% 2025-12-04T09:02:09.8372579Z 0% |################################# | 51% 2025-12-04T09:02:09.8373203Z 0% |################################# | 51% 2025-12-04T09:02:09.8373834Z 0% |################################# | 51% 2025-12-04T09:02:09.8374450Z 0% |################################# | 51% 2025-12-04T09:02:09.8375067Z 0% |################################# | 52% 2025-12-04T09:02:09.8375682Z 0% |################################# | 52% 2025-12-04T09:02:09.8376305Z 0% |################################# | 52% 2025-12-04T09:02:09.8376900Z 0% |################################# | 52% 2025-12-04T09:02:09.8377528Z 0% |################################# | 52% 2025-12-04T09:02:09.8378149Z 0% |################################# | 52% 2025-12-04T09:02:09.8378765Z 0% |################################# | 52% 2025-12-04T09:02:09.8379399Z 0% |################################# | 52% 2025-12-04T09:02:09.8379987Z 0% |################################# | 52% 2025-12-04T09:02:09.8380619Z 0% |################################# | 52% 2025-12-04T09:02:09.8381209Z 0% |################################# | 52% 2025-12-04T09:02:09.8381825Z 0% |################################# | 52% 2025-12-04T09:02:09.8382455Z 0% |################################# | 53% 2025-12-04T09:02:09.8383073Z 0% |################################## | 53% 2025-12-04T09:02:09.8383892Z 0% |################################## | 53% 2025-12-04T09:02:09.8384474Z 0% |################################## | 53% 2025-12-04T09:02:09.8385224Z 0% |################################## | 53% 2025-12-04T09:02:09.8385845Z 0% |################################## | 53% 2025-12-04T09:02:09.8386451Z 0% |################################## | 53% 2025-12-04T09:02:09.8387076Z 0% |################################## | 53% 2025-12-04T09:02:09.8387657Z 0% |################################## | 53% 2025-12-04T09:02:09.8388287Z 0% |################################## | 53% 2025-12-04T09:02:09.8388907Z 0% |################################## | 53% 2025-12-04T09:02:09.8389541Z 0% |################################## | 53% 2025-12-04T09:02:09.8390175Z 0% |################################## | 54% 2025-12-04T09:02:09.8390755Z 0% |################################## | 54% 2025-12-04T09:02:09.8391380Z 0% |################################## | 54% 2025-12-04T09:02:09.8391979Z 0% |################################## | 54% 2025-12-04T09:02:09.8392598Z 0% |################################## | 54% 2025-12-04T09:02:09.8393205Z 0% |################################## | 54% 2025-12-04T09:02:09.8393821Z 0% |################################## | 54% 2025-12-04T09:02:09.8394443Z 0% |################################## | 54% 2025-12-04T09:02:09.8395042Z 0% |################################### | 54% 2025-12-04T09:02:09.8395740Z 0% |################################### | 54% 2025-12-04T09:02:09.8396364Z 0% |################################### | 54% 2025-12-04T09:02:09.8396977Z 0% |################################### | 54% 2025-12-04T09:02:09.8397599Z 0% |################################### | 55% 2025-12-04T09:02:09.8398216Z 0% |################################### | 55% 2025-12-04T09:02:09.8398844Z 0% |################################### | 55% 2025-12-04T09:02:09.8399455Z 0% |################################### | 55% 2025-12-04T09:02:09.8400053Z 0% |################################### | 55% 2025-12-04T09:02:09.8400662Z 0% |################################### | 55% 2025-12-04T09:02:09.8401288Z 0% |################################### | 55% 2025-12-04T09:02:09.8401905Z 0% |################################### | 55% 2025-12-04T09:02:09.8402513Z 0% |################################### | 55% 2025-12-04T09:02:09.8403232Z 0% |################################### | 55% 2025-12-04T09:02:09.8403848Z 0% |################################### | 55% 2025-12-04T09:02:09.8404472Z 0% |################################### | 55% 2025-12-04T09:02:09.8405083Z 0% |################################### | 56% 2025-12-04T09:02:09.8405727Z 0% |################################### | 56% 2025-12-04T09:02:09.8406349Z 0% |################################### | 56% 2025-12-04T09:02:09.8406957Z 0% |#################################### | 56% 2025-12-04T09:02:09.8407570Z 0% |#################################### | 56% 2025-12-04T09:02:09.8408181Z 0% |#################################### | 56% 2025-12-04T09:02:09.8408912Z 0% |#################################### | 56% 2025-12-04T09:02:09.8409602Z 0% |#################################### | 56% 2025-12-04T09:02:09.8410228Z 0% |#################################### | 56% 2025-12-04T09:02:09.8410850Z 0% |#################################### | 56% 2025-12-04T09:02:09.8411462Z 0% |#################################### | 56% 2025-12-04T09:02:09.8412093Z 0% |#################################### | 56% 2025-12-04T09:02:09.8412707Z 0% |#################################### | 57% 2025-12-04T09:02:09.8413343Z 0% |#################################### | 57% 2025-12-04T09:02:09.8413954Z 0% |#################################### | 57% 2025-12-04T09:02:09.8414580Z 0% |#################################### | 57% 2025-12-04T09:02:09.8415214Z 0% |#################################### | 57% 2025-12-04T09:02:09.8415833Z 0% |#################################### | 57% 2025-12-04T09:02:09.8416445Z 0% |#################################### | 57% 2025-12-04T09:02:09.8417048Z 0% |#################################### | 57% 2025-12-04T09:02:09.8417674Z 0% |#################################### | 57% 2025-12-04T09:02:09.8418293Z 0% |#################################### | 57% 2025-12-04T09:02:09.8418890Z 0% |##################################### | 57% 2025-12-04T09:02:09.8419524Z 0% |##################################### | 57% 2025-12-04T09:02:09.8420133Z 0% |##################################### | 58% 2025-12-04T09:02:09.8420713Z 0% |##################################### | 58% 2025-12-04T09:02:09.8421323Z 0% |##################################### | 58% 2025-12-04T09:02:09.8421952Z 0% |##################################### | 58% 2025-12-04T09:02:09.8422578Z 0% |##################################### | 58% 2025-12-04T09:02:09.8423185Z 0% |##################################### | 58% 2025-12-04T09:02:09.8423805Z 0% |##################################### | 58% 2025-12-04T09:02:09.8424412Z 0% |##################################### | 58% 2025-12-04T09:02:09.8425031Z 0% |##################################### | 58% 2025-12-04T09:02:09.8425640Z 0% |##################################### | 58% 2025-12-04T09:02:09.8426271Z 0% |##################################### | 58% 2025-12-04T09:02:09.8426892Z 0% |##################################### | 58% 2025-12-04T09:02:09.8427512Z 0% |##################################### | 59% 2025-12-04T09:02:09.8428139Z 0% |##################################### | 59% 2025-12-04T09:02:09.8428748Z 0% |##################################### | 59% 2025-12-04T09:02:09.8429378Z 0% |##################################### | 59% 2025-12-04T09:02:09.8429986Z 0% |##################################### | 59% 2025-12-04T09:02:09.8430584Z 0% |###################################### | 59% 2025-12-04T09:02:09.8431201Z 0% |###################################### | 59% 2025-12-04T09:02:09.8431816Z 0% |###################################### | 59% 2025-12-04T09:02:09.8432387Z 0% |###################################### | 59% 2025-12-04T09:02:09.8432906Z 0% |###################################### | 59% 2025-12-04T09:02:09.8433646Z 0% |###################################### | 59% 2025-12-04T09:02:09.8434375Z 0% |###################################### | 59% 2025-12-04T09:02:09.8434956Z 0% |###################################### | 59% 2025-12-04T09:02:09.8435560Z 0% |###################################### | 60% 2025-12-04T09:02:09.8436169Z 0% |###################################### | 60% 2025-12-04T09:02:09.8436835Z 0% |###################################### | 60% 2025-12-04T09:02:09.8437442Z 0% |###################################### | 60% 2025-12-04T09:02:09.8438067Z 0% |###################################### | 60% 2025-12-04T09:02:09.8438655Z 0% |###################################### | 60% 2025-12-04T09:02:09.8439260Z 0% |###################################### | 60% 2025-12-04T09:02:09.8439891Z 0% |###################################### | 60% 2025-12-04T09:02:09.8440513Z 0% |###################################### | 60% 2025-12-04T09:02:09.8441138Z 0% |###################################### | 60% 2025-12-04T09:02:09.8441732Z 0% |###################################### | 60% 2025-12-04T09:02:09.8442333Z 0% |####################################### | 60% 2025-12-04T09:02:09.8442894Z 0% |####################################### | 61% 2025-12-04T09:02:09.8443574Z 0% |####################################### | 61% 2025-12-04T09:02:09.8444132Z 0% |####################################### | 61% 2025-12-04T09:02:09.8444631Z 0% |####################################### | 61% 2025-12-04T09:02:09.8445158Z 0% |####################################### | 61% 2025-12-04T09:02:09.8445701Z 0% |####################################### | 61% 2025-12-04T09:02:09.8446223Z 0% |####################################### | 61% 2025-12-04T09:02:09.8446720Z 0% |####################################### | 61% 2025-12-04T09:02:09.8447164Z 0% |####################################### | 61% 2025-12-04T09:02:09.8447619Z 0% |####################################### | 61% 2025-12-04T09:02:09.8448053Z 0% |####################################### | 61% 2025-12-04T09:02:09.8448509Z 0% |####################################### | 61% 2025-12-04T09:02:09.8448967Z 0% |####################################### | 62% 2025-12-04T09:02:09.8449431Z 0% |####################################### | 62% 2025-12-04T09:02:09.8449901Z 0% |####################################### | 62% 2025-12-04T09:02:09.8450368Z 0% |####################################### | 62% 2025-12-04T09:02:09.8450824Z 0% |####################################### | 62% 2025-12-04T09:02:09.8451270Z 0% |####################################### | 62% 2025-12-04T09:02:09.8451723Z 0% |######################################## | 62% 2025-12-04T09:02:09.8452189Z 0% |######################################## | 62% 2025-12-04T09:02:09.8452637Z 0% |######################################## | 62% 2025-12-04T09:02:09.8453104Z 0% |######################################## | 62% 2025-12-04T09:02:09.8453541Z 0% |######################################## | 62% 2025-12-04T09:02:09.8453994Z 0% |######################################## | 62% 2025-12-04T09:02:09.8454439Z 0% |######################################## | 63% 2025-12-04T09:02:09.8455064Z 0% |######################################## | 63% 2025-12-04T09:02:09.8455649Z 0% |######################################## | 63% 2025-12-04T09:02:09.8456086Z 0% |######################################## | 63% 2025-12-04T09:02:09.8456536Z 0% |######################################## | 63% 2025-12-04T09:02:09.8457026Z 0% |######################################## | 63% 2025-12-04T09:02:09.8457474Z 0% |######################################## | 63% 2025-12-04T09:02:09.8457907Z 0% |######################################## | 63% 2025-12-04T09:02:09.8458351Z 0% |######################################## | 63% 2025-12-04T09:02:09.8458818Z 0% |######################################## | 63% 2025-12-04T09:02:09.8459267Z 0% |######################################## | 63% 2025-12-04T09:02:09.8459740Z 0% |######################################## | 63% 2025-12-04T09:02:09.8460216Z 0% |######################################## | 64% 2025-12-04T09:02:09.8460693Z 0% |######################################### | 64% 2025-12-04T09:02:09.8461136Z 0% |######################################### | 64% 2025-12-04T09:02:09.8461601Z 0% |######################################### | 64% 2025-12-04T09:02:09.8462054Z 0% |######################################### | 64% 2025-12-04T09:02:09.8462492Z 0% |######################################### | 64% 2025-12-04T09:02:09.8462955Z 0% |######################################### | 64% 2025-12-04T09:02:09.8463391Z 0% |######################################### | 64% 2025-12-04T09:02:09.8463861Z 0% |######################################### | 64% 2025-12-04T09:02:09.8464389Z 0% |######################################### | 64% 2025-12-04T09:02:09.8464883Z 0% |######################################### | 64% 2025-12-04T09:02:09.8465409Z 0% |######################################### | 64% 2025-12-04T09:02:09.8465926Z 0% |######################################### | 65% 2025-12-04T09:02:09.8466386Z 0% |######################################### | 65% 2025-12-04T09:02:09.8466820Z 0% |######################################### | 65% 2025-12-04T09:02:09.8467280Z 0% |######################################### | 65% 2025-12-04T09:02:09.8467829Z 0% |######################################### | 65% 2025-12-04T09:02:09.8468364Z 0% |######################################### | 65% 2025-12-04T09:02:09.8468926Z 0% |######################################### | 65% 2025-12-04T09:02:09.8469463Z 0% |######################################### | 65% 2025-12-04T09:02:09.8469995Z 0% |########################################## | 65% 2025-12-04T09:02:09.8470511Z 0% |########################################## | 65% 2025-12-04T09:02:09.8472331Z 0% |########################################## | 65% 2025-12-04T09:02:09.8472827Z 0% |########################################## | 65% 2025-12-04T09:02:09.8473356Z 0% |########################################## | 66% 2025-12-04T09:02:09.8473934Z 0% |########################################## | 66% 2025-12-04T09:02:09.8474460Z 0% |########################################## | 66% 2025-12-04T09:02:09.8475006Z 0% |########################################## | 66% 2025-12-04T09:02:09.8475552Z 0% |########################################## | 66% 2025-12-04T09:02:09.8476267Z 0% |########################################## | 66% 2025-12-04T09:02:09.8476945Z 0% |########################################## | 66% 2025-12-04T09:02:09.8477470Z 0% |########################################## | 66% 2025-12-04T09:02:09.8478021Z 0% |########################################## | 66% 2025-12-04T09:02:09.8478553Z 0% |########################################## | 66% 2025-12-04T09:02:09.8479088Z 0% |########################################## | 66% 2025-12-04T09:02:09.8479630Z 0% |########################################## | 66% 2025-12-04T09:02:09.8480173Z 0% |########################################## | 67% 2025-12-04T09:02:09.8480719Z 0% |########################################## | 67% 2025-12-04T09:02:09.8481254Z 0% |########################################### | 67% 2025-12-04T09:02:09.8481781Z 0% |########################################### | 67% 2025-12-04T09:02:09.8482319Z 0% |########################################### | 67% 2025-12-04T09:02:09.8482868Z 0% |########################################### | 67% 2025-12-04T09:02:09.8483548Z 0% |########################################### | 67% 2025-12-04T09:02:09.8484119Z 0% |########################################### | 67% 2025-12-04T09:02:09.8484725Z 0% |########################################### | 67% 2025-12-04T09:02:09.8485332Z 0% |########################################### | 67% 2025-12-04T09:02:09.8485958Z 0% |########################################### | 67% 2025-12-04T09:02:09.8486569Z 0% |########################################### | 67% 2025-12-04T09:02:09.8487201Z 0% |########################################### | 68% 2025-12-04T09:02:09.8487824Z 0% |########################################### | 68% 2025-12-04T09:02:09.8488442Z 0% |########################################### | 68% 2025-12-04T09:02:09.8489061Z 0% |########################################### | 68% 2025-12-04T09:02:09.8489671Z 0% |########################################### | 68% 2025-12-04T09:02:09.8490296Z 0% |########################################### | 68% 2025-12-04T09:02:09.8490907Z 0% |########################################### | 68% 2025-12-04T09:02:09.8491540Z 0% |########################################### | 68% 2025-12-04T09:02:09.8492111Z 0% |########################################### | 68% 2025-12-04T09:02:09.8492640Z 0% |############################################ | 68% 2025-12-04T09:02:09.8493206Z 0% |############################################ | 68% 2025-12-04T09:02:09.8493764Z 0% |############################################ | 68% 2025-12-04T09:02:09.8494317Z 0% |############################################ | 69% 2025-12-04T09:02:09.8494882Z 0% |############################################ | 69% 2025-12-04T09:02:09.8495458Z 0% |############################################ | 69% 2025-12-04T09:02:09.8496076Z 0% |############################################ | 69% 2025-12-04T09:02:09.8496677Z 0% |############################################ | 69% 2025-12-04T09:02:09.8497296Z 0% |############################################ | 69% 2025-12-04T09:02:09.8497906Z 0% |############################################ | 69% 2025-12-04T09:02:09.8498471Z 0% |############################################ | 69% 2025-12-04T09:02:09.8499180Z 0% |############################################ | 69% 2025-12-04T09:02:09.8499793Z 0% |############################################ | 69% 2025-12-04T09:02:09.8500535Z 0% |############################################ | 69% 2025-12-04T09:02:09.8501137Z 0% |############################################ | 69% 2025-12-04T09:02:09.8501761Z 0% |############################################ | 69% 2025-12-04T09:02:09.8502360Z 0% |############################################ | 70% 2025-12-04T09:02:09.8502966Z 0% |############################################ | 70% 2025-12-04T09:02:09.8503598Z 0% |############################################ | 70% 2025-12-04T09:02:09.8504199Z 0% |############################################# | 70% 2025-12-04T09:02:09.8504829Z 0% |############################################# | 70% 2025-12-04T09:02:09.8505446Z 0% |############################################# | 70% 2025-12-04T09:02:09.8506073Z 0% |############################################# | 70% 2025-12-04T09:02:09.8506685Z 0% |############################################# | 70% 2025-12-04T09:02:09.8507304Z 0% |############################################# | 70% 2025-12-04T09:02:09.8507928Z 0% |############################################# | 70% 2025-12-04T09:02:09.8508531Z 0% |############################################# | 70% 2025-12-04T09:02:09.8509153Z 0% |############################################# | 70% 2025-12-04T09:02:09.8509822Z 0% |############################################# | 71% 2025-12-04T09:02:09.8510433Z 0% |############################################# | 71% 2025-12-04T09:02:09.8511042Z 0% |############################################# | 71% 2025-12-04T09:02:09.8511673Z 0% |############################################# | 71% 2025-12-04T09:02:09.8512308Z 0% |############################################# | 71% 2025-12-04T09:02:09.8512818Z 0% |############################################# | 71% 2025-12-04T09:02:09.8513380Z 0% |############################################# | 71% 2025-12-04T09:02:09.8513943Z 0% |############################################# | 71% 2025-12-04T09:02:09.8514563Z 0% |############################################# | 71% 2025-12-04T09:02:09.8515192Z 0% |############################################# | 71% 2025-12-04T09:02:09.8515789Z 0% |############################################## | 71% 2025-12-04T09:02:09.8516403Z 0% |############################################## | 71% 2025-12-04T09:02:09.8516959Z 0% |############################################## | 72% 2025-12-04T09:02:09.8517599Z 0% |############################################## | 72% 2025-12-04T09:02:09.8518216Z 0% |############################################## | 72% 2025-12-04T09:02:09.8518824Z 0% |############################################## | 72% 2025-12-04T09:02:09.8519463Z 0% |############################################## | 72% 2025-12-04T09:02:09.8520078Z 0% |############################################## | 72% 2025-12-04T09:02:09.8520690Z 0% |############################################## | 72% 2025-12-04T09:02:09.8521286Z 0% |############################################## | 72% 2025-12-04T09:02:09.8521896Z 0% |############################################## | 72% 2025-12-04T09:02:09.8522495Z 0% |############################################## | 72% 2025-12-04T09:02:09.8523202Z 0% |############################################## | 72% 2025-12-04T09:02:09.8523948Z 0% |############################################## | 72% 2025-12-04T09:02:09.8524645Z 0% |############################################## | 73% 2025-12-04T09:02:09.8525279Z 0% |############################################## | 73% 2025-12-04T09:02:09.8525885Z 0% |############################################## | 73% 2025-12-04T09:02:09.8526501Z 0% |############################################## | 73% 2025-12-04T09:02:09.8527110Z 0% |############################################## | 73% 2025-12-04T09:02:09.8527736Z 0% |############################################### | 73% 2025-12-04T09:02:09.8528362Z 0% |############################################### | 73% 2025-12-04T09:02:09.8528970Z 0% |############################################### | 73% 2025-12-04T09:02:09.8529599Z 0% |############################################### | 73% 2025-12-04T09:02:09.8530216Z 0% |############################################### | 73% 2025-12-04T09:02:09.8530843Z 0% |############################################### | 73% 2025-12-04T09:02:09.8531459Z 0% |############################################### | 73% 2025-12-04T09:02:09.8532068Z 0% |############################################### | 74% 2025-12-04T09:02:09.8532699Z 0% |############################################### | 74% 2025-12-04T09:02:09.8533293Z 0% |############################################### | 74% 2025-12-04T09:02:09.8533912Z 0% |############################################### | 74% 2025-12-04T09:02:09.8534525Z 0% |############################################### | 74% 2025-12-04T09:02:09.8535149Z 0% |############################################### | 74% 2025-12-04T09:02:09.8535769Z 0% |############################################### | 74% 2025-12-04T09:02:09.8536374Z 0% |############################################### | 74% 2025-12-04T09:02:09.8537001Z 0% |############################################### | 74% 2025-12-04T09:02:09.8537614Z 0% |############################################### | 74% 2025-12-04T09:02:09.8538237Z 0% |############################################### | 74% 2025-12-04T09:02:09.8538823Z 0% |############################################### | 74% 2025-12-04T09:02:09.8539416Z 0% |################################################ | 75% 2025-12-04T09:02:09.8540016Z 0% |################################################ | 75% 2025-12-04T09:02:09.8540522Z 0% |################################################ | 75% 2025-12-04T09:02:09.8541063Z 0% |################################################ | 75% 2025-12-04T09:02:09.8541616Z 0% |################################################ | 75% 2025-12-04T09:02:09.8542240Z 0% |################################################ | 75% 2025-12-04T09:02:09.8542843Z 0% |################################################ | 75% 2025-12-04T09:02:09.8543474Z 0% |################################################ | 75% 2025-12-04T09:02:09.8544099Z 0% |################################################ | 75% 2025-12-04T09:02:09.8544710Z 0% |################################################ | 75% 2025-12-04T09:02:09.8545334Z 0% |################################################ | 75% 2025-12-04T09:02:09.8545897Z 0% |################################################ | 75% 2025-12-04T09:02:09.8546461Z 0% |################################################ | 76% 2025-12-04T09:02:09.8546968Z 0% |################################################ | 76% 2025-12-04T09:02:09.8547473Z 0% |################################################ | 76% 2025-12-04T09:02:09.8548172Z 0% |################################################ | 76% 2025-12-04T09:02:09.8548784Z 0% |################################################ | 76% 2025-12-04T09:02:09.8549347Z 0% |################################################ | 76% 2025-12-04T09:02:09.8549922Z 0% |################################################ | 76% 2025-12-04T09:02:09.8550475Z 0% |################################################# | 76% 2025-12-04T09:02:09.8551034Z 0% |################################################# | 76% 2025-12-04T09:02:09.8551599Z 0% |################################################# | 76% 2025-12-04T09:02:09.8552164Z 0% |################################################# | 76% 2025-12-04T09:02:09.8552687Z 0% |################################################# | 76% 2025-12-04T09:02:09.8553206Z 0% |################################################# | 77% 2025-12-04T09:02:09.8553778Z 0% |################################################# | 77% 2025-12-04T09:02:09.8554334Z 0% |################################################# | 77% 2025-12-04T09:02:09.8554883Z 0% |################################################# | 77% 2025-12-04T09:02:09.8555463Z 0% |################################################# | 77% 2025-12-04T09:02:09.8556002Z 0% |################################################# | 77% 2025-12-04T09:02:09.8556517Z 0% |################################################# | 77% 2025-12-04T09:02:09.8557095Z 0% |################################################# | 77% 2025-12-04T09:02:09.8557639Z 0% |################################################# | 77% 2025-12-04T09:02:09.8558142Z 0% |################################################# | 77% 2025-12-04T09:02:09.8558644Z 0% |################################################# | 77% 2025-12-04T09:02:09.8559171Z 0% |################################################# | 77% 2025-12-04T09:02:09.8559718Z 0% |################################################# | 78% 2025-12-04T09:02:09.8560246Z 0% |################################################# | 78% 2025-12-04T09:02:09.8560825Z 0% |################################################## | 78% 2025-12-04T09:02:09.8561365Z 0% |################################################## | 78% 2025-12-04T09:02:09.8561916Z 0% |################################################## | 78% 2025-12-04T09:02:09.8562417Z 0% |################################################## | 78% 2025-12-04T09:02:09.8562999Z 0% |################################################## | 78% 2025-12-04T09:02:09.8563699Z 0% |################################################## | 78% 2025-12-04T09:02:09.8564303Z 0% |################################################## | 78% 2025-12-04T09:02:09.8564935Z 0% |################################################## | 78% 2025-12-04T09:02:09.8565558Z 0% |################################################## | 78% 2025-12-04T09:02:09.8566160Z 0% |################################################## | 78% 2025-12-04T09:02:09.8566774Z 0% |################################################## | 79% 2025-12-04T09:02:09.8567381Z 0% |################################################## | 79% 2025-12-04T09:02:09.8568003Z 0% |################################################## | 79% 2025-12-04T09:02:09.8568609Z 0% |################################################## | 79% 2025-12-04T09:02:09.8569230Z 0% |################################################## | 79% 2025-12-04T09:02:09.8569850Z 0% |################################################## | 79% 2025-12-04T09:02:09.8570461Z 0% |################################################## | 79% 2025-12-04T09:02:09.8571447Z 0% |################################################## | 79% 2025-12-04T09:02:09.8572170Z 0% |################################################## | 79% 2025-12-04T09:02:09.8572797Z 0% |################################################### | 79% 2025-12-04T09:02:09.8573406Z 0% |################################################### | 79% 2025-12-04T09:02:09.8574036Z 0% |################################################### | 79% 2025-12-04T09:02:09.8574669Z 0% |################################################### | 79% 2025-12-04T09:02:09.8575281Z 0% |################################################### | 80% 2025-12-04T09:02:09.8575903Z 0% |################################################### | 80% 2025-12-04T09:02:09.8576505Z 0% |################################################### | 80% 2025-12-04T09:02:09.8577130Z 0% |################################################### | 80% 2025-12-04T09:02:09.8577744Z 0% |################################################### | 80% 2025-12-04T09:02:09.8578379Z 0% |################################################### | 80% 2025-12-04T09:02:09.8578998Z 0% |################################################### | 80% 2025-12-04T09:02:09.8579615Z 0% |################################################### | 80% 2025-12-04T09:02:09.8580240Z 0% |################################################### | 80% 2025-12-04T09:02:09.8580864Z 0% |################################################### | 80% 2025-12-04T09:02:09.8581498Z 0% |################################################### | 80% 2025-12-04T09:02:09.8582124Z 0% |################################################### | 80% 2025-12-04T09:02:09.8582311Z 0% |################################################### | 81% 2025-12-04T09:02:09.8582508Z 0% |################################################### | 81% 2025-12-04T09:02:09.8582700Z 0% |################################################### | 81% 2025-12-04T09:02:09.8582915Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8583103Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8583294Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8583497Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8583689Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8583882Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8584084Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8584274Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8584470Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8584722Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8584915Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8585103Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8585289Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8585494Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8585682Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8585868Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8586068Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8586258Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8586559Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8586814Z 0% |##################################################### | 82% 2025-12-04T09:02:09.8587102Z 0% |##################################################### | 82% 2025-12-04T09:02:09.8587293Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8587499Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8587696Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8587886Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8588075Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8588285Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8588476Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8588671Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8588876Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8589067Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8589261Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8589468Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8589657Z 0% |##################################################### | 84% 2025-12-04T09:02:09.8589849Z 0% |##################################################### | 84% 2025-12-04T09:02:09.8590045Z 0% |##################################################### | 84% 2025-12-04T09:02:09.8590198Z 0% |##################################################### | 84% 2025-12-04T09:02:09.8590365Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8590562Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8590764Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8590954Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8591141Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8591342Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8591530Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8591716Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8591917Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8592106Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8592296Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8592500Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8592695Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8592883Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8593089Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8593293Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8593480Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8593669Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8593872Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8594060Z 0% |####################################################### | 85% 2025-12-04T09:02:09.8594248Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8594537Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8594799Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8594990Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8595192Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8595381Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8595569Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8595753Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8595960Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8596150Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8596341Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8596546Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8596741Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8596929Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8597132Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8597322Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8597511Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8597709Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8597899Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8598087Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8598278Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8598485Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8598680Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8598864Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8599064Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8599252Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8599445Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8599653Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8599840Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8600028Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8600232Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8600430Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8600618Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8600826Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8601017Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8601208Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8601397Z 0% |######################################################## | 89% 2025-12-04T09:02:09.8601599Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8601784Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8601973Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8602182Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8602449Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8602714Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8602922Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8603186Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8603375Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8603576Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8603768Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8603958Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8604151Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8604357Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8604551Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8604746Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8604954Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8605143Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8605373Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8605578Z 0% |########################################################## | 90% 2025-12-04T09:02:09.8605731Z 0% |########################################################## | 90% 2025-12-04T09:02:09.8605893Z 0% |########################################################## | 90% 2025-12-04T09:02:09.8606078Z 0% |########################################################## | 90% 2025-12-04T09:02:09.8606247Z 0% |########################################################## | 90% 2025-12-04T09:02:09.8606413Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8606597Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8606787Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8606972Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8607165Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8607372Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8607558Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8607749Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8607949Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8608137Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8608329Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8608533Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8608727Z 0% |########################################################## | 92% 2025-12-04T09:02:09.8608917Z 0% |########################################################## | 92% 2025-12-04T09:02:09.8609111Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8609319Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8609503Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8609688Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8609890Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8610078Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8610361Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8610634Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8610822Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8611009Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8611205Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8611394Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8611578Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8611767Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8612001Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8612189Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8612384Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8612589Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8612773Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8612961Z 0% |############################################################ | 93% 2025-12-04T09:02:09.8613160Z 0% |############################################################ | 93% 2025-12-04T09:02:09.8613347Z 0% |############################################################ | 93% 2025-12-04T09:02:09.8613536Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8613741Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8613932Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8614122Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8614318Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8614525Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8614712Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8614906Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8615109Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8615295Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8615484Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8615685Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8615867Z 0% |############################################################ | 95% 2025-12-04T09:02:09.8616062Z 0% |############################################################ | 95% 2025-12-04T09:02:09.8616269Z 0% |############################################################ | 95% 2025-12-04T09:02:09.8616461Z 0% |############################################################ | 95% 2025-12-04T09:02:09.8616676Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8616875Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8617040Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8617189Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8617333Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8617509Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8617660Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8617951Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8618133Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8618371Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8618531Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8618739Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8618904Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8619065Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8619227Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8619408Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8619575Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8619751Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8619933Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8620104Z 0% |############################################################## | 96% 2025-12-04T09:02:09.8620264Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8620439Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8620623Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8620810Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8621011Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8621197Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8621374Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8621568Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8621778Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8621976Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8622173Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8622382Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8622573Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8622765Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8622970Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8623163Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8623357Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8623571Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8623763Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8623957Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8624164Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8624420Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8624612Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8624805Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8625010Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8625201Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8625396Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8625724Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8625979Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8626167Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8626358Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8626547Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8626736Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8626944Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8627133Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8627324Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8627517Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8627734Z 0% |################################################################| 100% 2025-12-04T09:02:09.8628308Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-images-idx3-ubyte.gz ... 2025-12-04T09:02:09.8628887Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz ... 2025-12-04T09:02:09.8628898Z 2025-12-04T09:02:09.8629090Z 0% | | 0% 2025-12-04T09:02:09.8629266Z 0% |################## | 28% 2025-12-04T09:02:09.8629435Z 0% |#################################### | 56% 2025-12-04T09:02:09.8629626Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8629812Z 0% |################################################################| 100% 2025-12-04T09:02:09.8630342Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/train-labels-idx1-ubyte.gz ... 2025-12-04T09:02:09.8630962Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz ... 2025-12-04T09:02:09.8630970Z 2025-12-04T09:02:09.8631163Z 0% | | 0% 2025-12-04T09:02:09.8631348Z 0% | | 0% 2025-12-04T09:02:09.8631544Z 0% | | 0% 2025-12-04T09:02:09.8631727Z 0% | | 1% 2025-12-04T09:02:09.8631914Z 0% |# | 1% 2025-12-04T09:02:09.8632096Z 0% |# | 2% 2025-12-04T09:02:09.8632291Z 0% |# | 2% 2025-12-04T09:02:09.8632470Z 0% |## | 3% 2025-12-04T09:02:09.8632651Z 0% |## | 3% 2025-12-04T09:02:09.8632849Z 0% |## | 4% 2025-12-04T09:02:09.8633034Z 0% |### | 4% 2025-12-04T09:02:09.8633213Z 0% |### | 5% 2025-12-04T09:02:09.8633409Z 0% |### | 5% 2025-12-04T09:02:09.8633595Z 0% |#### | 6% 2025-12-04T09:02:09.8633778Z 0% |#### | 6% 2025-12-04T09:02:09.8633979Z 0% |#### | 7% 2025-12-04T09:02:09.8634161Z 0% |##### | 7% 2025-12-04T09:02:09.8634343Z 0% |##### | 8% 2025-12-04T09:02:09.8634525Z 0% |##### | 8% 2025-12-04T09:02:09.8634824Z 0% |###### | 9% 2025-12-04T09:02:09.8635077Z 0% |###### | 9% 2025-12-04T09:02:09.8635258Z 0% |###### | 10% 2025-12-04T09:02:09.8635426Z 0% |###### | 10% 2025-12-04T09:02:09.8635592Z 0% |####### | 11% 2025-12-04T09:02:09.8635763Z 0% |####### | 11% 2025-12-04T09:02:09.8635963Z 0% |####### | 12% 2025-12-04T09:02:09.8636146Z 0% |######## | 12% 2025-12-04T09:02:09.8636329Z 0% |######## | 13% 2025-12-04T09:02:09.8636527Z 0% |######## | 13% 2025-12-04T09:02:09.8636728Z 0% |######### | 14% 2025-12-04T09:02:09.8636919Z 0% |######### | 14% 2025-12-04T09:02:09.8637108Z 0% |######### | 15% 2025-12-04T09:02:09.8637309Z 0% |########## | 15% 2025-12-04T09:02:09.8637494Z 0% |########## | 16% 2025-12-04T09:02:09.8637683Z 0% |########## | 16% 2025-12-04T09:02:09.8637880Z 0% |########### | 17% 2025-12-04T09:02:09.8638042Z 0% |########### | 17% 2025-12-04T09:02:09.8638217Z 0% |########### | 18% 2025-12-04T09:02:09.8638403Z 0% |############ | 18% 2025-12-04T09:02:09.8638579Z 0% |############ | 19% 2025-12-04T09:02:09.8638761Z 0% |############ | 19% 2025-12-04T09:02:09.8638959Z 0% |############# | 20% 2025-12-04T09:02:09.8639146Z 0% |############# | 20% 2025-12-04T09:02:09.8639333Z 0% |############# | 21% 2025-12-04T09:02:09.8639521Z 0% |############# | 21% 2025-12-04T09:02:09.8639721Z 0% |############## | 22% 2025-12-04T09:02:09.8639897Z 0% |############## | 22% 2025-12-04T09:02:09.8640085Z 0% |############## | 23% 2025-12-04T09:02:09.8640288Z 0% |############### | 23% 2025-12-04T09:02:09.8640483Z 0% |############### | 24% 2025-12-04T09:02:09.8640679Z 0% |############### | 24% 2025-12-04T09:02:09.8640870Z 0% |################ | 25% 2025-12-04T09:02:09.8641079Z 0% |################ | 25% 2025-12-04T09:02:09.8641257Z 0% |################ | 26% 2025-12-04T09:02:09.8641454Z 0% |################# | 26% 2025-12-04T09:02:09.8641643Z 0% |################# | 27% 2025-12-04T09:02:09.8641830Z 0% |################# | 27% 2025-12-04T09:02:09.8642022Z 0% |################## | 28% 2025-12-04T09:02:09.8642227Z 0% |################## | 28% 2025-12-04T09:02:09.8642522Z 0% |################## | 29% 2025-12-04T09:02:09.8642782Z 0% |################### | 29% 2025-12-04T09:02:09.8642979Z 0% |################### | 30% 2025-12-04T09:02:09.8643264Z 0% |################### | 30% 2025-12-04T09:02:09.8643454Z 0% |#################### | 31% 2025-12-04T09:02:09.8643657Z 0% |#################### | 31% 2025-12-04T09:02:09.8643842Z 0% |#################### | 32% 2025-12-04T09:02:09.8644007Z 0% |#################### | 32% 2025-12-04T09:02:09.8644201Z 0% |##################### | 33% 2025-12-04T09:02:09.8644379Z 0% |##################### | 33% 2025-12-04T09:02:09.8644544Z 0% |##################### | 34% 2025-12-04T09:02:09.8644711Z 0% |###################### | 34% 2025-12-04T09:02:09.8644868Z 0% |###################### | 35% 2025-12-04T09:02:09.8645046Z 0% |###################### | 35% 2025-12-04T09:02:09.8645214Z 0% |####################### | 36% 2025-12-04T09:02:09.8645405Z 0% |####################### | 36% 2025-12-04T09:02:09.8645581Z 0% |####################### | 37% 2025-12-04T09:02:09.8645748Z 0% |######################## | 37% 2025-12-04T09:02:09.8645917Z 0% |######################## | 38% 2025-12-04T09:02:09.8646098Z 0% |######################## | 38% 2025-12-04T09:02:09.8646289Z 0% |######################### | 39% 2025-12-04T09:02:09.8646496Z 0% |######################### | 39% 2025-12-04T09:02:09.8646676Z 0% |######################### | 40% 2025-12-04T09:02:09.8646864Z 0% |########################## | 40% 2025-12-04T09:02:09.8647055Z 0% |########################## | 41% 2025-12-04T09:02:09.8647258Z 0% |########################## | 41% 2025-12-04T09:02:09.8647448Z 0% |########################### | 42% 2025-12-04T09:02:09.8647640Z 0% |########################### | 42% 2025-12-04T09:02:09.8647840Z 0% |########################### | 43% 2025-12-04T09:02:09.8648026Z 0% |########################### | 43% 2025-12-04T09:02:09.8648219Z 0% |############################ | 44% 2025-12-04T09:02:09.8648428Z 0% |############################ | 44% 2025-12-04T09:02:09.8648612Z 0% |############################ | 45% 2025-12-04T09:02:09.8648793Z 0% |############################# | 45% 2025-12-04T09:02:09.8648994Z 0% |############################# | 46% 2025-12-04T09:02:09.8649182Z 0% |############################# | 46% 2025-12-04T09:02:09.8649364Z 0% |############################## | 47% 2025-12-04T09:02:09.8649550Z 0% |############################## | 47% 2025-12-04T09:02:09.8649749Z 0% |############################## | 48% 2025-12-04T09:02:09.8649936Z 0% |############################### | 48% 2025-12-04T09:02:09.8650266Z 0% |############################### | 49% 2025-12-04T09:02:09.8650542Z 0% |############################### | 49% 2025-12-04T09:02:09.8650729Z 0% |################################ | 50% 2025-12-04T09:02:09.8650920Z 0% |################################ | 50% 2025-12-04T09:02:09.8651113Z 0% |################################ | 51% 2025-12-04T09:02:09.8651273Z 0% |################################# | 51% 2025-12-04T09:02:09.8651443Z 0% |################################# | 52% 2025-12-04T09:02:09.8651634Z 0% |################################# | 52% 2025-12-04T09:02:09.8651888Z 0% |################################## | 53% 2025-12-04T09:02:09.8652070Z 0% |################################## | 53% 2025-12-04T09:02:09.8652274Z 0% |################################## | 54% 2025-12-04T09:02:09.8652465Z 0% |################################## | 54% 2025-12-04T09:02:09.8652646Z 0% |################################### | 55% 2025-12-04T09:02:09.8652845Z 0% |################################### | 55% 2025-12-04T09:02:09.8653032Z 0% |################################### | 56% 2025-12-04T09:02:09.8653227Z 0% |#################################### | 56% 2025-12-04T09:02:09.8653428Z 0% |#################################### | 57% 2025-12-04T09:02:09.8653618Z 0% |#################################### | 57% 2025-12-04T09:02:09.8653806Z 0% |##################################### | 58% 2025-12-04T09:02:09.8654006Z 0% |##################################### | 58% 2025-12-04T09:02:09.8654197Z 0% |##################################### | 59% 2025-12-04T09:02:09.8654388Z 0% |###################################### | 59% 2025-12-04T09:02:09.8654579Z 0% |###################################### | 60% 2025-12-04T09:02:09.8654781Z 0% |###################################### | 60% 2025-12-04T09:02:09.8654970Z 0% |####################################### | 61% 2025-12-04T09:02:09.8655166Z 0% |####################################### | 61% 2025-12-04T09:02:09.8655367Z 0% |####################################### | 62% 2025-12-04T09:02:09.8655554Z 0% |######################################## | 62% 2025-12-04T09:02:09.8655742Z 0% |######################################## | 63% 2025-12-04T09:02:09.8668634Z 0% |######################################## | 63% 2025-12-04T09:02:09.8668903Z 0% |######################################### | 64% 2025-12-04T09:02:09.8669100Z 0% |######################################### | 64% 2025-12-04T09:02:09.8669284Z 0% |######################################### | 65% 2025-12-04T09:02:09.8669481Z 0% |######################################### | 65% 2025-12-04T09:02:09.8669664Z 0% |########################################## | 66% 2025-12-04T09:02:09.8669852Z 0% |########################################## | 66% 2025-12-04T09:02:09.8670058Z 0% |########################################## | 67% 2025-12-04T09:02:09.8670245Z 0% |########################################### | 67% 2025-12-04T09:02:09.8670433Z 0% |########################################### | 68% 2025-12-04T09:02:09.8678511Z 0% |########################################### | 68% 2025-12-04T09:02:09.8678823Z 0% |############################################ | 69% 2025-12-04T09:02:09.8679124Z 0% |############################################ | 69% 2025-12-04T09:02:09.8679324Z 0% |############################################ | 70% 2025-12-04T09:02:09.8679515Z 0% |############################################# | 70% 2025-12-04T09:02:09.8679702Z 0% |############################################# | 71% 2025-12-04T09:02:09.8679891Z 0% |############################################# | 71% 2025-12-04T09:02:09.8680098Z 0% |############################################## | 72% 2025-12-04T09:02:09.8680285Z 0% |############################################## | 72% 2025-12-04T09:02:09.8680448Z 0% |############################################## | 73% 2025-12-04T09:02:09.8680627Z 0% |############################################### | 73% 2025-12-04T09:02:09.8680785Z 0% |############################################### | 74% 2025-12-04T09:02:09.8680956Z 0% |############################################### | 74% 2025-12-04T09:02:09.8681139Z 0% |################################################ | 75% 2025-12-04T09:02:09.8681316Z 0% |################################################ | 75% 2025-12-04T09:02:09.8681506Z 0% |################################################ | 76% 2025-12-04T09:02:09.8681712Z 0% |################################################ | 76% 2025-12-04T09:02:09.8681902Z 0% |################################################# | 77% 2025-12-04T09:02:09.8682093Z 0% |################################################# | 77% 2025-12-04T09:02:09.8682282Z 0% |################################################# | 78% 2025-12-04T09:02:09.8682494Z 0% |################################################## | 78% 2025-12-04T09:02:09.8682684Z 0% |################################################## | 78% 2025-12-04T09:02:09.8682875Z 0% |################################################## | 79% 2025-12-04T09:02:09.8683078Z 0% |################################################### | 79% 2025-12-04T09:02:09.8683382Z 0% |################################################### | 80% 2025-12-04T09:02:09.8683572Z 0% |################################################### | 80% 2025-12-04T09:02:09.8683774Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8683954Z 0% |#################################################### | 81% 2025-12-04T09:02:09.8684149Z 0% |#################################################### | 82% 2025-12-04T09:02:09.8684354Z 0% |##################################################### | 82% 2025-12-04T09:02:09.8684547Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8684734Z 0% |##################################################### | 83% 2025-12-04T09:02:09.8684925Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8685116Z 0% |###################################################### | 84% 2025-12-04T09:02:09.8685305Z 0% |###################################################### | 85% 2025-12-04T09:02:09.8685494Z 0% |####################################################### | 85% 2025-12-04T09:02:09.8685694Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8685880Z 0% |####################################################### | 86% 2025-12-04T09:02:09.8686068Z 0% |####################################################### | 87% 2025-12-04T09:02:09.8686272Z 0% |######################################################## | 87% 2025-12-04T09:02:09.8686571Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8686836Z 0% |######################################################## | 88% 2025-12-04T09:02:09.8687039Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8687231Z 0% |######################################################### | 89% 2025-12-04T09:02:09.8687419Z 0% |######################################################### | 90% 2025-12-04T09:02:09.8687589Z 0% |########################################################## | 90% 2025-12-04T09:02:09.8687786Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8687976Z 0% |########################################################## | 91% 2025-12-04T09:02:09.8688159Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8688356Z 0% |########################################################### | 92% 2025-12-04T09:02:09.8688542Z 0% |########################################################### | 93% 2025-12-04T09:02:09.8688733Z 0% |############################################################ | 93% 2025-12-04T09:02:09.8688930Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8689091Z 0% |############################################################ | 94% 2025-12-04T09:02:09.8689260Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8689455Z 0% |############################################################# | 95% 2025-12-04T09:02:09.8689632Z 0% |############################################################# | 96% 2025-12-04T09:02:09.8689801Z 0% |############################################################## | 96% 2025-12-04T09:02:09.8689995Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8690169Z 0% |############################################################## | 97% 2025-12-04T09:02:09.8690358Z 0% |############################################################## | 98% 2025-12-04T09:02:09.8690546Z 0% |############################################################### | 98% 2025-12-04T09:02:09.8690742Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8690931Z 0% |############################################################### | 99% 2025-12-04T09:02:09.8691123Z 0% |################################################################| 100% 2025-12-04T09:02:09.8691676Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-images-idx3-ubyte.gz ... 2025-12-04T09:02:09.8692277Z Downloading https://ossci-datasets.s3.amazonaws.com/mnist/t10k-labels-idx1-ubyte.gz ... 2025-12-04T09:02:09.8692288Z 2025-12-04T09:02:09.8692480Z 0% | | 0% 2025-12-04T09:02:09.8692685Z 0% |################################################################| 100% 2025-12-04T09:02:09.8693187Z Unzipped bazel-out/k8-fastbuild--cpu-only/bin/mnist/t10k-labels-idx1-ubyte.gz ... 2025-12-04T09:02:09.8693669Z [434 / 2,729] 16 actions, 15 running 2025-12-04T09:02:09.8694041Z Executing genrule //:download_mnist; 1s processwrapper-sandbox 2025-12-04T09:02:09.8694403Z @onnx//:generate_onnx_operators_proto; 0s processwrapper-sandbox 2025-12-04T09:02:09.8694742Z Compiling src/EmbeddingSpMDM.cc; 0s processwrapper-sandbox 2025-12-04T09:02:09.8695130Z Compiling src/idl_gen_fbs.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:09.8695577Z Compiling src/asmjit/arm/a64emithelper.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:09.8695916Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.8696256Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:09.8696690Z Compiling src/GenerateI8Depthwise.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:10.0118143Z 2025-12-04T09:02:10.0118940Z  2025-12-04T09:02:10.0119375Z  2025-12-04T09:02:10.0119736Z  2025-12-04T09:02:10.0120389Z  2025-12-04T09:02:10.0120767Z  2025-12-04T09:02:10.0121316Z  2025-12-04T09:02:10.0121682Z  2025-12-04T09:02:10.0122020Z  2025-12-04T09:02:10.0122505Z [486 / 2,942] 16 actions, 15 running 2025-12-04T09:02:10.0126113Z Compiling src/GenerateI8Depthwise.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.0127061Z //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:02:10.0127982Z Compiling src/EmbeddingSpMDMNBit.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.0128946Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2025-12-04T09:02:10.0129888Z Compiling src/util.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:10.0130847Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:10.0131793Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:10.0132783Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2025-12-04T09:02:10.2509848Z 2025-12-04T09:02:10.2510555Z  2025-12-04T09:02:10.2510999Z  2025-12-04T09:02:10.2511384Z  2025-12-04T09:02:10.2511714Z  2025-12-04T09:02:10.2512094Z  2025-12-04T09:02:10.2512448Z  2025-12-04T09:02:10.2512832Z  2025-12-04T09:02:10.2513185Z  2025-12-04T09:02:10.2513729Z [502 / 2,942] 16 actions, 15 running 2025-12-04T09:02:10.2514589Z Compiling src/EmbeddingSpMDMNBit.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.2515511Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2025-12-04T09:02:10.2516485Z Executing genrule @onnx//:generate_onnx_proto; 0s processwrapper-sandbox 2025-12-04T09:02:10.2517460Z Compiling src/ExecuteKernelU8S8.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.2518465Z Compiling c10/test/util/Enumerate_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:10.2519444Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:10.2520313Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.2521127Z @fbgemm//:fbgemm_inline_avx512; 0s processwrapper-sandbox ... 2025-12-04T09:02:10.4558350Z 2025-12-04T09:02:10.4558953Z  2025-12-04T09:02:10.4559236Z  2025-12-04T09:02:10.4559451Z  2025-12-04T09:02:10.4559649Z  2025-12-04T09:02:10.4559859Z  2025-12-04T09:02:10.4560053Z  2025-12-04T09:02:10.4560260Z  2025-12-04T09:02:10.4560456Z  2025-12-04T09:02:10.4560774Z [519 / 2,942] 16 actions, 15 running 2025-12-04T09:02:10.4561208Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2025-12-04T09:02:10.4561756Z Executing genrule @onnx//:generate_onnx_proto; 0s processwrapper-sandbox 2025-12-04T09:02:10.4562275Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.4562702Z @fbgemm//:fbgemm_inline_avx512; 0s processwrapper-sandbox 2025-12-04T09:02:10.4563257Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:10.4563810Z Compiling src/FbgemmBfloat16Convert.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.4564377Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:10.4564903Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2025-12-04T09:02:10.6612882Z 2025-12-04T09:02:10.6613767Z  2025-12-04T09:02:10.6614205Z  2025-12-04T09:02:10.6614594Z  2025-12-04T09:02:10.6614953Z  2025-12-04T09:02:10.6615332Z  2025-12-04T09:02:10.6615702Z  2025-12-04T09:02:10.6616041Z  2025-12-04T09:02:10.6616396Z  2025-12-04T09:02:10.6616902Z [530 / 2,942] 16 actions, 15 running 2025-12-04T09:02:10.6617682Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2025-12-04T09:02:10.6618617Z Compiling c10/test/util/Half_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:10.6619623Z Compiling src/idl_parser.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:10.6620826Z Compiling src/FbgemmI64.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.6621705Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:10.6622819Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:10.6623855Z Compiling src/fp32/FbgemmFP32UKernelsAvx512.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.6624930Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2025-12-04T09:02:10.8657899Z 2025-12-04T09:02:10.8658678Z  2025-12-04T09:02:10.8659175Z  2025-12-04T09:02:10.8659603Z  2025-12-04T09:02:10.8660036Z  2025-12-04T09:02:10.8660483Z  2025-12-04T09:02:10.8660835Z  2025-12-04T09:02:10.8661178Z  2025-12-04T09:02:10.8661531Z  2025-12-04T09:02:10.8662041Z [547 / 2,945] 16 actions, 15 running 2025-12-04T09:02:10.8662773Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2025-12-04T09:02:10.8663565Z Compiling src/FbgemmI64.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.8664375Z Compiling src/FbgemmSparseDense.cc; 0s processwrapper-sandbox 2025-12-04T09:02:10.8665225Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2025-12-04T09:02:10.8666093Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2025-12-04T09:02:10.8667146Z Compiling c10/test/util/IntrusiveList_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:10.8668184Z Compiling src/asmjit/x86/x86instdb.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:10.8669205Z Compiling src/google/protobuf/stubs/time.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:11.0850491Z 2025-12-04T09:02:11.0851239Z  2025-12-04T09:02:11.0851690Z  2025-12-04T09:02:11.0852060Z  2025-12-04T09:02:11.0852434Z  2025-12-04T09:02:11.0852797Z  2025-12-04T09:02:11.0853176Z  2025-12-04T09:02:11.0853539Z  2025-12-04T09:02:11.0853908Z  2025-12-04T09:02:11.0854436Z [592 / 2,976] 16 actions, 15 running 2025-12-04T09:02:11.0855295Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2025-12-04T09:02:11.0856216Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2025-12-04T09:02:11.0857136Z Compiling src/FbgemmFPCommon.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.0857995Z @com_google_protobuf//:protoc; 0s processwrapper-sandbox 2025-12-04T09:02:11.0858961Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.0860021Z Compiling src/FbgemmI8Spmdm.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.0860912Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2025-12-04T09:02:11.0861867Z Compiling src/FbgemmPackMatrixB.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:11.2851278Z 2025-12-04T09:02:11.2852081Z  2025-12-04T09:02:11.2852534Z  2025-12-04T09:02:11.2852907Z  2025-12-04T09:02:11.2853522Z  2025-12-04T09:02:11.2853903Z  2025-12-04T09:02:11.2854362Z  2025-12-04T09:02:11.2854817Z  2025-12-04T09:02:11.2855282Z  2025-12-04T09:02:11.2855938Z [606 / 2,976] 16 actions, 15 running 2025-12-04T09:02:11.2856901Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2025-12-04T09:02:11.2857894Z @onnx//:generate_onnx_data_proto; 0s processwrapper-sandbox 2025-12-04T09:02:11.2858982Z Compiling c10/test/util/LeftRight_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:11.2860100Z ...//grpc/src/compiler:ts_generator; 0s processwrapper-sandbox 2025-12-04T09:02:11.2861202Z Compiling src/asmjit/core/formatter.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:11.2862280Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:11.2863151Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2025-12-04T09:02:11.2864077Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2025-12-04T09:02:11.5058789Z 2025-12-04T09:02:11.5059494Z  2025-12-04T09:02:11.5059933Z  2025-12-04T09:02:11.5060327Z  2025-12-04T09:02:11.5060694Z  2025-12-04T09:02:11.5061345Z  2025-12-04T09:02:11.5061869Z  2025-12-04T09:02:11.5062253Z  2025-12-04T09:02:11.5062619Z  2025-12-04T09:02:11.5063156Z [625 / 2,981] 16 actions, 15 running 2025-12-04T09:02:11.5063899Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2025-12-04T09:02:11.5064723Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2025-12-04T09:02:11.5065469Z Compiling src/FbgemmFP16.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.5066442Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.5067502Z Compiling src/GenerateKernel.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.5068401Z ...//grpc/src/compiler:swift_generator; 0s processwrapper-sandbox 2025-12-04T09:02:11.5069389Z Executing genrule @local_config_python//:python_include; 0s local 2025-12-04T09:02:11.5070392Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:11.7256854Z 2025-12-04T09:02:11.7257724Z  2025-12-04T09:02:11.7258180Z  2025-12-04T09:02:11.7258560Z  2025-12-04T09:02:11.7258916Z  2025-12-04T09:02:11.7259282Z  2025-12-04T09:02:11.7259664Z  2025-12-04T09:02:11.7260040Z  2025-12-04T09:02:11.7260446Z  2025-12-04T09:02:11.7260940Z [644 / 2,983] 16 actions, 15 running 2025-12-04T09:02:11.7261718Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2025-12-04T09:02:11.7262557Z Executing genrule @local_config_python//:python_include; 0s local 2025-12-04T09:02:11.7263463Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:11.7264464Z Compiling src/GenerateKernelU8S8S32ACC16.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.7265517Z Compiling src/FbgemmFloat16Convert.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.7266613Z ...//grpc/src/compiler:python_generator_private; 0s processwrapper-sandbox 2025-12-04T09:02:11.7267659Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:11.7268601Z Compiling src/UtilsAvx512.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:11.9812066Z 2025-12-04T09:02:11.9812813Z  2025-12-04T09:02:11.9813229Z  2025-12-04T09:02:11.9813619Z  2025-12-04T09:02:11.9814003Z  2025-12-04T09:02:11.9814372Z  2025-12-04T09:02:11.9814743Z  2025-12-04T09:02:11.9815113Z  2025-12-04T09:02:11.9815492Z  2025-12-04T09:02:11.9816001Z [740 / 3,064] 14 actions, 13 running 2025-12-04T09:02:11.9816814Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2025-12-04T09:02:11.9817608Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2025-12-04T09:02:11.9818407Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:11.9819200Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2025-12-04T09:02:11.9820078Z Compiling src/asmjit/x86/x86compiler.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:11.9821152Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:11.9822115Z Compiling src/QuantUtilsAvx512.cc; 0s processwrapper-sandbox 2025-12-04T09:02:11.9823114Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:12.1691093Z 2025-12-04T09:02:12.1691961Z  2025-12-04T09:02:12.1692236Z  2025-12-04T09:02:12.1692456Z  2025-12-04T09:02:12.1692656Z  2025-12-04T09:02:12.1692866Z  2025-12-04T09:02:12.1693065Z  2025-12-04T09:02:12.1693276Z  2025-12-04T09:02:12.1693473Z  2025-12-04T09:02:12.1693761Z [753 / 3,066] 15 actions running 2025-12-04T09:02:12.1694188Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2025-12-04T09:02:12.1694680Z Compiling src/GroupwiseConv.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.1695231Z Compiling c10/test/util/Synchronized_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:12.1696080Z Compiling src/asmjit/x86/x86emithelper.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:12.1696666Z Compiling src/asmjit/arm/a64compiler.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:12.1697424Z Compiling src/google/protobuf/stubs/status.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.1698006Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:12.1698676Z Compiling src/asmjit/x86/x86instapi.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:12.4250380Z 2025-12-04T09:02:12.4251937Z  2025-12-04T09:02:12.4252235Z  2025-12-04T09:02:12.4252453Z  2025-12-04T09:02:12.4252654Z  2025-12-04T09:02:12.4252875Z  2025-12-04T09:02:12.4253070Z  2025-12-04T09:02:12.4253280Z  2025-12-04T09:02:12.4253473Z  2025-12-04T09:02:12.4253786Z [785 / 3,070] 15 actions, 14 running 2025-12-04T09:02:12.4254325Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2025-12-04T09:02:12.4255238Z Compiling src/GroupwiseConvAcc32Avx512.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.4256032Z @fbgemm//:fbgemm_avx512; 0s processwrapper-sandbox 2025-12-04T09:02:12.4256564Z Compiling src/GenerateKernelU8S8S32ACC32.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.4257178Z Compiling c10/test/util/ThreadLocal_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:12.4257743Z Compiling src/EmbeddingSpMDMAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.4258298Z Compiling c10/util/ApproximateClock.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:12.4258839Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:12.6399051Z 2025-12-04T09:02:12.6399820Z  2025-12-04T09:02:12.6400253Z  2025-12-04T09:02:12.6400658Z  2025-12-04T09:02:12.6401022Z  2025-12-04T09:02:12.6401396Z  2025-12-04T09:02:12.6401758Z  2025-12-04T09:02:12.6402126Z  2025-12-04T09:02:12.6402498Z  2025-12-04T09:02:12.6403022Z [800 / 3,071] 15 actions, 14 running 2025-12-04T09:02:12.6403927Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2025-12-04T09:02:12.6404849Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:12.6405824Z Compiling src/PackAWithRowOffset.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.6406724Z Compiling src/spmmUtils.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.6407605Z Compiling src/SparseAdagrad.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.6408581Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.6409814Z Compiling src/google/protobuf/stubs/common.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.6411005Z Compiling c10/test/util/TypeIndex_test.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:12.8411856Z 2025-12-04T09:02:12.8412596Z  2025-12-04T09:02:12.8413035Z  2025-12-04T09:02:12.8413404Z  2025-12-04T09:02:12.8413768Z  2025-12-04T09:02:12.8414117Z  2025-12-04T09:02:12.8414471Z  2025-12-04T09:02:12.8414850Z  2025-12-04T09:02:12.8415209Z  2025-12-04T09:02:12.8415760Z [811 / 3,071] 15 actions, 14 running 2025-12-04T09:02:12.8416551Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2025-12-04T09:02:12.8417444Z Compiling src/SparseAdagrad.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.8418179Z @fbgemm//:fbgemm; 0s processwrapper-sandbox 2025-12-04T09:02:12.8418945Z Compiling src/fp32/FbgemmFP32.cc; 0s processwrapper-sandbox 2025-12-04T09:02:12.8419826Z Compiling src/flatc.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:12.8420689Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:12.8421542Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:12.8422569Z Compiling src/RowWiseSparseAdagradFused.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:13.0445693Z 2025-12-04T09:02:13.0446447Z  2025-12-04T09:02:13.0446901Z  2025-12-04T09:02:13.0447286Z  2025-12-04T09:02:13.0447927Z  2025-12-04T09:02:13.0448318Z  2025-12-04T09:02:13.0448838Z  2025-12-04T09:02:13.0449193Z  2025-12-04T09:02:13.0449575Z  2025-12-04T09:02:13.0450103Z [825 / 3,073] 15 actions, 14 running 2025-12-04T09:02:13.0450889Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2025-12-04T09:02:13.0451916Z Compiling src/RowWiseSparseAdagradFused.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.0452948Z Compiling c10/util/Exception.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:13.0454024Z Compiling src/google/protobuf/repeated_field.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.0455059Z Compiling src/QuantUtils.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.0455963Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:13.0457006Z Compiling src/binary_annotator.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:13.0458209Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:13.2645433Z 2025-12-04T09:02:13.2646173Z  2025-12-04T09:02:13.2646628Z  2025-12-04T09:02:13.2647006Z  2025-12-04T09:02:13.2647396Z  2025-12-04T09:02:13.2647763Z  2025-12-04T09:02:13.2648160Z  2025-12-04T09:02:13.2648538Z  2025-12-04T09:02:13.2648893Z  2025-12-04T09:02:13.2649412Z [841 / 3,075] 16 actions running 2025-12-04T09:02:13.2650198Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2025-12-04T09:02:13.2651219Z Compiling src/GroupwiseConvAcc32Avx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.2652219Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:13.2653234Z Compiling c10/test/util/bfloat16_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:13.2654296Z Compiling c10/util/Float8_e5m2.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:13.2655369Z Compiling src/google/protobuf/parse_context.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.2656522Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.2657694Z Compiling src/PackWeightsForDirectConv.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:13.4684419Z 2025-12-04T09:02:13.4685172Z  2025-12-04T09:02:13.4685610Z  2025-12-04T09:02:13.4685984Z  2025-12-04T09:02:13.4686342Z  2025-12-04T09:02:13.4686735Z  2025-12-04T09:02:13.4687097Z  2025-12-04T09:02:13.4687477Z  2025-12-04T09:02:13.4687849Z  2025-12-04T09:02:13.4688386Z [851 / 3,075] 15 actions, 14 running 2025-12-04T09:02:13.4689175Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2025-12-04T09:02:13.4690204Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.4691350Z Compiling src/PackWeightsForDirectConv.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.4692463Z Compiling src/PackWeightsForConv.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.4693552Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.4694598Z Compiling src/bfbs_gen_nim.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:13.4695617Z Compiling src/bfbs_gen_lua.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:13.4696596Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:13.6736369Z 2025-12-04T09:02:13.6737076Z  2025-12-04T09:02:13.6737531Z  2025-12-04T09:02:13.6737893Z  2025-12-04T09:02:13.6738268Z  2025-12-04T09:02:13.6738628Z  2025-12-04T09:02:13.6739014Z  2025-12-04T09:02:13.6739378Z  2025-12-04T09:02:13.6739755Z  2025-12-04T09:02:13.6740287Z [866 / 3,075] 16 actions, 15 running 2025-12-04T09:02:13.6741079Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2025-12-04T09:02:13.6742069Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.6743407Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.6744674Z Compiling c10/test/util/complex_math_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:13.6745818Z Compiling src/PackWeightMatrixForGConv.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.6746861Z Compiling src/bfbs_gen_lua.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:13.6747769Z Compiling src/PackMatrix.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.6748722Z Compiling src/bfbs_gen_nim.cpp [for tool]; 0s processwrapper-sandbox ... 2025-12-04T09:02:13.8358992Z 2025-12-04T09:02:13.8359778Z  2025-12-04T09:02:13.8360226Z  2025-12-04T09:02:13.8360615Z  2025-12-04T09:02:13.8360992Z  2025-12-04T09:02:13.8361399Z  2025-12-04T09:02:13.8361805Z  2025-12-04T09:02:13.8362235Z  2025-12-04T09:02:13.8362645Z  2025-12-04T09:02:13.8363491Z INFO: From Compiling external/sleef/dispavx.c: 2025-12-04T09:02:13.8364719Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispavx.c:70: 2025-12-04T09:02:13.8366356Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2025-12-04T09:02:13.8367665Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2025-12-04T09:02:13.8368318Z | ^~~~~~~~~~~~~~ 2025-12-04T09:02:13.8369151Z [871 / 3,075] 16 actions running 2025-12-04T09:02:13.8370003Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2025-12-04T09:02:13.8371201Z Compiling src/PackWeightMatrixForGConv.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.8371885Z Compiling src/bfbs_gen_nim.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:13.8372574Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:13.8373218Z Compiling src/PackAWithQuantRowOffset.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.8373841Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:13.8374553Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:13.8375199Z Compiling c10/util/StringUtil.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:14.0386455Z 2025-12-04T09:02:14.0387312Z  2025-12-04T09:02:14.0387736Z  2025-12-04T09:02:14.0388094Z  2025-12-04T09:02:14.0388449Z  2025-12-04T09:02:14.0388822Z  2025-12-04T09:02:14.0389179Z  2025-12-04T09:02:14.0389548Z  2025-12-04T09:02:14.0389904Z  2025-12-04T09:02:14.0390445Z [883 / 3,075] 16 actions, 15 running 2025-12-04T09:02:14.0391193Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2025-12-04T09:02:14.0392162Z Compiling c10/test/util/complex_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:14.0392994Z @fbgemm//:fbgemm_avx2; 0s processwrapper-sandbox 2025-12-04T09:02:14.0393688Z ...//src:flatc_library; 0s processwrapper-sandbox 2025-12-04T09:02:14.0394499Z Compiling src/PackBMatrix.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.0395360Z Compiling external/sleef/dispsse.c; 0s processwrapper-sandbox 2025-12-04T09:02:14.0396428Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.0397499Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:14.0402814Z 2025-12-04T09:02:14.0403388Z  2025-12-04T09:02:14.0403812Z  2025-12-04T09:02:14.0404169Z  2025-12-04T09:02:14.0404529Z  2025-12-04T09:02:14.0404869Z  2025-12-04T09:02:14.0405206Z  2025-12-04T09:02:14.0405470Z  2025-12-04T09:02:14.0405683Z  2025-12-04T09:02:14.0406040Z INFO: From Compiling external/sleef/dispsse.c: 2025-12-04T09:02:14.0406617Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/external/sleef/dispsse.c:63: 2025-12-04T09:02:14.0407420Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2025-12-04T09:02:14.0408296Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2025-12-04T09:02:14.0408759Z | ^~~~~~~~~~~~~~ 2025-12-04T09:02:14.0409104Z [883 / 3,075] 16 actions, 15 running 2025-12-04T09:02:14.0409511Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2025-12-04T09:02:14.0410046Z Compiling c10/test/util/complex_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:14.0410535Z @fbgemm//:fbgemm_avx2; 0s processwrapper-sandbox 2025-12-04T09:02:14.0410920Z ...//src:flatc_library; 0s processwrapper-sandbox 2025-12-04T09:02:14.0411348Z Compiling src/PackBMatrix.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.0411820Z Compiling external/sleef/dispsse.c; 0s processwrapper-sandbox 2025-12-04T09:02:14.0412379Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.0412955Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:14.2403223Z 2025-12-04T09:02:14.2403977Z  2025-12-04T09:02:14.2404515Z  2025-12-04T09:02:14.2404911Z  2025-12-04T09:02:14.2405273Z  2025-12-04T09:02:14.2405618Z  2025-12-04T09:02:14.2405999Z  2025-12-04T09:02:14.2406353Z  2025-12-04T09:02:14.2406736Z  2025-12-04T09:02:14.2407322Z [900 / 3,076] 16 actions, 15 running 2025-12-04T09:02:14.2408159Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2025-12-04T09:02:14.2409235Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:14.2410255Z Compiling src/fp32/FbgemmFP32UKernelsAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.2411297Z Compiling src/util.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.2412076Z Compiling src/QuantUtilsAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.2412998Z Compiling src/spmmUtilsAvx2.cc; 0s processwrapper-sandbox 2025-12-04T09:02:14.2413859Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:14.2414778Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:14.4645432Z 2025-12-04T09:02:14.4646178Z  2025-12-04T09:02:14.4646676Z  2025-12-04T09:02:14.4647096Z  2025-12-04T09:02:14.4647508Z  2025-12-04T09:02:14.4647920Z  2025-12-04T09:02:14.4648341Z  2025-12-04T09:02:14.4648754Z  2025-12-04T09:02:14.4649172Z  2025-12-04T09:02:14.4649752Z [912 / 3,076] 14 actions running 2025-12-04T09:02:14.4650471Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2025-12-04T09:02:14.4651478Z Compiling src/file_writer.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.4652245Z Executing genrule //:gen_aten; 0s processwrapper-sandbox 2025-12-04T09:02:14.4653071Z Compiling src/flatc_main.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.4653919Z Compiling c10/util/WaitCounter.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:14.4654787Z Compiling src/idl_gen_binary.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.4655627Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:14.4656385Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:14.6564988Z 2025-12-04T09:02:14.6565717Z  2025-12-04T09:02:14.6566172Z  2025-12-04T09:02:14.6566581Z  2025-12-04T09:02:14.6566978Z  2025-12-04T09:02:14.6567342Z  2025-12-04T09:02:14.6567693Z  2025-12-04T09:02:14.6568100Z  2025-12-04T09:02:14.6568452Z  2025-12-04T09:02:14.6569511Z INFO: From Compiling src/google/protobuf/message_lite.cc [for tool]: 2025-12-04T09:02:14.6571156Z In file included from /usr/include/string.h:535, 2025-12-04T09:02:14.6572094Z from external/com_google_protobuf/src/google/protobuf/stubs/port.h:39, 2025-12-04T09:02:14.6573218Z from external/com_google_protobuf/src/google/protobuf/stubs/macros.h:34, 2025-12-04T09:02:14.6574637Z from external/com_google_protobuf/src/google/protobuf/stubs/common.h:46, 2025-12-04T09:02:14.6575966Z from external/com_google_protobuf/src/google/protobuf/message_lite.h:45, 2025-12-04T09:02:14.6577164Z from external/com_google_protobuf/src/google/protobuf/message_lite.cc:36: 2025-12-04T09:02:14.6578150Z In function 'void* memcpy(void*, const void*, size_t)', 2025-12-04T09:02:14.6580382Z inlined from 'google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)' at external/com_google_protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2025-12-04T09:02:14.6584731Z inlined from 'virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const' at external/com_google_protobuf/src/google/protobuf/implicit_weak_message.h:85:28, 2025-12-04T09:02:14.6589403Z inlined from 'bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const' at external/com_google_protobuf/src/google/protobuf/message_lite.cc:419:30: 2025-12-04T09:02:14.6594102Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2025-12-04T09:02:14.6597190Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2025-12-04T09:02:14.6598028Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:02:14.6598830Z 30 | __glibc_objsize0 (__dest)); 2025-12-04T09:02:14.6599599Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:02:14.6600561Z [919 / 3,076] 15 actions running 2025-12-04T09:02:14.6601448Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2025-12-04T09:02:14.6602545Z Executing genrule //:gen_aten; 0s processwrapper-sandbox 2025-12-04T09:02:14.6603717Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:14.6604809Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:14.6606024Z Compiling src/idl_gen_ts.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.6607321Z Compiling c10/test/util/exception_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:14.6608551Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:14.6609715Z Compiling src/idl_gen_cpp.cpp [for tool]; 0s processwrapper-sandbox ... 2025-12-04T09:02:14.8652590Z 2025-12-04T09:02:14.8653363Z  2025-12-04T09:02:14.8653789Z  2025-12-04T09:02:14.8654175Z  2025-12-04T09:02:14.8654549Z  2025-12-04T09:02:14.8654938Z  2025-12-04T09:02:14.8655309Z  2025-12-04T09:02:14.8655685Z  2025-12-04T09:02:14.8656049Z  2025-12-04T09:02:14.8656572Z [928 / 3,076] 15 actions running 2025-12-04T09:02:14.8657373Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2025-12-04T09:02:14.8658217Z Executing genrule //:gen_aten; 0s processwrapper-sandbox 2025-12-04T09:02:14.8659179Z Compiling src/idl_gen_csharp.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.8660225Z Compiling src/idl_gen_dart.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.8661262Z Compiling src/idl_gen_go.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:14.8662220Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:14.8663158Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:14.8664094Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:15.0328441Z 2025-12-04T09:02:15.0331536Z  2025-12-04T09:02:15.0331971Z  2025-12-04T09:02:15.0332326Z  2025-12-04T09:02:15.0332667Z  2025-12-04T09:02:15.0333290Z  2025-12-04T09:02:15.0333841Z  2025-12-04T09:02:15.0334205Z  2025-12-04T09:02:15.0334579Z  2025-12-04T09:02:15.0335261Z INFO: From Compiling third_party/miniz-3.0.2/miniz.c: 2025-12-04T09:02:15.0336907Z third_party/miniz-3.0.2/miniz.c:3261:9: note: '#pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.' 2025-12-04T09:02:15.0338929Z 3261 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2025-12-04T09:02:15.0340090Z | ^~~~~~~ 2025-12-04T09:02:15.0340677Z [938 / 3,076] 16 actions running 2025-12-04T09:02:15.0341413Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2025-12-04T09:02:15.0342324Z Executing genrule //:gen_aten; 0s processwrapper-sandbox 2025-12-04T09:02:15.0343286Z Compiling src/idl_gen_text.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.0344295Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.0345283Z Compiling src/idl_gen_grpc.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.0346357Z Compiling src/idl_gen_java.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.0347375Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:15.0348317Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:15.2480105Z 2025-12-04T09:02:15.2480779Z  2025-12-04T09:02:15.2482372Z  2025-12-04T09:02:15.2482761Z  2025-12-04T09:02:15.2483186Z  2025-12-04T09:02:15.2483578Z  2025-12-04T09:02:15.2483946Z  2025-12-04T09:02:15.2484321Z  2025-12-04T09:02:15.2484689Z  2025-12-04T09:02:15.2485223Z [951 / 3,076] 15 actions, 14 running 2025-12-04T09:02:15.2486031Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2025-12-04T09:02:15.2486945Z Executing genrule //:gen_aten; 1s processwrapper-sandbox 2025-12-04T09:02:15.2487945Z Compiling src/idl_gen_kotlin.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.2489056Z Compiling c10/test/util/generic_math_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:15.2490099Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.2491084Z Compiling src/idl_gen_swift.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.2492074Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.2493049Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:15.4659155Z 2025-12-04T09:02:15.4659953Z  2025-12-04T09:02:15.4660402Z  2025-12-04T09:02:15.4660792Z  2025-12-04T09:02:15.4661176Z  2025-12-04T09:02:15.4661543Z  2025-12-04T09:02:15.4661914Z  2025-12-04T09:02:15.4662237Z  2025-12-04T09:02:15.4662613Z  2025-12-04T09:02:15.4663149Z [959 / 3,076] 15 actions running 2025-12-04T09:02:15.4663941Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2025-12-04T09:02:15.4664809Z Executing genrule //:gen_aten; 1s processwrapper-sandbox 2025-12-04T09:02:15.4665813Z Compiling src/idl_gen_kotlin_kmp.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.4666857Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.4667847Z Compiling src/idl_gen_lobster.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.4668938Z Compiling src/idl_gen_php.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.4669926Z Compiling c10/util/tempfile.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:15.4671730Z //c10/test:util_base_tests; 0s processwrapper-sandbox ... 2025-12-04T09:02:15.6661492Z 2025-12-04T09:02:15.6662176Z  2025-12-04T09:02:15.6662545Z  2025-12-04T09:02:15.6662878Z  2025-12-04T09:02:15.6663153Z  2025-12-04T09:02:15.6663479Z  2025-12-04T09:02:15.6664034Z  2025-12-04T09:02:15.6664340Z  2025-12-04T09:02:15.6664782Z  2025-12-04T09:02:15.6665209Z [969 / 3,076] 16 actions running 2025-12-04T09:02:15.6665806Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2025-12-04T09:02:15.6666504Z Executing genrule //:gen_aten; 1s processwrapper-sandbox 2025-12-04T09:02:15.6667259Z Compiling c10/test/util/intrusive_ptr_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:15.6668010Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.6668749Z Compiling src/idl_gen_rust.cpp [for tool]; 0s processwrapper-sandbox 2025-12-04T09:02:15.6669480Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:15.6670150Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.6672543Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:15.8680587Z 2025-12-04T09:02:15.8681430Z  2025-12-04T09:02:15.8681917Z  2025-12-04T09:02:15.8682277Z  2025-12-04T09:02:15.8682660Z  2025-12-04T09:02:15.8683022Z  2025-12-04T09:02:15.8683470Z  2025-12-04T09:02:15.8683830Z  2025-12-04T09:02:15.8684195Z  2025-12-04T09:02:15.8684694Z [979 / 3,076] 16 actions running 2025-12-04T09:02:15.8685470Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2025-12-04T09:02:15.8686347Z Executing genrule //:gen_aten; 1s processwrapper-sandbox 2025-12-04T09:02:15.8687285Z Compiling c10/util/signal_handler.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:15.8688220Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.8689229Z Compiling src/common/batch_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:15.8690249Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:15.8691153Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:15.8692119Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:16.1057567Z 2025-12-04T09:02:16.1058301Z  2025-12-04T09:02:16.1058718Z  2025-12-04T09:02:16.1059071Z  2025-12-04T09:02:16.1059439Z  2025-12-04T09:02:16.1059807Z  2025-12-04T09:02:16.1060172Z  2025-12-04T09:02:16.1060512Z  2025-12-04T09:02:16.1060862Z  2025-12-04T09:02:16.1061317Z [991 / 3,076] 16 actions, 15 running 2025-12-04T09:02:16.1062044Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2025-12-04T09:02:16.1062822Z Executing genrule //:gen_aten; 1s processwrapper-sandbox 2025-12-04T09:02:16.1063659Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.1064451Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.1065324Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.1066146Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:16.1067041Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.1068005Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:16.3206264Z 2025-12-04T09:02:16.3206968Z  2025-12-04T09:02:16.3207416Z  2025-12-04T09:02:16.3207793Z  2025-12-04T09:02:16.3208175Z  2025-12-04T09:02:16.3208548Z  2025-12-04T09:02:16.3208924Z  2025-12-04T09:02:16.3209285Z  2025-12-04T09:02:16.3209660Z  2025-12-04T09:02:16.3210198Z [1,004 / 3,076] 16 actions, 15 running 2025-12-04T09:02:16.3211030Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2025-12-04T09:02:16.3211941Z Executing genrule //:gen_aten; 2s processwrapper-sandbox 2025-12-04T09:02:16.3212913Z Compiling c10/test/util/typeid_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.3213850Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.3215018Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:16.3216123Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.3217136Z Compiling src/common/broadcast_strategy.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.3218167Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:16.5404622Z 2025-12-04T09:02:16.5405441Z  2025-12-04T09:02:16.5405922Z  2025-12-04T09:02:16.5406364Z  2025-12-04T09:02:16.5406785Z  2025-12-04T09:02:16.5407222Z  2025-12-04T09:02:16.5407642Z  2025-12-04T09:02:16.5408079Z  2025-12-04T09:02:16.5408494Z  2025-12-04T09:02:16.5409138Z [1,014 / 3,076] 16 actions, 15 running 2025-12-04T09:02:16.5409935Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2025-12-04T09:02:16.5410802Z Executing genrule //:gen_aten; 2s processwrapper-sandbox 2025-12-04T09:02:16.5411746Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.5412692Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.5413699Z Compiling c10/test/util/logging_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.5414744Z Compiling src/common/cache_blob_id.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.5415745Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:16.5416592Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:16.7486465Z 2025-12-04T09:02:16.7487204Z  2025-12-04T09:02:16.7487698Z  2025-12-04T09:02:16.7488114Z  2025-12-04T09:02:16.7488506Z  2025-12-04T09:02:16.7488931Z  2025-12-04T09:02:16.7489354Z  2025-12-04T09:02:16.7489765Z  2025-12-04T09:02:16.7490184Z  2025-12-04T09:02:16.7490799Z [1,023 / 3,076] 16 actions, 15 running 2025-12-04T09:02:16.7491737Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2025-12-04T09:02:16.7492651Z Executing genrule //:gen_aten; 2s processwrapper-sandbox 2025-12-04T09:02:16.7493580Z Compiling src/common/concat.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.7494487Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.7495399Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.7496479Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.7497556Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.7498547Z Compiling c10/test/util/nofatal_test.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:16.9977572Z 2025-12-04T09:02:16.9978342Z  2025-12-04T09:02:16.9978787Z  2025-12-04T09:02:16.9979183Z  2025-12-04T09:02:16.9979559Z  2025-12-04T09:02:16.9979949Z  2025-12-04T09:02:16.9980326Z  2025-12-04T09:02:16.9980717Z  2025-12-04T09:02:16.9981087Z  2025-12-04T09:02:16.9981707Z [1,036 / 3,076] 16 actions, 15 running 2025-12-04T09:02:16.9982556Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2025-12-04T09:02:16.9983468Z Executing genrule //:gen_aten; 2s processwrapper-sandbox 2025-12-04T09:02:16.9984440Z Compiling src/common/convolution.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.9985395Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.9986426Z Compiling src/common/convolution_pd.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:16.9987446Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:16.9988516Z Compiling src/google/protobuf/wrappers.pb.cc; 0s processwrapper-sandbox 2025-12-04T09:02:16.9989620Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:17.2102403Z 2025-12-04T09:02:17.2103173Z  2025-12-04T09:02:17.2103675Z  2025-12-04T09:02:17.2104098Z  2025-12-04T09:02:17.2104530Z  2025-12-04T09:02:17.2105212Z  2025-12-04T09:02:17.2105657Z  2025-12-04T09:02:17.2106257Z  2025-12-04T09:02:17.2106682Z  2025-12-04T09:02:17.2107359Z [1,045 / 3,076] 16 actions, 15 running 2025-12-04T09:02:17.2108127Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2025-12-04T09:02:17.2109031Z Executing genrule //:gen_aten; 3s processwrapper-sandbox 2025-12-04T09:02:17.2110011Z Compiling c10/test/util/optional_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:17.2111030Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.2111939Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.2112947Z Compiling c10/test/util/tempfile_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:17.2114091Z Compiling c10/core/impl/PyInterpreter.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:17.2115202Z Compiling src/common/deconvolution.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:17.4353529Z 2025-12-04T09:02:17.4354393Z  2025-12-04T09:02:17.4354836Z  2025-12-04T09:02:17.4355125Z  2025-12-04T09:02:17.4355361Z  2025-12-04T09:02:17.4355557Z  2025-12-04T09:02:17.4355765Z  2025-12-04T09:02:17.4356025Z  2025-12-04T09:02:17.4356237Z  2025-12-04T09:02:17.4356547Z [1,056 / 3,076] 15 actions, 14 running 2025-12-04T09:02:17.4357056Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2025-12-04T09:02:17.4357583Z Executing genrule //:gen_aten; 3s processwrapper-sandbox 2025-12-04T09:02:17.4358095Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.4358932Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.4359524Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.4360111Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2025-12-04T09:02:17.4360699Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2025-12-04T09:02:17.4361302Z //c10/test:util_base_tests; 0s processwrapper-sandbox ... 2025-12-04T09:02:17.6677874Z 2025-12-04T09:02:17.6678716Z  2025-12-04T09:02:17.6679347Z  2025-12-04T09:02:17.6679908Z  2025-12-04T09:02:17.6680373Z  2025-12-04T09:02:17.6680768Z  2025-12-04T09:02:17.6681128Z  2025-12-04T09:02:17.6681507Z  2025-12-04T09:02:17.6681979Z  2025-12-04T09:02:17.6682529Z [1,069 / 3,076] 16 actions running 2025-12-04T09:02:17.6683516Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2025-12-04T09:02:17.6684510Z Executing genrule //:gen_aten; 3s processwrapper-sandbox 2025-12-04T09:02:17.6685506Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.6686472Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:17.6687465Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.6688377Z //c10/core:base; 0s processwrapper-sandbox 2025-12-04T09:02:17.6689288Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.6690368Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2025-12-04T09:02:17.8707709Z 2025-12-04T09:02:17.8714226Z  2025-12-04T09:02:17.8714683Z  2025-12-04T09:02:17.8715038Z  2025-12-04T09:02:17.8715393Z  2025-12-04T09:02:17.8715744Z  2025-12-04T09:02:17.8716098Z  2025-12-04T09:02:17.8716478Z  2025-12-04T09:02:17.8716847Z  2025-12-04T09:02:17.8717343Z [1,081 / 3,076] 16 actions, 15 running 2025-12-04T09:02:17.8718160Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2025-12-04T09:02:17.8719039Z Executing genrule //:gen_aten; 3s processwrapper-sandbox 2025-12-04T09:02:17.8719954Z Compiling src/common/eltwise.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:17.8720884Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.8722088Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.8724265Z Compiling c10/test/util/registry_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:17.8725223Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:17.8726147Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:18.0739390Z 2025-12-04T09:02:18.0740296Z  2025-12-04T09:02:18.0740735Z  2025-12-04T09:02:18.0741117Z  2025-12-04T09:02:18.0741457Z  2025-12-04T09:02:18.0741836Z  2025-12-04T09:02:18.0742169Z  2025-12-04T09:02:18.0742536Z  2025-12-04T09:02:18.0742889Z  2025-12-04T09:02:18.0743411Z [1,090 / 3,077] 16 actions, 15 running 2025-12-04T09:02:18.0744178Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2025-12-04T09:02:18.0745050Z Executing genrule //:gen_aten; 3s processwrapper-sandbox 2025-12-04T09:02:18.0745872Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.0746787Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.0747608Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:02:18.0748522Z Compiling c10/test/util/small_vector_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.0749611Z Compiling src/common/experimental.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.0750555Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2025-12-04T09:02:18.3289078Z 2025-12-04T09:02:18.3289826Z  2025-12-04T09:02:18.3290264Z  2025-12-04T09:02:18.3290619Z  2025-12-04T09:02:18.3290980Z  2025-12-04T09:02:18.3291338Z  2025-12-04T09:02:18.3291702Z  2025-12-04T09:02:18.3292058Z  2025-12-04T09:02:18.3292429Z  2025-12-04T09:02:18.3292938Z [1,101 / 3,077] 16 actions, 15 running 2025-12-04T09:02:18.3293740Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2025-12-04T09:02:18.3294651Z Executing genrule //:gen_aten; 4s processwrapper-sandbox 2025-12-04T09:02:18.3295540Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:18.3296385Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.3297257Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:18.3298124Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.3298962Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.3299848Z //torch/headeronly:version_h; 0s processwrapper-sandbox ... 2025-12-04T09:02:18.5444843Z 2025-12-04T09:02:18.5445643Z  2025-12-04T09:02:18.5446081Z  2025-12-04T09:02:18.5446460Z  2025-12-04T09:02:18.5446851Z  2025-12-04T09:02:18.5447227Z  2025-12-04T09:02:18.5447612Z  2025-12-04T09:02:18.5447982Z  2025-12-04T09:02:18.5448358Z  2025-12-04T09:02:18.5448899Z [1,110 / 3,077] 16 actions, 15 running 2025-12-04T09:02:18.5449713Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2025-12-04T09:02:18.5450614Z Executing genrule //:gen_aten; 4s processwrapper-sandbox 2025-12-04T09:02:18.5451618Z Executing genrule //torch/headeronly:version_h; 0s processwrapper-sandbox 2025-12-04T09:02:18.5452673Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.5453630Z Compiling c10/core/CPUAllocator.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.5454583Z Compiling c10/core/TensorImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.5455483Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.5456405Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:18.7451214Z 2025-12-04T09:02:18.7451975Z  2025-12-04T09:02:18.7452445Z  2025-12-04T09:02:18.7452819Z  2025-12-04T09:02:18.7453154Z  2025-12-04T09:02:18.7453513Z  2025-12-04T09:02:18.7453878Z  2025-12-04T09:02:18.7454525Z  2025-12-04T09:02:18.7454892Z  2025-12-04T09:02:18.7455602Z [1,116 / 3,077] 16 actions running 2025-12-04T09:02:18.7456381Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2025-12-04T09:02:18.7457254Z Executing genrule //:gen_aten; 4s processwrapper-sandbox 2025-12-04T09:02:18.7458413Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.7459293Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.7460180Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2025-12-04T09:02:18.7460988Z Compiling src/common/gemm.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.7461994Z Compiling src/common/group_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.7462897Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2025-12-04T09:02:18.9576201Z 2025-12-04T09:02:18.9576927Z  2025-12-04T09:02:18.9577364Z  2025-12-04T09:02:18.9577738Z  2025-12-04T09:02:18.9578137Z  2025-12-04T09:02:18.9578513Z  2025-12-04T09:02:18.9578907Z  2025-12-04T09:02:18.9579269Z  2025-12-04T09:02:18.9579636Z  2025-12-04T09:02:18.9580194Z [1,127 / 3,077] 16 actions, 15 running 2025-12-04T09:02:18.9580987Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2025-12-04T09:02:18.9581860Z Executing genrule //:gen_aten; 4s processwrapper-sandbox 2025-12-04T09:02:18.9582768Z Compiling c10/test/core/impl/cow_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:18.9594218Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:18.9595060Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:02:18.9595857Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:18.9596711Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:18.9597703Z Compiling src/common/inner_product.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:19.1684548Z 2025-12-04T09:02:19.1685262Z  2025-12-04T09:02:19.1685688Z  2025-12-04T09:02:19.1686067Z  2025-12-04T09:02:19.1686428Z  2025-12-04T09:02:19.1686801Z  2025-12-04T09:02:19.1687153Z  2025-12-04T09:02:19.1687540Z  2025-12-04T09:02:19.1687891Z  2025-12-04T09:02:19.1688458Z [1,138 / 3,077] 16 actions, 15 running 2025-12-04T09:02:19.1689241Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2025-12-04T09:02:19.1690112Z Executing genrule //:gen_aten; 4s processwrapper-sandbox 2025-12-04T09:02:19.1690988Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.1691849Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.1692709Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.1693488Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:02:19.1694276Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.1695095Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2025-12-04T09:02:19.3769068Z 2025-12-04T09:02:19.3769745Z  2025-12-04T09:02:19.3770183Z  2025-12-04T09:02:19.3770578Z  2025-12-04T09:02:19.3771127Z  2025-12-04T09:02:19.3771519Z  2025-12-04T09:02:19.3771877Z  2025-12-04T09:02:19.3772260Z  2025-12-04T09:02:19.3772685Z  2025-12-04T09:02:19.3773229Z [1,144 / 3,077] 16 actions, 15 running 2025-12-04T09:02:19.3774068Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2025-12-04T09:02:19.3774969Z Executing genrule //:gen_aten; 5s processwrapper-sandbox 2025-12-04T09:02:19.3775783Z //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:02:19.3776578Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.3777543Z Compiling src/common/kernel_cache.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:19.3778784Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.3779667Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.3780686Z //c10/test:core_tests; 0s processwrapper-sandbox ... 2025-12-04T09:02:19.5866926Z 2025-12-04T09:02:19.5867642Z  2025-12-04T09:02:19.5868059Z  2025-12-04T09:02:19.5868435Z  2025-12-04T09:02:19.5868800Z  2025-12-04T09:02:19.5869171Z  2025-12-04T09:02:19.5869528Z  2025-12-04T09:02:19.5869906Z  2025-12-04T09:02:19.5870275Z  2025-12-04T09:02:19.5871240Z [1,155 / 3,077] 16 actions, 15 running 2025-12-04T09:02:19.5872059Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2025-12-04T09:02:19.5872921Z Executing genrule //:gen_aten; 5s processwrapper-sandbox 2025-12-04T09:02:19.5873767Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.5874691Z Compiling c10/test/core/SymInt_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:19.5875394Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.5876207Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.5877167Z Compiling c10/test/core/StreamGuard_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:19.5878220Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:19.8166866Z 2025-12-04T09:02:19.8167610Z  2025-12-04T09:02:19.8168062Z  2025-12-04T09:02:19.8168437Z  2025-12-04T09:02:19.8168799Z  2025-12-04T09:02:19.8169172Z  2025-12-04T09:02:19.8169530Z  2025-12-04T09:02:19.8169906Z  2025-12-04T09:02:19.8170257Z  2025-12-04T09:02:19.8170993Z [1,165 / 3,077] 15 actions, 14 running 2025-12-04T09:02:19.8171777Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2025-12-04T09:02:19.8172647Z Executing genrule //:gen_aten; 5s processwrapper-sandbox 2025-12-04T09:02:19.8173478Z Compiling src/common/lrn.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:19.8174403Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.8175378Z Compiling c10/test/core/Scalar_test.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:19.8176267Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.8177104Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:19.8177995Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:20.0604683Z 2025-12-04T09:02:20.0605450Z  2025-12-04T09:02:20.0605878Z  2025-12-04T09:02:20.0606254Z  2025-12-04T09:02:20.0606594Z  2025-12-04T09:02:20.0607006Z  2025-12-04T09:02:20.0607408Z  2025-12-04T09:02:20.0607837Z  2025-12-04T09:02:20.0608429Z  2025-12-04T09:02:20.0609085Z [1,177 / 3,077] 16 actions, 15 running 2025-12-04T09:02:20.0610023Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2025-12-04T09:02:20.0611097Z Executing genrule //:gen_aten; 5s processwrapper-sandbox 2025-12-04T09:02:20.0612059Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.0613065Z Compiling src/common/memory.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.0614018Z Compiling src/common/memory_debug.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.0614948Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.0615822Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.0616719Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:20.2692244Z 2025-12-04T09:02:20.2692949Z  2025-12-04T09:02:20.2693335Z  2025-12-04T09:02:20.2693630Z  2025-12-04T09:02:20.2693958Z  2025-12-04T09:02:20.2694249Z  2025-12-04T09:02:20.2694544Z  2025-12-04T09:02:20.2694817Z  2025-12-04T09:02:20.2695107Z  2025-12-04T09:02:20.2695514Z [1,188 / 3,077] 16 actions running 2025-12-04T09:02:20.2696463Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2025-12-04T09:02:20.2697410Z Executing genrule //:gen_aten; 6s processwrapper-sandbox 2025-12-04T09:02:20.2698164Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.2698953Z Compiling c10/core/StorageImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.2699736Z Compiling src/common/memory_desc.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.2700552Z Compiling src/common/memory_desc_wrapper.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.2701333Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.2702149Z Compiling src/common/memory_storage.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:20.4708397Z 2025-12-04T09:02:20.4709121Z  2025-12-04T09:02:20.4709553Z  2025-12-04T09:02:20.4709935Z  2025-12-04T09:02:20.4710308Z  2025-12-04T09:02:20.4710669Z  2025-12-04T09:02:20.4711045Z  2025-12-04T09:02:20.4711439Z  2025-12-04T09:02:20.4711808Z  2025-12-04T09:02:20.4712321Z [1,195 / 3,077] 16 actions running 2025-12-04T09:02:20.4713124Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2025-12-04T09:02:20.4713831Z Executing genrule //:gen_aten; 6s processwrapper-sandbox 2025-12-04T09:02:20.4714700Z Compiling src/common/memory_desc_wrapper.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.4715772Z Compiling src/common/memory_storage.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.4716741Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.4717540Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.4718304Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.4719158Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:20.7155116Z 2025-12-04T09:02:20.7155943Z  2025-12-04T09:02:20.7156400Z  2025-12-04T09:02:20.7156766Z  2025-12-04T09:02:20.7157185Z  2025-12-04T09:02:20.7157572Z  2025-12-04T09:02:20.7157938Z  2025-12-04T09:02:20.7158289Z  2025-12-04T09:02:20.7158655Z  2025-12-04T09:02:20.7159178Z [1,205 / 3,077] 16 actions, 15 running 2025-12-04T09:02:20.7159991Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2025-12-04T09:02:20.7160857Z Executing genrule //:gen_aten; 6s processwrapper-sandbox 2025-12-04T09:02:20.7161810Z Compiling src/common/memory_tracking.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.7162801Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.7163704Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.7164679Z Compiling src/common/memory_zero_pad.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.7165660Z Compiling src/common/pooling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.7166630Z Compiling src/common/prelu.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:20.9550489Z 2025-12-04T09:02:20.9551330Z  2025-12-04T09:02:20.9551758Z  2025-12-04T09:02:20.9552135Z  2025-12-04T09:02:20.9552512Z  2025-12-04T09:02:20.9552881Z  2025-12-04T09:02:20.9553214Z  2025-12-04T09:02:20.9553584Z  2025-12-04T09:02:20.9553927Z  2025-12-04T09:02:20.9554442Z [1,216 / 3,077] 16 actions, 15 running 2025-12-04T09:02:20.9555200Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2025-12-04T09:02:20.9556032Z Executing genrule //:gen_aten; 6s processwrapper-sandbox 2025-12-04T09:02:20.9556981Z Compiling src/common/primitive_desc_iface.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.9558083Z Compiling src/common/primitive_exec_types.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.9559160Z Compiling src/common/primitive_hashing.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.9560211Z Compiling src/common/primitive_iface.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:20.9561406Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:20.9562407Z @com_google_protobuf//:protoc; 0s processwrapper-sandbox ... 2025-12-04T09:02:21.1636866Z 2025-12-04T09:02:21.1638208Z  2025-12-04T09:02:21.1638766Z  2025-12-04T09:02:21.1639960Z  2025-12-04T09:02:21.1641401Z  2025-12-04T09:02:21.1641812Z  2025-12-04T09:02:21.1642194Z  2025-12-04T09:02:21.1642556Z  2025-12-04T09:02:21.1642930Z  2025-12-04T09:02:21.1643584Z [1,228 / 3,077] 16 actions, 15 running 2025-12-04T09:02:21.1644364Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2025-12-04T09:02:21.1645269Z Executing genrule //:gen_aten; 6s processwrapper-sandbox 2025-12-04T09:02:21.1646125Z Compiling src/common/reorder.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.1647070Z Compiling src/common/resampling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.1647973Z Compiling src/common/rnn.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.1648878Z Compiling src/common/rw_mutex.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.1649802Z Compiling c10/core/Scalar.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.1650769Z Compiling src/common/scratchpad.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:21.4072581Z 2025-12-04T09:02:21.4073242Z  2025-12-04T09:02:21.4073623Z  2025-12-04T09:02:21.4073950Z  2025-12-04T09:02:21.4074248Z  2025-12-04T09:02:21.4074567Z  2025-12-04T09:02:21.4074877Z  2025-12-04T09:02:21.4075182Z  2025-12-04T09:02:21.4075485Z  2025-12-04T09:02:21.4075953Z [1,238 / 3,077] 16 actions, 15 running 2025-12-04T09:02:21.4076614Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2025-12-04T09:02:21.4077344Z Executing genrule //:gen_aten; 7s processwrapper-sandbox 2025-12-04T09:02:21.4078160Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:21.4078988Z Compiling src/common/softmax.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.4079956Z Compiling src/common/stream.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.4081026Z Compiling src/common/stream_profiler.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.4082007Z Compiling src/common/sum.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.4082919Z Compiling src/common/utils.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:21.6401535Z 2025-12-04T09:02:21.6402278Z  2025-12-04T09:02:21.6402701Z  2025-12-04T09:02:21.6403046Z  2025-12-04T09:02:21.6403506Z  2025-12-04T09:02:21.6403844Z  2025-12-04T09:02:21.6404194Z  2025-12-04T09:02:21.6404537Z  2025-12-04T09:02:21.6404922Z  2025-12-04T09:02:21.6405438Z [1,246 / 3,077] 16 actions, 15 running 2025-12-04T09:02:21.6406196Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2025-12-04T09:02:21.6407021Z Executing genrule //:gen_aten; 7s processwrapper-sandbox 2025-12-04T09:02:21.6407880Z Compiling src/common/verbose.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.6408724Z Compiling src/cpu/bfloat16.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.6409428Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:21.6410059Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:21.6410837Z Compiling src/cpu/cpu_binary_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.6411822Z Compiling src/cpu/cpu_concat.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:21.8451532Z 2025-12-04T09:02:21.8452245Z  2025-12-04T09:02:21.8452699Z  2025-12-04T09:02:21.8453084Z  2025-12-04T09:02:21.8453442Z  2025-12-04T09:02:21.8453826Z  2025-12-04T09:02:21.8454204Z  2025-12-04T09:02:21.8454563Z  2025-12-04T09:02:21.8454936Z  2025-12-04T09:02:21.8455487Z [1,253 / 3,077] 16 actions, 15 running 2025-12-04T09:02:21.8456574Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2025-12-04T09:02:21.8457488Z Executing genrule //:gen_aten; 7s processwrapper-sandbox 2025-12-04T09:02:21.8458464Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:21.8459366Z Compiling src/cpu/cpu_convolution_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.8460490Z Compiling src/cpu/cpu_deconvolution_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.8461588Z Compiling src/cpu/cpu_eltwise_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.8462575Z Compiling src/cpu/cpu_engine.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:21.8463416Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:22.0527269Z 2025-12-04T09:02:22.0528105Z  2025-12-04T09:02:22.0528553Z  2025-12-04T09:02:22.0528936Z  2025-12-04T09:02:22.0529301Z  2025-12-04T09:02:22.0529680Z  2025-12-04T09:02:22.0530042Z  2025-12-04T09:02:22.0530394Z  2025-12-04T09:02:22.0530751Z  2025-12-04T09:02:22.0531336Z [1,259 / 3,077] 16 actions, 15 running 2025-12-04T09:02:22.0532170Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2025-12-04T09:02:22.0532990Z Executing genrule //:gen_aten; 7s processwrapper-sandbox 2025-12-04T09:02:22.0533940Z Compiling src/cpu/cpu_convolution_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.0535045Z Compiling src/cpu/cpu_inner_product_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.0535966Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:22.0536799Z Compiling src/cpu/cpu_lrn_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.0537810Z Compiling src/cpu/cpu_pooling_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.0538872Z Compiling src/cpu/cpu_prelu_list.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:22.2708364Z 2025-12-04T09:02:22.2709106Z  2025-12-04T09:02:22.2709544Z  2025-12-04T09:02:22.2709920Z  2025-12-04T09:02:22.2710276Z  2025-12-04T09:02:22.2710647Z  2025-12-04T09:02:22.2711017Z  2025-12-04T09:02:22.2711397Z  2025-12-04T09:02:22.2711756Z  2025-12-04T09:02:22.2712224Z [1,268 / 3,077] 16 actions running 2025-12-04T09:02:22.2713037Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2025-12-04T09:02:22.2713896Z Executing genrule //:gen_aten; 8s processwrapper-sandbox 2025-12-04T09:02:22.2714805Z Compiling src/cpu/cpu_resampling_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.2715805Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.2716770Z Compiling src/cpu/cpu_shuffle_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.2717751Z Compiling src/cpu/cpu_softmax_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.2718637Z Compiling src/cpu/cpu_sum.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.2719525Z Compiling src/cpu/float16.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:22.4829518Z 2025-12-04T09:02:22.4830284Z  2025-12-04T09:02:22.4830747Z  2025-12-04T09:02:22.4831178Z  2025-12-04T09:02:22.4831554Z  2025-12-04T09:02:22.4831930Z  2025-12-04T09:02:22.4832292Z  2025-12-04T09:02:22.4832645Z  2025-12-04T09:02:22.4833024Z  2025-12-04T09:02:22.4833554Z [1,277 / 3,077] 15 actions, 14 running 2025-12-04T09:02:22.4834372Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2025-12-04T09:02:22.4835270Z Executing genrule //:gen_aten; 8s processwrapper-sandbox 2025-12-04T09:02:22.4836237Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.4837174Z Compiling src/cpu/cpu_sum.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.4838067Z Compiling src/cpu/float16.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.4839020Z Compiling src/cpu/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.4839964Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:22.4841072Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:22.7985584Z 2025-12-04T09:02:22.7988330Z  2025-12-04T09:02:22.7988750Z  2025-12-04T09:02:22.7989066Z  2025-12-04T09:02:22.7989383Z  2025-12-04T09:02:22.7989652Z  2025-12-04T09:02:22.7989983Z  2025-12-04T09:02:22.7990440Z  2025-12-04T09:02:22.7990850Z  2025-12-04T09:02:22.7991444Z [1,285 / 3,077] 15 actions, 14 running 2025-12-04T09:02:22.7992389Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2025-12-04T09:02:22.7993440Z Executing genrule //:gen_aten; 8s processwrapper-sandbox 2025-12-04T09:02:22.7994621Z Compiling src/cpu/gemm_convolution_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.7995918Z Compiling src/cpu/gemm_inner_product.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.7997312Z Compiling src/cpu/gemm_inner_product_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.7998097Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:22.7998904Z Compiling src/cpu/gemm_x8s8s32x_convolution.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:22.7999885Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:23.0637180Z 2025-12-04T09:02:23.0637844Z  2025-12-04T09:02:23.0638262Z  2025-12-04T09:02:23.0638638Z  2025-12-04T09:02:23.0638995Z  2025-12-04T09:02:23.0639354Z  2025-12-04T09:02:23.0639717Z  2025-12-04T09:02:23.0640106Z  2025-12-04T09:02:23.0640482Z  2025-12-04T09:02:23.0640997Z [1,297 / 3,077] 16 actions, 15 running 2025-12-04T09:02:23.0641813Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2025-12-04T09:02:23.0642703Z Executing genrule //:gen_aten; 8s processwrapper-sandbox 2025-12-04T09:02:23.0643805Z Compiling src/cpu/matmul/gemm_f32_matmul.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.0644899Z Compiling c10/core/DispatchKeySet.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.0645824Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:23.0646647Z Compiling src/cpu/matmul/ref_matmul.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.0647750Z Compiling src/cpu/matmul/ref_matmul_int8.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.0648701Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:23.2656653Z 2025-12-04T09:02:23.2657267Z  2025-12-04T09:02:23.2657564Z  2025-12-04T09:02:23.2657769Z  2025-12-04T09:02:23.2657980Z  2025-12-04T09:02:23.2658177Z  2025-12-04T09:02:23.2658396Z  2025-12-04T09:02:23.2658609Z  2025-12-04T09:02:23.2658804Z  2025-12-04T09:02:23.2659128Z [1,305 / 3,077] 16 actions, 15 running 2025-12-04T09:02:23.2659576Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2025-12-04T09:02:23.2660063Z Executing genrule //:gen_aten; 9s processwrapper-sandbox 2025-12-04T09:02:23.2660618Z Compiling src/cpu/matmul/ref_sparse_matmul.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.2661235Z Compiling src/cpu/ncsp_batch_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.2661838Z Compiling src/cpu/ncsp_group_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.2662398Z Compiling src/cpu/nhwc_pooling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.2662952Z Compiling src/cpu/nspc_batch_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.2663500Z Compiling src/cpu/platform.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:23.4714173Z 2025-12-04T09:02:23.4714878Z  2025-12-04T09:02:23.4715326Z  2025-12-04T09:02:23.4715695Z  2025-12-04T09:02:23.4716079Z  2025-12-04T09:02:23.4716450Z  2025-12-04T09:02:23.4716831Z  2025-12-04T09:02:23.4717195Z  2025-12-04T09:02:23.4717572Z  2025-12-04T09:02:23.4718088Z [1,312 / 3,077] 16 actions running 2025-12-04T09:02:23.4718904Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2025-12-04T09:02:23.4720032Z Executing genrule //:gen_aten; 9s processwrapper-sandbox 2025-12-04T09:02:23.4721165Z Compiling src/cpu/primitive_attr_postops.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.4722300Z Compiling src/cpu/ref_batch_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.4723427Z Compiling src/cpu/ref_binary.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.4724408Z Compiling src/cpu/ref_convolution.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.4725434Z Compiling src/cpu/ref_convolution_int8.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.4726458Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:23.6771385Z 2025-12-04T09:02:23.6775820Z  2025-12-04T09:02:23.6776282Z  2025-12-04T09:02:23.6776666Z  2025-12-04T09:02:23.6777023Z  2025-12-04T09:02:23.6777399Z  2025-12-04T09:02:23.6777763Z  2025-12-04T09:02:23.6778138Z  2025-12-04T09:02:23.6778498Z  2025-12-04T09:02:23.6779069Z [1,321 / 3,077] 16 actions, 15 running 2025-12-04T09:02:23.6779914Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2025-12-04T09:02:23.6780799Z Executing genrule //:gen_aten; 9s processwrapper-sandbox 2025-12-04T09:02:23.6781751Z Compiling src/cpu/ref_deconvolution.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.6782728Z Compiling src/cpu/ref_eltwise.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.6783759Z Compiling src/cpu/ref_group_normalization.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.6784851Z Compiling src/cpu/ref_inner_product.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.6785812Z Compiling src/cpu/ref_lrn.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.6786754Z Compiling src/cpu/ref_pooling.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:23.8790626Z 2025-12-04T09:02:23.8791507Z  2025-12-04T09:02:23.8791964Z  2025-12-04T09:02:23.8792505Z  2025-12-04T09:02:23.8793000Z  2025-12-04T09:02:23.8793538Z  2025-12-04T09:02:23.8794008Z  2025-12-04T09:02:23.8796587Z  2025-12-04T09:02:23.8796947Z  2025-12-04T09:02:23.8797472Z [1,328 / 3,077] 16 actions, 15 running 2025-12-04T09:02:23.8798246Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2025-12-04T09:02:23.8799148Z Executing genrule //:gen_aten; 9s processwrapper-sandbox 2025-12-04T09:02:23.8800022Z Compiling src/cpu/ref_pooling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.8800983Z Compiling src/cpu/ref_prelu.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.8801935Z Compiling src/cpu/ref_reduction.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.8803212Z Compiling src/cpu/ref_resampling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.8804545Z Compiling src/cpu/ref_shuffle.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:23.8805535Z Compiling src/cpu/ref_softmax.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:24.0854742Z 2025-12-04T09:02:24.0855520Z  2025-12-04T09:02:24.0855988Z  2025-12-04T09:02:24.0856379Z  2025-12-04T09:02:24.0856783Z  2025-12-04T09:02:24.0857144Z  2025-12-04T09:02:24.0857520Z  2025-12-04T09:02:24.0857872Z  2025-12-04T09:02:24.0858240Z  2025-12-04T09:02:24.0858785Z [1,335 / 3,077] 16 actions, 15 running 2025-12-04T09:02:24.0859598Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2025-12-04T09:02:24.0860497Z Executing genrule //:gen_aten; 9s processwrapper-sandbox 2025-12-04T09:02:24.0861477Z Compiling src/cpu/reorder/cpu_reorder.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.0862393Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.0863062Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.0863910Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.0864600Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.0865582Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:24.2995026Z 2025-12-04T09:02:24.2995726Z  2025-12-04T09:02:24.2996142Z  2025-12-04T09:02:24.2996447Z  2025-12-04T09:02:24.2996805Z  2025-12-04T09:02:24.2997205Z  2025-12-04T09:02:24.2997570Z  2025-12-04T09:02:24.2997930Z  2025-12-04T09:02:24.2998298Z  2025-12-04T09:02:24.2998867Z [1,342 / 3,077] 16 actions, 15 running 2025-12-04T09:02:24.2999661Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2025-12-04T09:02:24.3000572Z Executing genrule //:gen_aten; 10s processwrapper-sandbox 2025-12-04T09:02:24.3001348Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.3002024Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.3002692Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.3003466Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.3004167Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.3004870Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:24.5286063Z 2025-12-04T09:02:24.5287202Z  2025-12-04T09:02:24.5287779Z  2025-12-04T09:02:24.5288340Z  2025-12-04T09:02:24.5289271Z  2025-12-04T09:02:24.5289668Z  2025-12-04T09:02:24.5290025Z  2025-12-04T09:02:24.5290376Z  2025-12-04T09:02:24.5290749Z  2025-12-04T09:02:24.5291267Z [1,350 / 3,077] 15 actions, 14 running 2025-12-04T09:02:24.5292038Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2025-12-04T09:02:24.5292901Z Executing genrule //:gen_aten; 10s processwrapper-sandbox 2025-12-04T09:02:24.5293701Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.5294403Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.5295074Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.5295713Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.5296375Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.7361202Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:24.7361750Z 2025-12-04T09:02:24.7362377Z  2025-12-04T09:02:24.7362778Z  2025-12-04T09:02:24.7363924Z  2025-12-04T09:02:24.7365486Z  2025-12-04T09:02:24.7366172Z  2025-12-04T09:02:24.7366803Z  2025-12-04T09:02:24.7367551Z  2025-12-04T09:02:24.7368151Z  2025-12-04T09:02:24.7368943Z [1,358 / 3,077] 16 actions, 15 running 2025-12-04T09:02:24.7370338Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2025-12-04T09:02:24.7371553Z Executing genrule //:gen_aten; 10s processwrapper-sandbox 2025-12-04T09:02:24.7372459Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.7373290Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:24.7374296Z Compiling src/cpu/rnn/brgemm_cell_common.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.7375525Z Compiling src/cpu/rnn/cell_common.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.7376619Z Compiling src/cpu/rnn/cell_gru.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.7377756Z Compiling src/cpu/rnn/cell_gru_lbr.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:24.9560329Z 2025-12-04T09:02:24.9561164Z  2025-12-04T09:02:24.9561537Z  2025-12-04T09:02:24.9561873Z  2025-12-04T09:02:24.9562209Z  2025-12-04T09:02:24.9562552Z  2025-12-04T09:02:24.9562895Z  2025-12-04T09:02:24.9563262Z  2025-12-04T09:02:24.9563550Z  2025-12-04T09:02:24.9564031Z [1,364 / 3,077] 16 actions, 15 running 2025-12-04T09:02:24.9564729Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2025-12-04T09:02:24.9565735Z Executing genrule //:gen_aten; 10s processwrapper-sandbox 2025-12-04T09:02:24.9566815Z Compiling src/cpu/rnn/cell_gru.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.9568280Z Compiling src/cpu/rnn/cell_gru_lbr.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.9569578Z Compiling src/google/protobuf/text_format.cc; 0s processwrapper-sandbox 2025-12-04T09:02:24.9582183Z Compiling src/cpu/rnn/ref_postgemm_gru_lbr.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.9583394Z Compiling src/cpu/rnn/ref_postgemm_lstm.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:24.9584273Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:25.2062813Z 2025-12-04T09:02:25.2063670Z  2025-12-04T09:02:25.2063969Z  2025-12-04T09:02:25.2064190Z  2025-12-04T09:02:25.2064404Z  2025-12-04T09:02:25.2064613Z  2025-12-04T09:02:25.2064809Z  2025-12-04T09:02:25.2065019Z  2025-12-04T09:02:25.2065215Z  2025-12-04T09:02:25.2065540Z [1,372 / 3,077] 16 actions, 15 running 2025-12-04T09:02:25.2065982Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2025-12-04T09:02:25.2066472Z Executing genrule //:gen_aten; 11s processwrapper-sandbox 2025-12-04T09:02:25.2067033Z Compiling src/google/protobuf/text_format.cc; 0s processwrapper-sandbox 2025-12-04T09:02:25.2067606Z Compiling src/cpu/rnn/ref_rnn.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.2068293Z Compiling src/cpu/rnn/rnn_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.2069115Z Compiling src/cpu/scale_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.2070011Z Compiling src/cpu/simple_concat.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.2070997Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:25.4157625Z 2025-12-04T09:02:25.4158883Z  2025-12-04T09:02:25.4159322Z  2025-12-04T09:02:25.4159712Z  2025-12-04T09:02:25.4160081Z  2025-12-04T09:02:25.4160451Z  2025-12-04T09:02:25.4160801Z  2025-12-04T09:02:25.4161175Z  2025-12-04T09:02:25.4161551Z  2025-12-04T09:02:25.4162131Z [1,381 / 3,077] 16 actions, 15 running 2025-12-04T09:02:25.4162978Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2025-12-04T09:02:25.4163945Z Executing genrule //:gen_aten; 11s processwrapper-sandbox 2025-12-04T09:02:25.4165347Z Compiling src/cpu/x64/brgemm/brgemm.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.4167123Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.4168076Z Compiling src/cpu/x64/brgemm/brgemm_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.4169005Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.4169767Z Compiling c10/core/SymInt.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.4170573Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:25.6163867Z 2025-12-04T09:02:25.6164825Z  2025-12-04T09:02:25.6165273Z  2025-12-04T09:02:25.6165616Z  2025-12-04T09:02:25.6165992Z  2025-12-04T09:02:25.6166371Z  2025-12-04T09:02:25.6166715Z  2025-12-04T09:02:25.6167090Z  2025-12-04T09:02:25.6167444Z  2025-12-04T09:02:25.6168030Z [1,388 / 3,077] 16 actions, 15 running 2025-12-04T09:02:25.6168835Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2025-12-04T09:02:25.6169698Z Executing genrule //:gen_aten; 11s processwrapper-sandbox 2025-12-04T09:02:25.6170461Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.6171269Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.6172009Z Compiling src/cpu/x64/cpu_barrier.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.6172969Z Compiling src/cpu/x64/cpu_isa_traits.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.6173945Z Compiling src/cpu/x64/cpu_reducer.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.6174764Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:25.8298625Z 2025-12-04T09:02:25.8299329Z  2025-12-04T09:02:25.8299775Z  2025-12-04T09:02:25.8300148Z  2025-12-04T09:02:25.8300531Z  2025-12-04T09:02:25.8300896Z  2025-12-04T09:02:25.8301267Z  2025-12-04T09:02:25.8301901Z  2025-12-04T09:02:25.8302279Z  2025-12-04T09:02:25.8303003Z [1,396 / 3,077] 15 actions, 14 running 2025-12-04T09:02:25.8303813Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2025-12-04T09:02:25.8304715Z Executing genrule //:gen_aten; 11s processwrapper-sandbox 2025-12-04T09:02:25.8305650Z Compiling src/cpu/x64/cpu_reducer.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:25.8306506Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.8307197Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.8307888Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.8308554Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:25.8309267Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:26.0524078Z 2025-12-04T09:02:26.0524930Z  2025-12-04T09:02:26.0525401Z  2025-12-04T09:02:26.0525759Z  2025-12-04T09:02:26.0526135Z  2025-12-04T09:02:26.0526535Z  2025-12-04T09:02:26.0526913Z  2025-12-04T09:02:26.0527295Z  2025-12-04T09:02:26.0527666Z  2025-12-04T09:02:26.0528211Z [1,404 / 3,077] 16 actions, 15 running 2025-12-04T09:02:26.0529040Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2025-12-04T09:02:26.0529951Z Executing genrule //:gen_aten; 11s processwrapper-sandbox 2025-12-04T09:02:26.0530745Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.0531457Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.0532149Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.0532836Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.0533617Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:26.0534435Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:26.2729665Z 2025-12-04T09:02:26.2730523Z  2025-12-04T09:02:26.2730948Z  2025-12-04T09:02:26.2731389Z  2025-12-04T09:02:26.2731766Z  2025-12-04T09:02:26.2732165Z  2025-12-04T09:02:26.2732534Z  2025-12-04T09:02:26.2732895Z  2025-12-04T09:02:26.2733234Z  2025-12-04T09:02:26.2733782Z [1,411 / 3,077] 16 actions running 2025-12-04T09:02:26.2734556Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2025-12-04T09:02:26.2735431Z Executing genrule //:gen_aten; 12s processwrapper-sandbox 2025-12-04T09:02:26.2736179Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.2736849Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.2737537Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.2738160Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.2739074Z Compiling c10/core/UndefinedTensorImpl.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:26.2739963Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:26.4778253Z 2025-12-04T09:02:26.4779068Z  2025-12-04T09:02:26.4779598Z  2025-12-04T09:02:26.4780003Z  2025-12-04T09:02:26.4780390Z  2025-12-04T09:02:26.4780759Z  2025-12-04T09:02:26.4781122Z  2025-12-04T09:02:26.4781490Z  2025-12-04T09:02:26.4781872Z  2025-12-04T09:02:26.4782421Z [1,420 / 3,077] 16 actions, 15 running 2025-12-04T09:02:26.4783265Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2025-12-04T09:02:26.4784187Z Executing genrule //:gen_aten; 12s processwrapper-sandbox 2025-12-04T09:02:26.4784964Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.4785670Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.4786374Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.4787068Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.4787677Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.4788452Z Compiling c10/core/impl/COW.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:26.6873515Z 2025-12-04T09:02:26.6874271Z  2025-12-04T09:02:26.6874880Z  2025-12-04T09:02:26.6875270Z  2025-12-04T09:02:26.6875610Z  2025-12-04T09:02:26.6875973Z  2025-12-04T09:02:26.6876320Z  2025-12-04T09:02:26.6876671Z  2025-12-04T09:02:26.6877016Z  2025-12-04T09:02:26.6877563Z [1,426 / 3,077] 16 actions, 15 running 2025-12-04T09:02:26.6878379Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2025-12-04T09:02:26.6879297Z Executing genrule //:gen_aten; 12s processwrapper-sandbox 2025-12-04T09:02:26.6880103Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.6880788Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.6881467Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.6882122Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.6882991Z Compiling src/google/protobuf/reflection_ops.cc; 0s processwrapper-sandbox 2025-12-04T09:02:26.6884113Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:26.9060416Z 2025-12-04T09:02:26.9061258Z  2025-12-04T09:02:26.9062949Z  2025-12-04T09:02:26.9063362Z  2025-12-04T09:02:26.9063744Z  2025-12-04T09:02:26.9064101Z  2025-12-04T09:02:26.9064448Z  2025-12-04T09:02:26.9064801Z  2025-12-04T09:02:26.9065163Z  2025-12-04T09:02:26.9065730Z [1,436 / 3,077] 16 actions, 15 running 2025-12-04T09:02:26.9066545Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2025-12-04T09:02:26.9067436Z Executing genrule //:gen_aten; 12s processwrapper-sandbox 2025-12-04T09:02:26.9068209Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.9068893Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.9069581Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.9070266Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.9071201Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:26.9071896Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:27.1286747Z 2025-12-04T09:02:27.1287436Z  2025-12-04T09:02:27.1287868Z  2025-12-04T09:02:27.1288248Z  2025-12-04T09:02:27.1288623Z  2025-12-04T09:02:27.1289005Z  2025-12-04T09:02:27.1289371Z  2025-12-04T09:02:27.1289748Z  2025-12-04T09:02:27.1290135Z  2025-12-04T09:02:27.1290702Z [1,443 / 3,077] 16 actions, 15 running 2025-12-04T09:02:27.1291516Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2025-12-04T09:02:27.1292410Z Executing genrule //:gen_aten; 12s processwrapper-sandbox 2025-12-04T09:02:27.1293215Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.1293913Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.1294812Z Compiling src/cpu/x64/gemm/gemm_driver.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:27.1295921Z Compiling src/cpu/x64/gemm/gemm_info.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:27.1297008Z Compiling src/cpu/x64/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:27.1298121Z Compiling src/cpu/x64/gemm/gemv_driver.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:27.3438294Z 2025-12-04T09:02:27.3439052Z  2025-12-04T09:02:27.3439628Z  2025-12-04T09:02:27.3439998Z  2025-12-04T09:02:27.3440376Z  2025-12-04T09:02:27.3440738Z  2025-12-04T09:02:27.3441111Z  2025-12-04T09:02:27.3441473Z  2025-12-04T09:02:27.3441844Z  2025-12-04T09:02:27.3442389Z [1,452 / 3,077] 16 actions, 15 running 2025-12-04T09:02:27.3443299Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2025-12-04T09:02:27.3444206Z Executing genrule //:gen_aten; 13s processwrapper-sandbox 2025-12-04T09:02:27.3444997Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.3445703Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.3446664Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.3447522Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.3448141Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.3448858Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:27.5669456Z 2025-12-04T09:02:27.5670220Z  2025-12-04T09:02:27.5670916Z  2025-12-04T09:02:27.5671315Z  2025-12-04T09:02:27.5671694Z  2025-12-04T09:02:27.5672054Z  2025-12-04T09:02:27.5672412Z  2025-12-04T09:02:27.5672772Z  2025-12-04T09:02:27.5673136Z  2025-12-04T09:02:27.5673678Z [1,459 / 3,077] 16 actions, 15 running 2025-12-04T09:02:27.5674508Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2025-12-04T09:02:27.5675411Z Executing genrule //:gen_aten; 13s processwrapper-sandbox 2025-12-04T09:02:27.5676226Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.5676958Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.5677653Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.5678356Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.5679028Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.5679847Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:27.7957694Z 2025-12-04T09:02:27.7958253Z  2025-12-04T09:02:27.7958548Z  2025-12-04T09:02:27.7958756Z  2025-12-04T09:02:27.7958971Z  2025-12-04T09:02:27.7959220Z  2025-12-04T09:02:27.7959420Z  2025-12-04T09:02:27.7959630Z  2025-12-04T09:02:27.7959827Z  2025-12-04T09:02:27.7960154Z [1,466 / 3,077] 16 actions, 15 running 2025-12-04T09:02:27.7960597Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2025-12-04T09:02:27.7961089Z Executing genrule //:gen_aten; 13s processwrapper-sandbox 2025-12-04T09:02:27.7961537Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.7961921Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.7962297Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.7962670Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.7963041Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:27.7963486Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:28.0245701Z 2025-12-04T09:02:28.0246459Z  2025-12-04T09:02:28.0246909Z  2025-12-04T09:02:28.0247283Z  2025-12-04T09:02:28.0247649Z  2025-12-04T09:02:28.0248030Z  2025-12-04T09:02:28.0248408Z  2025-12-04T09:02:28.0248761Z  2025-12-04T09:02:28.0249101Z  2025-12-04T09:02:28.0249594Z [1,476 / 3,077] 16 actions, 15 running 2025-12-04T09:02:28.0250308Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2025-12-04T09:02:28.0251045Z Executing genrule //:gen_aten; 13s processwrapper-sandbox 2025-12-04T09:02:28.0251771Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.0252376Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.0252988Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.0253670Z Compiling c10/core/thread_pool.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:28.0254347Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.0255011Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2025-12-04T09:02:28.2584952Z 2025-12-04T09:02:28.2585741Z  2025-12-04T09:02:28.2586130Z  2025-12-04T09:02:28.2586522Z  2025-12-04T09:02:28.2586873Z  2025-12-04T09:02:28.2587229Z  2025-12-04T09:02:28.2587581Z  2025-12-04T09:02:28.2587936Z  2025-12-04T09:02:28.2588278Z  2025-12-04T09:02:28.2588830Z [1,482 / 3,077] 16 actions, 15 running 2025-12-04T09:02:28.2589557Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2025-12-04T09:02:28.2590666Z Executing genrule //:gen_aten; 14s processwrapper-sandbox 2025-12-04T09:02:28.2591643Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.2592322Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.2592948Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.2593614Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.2594293Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.2594966Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:28.4626406Z 2025-12-04T09:02:28.4627190Z  2025-12-04T09:02:28.4627639Z  2025-12-04T09:02:28.4628009Z  2025-12-04T09:02:28.4628650Z  2025-12-04T09:02:28.4629109Z  2025-12-04T09:02:28.4629602Z  2025-12-04T09:02:28.4630080Z  2025-12-04T09:02:28.4631018Z  2025-12-04T09:02:28.4632027Z [1,492 / 3,077] 16 actions, 15 running 2025-12-04T09:02:28.4632582Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2025-12-04T09:02:28.4633148Z Executing genrule //:gen_aten; 14s processwrapper-sandbox 2025-12-04T09:02:28.4633642Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.4634077Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.4634564Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.4634992Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.4635420Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.4635850Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:28.6744651Z 2025-12-04T09:02:28.6745403Z  2025-12-04T09:02:28.6745844Z  2025-12-04T09:02:28.6746231Z  2025-12-04T09:02:28.6746600Z  2025-12-04T09:02:28.6746985Z  2025-12-04T09:02:28.6747355Z  2025-12-04T09:02:28.6747716Z  2025-12-04T09:02:28.6748085Z  2025-12-04T09:02:28.6748607Z [1,497 / 3,077] 16 actions running 2025-12-04T09:02:28.6749452Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2025-12-04T09:02:28.6750380Z Executing genrule //:gen_aten; 14s processwrapper-sandbox 2025-12-04T09:02:28.6751191Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.6751867Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.6752563Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.6753200Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.6753871Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.6754582Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:28.9033916Z 2025-12-04T09:02:28.9034779Z  2025-12-04T09:02:28.9035236Z  2025-12-04T09:02:28.9035613Z  2025-12-04T09:02:28.9036004Z  2025-12-04T09:02:28.9036369Z  2025-12-04T09:02:28.9036729Z  2025-12-04T09:02:28.9037129Z  2025-12-04T09:02:28.9037491Z  2025-12-04T09:02:28.9038081Z [1,507 / 3,077] 16 actions, 15 running 2025-12-04T09:02:28.9038903Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2025-12-04T09:02:28.9039841Z Executing genrule //:gen_aten; 14s processwrapper-sandbox 2025-12-04T09:02:28.9040631Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.9041319Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.9041985Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.9042652Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.9043442Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:28.9044092Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:29.1139438Z 2025-12-04T09:02:29.1140179Z  2025-12-04T09:02:29.1140637Z  2025-12-04T09:02:29.1141006Z  2025-12-04T09:02:29.1141409Z  2025-12-04T09:02:29.1141776Z  2025-12-04T09:02:29.1142157Z  2025-12-04T09:02:29.1142520Z  2025-12-04T09:02:29.1142903Z  2025-12-04T09:02:29.1143753Z [1,514 / 3,077] 16 actions, 15 running 2025-12-04T09:02:29.1144759Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2025-12-04T09:02:29.1145680Z Executing genrule //:gen_aten; 14s processwrapper-sandbox 2025-12-04T09:02:29.1146476Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.1147181Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.1147868Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.1148561Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.1149234Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.1149958Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:29.3151342Z 2025-12-04T09:02:29.3152089Z  2025-12-04T09:02:29.3152534Z  2025-12-04T09:02:29.3152904Z  2025-12-04T09:02:29.3153238Z  2025-12-04T09:02:29.3153610Z  2025-12-04T09:02:29.3153984Z  2025-12-04T09:02:29.3154347Z  2025-12-04T09:02:29.3154737Z  2025-12-04T09:02:29.3155258Z [1,523 / 3,077] 16 actions, 15 running 2025-12-04T09:02:29.3156083Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2025-12-04T09:02:29.3156974Z Executing genrule //:gen_aten; 15s processwrapper-sandbox 2025-12-04T09:02:29.3157995Z Compiling src/cpu/x64/gemm_bf16_convolution.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:29.3158898Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.3159605Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.3160307Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.3160980Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.3161641Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:29.5338782Z 2025-12-04T09:02:29.5339506Z  2025-12-04T09:02:29.5339980Z  2025-12-04T09:02:29.5340356Z  2025-12-04T09:02:29.5340727Z  2025-12-04T09:02:29.5341081Z  2025-12-04T09:02:29.5341508Z  2025-12-04T09:02:29.5341887Z  2025-12-04T09:02:29.5342269Z  2025-12-04T09:02:29.5342826Z [1,528 / 3,077] 15 actions, 14 running 2025-12-04T09:02:29.5343633Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2025-12-04T09:02:29.5344569Z Executing genrule //:gen_aten; 15s processwrapper-sandbox 2025-12-04T09:02:29.5345364Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.5346051Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.5346741Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.5347437Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.5348129Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.5348808Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:29.7353357Z 2025-12-04T09:02:29.7354089Z  2025-12-04T09:02:29.7354523Z  2025-12-04T09:02:29.7354890Z  2025-12-04T09:02:29.7355239Z  2025-12-04T09:02:29.7355650Z  2025-12-04T09:02:29.7356032Z  2025-12-04T09:02:29.7356399Z  2025-12-04T09:02:29.7356767Z  2025-12-04T09:02:29.7357326Z [1,536 / 3,077] 16 actions, 15 running 2025-12-04T09:02:29.7358139Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2025-12-04T09:02:29.7359026Z Executing genrule //:gen_aten; 15s processwrapper-sandbox 2025-12-04T09:02:29.7359809Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.7360498Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.7361173Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.7361936Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:29.7362720Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.7363519Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:29.9606076Z 2025-12-04T09:02:29.9606845Z  2025-12-04T09:02:29.9607505Z  2025-12-04T09:02:29.9608783Z  2025-12-04T09:02:29.9609146Z  2025-12-04T09:02:29.9609691Z  2025-12-04T09:02:29.9610032Z  2025-12-04T09:02:29.9610396Z  2025-12-04T09:02:29.9610749Z  2025-12-04T09:02:29.9611277Z [1,541 / 3,077] 16 actions, 15 running 2025-12-04T09:02:29.9612047Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2025-12-04T09:02:29.9612928Z Executing genrule //:gen_aten; 15s processwrapper-sandbox 2025-12-04T09:02:29.9623790Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.9624615Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.9625292Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.9625990Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.9626674Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:29.9627388Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:30.1614224Z 2025-12-04T09:02:30.1614915Z  2025-12-04T09:02:30.1615377Z  2025-12-04T09:02:30.1615746Z  2025-12-04T09:02:30.1616091Z  2025-12-04T09:02:30.1616452Z  2025-12-04T09:02:30.1616788Z  2025-12-04T09:02:30.1617135Z  2025-12-04T09:02:30.1617469Z  2025-12-04T09:02:30.1618000Z [1,549 / 3,077] 16 actions, 15 running 2025-12-04T09:02:30.1618795Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2025-12-04T09:02:30.1619693Z Executing genrule //:gen_aten; 15s processwrapper-sandbox 2025-12-04T09:02:30.1620478Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.1621133Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.1621798Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.1622444Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.1623146Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.1623806Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:30.3972755Z 2025-12-04T09:02:30.3973531Z  2025-12-04T09:02:30.3973997Z  2025-12-04T09:02:30.3974371Z  2025-12-04T09:02:30.3974750Z  2025-12-04T09:02:30.3975119Z  2025-12-04T09:02:30.3975500Z  2025-12-04T09:02:30.3975877Z  2025-12-04T09:02:30.3976242Z  2025-12-04T09:02:30.3976793Z [1,556 / 3,077] 16 actions, 15 running 2025-12-04T09:02:30.3977600Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2025-12-04T09:02:30.3978509Z Executing genrule //:gen_aten; 16s processwrapper-sandbox 2025-12-04T09:02:30.3979277Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.3979982Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.3980677Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.3981369Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.3982067Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.3982778Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:30.6755550Z 2025-12-04T09:02:30.6756418Z  2025-12-04T09:02:30.6756878Z  2025-12-04T09:02:30.6757266Z  2025-12-04T09:02:30.6757650Z  2025-12-04T09:02:30.6758013Z  2025-12-04T09:02:30.6758384Z  2025-12-04T09:02:30.6758738Z  2025-12-04T09:02:30.6759113Z  2025-12-04T09:02:30.6759629Z [1,563 / 3,077] 16 actions running 2025-12-04T09:02:30.6760444Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2025-12-04T09:02:30.6761353Z Executing genrule //:gen_aten; 16s processwrapper-sandbox 2025-12-04T09:02:30.6762377Z Compiling src/cpu/x64/jit_brgemm_1x1_conv.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:30.6763621Z Compiling src/cpu/x64/jit_brgemm_conv.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:30.6764712Z Compiling src/cpu/x64/jit_brgemm_conv_bwd.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:30.6765645Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.6766585Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.6767453Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:30.8761440Z 2025-12-04T09:02:30.8762660Z  2025-12-04T09:02:30.8763262Z  2025-12-04T09:02:30.8763669Z  2025-12-04T09:02:30.8764133Z  2025-12-04T09:02:30.8764467Z  2025-12-04T09:02:30.8764812Z  2025-12-04T09:02:30.8765168Z  2025-12-04T09:02:30.8765545Z  2025-12-04T09:02:30.8766047Z [1,573 / 3,077] 16 actions running 2025-12-04T09:02:30.8766864Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2025-12-04T09:02:30.8767773Z Executing genrule //:gen_aten; 16s processwrapper-sandbox 2025-12-04T09:02:30.8768556Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.8769452Z Compiling src/cpu/x64/jit_brgemm_conv_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:30.8770485Z Compiling src/cpu/x64/jit_brgemm_deconv.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:30.8771551Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:30.8772401Z Compiling src/cpu/x64/jit_brgemm_post_ops.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:30.8773312Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:31.1120814Z 2025-12-04T09:02:31.1122496Z  2025-12-04T09:02:31.1123294Z  2025-12-04T09:02:31.1124249Z  2025-12-04T09:02:31.1124678Z  2025-12-04T09:02:31.1125030Z  2025-12-04T09:02:31.1125403Z  2025-12-04T09:02:31.1125754Z  2025-12-04T09:02:31.1126120Z  2025-12-04T09:02:31.1126666Z [1,578 / 3,077] 16 actions, 15 running 2025-12-04T09:02:31.1127461Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2025-12-04T09:02:31.1128344Z Executing genrule //:gen_aten; 16s processwrapper-sandbox 2025-12-04T09:02:31.1129205Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.1129909Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.1130629Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.1131299Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.1132007Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.1132720Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:31.3189672Z 2025-12-04T09:02:31.3190569Z  2025-12-04T09:02:31.3191207Z  2025-12-04T09:02:31.3191685Z  2025-12-04T09:02:31.3192053Z  2025-12-04T09:02:31.3192543Z  2025-12-04T09:02:31.3193013Z  2025-12-04T09:02:31.3193486Z  2025-12-04T09:02:31.3193965Z  2025-12-04T09:02:31.3194608Z [1,588 / 3,077] 15 actions, 14 running 2025-12-04T09:02:31.3195500Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2025-12-04T09:02:31.3196511Z Executing genrule //:gen_aten; 17s processwrapper-sandbox 2025-12-04T09:02:31.3197375Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.3198374Z Compiling src/cpu/x64/jit_sse41_convolution.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.3199585Z Compiling src/cpu/x64/jit_transpose_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.3200619Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.3201403Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.3202355Z Compiling src/cpu/x64/jit_uni_binary.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:31.5361101Z 2025-12-04T09:02:31.5362063Z  2025-12-04T09:02:31.5362629Z  2025-12-04T09:02:31.5362998Z  2025-12-04T09:02:31.5363470Z  2025-12-04T09:02:31.5363842Z  2025-12-04T09:02:31.5364203Z  2025-12-04T09:02:31.5364615Z  2025-12-04T09:02:31.5364977Z  2025-12-04T09:02:31.5365522Z [1,592 / 3,077] 16 actions, 15 running 2025-12-04T09:02:31.5366327Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2025-12-04T09:02:31.5367152Z Executing genrule //:gen_aten; 17s processwrapper-sandbox 2025-12-04T09:02:31.5368229Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.5369406Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.5370271Z Compiling src/cpu/x64/jit_uni_binary.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.5371713Z Compiling src/cpu/x64/jit_uni_binary_kernel.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.5373369Z Compiling src/cpu/x64/jit_uni_convert_xf16.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.5374324Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:31.7549370Z 2025-12-04T09:02:31.7550335Z  2025-12-04T09:02:31.7550784Z  2025-12-04T09:02:31.7551168Z  2025-12-04T09:02:31.7551535Z  2025-12-04T09:02:31.7551914Z  2025-12-04T09:02:31.7552264Z  2025-12-04T09:02:31.7552636Z  2025-12-04T09:02:31.7552998Z  2025-12-04T09:02:31.7553530Z [1,601 / 3,077] 16 actions, 15 running 2025-12-04T09:02:31.7554326Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2025-12-04T09:02:31.7555211Z Executing genrule //:gen_aten; 17s processwrapper-sandbox 2025-12-04T09:02:31.7556133Z Compiling src/cpu/x64/jit_uni_eltwise.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.7557192Z Compiling src/cpu/x64/jit_uni_eltwise_int.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.7558070Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.7558959Z Compiling src/cpu/x64/jit_uni_i8i8_pooling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.7559992Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2025-12-04T09:02:31.7560801Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:31.9918545Z 2025-12-04T09:02:31.9919439Z  2025-12-04T09:02:31.9919889Z  2025-12-04T09:02:31.9920250Z  2025-12-04T09:02:31.9920623Z  2025-12-04T09:02:31.9920997Z  2025-12-04T09:02:31.9921356Z  2025-12-04T09:02:31.9921725Z  2025-12-04T09:02:31.9922085Z  2025-12-04T09:02:31.9922666Z [1,607 / 3,077] 16 actions, 15 running 2025-12-04T09:02:31.9923553Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2025-12-04T09:02:31.9924487Z Executing genrule //:gen_aten; 17s processwrapper-sandbox 2025-12-04T09:02:31.9925259Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.9925949Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:31.9926850Z Compiling src/cpu/x64/jit_uni_pool_kernel.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.9927925Z Compiling src/cpu/x64/jit_uni_pooling.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.9928993Z Compiling src/cpu/x64/jit_uni_reduction.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:31.9929895Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:32.2773558Z 2025-12-04T09:02:32.2774313Z  2025-12-04T09:02:32.2774768Z  2025-12-04T09:02:32.2775151Z  2025-12-04T09:02:32.2775528Z  2025-12-04T09:02:32.2775927Z  2025-12-04T09:02:32.2776300Z  2025-12-04T09:02:32.2776684Z  2025-12-04T09:02:32.2777056Z  2025-12-04T09:02:32.2777570Z [1,618 / 3,077] 15 actions running 2025-12-04T09:02:32.2778385Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2025-12-04T09:02:32.2779292Z Executing genrule //:gen_aten; 18s processwrapper-sandbox 2025-12-04T09:02:32.2780101Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.2780988Z Compiling src/cpu/x64/jit_uni_softmax.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:32.2781904Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.2782613Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.2783303Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.2784027Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:32.5347598Z 2025-12-04T09:02:32.5348355Z  2025-12-04T09:02:32.5348799Z  2025-12-04T09:02:32.5349237Z  2025-12-04T09:02:32.5349878Z  2025-12-04T09:02:32.5350463Z  2025-12-04T09:02:32.5350805Z  2025-12-04T09:02:32.5351188Z  2025-12-04T09:02:32.5351570Z  2025-12-04T09:02:32.5352136Z [1,627 / 3,077] 16 actions, 15 running 2025-12-04T09:02:32.5352939Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2025-12-04T09:02:32.5353813Z Executing genrule //:gen_aten; 18s processwrapper-sandbox 2025-12-04T09:02:32.5354614Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.5355479Z Compiling src/cpu/x64/jit_uni_xf16_sum.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:32.5356349Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.5357057Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.5357762Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.5358452Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:32.7354444Z 2025-12-04T09:02:32.7355462Z  2025-12-04T09:02:32.7355955Z  2025-12-04T09:02:32.7356356Z  2025-12-04T09:02:32.7356717Z  2025-12-04T09:02:32.7357094Z  2025-12-04T09:02:32.7357461Z  2025-12-04T09:02:32.7357845Z  2025-12-04T09:02:32.7358205Z  2025-12-04T09:02:32.7358769Z [1,634 / 3,077] 16 actions, 15 running 2025-12-04T09:02:32.7359567Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2025-12-04T09:02:32.7360478Z Executing genrule //:gen_aten; 18s processwrapper-sandbox 2025-12-04T09:02:32.7361265Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.7361965Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.7362840Z Compiling src/cpu/x64/lrn/jit_uni_lrn.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:32.7363808Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.7364746Z Compiling src/cpu/x64/matmul/brgemm_matmul.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:32.7365709Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:32.9630134Z 2025-12-04T09:02:32.9630993Z  2025-12-04T09:02:32.9631486Z  2025-12-04T09:02:32.9631903Z  2025-12-04T09:02:32.9632399Z  2025-12-04T09:02:32.9632757Z  2025-12-04T09:02:32.9633131Z  2025-12-04T09:02:32.9633497Z  2025-12-04T09:02:32.9633868Z  2025-12-04T09:02:32.9634410Z [1,640 / 3,077] 16 actions, 15 running 2025-12-04T09:02:32.9635255Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2025-12-04T09:02:32.9636164Z Executing genrule //:gen_aten; 18s processwrapper-sandbox 2025-12-04T09:02:32.9637171Z Compiling src/cpu/x64/matmul/brgemm_matmul.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:32.9638125Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.9638806Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.9639507Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.9640198Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:32.9640919Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:33.1985351Z 2025-12-04T09:02:33.1986085Z  2025-12-04T09:02:33.1986526Z  2025-12-04T09:02:33.1986941Z  2025-12-04T09:02:33.1987304Z  2025-12-04T09:02:33.1987682Z  2025-12-04T09:02:33.1988044Z  2025-12-04T09:02:33.1988421Z  2025-12-04T09:02:33.1988783Z  2025-12-04T09:02:33.1989341Z [1,650 / 3,077] 16 actions, 15 running 2025-12-04T09:02:33.1990162Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2025-12-04T09:02:33.1991073Z Executing genrule //:gen_aten; 18s processwrapper-sandbox 2025-12-04T09:02:33.1991886Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.1992577Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.1993270Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.1993956Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.1994868Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.1995725Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2025-12-04T09:02:33.4198147Z 2025-12-04T09:02:33.4198961Z  2025-12-04T09:02:33.4199694Z  2025-12-04T09:02:33.4200242Z  2025-12-04T09:02:33.4200775Z  2025-12-04T09:02:33.4201321Z  2025-12-04T09:02:33.4201841Z  2025-12-04T09:02:33.4202337Z  2025-12-04T09:02:33.4202765Z  2025-12-04T09:02:33.4203527Z [1,659 / 3,077] 15 actions, 13 running 2025-12-04T09:02:33.4204613Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2025-12-04T09:02:33.4205549Z Executing genrule //:gen_aten; 19s processwrapper-sandbox 2025-12-04T09:02:33.4206456Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.4207456Z Compiling src/cpu/x64/rnn/rnn_brgemm_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:33.4208484Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.4209301Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2025-12-04T09:02:33.4210168Z Compiling src/cpu/x64/utils/jit_io_helper.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:33.4211398Z Compiling src/cpu/zero_point_utils.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:33.6219389Z 2025-12-04T09:02:33.6220127Z  2025-12-04T09:02:33.6220569Z  2025-12-04T09:02:33.6220951Z  2025-12-04T09:02:33.6221315Z  2025-12-04T09:02:33.6221694Z  2025-12-04T09:02:33.6222060Z  2025-12-04T09:02:33.6222455Z  2025-12-04T09:02:33.6222819Z  2025-12-04T09:02:33.6223372Z [1,668 / 3,077] 16 actions, 15 running 2025-12-04T09:02:33.6224200Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2025-12-04T09:02:33.6225109Z Executing genrule //:gen_aten; 19s processwrapper-sandbox 2025-12-04T09:02:33.6226087Z Compiling src/cpu/zero_point_utils.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:33.6227067Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:33.6227945Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:33.6228713Z @onnx//:onnx_proto; 0s processwrapper-sandbox 2025-12-04T09:02:33.6229627Z Compiling tensorpipe/channel/cma/factory.cc; 0s processwrapper-sandbox 2025-12-04T09:02:33.6230795Z Compiling tensorpipe/channel/helpers.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:33.8220762Z 2025-12-04T09:02:33.8221821Z  2025-12-04T09:02:33.8222156Z  2025-12-04T09:02:33.8222372Z  2025-12-04T09:02:33.8222570Z  2025-12-04T09:02:33.8222815Z  2025-12-04T09:02:33.8223016Z  2025-12-04T09:02:33.8223228Z  2025-12-04T09:02:33.8223439Z  2025-12-04T09:02:33.8223745Z [1,678 / 3,077] 15 actions, 14 running 2025-12-04T09:02:33.8224207Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2025-12-04T09:02:33.8224687Z Executing genrule //:gen_aten; 19s processwrapper-sandbox 2025-12-04T09:02:33.8225259Z Compiling tensorpipe/channel/mpt/factory.cc; 0s processwrapper-sandbox 2025-12-04T09:02:33.8225800Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:33.8226333Z Compiling tensorpipe/channel/xth/factory.cc; 0s processwrapper-sandbox 2025-12-04T09:02:33.8226915Z Compiling tensorpipe/common/address.cc; 0s processwrapper-sandbox 2025-12-04T09:02:33.8227471Z Compiling tensorpipe/common/epoll_loop.cc; 0s processwrapper-sandbox 2025-12-04T09:02:33.8228258Z Compiling tensorpipe/common/error.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:34.0423336Z 2025-12-04T09:02:34.0424059Z  2025-12-04T09:02:34.0424511Z  2025-12-04T09:02:34.0424845Z  2025-12-04T09:02:34.0425188Z  2025-12-04T09:02:34.0425514Z  2025-12-04T09:02:34.0425874Z  2025-12-04T09:02:34.0426216Z  2025-12-04T09:02:34.0426534Z  2025-12-04T09:02:34.0427097Z [1,689 / 3,077] 16 actions, 15 running 2025-12-04T09:02:34.0428176Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2025-12-04T09:02:34.0429265Z Executing genrule //:gen_aten; 19s processwrapper-sandbox 2025-12-04T09:02:34.0430076Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2025-12-04T09:02:34.0431000Z Compiling tensorpipe/common/socket.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.0431989Z Compiling tensorpipe/common/system.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.0432879Z Compiling tensorpipe/core/context.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.0433855Z Compiling tensorpipe/core/context_impl.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.0434864Z Compiling tensorpipe/core/listener.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:34.2486304Z 2025-12-04T09:02:34.2487376Z  2025-12-04T09:02:34.2487786Z  2025-12-04T09:02:34.2488126Z  2025-12-04T09:02:34.2488442Z  2025-12-04T09:02:34.2488776Z  2025-12-04T09:02:34.2489089Z  2025-12-04T09:02:34.2489449Z  2025-12-04T09:02:34.2489778Z  2025-12-04T09:02:34.2490320Z [1,699 / 3,077] 16 actions, 15 running 2025-12-04T09:02:34.2491091Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2025-12-04T09:02:34.2491872Z Executing genrule //:gen_aten; 20s processwrapper-sandbox 2025-12-04T09:02:34.2492730Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2025-12-04T09:02:34.2493624Z Compiling tensorpipe/core/pipe.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.2494558Z Compiling tensorpipe/core/listener_impl.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.2495532Z Compiling tensorpipe/core/pipe_impl.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.2496399Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:34.2497205Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2025-12-04T09:02:34.4553767Z 2025-12-04T09:02:34.4554512Z  2025-12-04T09:02:34.4554952Z  2025-12-04T09:02:34.4555336Z  2025-12-04T09:02:34.4555744Z  2025-12-04T09:02:34.4556175Z  2025-12-04T09:02:34.4556538Z  2025-12-04T09:02:34.4556909Z  2025-12-04T09:02:34.4557268Z  2025-12-04T09:02:34.4557805Z [1,708 / 3,077] 16 actions, 15 running 2025-12-04T09:02:34.4558608Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2025-12-04T09:02:34.4559531Z Executing genrule //:gen_aten; 20s processwrapper-sandbox 2025-12-04T09:02:34.4560493Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2025-12-04T09:02:34.4561535Z Compiling onnx/version_converter/helper.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.4562527Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:34.4563443Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:34.4564447Z Compiling tensorpipe/transport/shm/factory.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.4565511Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2025-12-04T09:02:34.6567558Z 2025-12-04T09:02:34.6568335Z  2025-12-04T09:02:34.6568958Z  2025-12-04T09:02:34.6569297Z  2025-12-04T09:02:34.6569801Z  2025-12-04T09:02:34.6570240Z  2025-12-04T09:02:34.6570859Z  2025-12-04T09:02:34.6571308Z  2025-12-04T09:02:34.6571715Z  2025-12-04T09:02:34.6572313Z [1,717 / 3,077] 16 actions, 15 running 2025-12-04T09:02:34.6573138Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2025-12-04T09:02:34.6574054Z Executing genrule //:gen_aten; 20s processwrapper-sandbox 2025-12-04T09:02:34.6574989Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2025-12-04T09:02:34.6575918Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:34.6576927Z Compiling tensorpipe/transport/uv/factory.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.6577916Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:34.6579140Z Compiling tensorpipe/transport/uv/loop.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.6580436Z Compiling onnx/version_converter/convert.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:34.8571126Z 2025-12-04T09:02:34.8571980Z  2025-12-04T09:02:34.8572446Z  2025-12-04T09:02:34.8572812Z  2025-12-04T09:02:34.8573188Z  2025-12-04T09:02:34.8573555Z  2025-12-04T09:02:34.8573940Z  2025-12-04T09:02:34.8574315Z  2025-12-04T09:02:34.8574681Z  2025-12-04T09:02:34.8575235Z [1,733 / 3,077] 16 actions, 15 running 2025-12-04T09:02:34.8576055Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2025-12-04T09:02:34.8576989Z Executing genrule //:gen_aten; 20s processwrapper-sandbox 2025-12-04T09:02:34.8577953Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2025-12-04T09:02:34.8579029Z Compiling onnx/version_converter/convert.cc; 0s processwrapper-sandbox 2025-12-04T09:02:34.8580093Z Compiling third_party/libuv/src/version.c; 0s processwrapper-sandbox 2025-12-04T09:02:34.8581220Z Compiling third_party/libuv/src/unix/async.c; 0s processwrapper-sandbox 2025-12-04T09:02:34.8582353Z Compiling third_party/libuv/src/unix/core.c; 0s processwrapper-sandbox 2025-12-04T09:02:34.8583468Z Compiling third_party/libuv/src/unix/dl.c; 0s processwrapper-sandbox ... 2025-12-04T09:02:35.0614581Z 2025-12-04T09:02:35.0615724Z  2025-12-04T09:02:35.0616210Z  2025-12-04T09:02:35.0616517Z  2025-12-04T09:02:35.0616868Z  2025-12-04T09:02:35.0617211Z  2025-12-04T09:02:35.0617555Z  2025-12-04T09:02:35.0617847Z  2025-12-04T09:02:35.0618186Z  2025-12-04T09:02:35.0618643Z [1,748 / 3,077] 16 actions, 15 running 2025-12-04T09:02:35.0619556Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2025-12-04T09:02:35.0620639Z Executing genrule //:gen_aten; 20s processwrapper-sandbox 2025-12-04T09:02:35.0621771Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2025-12-04T09:02:35.0622713Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:35.0623776Z Compiling third_party/libuv/src/unix/stream.c; 0s processwrapper-sandbox 2025-12-04T09:02:35.0625008Z Compiling third_party/libuv/src/unix/tcp.c; 0s processwrapper-sandbox 2025-12-04T09:02:35.0626006Z @onnx//:onnx; 0s processwrapper-sandbox 2025-12-04T09:02:35.0626797Z @tensorpipe//:libuv; 0s processwrapper-sandbox ... 2025-12-04T09:02:35.2795133Z 2025-12-04T09:02:35.2795890Z  2025-12-04T09:02:35.2796340Z  2025-12-04T09:02:35.2796735Z  2025-12-04T09:02:35.2797143Z  2025-12-04T09:02:35.2797509Z  2025-12-04T09:02:35.2797869Z  2025-12-04T09:02:35.2798230Z  2025-12-04T09:02:35.2798609Z  2025-12-04T09:02:35.2799123Z [1,761 / 3,077] 16 actions running 2025-12-04T09:02:35.2799941Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2025-12-04T09:02:35.2800846Z Executing genrule //:gen_aten; 21s processwrapper-sandbox 2025-12-04T09:02:35.2801811Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2025-12-04T09:02:35.2802664Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2025-12-04T09:02:35.2803465Z @onnx//:onnx; 0s processwrapper-sandbox 2025-12-04T09:02:35.2804139Z Compiling src/demangle.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.2804891Z Compiling src/logging.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.2805735Z Compiling src/raw_logging.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:35.4801348Z 2025-12-04T09:02:35.4802084Z  2025-12-04T09:02:35.4802529Z  2025-12-04T09:02:35.4802911Z  2025-12-04T09:02:35.4803329Z  2025-12-04T09:02:35.4803684Z  2025-12-04T09:02:35.4804041Z  2025-12-04T09:02:35.4804419Z  2025-12-04T09:02:35.4804734Z  2025-12-04T09:02:35.4805235Z [1,777 / 3,077] 16 actions running 2025-12-04T09:02:35.4806354Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2025-12-04T09:02:35.4807432Z Executing genrule //:gen_aten; 21s processwrapper-sandbox 2025-12-04T09:02:35.4808358Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2025-12-04T09:02:35.4809257Z Compiling src/idl_gen_text.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:35.4810141Z Compiling src/idl_parser.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:35.4810981Z Compiling src/reflection.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:35.4811781Z Compiling src/util.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:35.4812625Z Compiling src/idl_gen_fbs.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:02:35.6271821Z 2025-12-04T09:02:35.6274400Z  2025-12-04T09:02:35.6276724Z  2025-12-04T09:02:35.6277135Z  2025-12-04T09:02:35.6277493Z  2025-12-04T09:02:35.6277819Z  2025-12-04T09:02:35.6278147Z  2025-12-04T09:02:35.6278485Z  2025-12-04T09:02:35.6278823Z  2025-12-04T09:02:35.6279426Z INFO: From Testing //c10/test:typeid_test: 2025-12-04T09:02:35.6358501Z ==================== Test output for //c10/test:typeid_test: 2025-12-04T09:02:35.6359236Z Running main() from gmock_main.cc 2025-12-04T09:02:35.6359802Z Note: Google Test filter = -*CUDA 2025-12-04T09:02:35.6360361Z [==========] Running 5 tests from 1 test suite. 2025-12-04T09:02:35.6360988Z [----------] Global test environment set-up. 2025-12-04T09:02:35.6361594Z [----------] 5 tests from TypeMetaTest 2025-12-04T09:02:35.6362187Z [ RUN ] TypeMetaTest.TypeMetaStatic 2025-12-04T09:02:35.6362820Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2025-12-04T09:02:35.6363522Z [ RUN ] TypeMetaTest.Names 2025-12-04T09:02:35.6364063Z [ OK ] TypeMetaTest.Names (0 ms) 2025-12-04T09:02:35.6364669Z [ RUN ] TypeMetaTest.TypeMeta 2025-12-04T09:02:35.6365259Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2025-12-04T09:02:35.6365887Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2025-12-04T09:02:35.6366576Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2025-12-04T09:02:35.6367188Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2025-12-04T09:02:35.6367671Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2025-12-04T09:02:35.6368194Z [----------] 5 tests from TypeMetaTest (0 ms total) 2025-12-04T09:02:35.6368529Z 2025-12-04T09:02:35.6368713Z [----------] Global test environment tear-down 2025-12-04T09:02:35.6369226Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:02:35.6369718Z [ PASSED ] 5 tests. 2025-12-04T09:02:35.6370072Z ================================================================================ 2025-12-04T09:02:35.6371356Z [1,784 / 3,078] 1 / 26 tests; 16 actions running; last test: ...st:typeid_test 2025-12-04T09:02:35.6372197Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2025-12-04T09:02:35.6372950Z Executing genrule //:gen_aten; 21s processwrapper-sandbox 2025-12-04T09:02:35.6373733Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2025-12-04T09:02:35.6374528Z Compiling src/idl_parser.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:35.6375285Z Compiling src/idl_gen_fbs.cpp; 0s processwrapper-sandbox 2025-12-04T09:02:35.6375973Z Compiling onnx/checker.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.6376742Z Compiling onnx/defs/training/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.6377545Z Compiling onnx/common/ir_pb_converter.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:35.8817262Z 2025-12-04T09:02:35.8817982Z  2025-12-04T09:02:35.8818414Z  2025-12-04T09:02:35.8818791Z  2025-12-04T09:02:35.8819151Z  2025-12-04T09:02:35.8819515Z  2025-12-04T09:02:35.8819874Z  2025-12-04T09:02:35.8820231Z  2025-12-04T09:02:35.8820602Z  2025-12-04T09:02:35.8821527Z [1,799 / 3,078] 1 / 26 tests; 16 actions running; last test: ...st:typeid_test 2025-12-04T09:02:35.8822907Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2025-12-04T09:02:35.8823809Z Executing genrule //:gen_aten; 21s processwrapper-sandbox 2025-12-04T09:02:35.8824954Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2025-12-04T09:02:35.8825974Z Compiling onnx/defs/attr_proto_util.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.8827036Z Compiling onnx/defs/controlflow/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.8828085Z Compiling onnx/defs/controlflow/old.cc; 0s processwrapper-sandbox 2025-12-04T09:02:35.8829028Z Linking c10/test/util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:02:35.8830087Z Compiling onnx/defs/controlflow/utils.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:36.0810827Z 2025-12-04T09:02:36.0811565Z  2025-12-04T09:02:36.0811993Z  2025-12-04T09:02:36.0812363Z  2025-12-04T09:02:36.0812718Z  2025-12-04T09:02:36.0813518Z  2025-12-04T09:02:36.0813871Z  2025-12-04T09:02:36.0814218Z  2025-12-04T09:02:36.0814588Z  2025-12-04T09:02:36.0815445Z [1,807 / 3,079] 1 / 26 tests; 16 actions running; last test: ...st:typeid_test 2025-12-04T09:02:36.0816427Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2025-12-04T09:02:36.0817235Z Executing genrule //:gen_aten; 21s processwrapper-sandbox 2025-12-04T09:02:36.0818087Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2025-12-04T09:02:36.0818994Z Compiling onnx/defs/generator/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.0819991Z Compiling onnx/defs/generator/utils.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.0820996Z Compiling onnx/defs/traditionalml/old.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.0821904Z Compiling onnx/defs/logical/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.0822771Z Compiling onnx/defs/image/defs.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:36.3154103Z 2025-12-04T09:02:36.3154813Z  2025-12-04T09:02:36.3155274Z  2025-12-04T09:02:36.3155655Z  2025-12-04T09:02:36.3156049Z  2025-12-04T09:02:36.3156413Z  2025-12-04T09:02:36.3156786Z  2025-12-04T09:02:36.3157162Z  2025-12-04T09:02:36.3157535Z  2025-12-04T09:02:36.3158429Z [1,814 / 3,079] 1 / 26 tests; 16 actions, 15 running; last test: ...ypeid_test 2025-12-04T09:02:36.3159493Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2025-12-04T09:02:36.3160414Z Executing genrule //:gen_aten; 22s processwrapper-sandbox 2025-12-04T09:02:36.3161368Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2025-12-04T09:02:36.3162356Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:02:36.3163323Z Compiling onnx/defs/math/old.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.3164220Z Compiling onnx/defs/math/utils.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.3165075Z Compiling onnx/defs/nn/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.3165981Z Compiling onnx/defs/nn/old.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:36.5180542Z 2025-12-04T09:02:36.5181249Z  2025-12-04T09:02:36.5181702Z  2025-12-04T09:02:36.5182072Z  2025-12-04T09:02:36.5182435Z  2025-12-04T09:02:36.5182783Z  2025-12-04T09:02:36.5183158Z  2025-12-04T09:02:36.5183508Z  2025-12-04T09:02:36.5183881Z  2025-12-04T09:02:36.5184785Z [1,823 / 3,079] 1 / 26 tests; 16 actions, 15 running; last test: ...ypeid_test 2025-12-04T09:02:36.5185830Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2025-12-04T09:02:36.5186717Z Executing genrule //:gen_aten; 22s processwrapper-sandbox 2025-12-04T09:02:36.5187644Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2025-12-04T09:02:36.5188611Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:02:36.5189739Z Compiling onnx/defs/nn/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.5190715Z Compiling onnx/defs/traditionalml/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.5191952Z Compiling onnx/defs/quantization/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.5193011Z Compiling onnx/defs/quantization/old.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:36.7677871Z 2025-12-04T09:02:36.7678623Z  2025-12-04T09:02:36.7679044Z  2025-12-04T09:02:36.7679412Z  2025-12-04T09:02:36.7679757Z  2025-12-04T09:02:36.7680113Z  2025-12-04T09:02:36.7680475Z  2025-12-04T09:02:36.7680823Z  2025-12-04T09:02:36.7681181Z  2025-12-04T09:02:36.7682035Z [1,827 / 3,079] 1 / 26 tests; 16 actions, 15 running; last test: ...ypeid_test 2025-12-04T09:02:36.7683080Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2025-12-04T09:02:36.7684032Z Executing genrule //:gen_aten; 22s processwrapper-sandbox 2025-12-04T09:02:36.7684983Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2025-12-04T09:02:36.7685913Z Testing //c10/test:util_base_tests; 0s processwrapper-sandbox 2025-12-04T09:02:36.7686851Z Compiling onnx/defs/reduction/defs.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.7687834Z Compiling onnx/defs/reduction/utils.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.7688798Z Compiling onnx/defs/reduction/old.cc; 0s processwrapper-sandbox 2025-12-04T09:02:36.7689738Z Compiling onnx/defs/rnn/defs.cc; 0s processwrapper-sandbox ... 2025-12-04T09:02:37.0448140Z 2025-12-04T09:02:37.0448720Z  2025-12-04T09:02:37.0448977Z  2025-12-04T09:02:37.0449200Z  2025-12-04T09:02:37.0449495Z  2025-12-04T09:02:37.0449712Z  2025-12-04T09:02:37.0449928Z  2025-12-04T09:02:37.0450127Z  2025-12-04T09:02:37.0450334Z  2025-12-04T09:02:37.0450834Z [1,839 / 3,080] 1 / 26 tests; 8 actions, 7 running; last test: ...:typeid_test 2025-12-04T09:02:37.0451450Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2025-12-04T09:02:37.0451945Z Executing genrule //:gen_aten; 22s processwrapper-sandbox 2025-12-04T09:02:37.0452453Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2025-12-04T09:02:37.0452991Z Testing //c10/test:util_base_tests; 1s processwrapper-sandbox 2025-12-04T09:02:37.0453478Z Compiling onnx/defs/tensor/old.cc; 0s processwrapper-sandbox 2025-12-04T09:02:37.0454081Z Compiling onnx/defs/tensor_proto_util.cc; 0s processwrapper-sandbox 2025-12-04T09:02:37.0454621Z Compiling onnx/defs/tensor_util.cc; 0s processwrapper-sandbox 2025-12-04T09:02:37.0455034Z [Prepa] Testing //c10/test:core_tests 2025-12-04T09:02:37.0951060Z 2025-12-04T09:02:37.0951781Z  2025-12-04T09:02:37.0952215Z  2025-12-04T09:02:37.0952592Z  2025-12-04T09:02:37.0953035Z  2025-12-04T09:02:37.0953390Z  2025-12-04T09:02:37.0953760Z  2025-12-04T09:02:37.0954143Z  2025-12-04T09:02:37.0954520Z  2025-12-04T09:02:37.0955111Z INFO: From Testing //c10/test:core_tests: 2025-12-04T09:02:37.0955814Z ==================== Test output for //c10/test:core_tests: 2025-12-04T09:02:37.0956427Z Running main() from gmock_main.cc 2025-12-04T09:02:37.0956940Z Note: Google Test filter = -*CUDA 2025-12-04T09:02:37.0957485Z [==========] Running 81 tests from 18 test suites. 2025-12-04T09:02:37.0958093Z [----------] Global test environment set-up. 2025-12-04T09:02:37.0958709Z [----------] 1 test from AllocatorConfigTest 2025-12-04T09:02:37.0959363Z [ RUN ] AllocatorConfigTest.allocator_config_test 2025-12-04T09:02:37.0960112Z [ OK ] AllocatorConfigTest.allocator_config_test (0 ms) 2025-12-04T09:02:37.0960864Z [----------] 1 test from AllocatorConfigTest (0 ms total) 2025-12-04T09:02:37.0961332Z 2025-12-04T09:02:37.0961591Z [----------] 2 tests from CompileTimeFunctionPointerTest 2025-12-04T09:02:37.0962422Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2025-12-04T09:02:37.0963767Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2025-12-04T09:02:37.0964955Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2025-12-04T09:02:37.0965958Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2025-12-04T09:02:37.0966941Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2025-12-04T09:02:37.0967482Z 2025-12-04T09:02:37.0967659Z [----------] 1 test from DeviceGuard 2025-12-04T09:02:37.0968276Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2025-12-04T09:02:37.0969085Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2025-12-04T09:02:37.0969807Z [----------] 1 test from DeviceGuard (0 ms total) 2025-12-04T09:02:37.0970243Z 2025-12-04T09:02:37.0970445Z [----------] 1 test from OptionalDeviceGuard 2025-12-04T09:02:37.0971393Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2025-12-04T09:02:37.0972360Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2025-12-04T09:02:37.0973229Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2025-12-04T09:02:37.0973685Z 2025-12-04T09:02:37.0973856Z [----------] 1 test from DeviceTest 2025-12-04T09:02:37.0974403Z [ RUN ] DeviceTest.BasicConstruction 2025-12-04T09:02:37.0975011Z [ OK ] DeviceTest.BasicConstruction (0 ms) 2025-12-04T09:02:37.0975652Z [----------] 1 test from DeviceTest (0 ms total) 2025-12-04T09:02:37.0976057Z 2025-12-04T09:02:37.0976249Z [----------] 2 tests from DeviceTypeTest 2025-12-04T09:02:37.0976870Z [ RUN ] DeviceTypeTest.PrivateUseOneDeviceType 2025-12-04T09:02:37.0977620Z [ OK ] DeviceTypeTest.PrivateUseOneDeviceType (0 ms) 2025-12-04T09:02:37.0978341Z [ RUN ] DeviceTypeTest.PrivateUseOneRegister 2025-12-04T09:02:37.0979065Z [ OK ] DeviceTypeTest.PrivateUseOneRegister (0 ms) 2025-12-04T09:02:37.0979740Z [----------] 2 tests from DeviceTypeTest (0 ms total) 2025-12-04T09:02:37.0980190Z 2025-12-04T09:02:37.0980387Z [----------] 17 tests from DispatchKeySet 2025-12-04T09:02:37.0980977Z [ RUN ] DispatchKeySet.ShowSemantics 2025-12-04T09:02:37.0981595Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2025-12-04T09:02:37.0982195Z [ RUN ] DispatchKeySet.Empty 2025-12-04T09:02:37.0982718Z [ OK ] DispatchKeySet.Empty (0 ms) 2025-12-04T09:02:37.0983376Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2025-12-04T09:02:37.0984142Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2025-12-04T09:02:37.0984927Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2025-12-04T09:02:37.0985698Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2025-12-04T09:02:37.0986569Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2025-12-04T09:02:37.0987549Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2025-12-04T09:02:37.0988391Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2025-12-04T09:02:37.0989098Z [ OK ] DispatchKeySet.DoubletonPerBackend (16 ms) 2025-12-04T09:02:37.0989737Z [ RUN ] DispatchKeySet.Full 2025-12-04T09:02:37.0990267Z [ OK ] DispatchKeySet.Full (0 ms) 2025-12-04T09:02:37.0990843Z [ RUN ] DispatchKeySet.IteratorBasicOps 2025-12-04T09:02:37.0991485Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2025-12-04T09:02:37.0992246Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2025-12-04T09:02:37.0993125Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2025-12-04T09:02:37.0993916Z [ RUN ] DispatchKeySet.IteratorEmpty 2025-12-04T09:02:37.0994533Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2025-12-04T09:02:37.0995204Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2025-12-04T09:02:37.0995894Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2025-12-04T09:02:37.0996566Z [ RUN ] DispatchKeySet.IteratorFull 2025-12-04T09:02:37.0997177Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2025-12-04T09:02:37.0997837Z [ RUN ] DispatchKeySet.FailAtEndIterator 2025-12-04T09:02:37.0998685Z [ OK ] DispatchKeySet.FailAtEndIterator (0 ms) 2025-12-04T09:02:37.0999569Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2025-12-04T09:02:37.1000382Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2025-12-04T09:02:37.1001244Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2025-12-04T09:02:37.1002197Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2025-12-04T09:02:37.1003234Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2025-12-04T09:02:37.1004211Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2025-12-04T09:02:37.1005110Z [ RUN ] DispatchKeySet.TestGetRuntimeDispatchKeySet 2025-12-04T09:02:37.1005923Z [ OK ] DispatchKeySet.TestGetRuntimeDispatchKeySet (2 ms) 2025-12-04T09:02:37.1006706Z [----------] 17 tests from DispatchKeySet (19 ms total) 2025-12-04T09:02:37.1007159Z 2025-12-04T09:02:37.1007328Z [----------] 3 tests from ScalarTest 2025-12-04T09:02:37.1007907Z [ RUN ] ScalarTest.UnsignedConstructor 2025-12-04T09:02:37.1008538Z [ OK ] ScalarTest.UnsignedConstructor (0 ms) 2025-12-04T09:02:37.1009151Z [ RUN ] ScalarTest.Equality 2025-12-04T09:02:37.1009661Z [ OK ] ScalarTest.Equality (0 ms) 2025-12-04T09:02:37.1010250Z [ RUN ] ScalarTest.LongsAndLongLongs 2025-12-04T09:02:37.1010872Z [ OK ] ScalarTest.LongsAndLongLongs (0 ms) 2025-12-04T09:02:37.1011494Z [----------] 3 tests from ScalarTest (0 ms total) 2025-12-04T09:02:37.1011915Z 2025-12-04T09:02:37.1012098Z [----------] 10 tests from SymIntTest 2025-12-04T09:02:37.1012623Z [ RUN ] SymIntTest.ConcreteInts 2025-12-04T09:02:37.1013185Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2025-12-04T09:02:37.1013752Z [ RUN ] SymIntTest.CheckRange 2025-12-04T09:02:37.1014301Z [ OK ] SymIntTest.CheckRange (0 ms) 2025-12-04T09:02:37.1014849Z [ RUN ] SymIntTest.Overflows 2025-12-04T09:02:37.1015392Z [ OK ] SymIntTest.Overflows (0 ms) 2025-12-04T09:02:37.1015965Z [ RUN ] SymIntTest.BinaryPlus 2025-12-04T09:02:37.1016485Z [ OK ] SymIntTest.BinaryPlus (0 ms) 2025-12-04T09:02:37.1017065Z [ RUN ] SymIntTest.BinaryMinus 2025-12-04T09:02:37.1017604Z [ OK ] SymIntTest.BinaryMinus (0 ms) 2025-12-04T09:02:37.1018196Z [ RUN ] SymIntTest.BinaryMultiplies 2025-12-04T09:02:37.1018802Z [ OK ] SymIntTest.BinaryMultiplies (0 ms) 2025-12-04T09:02:37.1019423Z [ RUN ] SymIntTest.BinaryDivides 2025-12-04T09:02:37.1019994Z [ OK ] SymIntTest.BinaryDivides (0 ms) 2025-12-04T09:02:37.1020589Z [ RUN ] SymIntTest.BinaryModulus 2025-12-04T09:02:37.1021145Z [ OK ] SymIntTest.BinaryModulus (0 ms) 2025-12-04T09:02:37.1021796Z [ RUN ] SymIntTest.BinaryComparisonOperators 2025-12-04T09:02:37.1022506Z [ OK ] SymIntTest.BinaryComparisonOperators (0 ms) 2025-12-04T09:02:37.1023138Z [ RUN ] SymIntTest.MinMax 2025-12-04T09:02:37.1023644Z [ OK ] SymIntTest.MinMax (0 ms) 2025-12-04T09:02:37.1024201Z [----------] 10 tests from SymIntTest (0 ms total) 2025-12-04T09:02:37.1024633Z 2025-12-04T09:02:37.1024829Z [----------] 5 tests from InlineDeviceGuard 2025-12-04T09:02:37.1025432Z [ RUN ] InlineDeviceGuard.Constructor 2025-12-04T09:02:37.1026072Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2025-12-04T09:02:37.1026733Z [ RUN ] InlineDeviceGuard.ConstructorError 2025-12-04T09:02:37.1027415Z [ OK ] InlineDeviceGuard.ConstructorError (0 ms) 2025-12-04T09:02:37.1028082Z [ RUN ] InlineDeviceGuard.SetDevice 2025-12-04T09:02:37.1028691Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2025-12-04T09:02:37.1029333Z [ RUN ] InlineDeviceGuard.ResetDevice 2025-12-04T09:02:37.1029958Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2025-12-04T09:02:37.1030580Z [ RUN ] InlineDeviceGuard.SetIndex 2025-12-04T09:02:37.1031162Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2025-12-04T09:02:37.1031822Z [----------] 5 tests from InlineDeviceGuard (0 ms total) 2025-12-04T09:02:37.1032276Z 2025-12-04T09:02:37.1032662Z [----------] 4 tests from InlineOptionalDeviceGuard 2025-12-04T09:02:37.1033346Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2025-12-04T09:02:37.1034159Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2025-12-04T09:02:37.1034929Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2025-12-04T09:02:37.1035766Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2025-12-04T09:02:37.1036538Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2025-12-04T09:02:37.1037250Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2025-12-04T09:02:37.1037956Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2025-12-04T09:02:37.1038639Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2025-12-04T09:02:37.1039413Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2025-12-04T09:02:37.1039922Z 2025-12-04T09:02:37.1040116Z [----------] 4 tests from InlineStreamGuard 2025-12-04T09:02:37.1040732Z [ RUN ] InlineStreamGuard.Constructor 2025-12-04T09:02:37.1041355Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2025-12-04T09:02:37.1042062Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2025-12-04T09:02:37.1042864Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2025-12-04T09:02:37.1043844Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2025-12-04T09:02:37.1044772Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2025-12-04T09:02:37.1045656Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2025-12-04T09:02:37.1046477Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2025-12-04T09:02:37.1047250Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2025-12-04T09:02:37.1047711Z 2025-12-04T09:02:37.1047937Z [----------] 3 tests from InlineOptionalStreamGuard 2025-12-04T09:02:37.1048623Z [ RUN ] InlineOptionalStreamGuard.Constructor 2025-12-04T09:02:37.1049355Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2025-12-04T09:02:37.1050163Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2025-12-04T09:02:37.1051055Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2025-12-04T09:02:37.1052015Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2025-12-04T09:02:37.1053004Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2025-12-04T09:02:37.1053943Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2025-12-04T09:02:37.1054458Z 2025-12-04T09:02:37.1054684Z [----------] 1 test from InlineMultiStreamGuard 2025-12-04T09:02:37.1055331Z [ RUN ] InlineMultiStreamGuard.Constructor 2025-12-04T09:02:37.1056026Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2025-12-04T09:02:37.1056751Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2025-12-04T09:02:37.1057249Z 2025-12-04T09:02:37.1057461Z [----------] 18 tests from SizesAndStridesTest 2025-12-04T09:02:37.1058097Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2025-12-04T09:02:37.1058838Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2025-12-04T09:02:37.1059527Z [ RUN ] SizesAndStridesTest.SetSizes 2025-12-04T09:02:37.1060172Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2025-12-04T09:02:37.1060791Z [ RUN ] SizesAndStridesTest.Resize 2025-12-04T09:02:37.1061386Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2025-12-04T09:02:37.1062015Z [ RUN ] SizesAndStridesTest.SetAtIndex 2025-12-04T09:02:37.1062655Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2025-12-04T09:02:37.1063317Z [ RUN ] SizesAndStridesTest.SetAtIterator 2025-12-04T09:02:37.1063986Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2025-12-04T09:02:37.1064658Z [ RUN ] SizesAndStridesTest.SetViaData 2025-12-04T09:02:37.1065307Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2025-12-04T09:02:37.1065982Z [ RUN ] SizesAndStridesTest.MoveConstructor 2025-12-04T09:02:37.1066687Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2025-12-04T09:02:37.1067374Z [ RUN ] SizesAndStridesTest.CopyConstructor 2025-12-04T09:02:37.1068291Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2025-12-04T09:02:37.1069158Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2025-12-04T09:02:37.1070022Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2025-12-04T09:02:37.1071098Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2025-12-04T09:02:37.1071957Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2025-12-04T09:02:37.1072817Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2025-12-04T09:02:37.1073636Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2025-12-04T09:02:37.1074475Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2025-12-04T09:02:37.1075288Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2025-12-04T09:02:37.1076104Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2025-12-04T09:02:37.1076904Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2025-12-04T09:02:37.1077714Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2025-12-04T09:02:37.1078522Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2025-12-04T09:02:37.1079338Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2025-12-04T09:02:37.1080179Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2025-12-04T09:02:37.1081003Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2025-12-04T09:02:37.1081831Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2025-12-04T09:02:37.1082640Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2025-12-04T09:02:37.1083449Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2025-12-04T09:02:37.1084195Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2025-12-04T09:02:37.1084931Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2025-12-04T09:02:37.1085688Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2025-12-04T09:02:37.1086156Z 2025-12-04T09:02:37.1086336Z [----------] 2 tests from ContextTest 2025-12-04T09:02:37.1086879Z [ RUN ] ContextTest.Basic 2025-12-04T09:02:37.1087402Z [ OK ] ContextTest.Basic (0 ms) 2025-12-04T09:02:37.1087955Z [ RUN ] ContextTest.cow_deleter 2025-12-04T09:02:37.1088504Z [ OK ] ContextTest.cow_deleter (0 ms) 2025-12-04T09:02:37.1089105Z [----------] 2 tests from ContextTest (0 ms total) 2025-12-04T09:02:37.1089530Z 2025-12-04T09:02:37.1089751Z [----------] 3 tests from lazy_clone_storage_test 2025-12-04T09:02:37.1090350Z [ RUN ] lazy_clone_storage_test.no_context 2025-12-04T09:02:37.1090989Z [ OK ] lazy_clone_storage_test.no_context (0 ms) 2025-12-04T09:02:37.1091660Z [ RUN ] lazy_clone_storage_test.different_context 2025-12-04T09:02:37.1092367Z [ OK ] lazy_clone_storage_test.different_context (0 ms) 2025-12-04T09:02:37.1093094Z [ RUN ] lazy_clone_storage_test.already_copy_on_write 2025-12-04T09:02:37.1093824Z [ OK ] lazy_clone_storage_test.already_copy_on_write (0 ms) 2025-12-04T09:02:37.1094595Z [----------] 3 tests from lazy_clone_storage_test (0 ms total) 2025-12-04T09:02:37.1095073Z 2025-12-04T09:02:37.1095277Z [----------] 3 tests from materialize_test 2025-12-04T09:02:37.1095916Z [ RUN ] materialize_test.not_copy_on_write_context 2025-12-04T09:02:37.1096621Z [ OK ] materialize_test.not_copy_on_write_context (0 ms) 2025-12-04T09:02:37.1097402Z [ RUN ] materialize_test.copy_on_write_single_reference 2025-12-04T09:02:37.1098200Z [ OK ] materialize_test.copy_on_write_single_reference (0 ms) 2025-12-04T09:02:37.1098916Z [ RUN ] materialize_test.copy_on_write 2025-12-04T09:02:37.1099514Z [ OK ] materialize_test.copy_on_write (0 ms) 2025-12-04T09:02:37.1100161Z [----------] 3 tests from materialize_test (0 ms total) 2025-12-04T09:02:37.1100620Z 2025-12-04T09:02:37.1100825Z [----------] Global test environment tear-down 2025-12-04T09:02:37.1101454Z [==========] 81 tests from 18 test suites ran. (20 ms total) 2025-12-04T09:02:37.1102061Z [ PASSED ] 81 tests. 2025-12-04T09:02:37.1102667Z ================================================================================ 2025-12-04T09:02:37.1104365Z [1,842 / 3,080] 2 / 26 tests; 5 actions running; last test: ...test:core_tests 2025-12-04T09:02:37.1105375Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2025-12-04T09:02:37.1106222Z Executing genrule //:gen_aten; 22s processwrapper-sandbox 2025-12-04T09:02:37.1107148Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2025-12-04T09:02:37.1108055Z Testing //c10/test:util_base_tests; 1s processwrapper-sandbox 2025-12-04T09:02:37.1108906Z Testing //c10/test:core_tests; 0s processwrapper-sandbox 2025-12-04T09:02:37.4818736Z 2025-12-04T09:02:37.4819752Z  2025-12-04T09:02:37.4820222Z  2025-12-04T09:02:37.4820590Z  2025-12-04T09:02:37.4820960Z  2025-12-04T09:02:37.4821322Z  2025-12-04T09:02:37.4822227Z [1,845 / 3,080] 2 / 26 tests; 4 actions running; last test: ...test:core_tests 2025-12-04T09:02:37.4823314Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2025-12-04T09:02:37.4824231Z Executing genrule //:gen_aten; 23s processwrapper-sandbox 2025-12-04T09:02:37.4825168Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2025-12-04T09:02:37.4826148Z Testing //c10/test:util_base_tests; 1s processwrapper-sandbox 2025-12-04T09:02:38.2824002Z 2025-12-04T09:02:38.2824888Z  2025-12-04T09:02:38.2825322Z  2025-12-04T09:02:38.2825686Z  2025-12-04T09:02:38.2826062Z  2025-12-04T09:02:38.2826941Z [1,847 / 3,080] 2 / 26 tests; 3 actions running; last test: ...test:core_tests 2025-12-04T09:02:38.2827993Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2025-12-04T09:02:38.2828858Z Executing genrule //:gen_aten; 24s processwrapper-sandbox 2025-12-04T09:02:38.2829693Z Testing //c10/test:util_base_tests; 2s processwrapper-sandbox 2025-12-04T09:02:39.2829393Z 2025-12-04T09:02:39.2830392Z  2025-12-04T09:02:39.2830853Z  2025-12-04T09:02:39.2831239Z  2025-12-04T09:02:39.2832142Z [1,847 / 3,080] 2 / 26 tests; 3 actions running; last test: ...test:core_tests 2025-12-04T09:02:39.2833218Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2025-12-04T09:02:39.2834132Z Executing genrule //:gen_aten; 25s processwrapper-sandbox 2025-12-04T09:02:39.2835040Z Testing //c10/test:util_base_tests; 3s processwrapper-sandbox 2025-12-04T09:02:40.4836642Z 2025-12-04T09:02:40.4837390Z  2025-12-04T09:02:40.4837670Z  2025-12-04T09:02:40.4837873Z  2025-12-04T09:02:40.4838386Z [1,847 / 3,080] 2 / 26 tests; 3 actions running; last test: ...test:core_tests 2025-12-04T09:02:40.4838978Z GenerateAten aten/src/ATen/ops; 30s processwrapper-sandbox 2025-12-04T09:02:40.4839457Z Executing genrule //:gen_aten; 26s processwrapper-sandbox 2025-12-04T09:02:40.4839969Z Testing //c10/test:util_base_tests; 4s processwrapper-sandbox 2025-12-04T09:02:41.4232764Z 2025-12-04T09:02:41.4233370Z  2025-12-04T09:02:41.4233635Z  2025-12-04T09:02:41.4233852Z  2025-12-04T09:02:41.4234194Z INFO: From GenerateAten aten/src/ATen/ops: 2025-12-04T09:02:41.4234679Z torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h not found 2025-12-04T09:02:41.4235193Z torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h not found 2025-12-04T09:02:41.4235716Z torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h not found 2025-12-04T09:02:41.4236388Z [1,847 / 3,080] 2 / 26 tests; 3 actions running; last test: ...test:core_tests 2025-12-04T09:02:41.4236942Z GenerateAten aten/src/ATen/ops; 31s processwrapper-sandbox 2025-12-04T09:02:41.4237428Z Executing genrule //:gen_aten; 27s processwrapper-sandbox 2025-12-04T09:02:41.4237899Z Testing //c10/test:util_base_tests; 5s processwrapper-sandbox 2025-12-04T09:02:41.8877467Z 2025-12-04T09:02:41.8878243Z  2025-12-04T09:02:41.8878765Z  2025-12-04T09:02:41.8879124Z  2025-12-04T09:02:41.8879641Z [1,848 / 3,080] 2 / 26 tests; 4 actions, 2 running; last test: ...t:core_tests 2025-12-04T09:02:41.8880208Z Executing genrule //:gen_aten; 27s processwrapper-sandbox 2025-12-04T09:02:41.8880704Z Testing //c10/test:util_base_tests; 5s processwrapper-sandbox 2025-12-04T09:02:41.8881184Z [Prepa] Executing genrule //:UfuncCPUKernel_add.cpp_AVX2_cp 2025-12-04T09:02:41.8881678Z [Prepa] Executing genrule //:UfuncCPUKernel_add.cpp_DEFAULT_cp 2025-12-04T09:02:42.2853580Z 2025-12-04T09:02:42.2854661Z  2025-12-04T09:02:42.2855121Z  2025-12-04T09:02:42.2855496Z  2025-12-04T09:02:42.2855853Z  2025-12-04T09:02:42.2856735Z [1,850 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:42.2857765Z Executing genrule //:gen_aten; 28s processwrapper-sandbox 2025-12-04T09:02:42.2858966Z Testing //c10/test:util_base_tests; 6s processwrapper-sandbox 2025-12-04T09:02:42.2859758Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:42.2860382Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:42.2861017Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:42.2861642Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:42.2862266Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:42.2862902Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2025-12-04T09:02:43.1921363Z 2025-12-04T09:02:43.1922125Z  2025-12-04T09:02:43.1922527Z  2025-12-04T09:02:43.1922879Z  2025-12-04T09:02:43.1923535Z  2025-12-04T09:02:43.1923881Z  2025-12-04T09:02:43.1924306Z  2025-12-04T09:02:43.1924730Z  2025-12-04T09:02:43.1925164Z  2025-12-04T09:02:43.1926082Z [1,851 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:43.1927156Z Executing genrule //:gen_aten; 28s processwrapper-sandbox 2025-12-04T09:02:43.1928047Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.1928839Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.1929512Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.1930171Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.1931102Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.1931736Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.1932437Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:43.3977951Z 2025-12-04T09:02:43.3979318Z  2025-12-04T09:02:43.3980022Z  2025-12-04T09:02:43.3980556Z  2025-12-04T09:02:43.3981714Z  2025-12-04T09:02:43.3983069Z  2025-12-04T09:02:43.3983406Z  2025-12-04T09:02:43.3983702Z  2025-12-04T09:02:43.3984637Z  2025-12-04T09:02:43.3986087Z [1,853 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:43.3987745Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.3988485Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.3989864Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.3990466Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.3991013Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.3991595Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.3992197Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.3992812Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:43.4517141Z 2025-12-04T09:02:43.4517884Z  2025-12-04T09:02:43.4518293Z  2025-12-04T09:02:43.4518655Z  2025-12-04T09:02:43.4518996Z  2025-12-04T09:02:43.4519348Z  2025-12-04T09:02:43.4519669Z  2025-12-04T09:02:43.4519980Z  2025-12-04T09:02:43.4520621Z  2025-12-04T09:02:43.4521696Z INFO: From Compiling aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: 2025-12-04T09:02:43.4522604Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:02:43.4523740Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:8: 2025-12-04T09:02:43.4525295Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:43.4527456Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:38:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:43.4529569Z 38 | [=](at::vec::Vectorized self, at::vec::Vectorized other) { return ufunc::add(self, other, _v_alpha); } 2025-12-04T09:02:43.4530574Z | ^ 2025-12-04T09:02:43.4531459Z [1,853 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:43.4532436Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.4533313Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.4534097Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.4534722Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.4535355Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.4535996Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.4536603Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.4537225Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:43.6593871Z 2025-12-04T09:02:43.6594636Z  2025-12-04T09:02:43.6595076Z  2025-12-04T09:02:43.6595443Z  2025-12-04T09:02:43.6595829Z  2025-12-04T09:02:43.6596194Z  2025-12-04T09:02:43.6596585Z  2025-12-04T09:02:43.6596940Z  2025-12-04T09:02:43.6597287Z  2025-12-04T09:02:43.6598209Z [1,857 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:43.6599233Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.6600140Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.6600887Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6601522Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6602162Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.6602801Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6603498Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6604131Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:43.6604613Z 2025-12-04T09:02:43.6604854Z  2025-12-04T09:02:43.6605213Z  2025-12-04T09:02:43.6605578Z  2025-12-04T09:02:43.6605946Z  2025-12-04T09:02:43.6606295Z  2025-12-04T09:02:43.6606722Z  2025-12-04T09:02:43.6607064Z  2025-12-04T09:02:43.6607436Z  2025-12-04T09:02:43.6608235Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: 2025-12-04T09:02:43.6609953Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:02:43.6611811Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:2: 2025-12-04T09:02:43.6613242Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: In lambda function: 2025-12-04T09:02:43.6615095Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:234:11: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2025-12-04T09:02:43.6616114Z 234 | [=](Vectorized a) -> Vectorized { return a; }); 2025-12-04T09:02:43.6616532Z | ^ 2025-12-04T09:02:43.6617267Z [1,857 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:43.6617946Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.6618439Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.6618863Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6619228Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6619583Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.6619949Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6620289Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.6620654Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:43.8693997Z 2025-12-04T09:02:43.8694877Z  2025-12-04T09:02:43.8695167Z  2025-12-04T09:02:43.8695455Z  2025-12-04T09:02:43.8695723Z  2025-12-04T09:02:43.8696017Z  2025-12-04T09:02:43.8696355Z  2025-12-04T09:02:43.8696675Z  2025-12-04T09:02:43.8696897Z  2025-12-04T09:02:43.8697680Z [1,860 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:43.8698420Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.8699131Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.8699670Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.8700248Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.8700774Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.8701312Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.8701903Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:43.8702413Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:43.8751966Z 2025-12-04T09:02:43.8752693Z  2025-12-04T09:02:43.8753104Z  2025-12-04T09:02:43.8753417Z  2025-12-04T09:02:43.8753720Z  2025-12-04T09:02:43.8754220Z  2025-12-04T09:02:43.8754742Z  2025-12-04T09:02:43.8755095Z  2025-12-04T09:02:43.8755647Z  2025-12-04T09:02:43.8756594Z INFO: From Compiling aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:43.8758320Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp:9: 2025-12-04T09:02:43.8759995Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2025-12-04T09:02:43.8761120Z aten/src/ATen/native/cpu/ReduceUtils.h:75:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:43.8762392Z 75 | [val](Vec x) { return Vec(val); }, 2025-12-04T09:02:43.8763466Z | ^ 2025-12-04T09:02:43.8764381Z [1,860 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:43.8765755Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.8766588Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.8767704Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.8768221Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.8768723Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:43.8769317Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:43.8769827Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:43.8770577Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:43.9444808Z 2025-12-04T09:02:43.9445667Z  2025-12-04T09:02:43.9446062Z  2025-12-04T09:02:43.9446455Z  2025-12-04T09:02:43.9446825Z  2025-12-04T09:02:43.9447173Z  2025-12-04T09:02:43.9447530Z  2025-12-04T09:02:43.9447873Z  2025-12-04T09:02:43.9448211Z  2025-12-04T09:02:43.9449358Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: 2025-12-04T09:02:43.9450896Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:19, 2025-12-04T09:02:43.9451781Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T09:02:43.9452434Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2025-12-04T09:02:43.9453100Z from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:02:43.9453748Z from aten/src/ATen/native/UpSample.h:8, 2025-12-04T09:02:43.9455072Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:9: 2025-12-04T09:02:43.9457645Z 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': 2025-12-04T09:02:43.9460282Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:405:23: note: the ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 2025-12-04T09:02:43.9461794Z 405 | int_vec_return_type widening_subtract(Vectorized b) const { 2025-12-04T09:02:43.9462583Z | ^~~~~~~~~~~~~~~~~ 2025-12-04T09:02:43.9463627Z [1,861 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:43.9464610Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.9467326Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.9468115Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:43.9468755Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:43.9469363Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:43.9469966Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:43.9470565Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:43.9471414Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:43.9613419Z 2025-12-04T09:02:43.9614046Z  2025-12-04T09:02:43.9614499Z  2025-12-04T09:02:43.9614845Z  2025-12-04T09:02:43.9615237Z  2025-12-04T09:02:43.9615585Z  2025-12-04T09:02:43.9615950Z  2025-12-04T09:02:43.9616305Z  2025-12-04T09:02:43.9616668Z  2025-12-04T09:02:43.9617847Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp: 2025-12-04T09:02:43.9619188Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:19, 2025-12-04T09:02:43.9619937Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T09:02:43.9620575Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2025-12-04T09:02:43.9621265Z from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:02:43.9621903Z from aten/src/ATen/native/UpSample.h:8, 2025-12-04T09:02:43.9623256Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp:9: 2025-12-04T09:02:43.9628635Z 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]': 2025-12-04T09:02:43.9633939Z aten/src/ATen/cpu/vec/vec256/vec256_qint.h:966:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:43.9635226Z 966 | float_vec_return_type dequantize( 2025-12-04T09:02:43.9635775Z | ^~~~~~~~~~ 2025-12-04T09:02:43.9637443Z [1,861 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:43.9638802Z Executing genrule //:gen_aten; 29s processwrapper-sandbox 2025-12-04T09:02:43.9639797Z Testing //c10/test:util_base_tests; 7s processwrapper-sandbox 2025-12-04T09:02:43.9640683Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:43.9641456Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:43.9642196Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:43.9642914Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:43.9643721Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:43.9644511Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:44.2986118Z 2025-12-04T09:02:44.2986760Z  2025-12-04T09:02:44.2987034Z  2025-12-04T09:02:44.2987235Z  2025-12-04T09:02:44.2987495Z  2025-12-04T09:02:44.2987751Z  2025-12-04T09:02:44.2988060Z  2025-12-04T09:02:44.2988364Z  2025-12-04T09:02:44.2988722Z  2025-12-04T09:02:44.2989454Z [1,863 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:44.2990314Z Executing genrule //:gen_aten; 30s processwrapper-sandbox 2025-12-04T09:02:44.2991070Z Testing //c10/test:util_base_tests; 8s processwrapper-sandbox 2025-12-04T09:02:44.2991592Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:44.2992085Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:44.2992615Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:44.2993165Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:44.2993706Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:44.2994212Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:44.3301565Z 2025-12-04T09:02:44.3302380Z  2025-12-04T09:02:44.3302726Z  2025-12-04T09:02:44.3303413Z  2025-12-04T09:02:44.3303669Z  2025-12-04T09:02:44.3304110Z  2025-12-04T09:02:44.3304427Z  2025-12-04T09:02:44.3304779Z  2025-12-04T09:02:44.3305122Z  2025-12-04T09:02:44.3306089Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp: 2025-12-04T09:02:44.3307830Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp:54: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:44.3309276Z 54 | #pragma unroll 2025-12-04T09:02:44.3309564Z | 2025-12-04T09:02:44.3310536Z [1,863 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:44.3311289Z Executing genrule //:gen_aten; 30s processwrapper-sandbox 2025-12-04T09:02:44.3311918Z Testing //c10/test:util_base_tests; 8s processwrapper-sandbox 2025-12-04T09:02:44.3312474Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:44.3312920Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:44.3313300Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:44.3313836Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:44.3314331Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:44.3314821Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:44.6992761Z 2025-12-04T09:02:44.6993511Z  2025-12-04T09:02:44.6993953Z  2025-12-04T09:02:44.6994322Z  2025-12-04T09:02:44.6994695Z  2025-12-04T09:02:44.6995047Z  2025-12-04T09:02:44.6995409Z  2025-12-04T09:02:44.6995768Z  2025-12-04T09:02:44.6996112Z  2025-12-04T09:02:44.6996992Z [1,864 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:44.6998007Z Executing genrule //:gen_aten; 30s processwrapper-sandbox 2025-12-04T09:02:44.6998868Z Testing //c10/test:util_base_tests; 8s processwrapper-sandbox 2025-12-04T09:02:44.6999637Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:44.7000619Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:44.7002487Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:44.7003225Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:44.7003870Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:44.7004532Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:45.0999217Z 2025-12-04T09:02:45.1000011Z  2025-12-04T09:02:45.1000476Z  2025-12-04T09:02:45.1000890Z  2025-12-04T09:02:45.1001278Z  2025-12-04T09:02:45.1001680Z  2025-12-04T09:02:45.1002052Z  2025-12-04T09:02:45.1002455Z  2025-12-04T09:02:45.1002835Z  2025-12-04T09:02:45.1003796Z [1,865 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:45.1004799Z Executing genrule //:gen_aten; 30s processwrapper-sandbox 2025-12-04T09:02:45.1005673Z Testing //c10/test:util_base_tests; 9s processwrapper-sandbox 2025-12-04T09:02:45.1006474Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.1007156Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:45.1007831Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.1008487Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:45.1009154Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.1009805Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:45.3004949Z 2025-12-04T09:02:45.3005662Z  2025-12-04T09:02:45.3006071Z  2025-12-04T09:02:45.3006446Z  2025-12-04T09:02:45.3006833Z  2025-12-04T09:02:45.3007189Z  2025-12-04T09:02:45.3007549Z  2025-12-04T09:02:45.3007900Z  2025-12-04T09:02:45.3008570Z  2025-12-04T09:02:45.3009441Z [1,866 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:45.3010439Z Executing genrule //:gen_aten; 31s processwrapper-sandbox 2025-12-04T09:02:45.3011305Z Testing //c10/test:util_base_tests; 9s processwrapper-sandbox 2025-12-04T09:02:45.3012075Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:45.3012704Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:45.3013358Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.3013961Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.3014577Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.3015221Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:45.5877223Z 2025-12-04T09:02:45.5877904Z  2025-12-04T09:02:45.5878343Z  2025-12-04T09:02:45.5878693Z  2025-12-04T09:02:45.5879053Z  2025-12-04T09:02:45.5879423Z  2025-12-04T09:02:45.5879796Z  2025-12-04T09:02:45.5880180Z  2025-12-04T09:02:45.5880547Z  2025-12-04T09:02:45.5881516Z [1,870 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:45.5882605Z Executing genrule //:gen_aten; 31s processwrapper-sandbox 2025-12-04T09:02:45.5883592Z Testing //c10/test:util_base_tests; 9s processwrapper-sandbox 2025-12-04T09:02:45.5884376Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:45.5885053Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.5885726Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.5886377Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.5887061Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:45.5887770Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:45.7568142Z 2025-12-04T09:02:45.7568935Z  2025-12-04T09:02:45.7569710Z  2025-12-04T09:02:45.7570064Z  2025-12-04T09:02:45.7570431Z  2025-12-04T09:02:45.7570902Z  2025-12-04T09:02:45.7571404Z  2025-12-04T09:02:45.7571745Z  2025-12-04T09:02:45.7572092Z  2025-12-04T09:02:45.7573396Z INFO: From Compiling aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: 2025-12-04T09:02:45.7576236Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:20: 2025-12-04T09:02:45.7581084Z aten/src/ATen/native/cpu/Loops.h: In constructor 'at::native::DEFAULT::VectorizedLoop2d::VectorizedLoop2d(op_t, vop_t) [with op_t = at::native::DEFAULT::get_scalar_elu_elementwise_func(float, float, float)::; vop_t = at::native::DEFAULT::get_vectorized_elu_elementwise_func(float, float, float)::)>]': 2025-12-04T09:02:45.7584384Z aten/src/ATen/native/cpu/Loops.h:260:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:45.7585443Z 260 | VectorizedLoop2d(op_t op, vop_t vop): 2025-12-04T09:02:45.7585890Z | ^~~~~~~~~~~~~~~~ 2025-12-04T09:02:45.7586722Z [1,873 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:45.7587354Z Executing genrule //:gen_aten; 31s processwrapper-sandbox 2025-12-04T09:02:45.7588002Z Testing //c10/test:util_base_tests; 9s processwrapper-sandbox 2025-12-04T09:02:45.7588906Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:45.7589562Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:45.7590833Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.7592292Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:45.7593026Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:45.7593636Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:46.1010685Z 2025-12-04T09:02:46.1011544Z  2025-12-04T09:02:46.1011949Z  2025-12-04T09:02:46.1012177Z  2025-12-04T09:02:46.1012380Z  2025-12-04T09:02:46.1012591Z  2025-12-04T09:02:46.1012787Z  2025-12-04T09:02:46.1012995Z  2025-12-04T09:02:46.1013218Z  2025-12-04T09:02:46.1013725Z [1,874 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:46.1014358Z Executing genrule //:gen_aten; 31s processwrapper-sandbox 2025-12-04T09:02:46.1014985Z Testing //c10/test:util_base_tests; 10s processwrapper-sandbox 2025-12-04T09:02:46.1015446Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:46.1015808Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:46.1016305Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:46.1016712Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:46.1017078Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:46.1017645Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:46.1124703Z 2025-12-04T09:02:46.1125795Z  2025-12-04T09:02:46.1126171Z  2025-12-04T09:02:46.1126516Z  2025-12-04T09:02:46.1126842Z  2025-12-04T09:02:46.1127228Z  2025-12-04T09:02:46.1127579Z  2025-12-04T09:02:46.1127927Z  2025-12-04T09:02:46.1128273Z  2025-12-04T09:02:46.1129195Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp: 2025-12-04T09:02:46.1130879Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp:181: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:46.1132138Z 181 | # pragma unroll 2025-12-04T09:02:46.1132515Z | 2025-12-04T09:02:46.1133252Z [1,875 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:02:46.1133807Z Executing genrule //:gen_aten; 31s processwrapper-sandbox 2025-12-04T09:02:46.1134304Z Testing //c10/test:util_base_tests; 10s processwrapper-sandbox 2025-12-04T09:02:46.1134738Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:46.1135113Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:46.1135670Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:46.1136170Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:46.1136534Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:46.1136916Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2025-12-04T09:02:46.5061613Z 2025-12-04T09:02:46.5062227Z  2025-12-04T09:02:46.5062482Z  2025-12-04T09:02:46.5062690Z  2025-12-04T09:02:46.5062918Z  2025-12-04T09:02:46.5063128Z  2025-12-04T09:02:46.5063342Z  2025-12-04T09:02:46.5063542Z  2025-12-04T09:02:46.5063753Z  2025-12-04T09:02:46.5064267Z [1,877 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:46.5064835Z Executing genrule //:gen_aten; 32s processwrapper-sandbox 2025-12-04T09:02:46.5065333Z Testing //c10/test:util_base_tests; 10s processwrapper-sandbox 2025-12-04T09:02:46.5065790Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:46.5066178Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:46.5066554Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:46.5066928Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:46.5067281Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:46.5067655Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:46.8898866Z 2025-12-04T09:02:46.8899635Z  2025-12-04T09:02:46.8900033Z  2025-12-04T09:02:46.8900422Z  2025-12-04T09:02:46.8900757Z  2025-12-04T09:02:46.8901103Z  2025-12-04T09:02:46.8901440Z  2025-12-04T09:02:46.8901786Z  2025-12-04T09:02:46.8902139Z  2025-12-04T09:02:46.8903017Z INFO: From Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:46.8904589Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:46.8906936Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp:76:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:46.8908734Z 76 | [](Vectorized x_vec) { return x_vec.log(); }, 2025-12-04T09:02:46.8909322Z | ^ 2025-12-04T09:02:46.8910216Z [1,877 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:46.8911204Z Executing genrule //:gen_aten; 32s processwrapper-sandbox 2025-12-04T09:02:46.8912050Z Testing //c10/test:util_base_tests; 10s processwrapper-sandbox 2025-12-04T09:02:46.8912843Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:46.8913497Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:46.8914155Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:46.8914781Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:46.8915425Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:46.8916084Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:47.1774566Z 2025-12-04T09:02:47.1775296Z  2025-12-04T09:02:47.1775705Z  2025-12-04T09:02:47.1776026Z  2025-12-04T09:02:47.1776371Z  2025-12-04T09:02:47.1776674Z  2025-12-04T09:02:47.1776984Z  2025-12-04T09:02:47.1777299Z  2025-12-04T09:02:47.1777627Z  2025-12-04T09:02:47.1778447Z [1,879 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:47.1779369Z Executing genrule //:gen_aten; 32s processwrapper-sandbox 2025-12-04T09:02:47.1780183Z Testing //c10/test:util_base_tests; 11s processwrapper-sandbox 2025-12-04T09:02:47.1780978Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:47.1781597Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:47.1782175Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:47.2665754Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:47.2668773Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:47.2669373Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:47.9106778Z 2025-12-04T09:02:47.9107877Z  2025-12-04T09:02:47.9108326Z  2025-12-04T09:02:47.9108692Z  2025-12-04T09:02:47.9109052Z  2025-12-04T09:02:47.9109405Z  2025-12-04T09:02:47.9109770Z  2025-12-04T09:02:47.9110117Z  2025-12-04T09:02:47.9110482Z  2025-12-04T09:02:47.9111360Z [1,880 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:47.9112378Z Executing genrule //:gen_aten; 33s processwrapper-sandbox 2025-12-04T09:02:47.9113267Z Testing //c10/test:util_base_tests; 11s processwrapper-sandbox 2025-12-04T09:02:47.9114006Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:47.9114643Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:47.9115283Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:47.9115942Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:47.9116578Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:47.9117261Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:48.2193164Z 2025-12-04T09:02:48.2193884Z  2025-12-04T09:02:48.2194273Z  2025-12-04T09:02:48.2194581Z  2025-12-04T09:02:48.2194902Z  2025-12-04T09:02:48.2195206Z  2025-12-04T09:02:48.2195531Z  2025-12-04T09:02:48.2195873Z  2025-12-04T09:02:48.2196177Z  2025-12-04T09:02:48.2196977Z [1,881 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:48.2197864Z Executing genrule //:gen_aten; 34s processwrapper-sandbox 2025-12-04T09:02:48.2198671Z Testing //c10/test:util_base_tests; 12s processwrapper-sandbox 2025-12-04T09:02:48.2200441Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.2202132Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.2203094Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.2204306Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:48.2205113Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.2205729Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:48.4611995Z 2025-12-04T09:02:48.4612696Z  2025-12-04T09:02:48.4612988Z  2025-12-04T09:02:48.4613196Z  2025-12-04T09:02:48.4613408Z  2025-12-04T09:02:48.4613603Z  2025-12-04T09:02:48.4613814Z  2025-12-04T09:02:48.4614074Z  2025-12-04T09:02:48.4614284Z  2025-12-04T09:02:48.4614792Z [1,883 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:48.4615416Z Executing genrule //:gen_aten; 34s processwrapper-sandbox 2025-12-04T09:02:48.4615936Z Testing //c10/test:util_base_tests; 12s processwrapper-sandbox 2025-12-04T09:02:48.4616372Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.4616736Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.4617081Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.4617436Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.4617801Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:48.4618235Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:48.6615997Z 2025-12-04T09:02:48.6616697Z  2025-12-04T09:02:48.6617190Z  2025-12-04T09:02:48.6617552Z  2025-12-04T09:02:48.6617880Z  2025-12-04T09:02:48.6618106Z  2025-12-04T09:02:48.6618382Z  2025-12-04T09:02:48.6618924Z  2025-12-04T09:02:48.6619304Z  2025-12-04T09:02:48.6619926Z INFO: From Executing genrule //:gen_aten: 2025-12-04T09:02:48.6624820Z bazel-out/k8-fastbuild--cpu-only/bin/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h not found 2025-12-04T09:02:48.6625776Z bazel-out/k8-fastbuild--cpu-only/bin/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h not found 2025-12-04T09:02:48.6631066Z bazel-out/k8-fastbuild--cpu-only/bin/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h not found 2025-12-04T09:02:48.6632325Z [1,884 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:48.6633002Z Executing genrule //:gen_aten; 34s processwrapper-sandbox 2025-12-04T09:02:48.6633677Z Testing //c10/test:util_base_tests; 12s processwrapper-sandbox 2025-12-04T09:02:48.6634108Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.6634560Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.6634907Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.6635421Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:48.6635827Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.6636251Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:48.7041859Z 2025-12-04T09:02:48.7042540Z  2025-12-04T09:02:48.7042957Z  2025-12-04T09:02:48.7043418Z  2025-12-04T09:02:48.7043771Z  2025-12-04T09:02:48.7044124Z  2025-12-04T09:02:48.7044469Z  2025-12-04T09:02:48.7044826Z  2025-12-04T09:02:48.7045162Z  2025-12-04T09:02:48.7046083Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: 2025-12-04T09:02:48.7048004Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:449: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7049551Z 449 | # pragma unroll 2025-12-04T09:02:48.7049946Z | 2025-12-04T09:02:48.7051255Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:574: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7052736Z 574 | # pragma unroll 2025-12-04T09:02:48.7053151Z | 2025-12-04T09:02:48.7054315Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:660: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7055702Z 660 | # pragma unroll 2025-12-04T09:02:48.7056099Z | 2025-12-04T09:02:48.7057395Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:758: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7058851Z 758 | # pragma unroll 2025-12-04T09:02:48.7059249Z | 2025-12-04T09:02:48.7060577Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:799: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7062108Z 799 | # pragma unroll 2025-12-04T09:02:48.7062532Z | 2025-12-04T09:02:48.7063881Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:933: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7065371Z 933 | # pragma unroll 2025-12-04T09:02:48.7065788Z | 2025-12-04T09:02:48.7066937Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:987: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7068249Z 987 | # pragma unroll 2025-12-04T09:02:48.7068602Z | 2025-12-04T09:02:48.7069746Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1119: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7071375Z 1119 | # pragma unroll 2025-12-04T09:02:48.7071785Z | 2025-12-04T09:02:48.7073337Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1126: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:48.7075107Z 1126 | # pragma unroll 2025-12-04T09:02:48.7075576Z | 2025-12-04T09:02:48.7076953Z [1,885 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:48.7078267Z Testing //c10/test:util_base_tests; 12s processwrapper-sandbox 2025-12-04T09:02:48.7079107Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.7079613Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.7080069Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.7080561Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:48.7081066Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.7081611Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.7082135Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:48.7328375Z 2025-12-04T09:02:48.7328990Z  2025-12-04T09:02:48.7329365Z  2025-12-04T09:02:48.7329686Z  2025-12-04T09:02:48.7329995Z  2025-12-04T09:02:48.7330286Z  2025-12-04T09:02:48.7330603Z  2025-12-04T09:02:48.7330933Z  2025-12-04T09:02:48.7331278Z  2025-12-04T09:02:48.7332040Z INFO: From Compiling aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:48.7333368Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp:7: 2025-12-04T09:02:48.7334538Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2025-12-04T09:02:48.7335775Z 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 2025-12-04T09:02:48.7337033Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2025-12-04T09:02:48.7337620Z | ^ 2025-12-04T09:02:48.7338499Z [1,886 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:02:48.7339379Z Testing //c10/test:util_base_tests; 12s processwrapper-sandbox 2025-12-04T09:02:48.7339940Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.7340499Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:48.7341029Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:48.7341660Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.7342193Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.7342773Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:48.7343422Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:49.0678906Z 2025-12-04T09:02:49.0679488Z  2025-12-04T09:02:49.0679745Z  2025-12-04T09:02:49.0679966Z  2025-12-04T09:02:49.0680187Z  2025-12-04T09:02:49.0680402Z  2025-12-04T09:02:49.0680598Z  2025-12-04T09:02:49.0680808Z  2025-12-04T09:02:49.0681004Z  2025-12-04T09:02:49.0681520Z [1,888 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:49.0682102Z Testing //c10/test:util_base_tests; 13s processwrapper-sandbox 2025-12-04T09:02:49.0682579Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:49.0682961Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:49.0683391Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:49.0683749Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:49.0684100Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:49.0684480Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:49.0684855Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:49.1273302Z 2025-12-04T09:02:49.1274327Z  2025-12-04T09:02:49.1274654Z  2025-12-04T09:02:49.1274921Z  2025-12-04T09:02:49.1275289Z  2025-12-04T09:02:49.1275622Z  2025-12-04T09:02:49.1275870Z  2025-12-04T09:02:49.1276225Z  2025-12-04T09:02:49.1276607Z  2025-12-04T09:02:49.1277315Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp: 2025-12-04T09:02:49.1280253Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:107: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:49.1282427Z 107 | # pragma unroll 2025-12-04T09:02:49.1282697Z | 2025-12-04T09:02:49.1283682Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:123: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:49.1284911Z 123 | # pragma unroll 2025-12-04T09:02:49.1285239Z | 2025-12-04T09:02:49.1285888Z [1,890 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:49.1286741Z Testing //c10/test:util_base_tests; 13s processwrapper-sandbox 2025-12-04T09:02:49.1287266Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:49.1287697Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:49.1288278Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:49.1288781Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:49.1289153Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:49.1289641Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:49.1290213Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:49.4114439Z 2025-12-04T09:02:49.4116459Z  2025-12-04T09:02:49.4116920Z  2025-12-04T09:02:49.4117295Z  2025-12-04T09:02:49.4117638Z  2025-12-04T09:02:49.4117992Z  2025-12-04T09:02:49.4118351Z  2025-12-04T09:02:49.4118713Z  2025-12-04T09:02:49.4119056Z  2025-12-04T09:02:49.4120097Z INFO: From Compiling aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: 2025-12-04T09:02:49.4121176Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:02:49.4122427Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:6: 2025-12-04T09:02:49.4124515Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:49.4127081Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:81:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:49.4129298Z 81 | [found_inf_ptr, inv_scale_ptr](Vectorized val_vec) -> Vectorized{ 2025-12-04T09:02:49.4130162Z | ^ 2025-12-04T09:02:49.4131174Z [1,892 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:49.4132218Z Testing //c10/test:util_base_tests; 13s processwrapper-sandbox 2025-12-04T09:02:49.4132973Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:49.4133643Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:49.4134332Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:49.4135052Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:49.4135711Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:49.4136388Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:49.4137000Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2025-12-04T09:02:49.6701922Z 2025-12-04T09:02:49.6702670Z  2025-12-04T09:02:49.6703124Z  2025-12-04T09:02:49.6703480Z  2025-12-04T09:02:49.6703847Z  2025-12-04T09:02:49.6704345Z  2025-12-04T09:02:49.6704717Z  2025-12-04T09:02:49.6705287Z  2025-12-04T09:02:49.6705649Z  2025-12-04T09:02:49.6706549Z [1,894 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:49.6707818Z Testing //c10/test:util_base_tests; 13s processwrapper-sandbox 2025-12-04T09:02:49.6708617Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:49.6709272Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:49.6710195Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:49.6710829Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:49.6711627Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:49.6712380Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2025-12-04T09:02:49.6713346Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:50.2240825Z 2025-12-04T09:02:50.2241547Z  2025-12-04T09:02:50.2241962Z  2025-12-04T09:02:50.2242332Z  2025-12-04T09:02:50.2242682Z  2025-12-04T09:02:50.2243030Z  2025-12-04T09:02:50.2243442Z  2025-12-04T09:02:50.2243795Z  2025-12-04T09:02:50.2244150Z  2025-12-04T09:02:50.2245186Z INFO: From Compiling aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:50.2246301Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:02:50.2247612Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:13: 2025-12-04T09:02:50.2249512Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:50.2252209Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:352:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:50.2254318Z 352 | [](Vectorized a, Vectorized min, Vectorized max) { 2025-12-04T09:02:50.2255169Z | ^ 2025-12-04T09:02:50.2256507Z [1,894 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:50.2257702Z Testing //c10/test:util_base_tests; 14s processwrapper-sandbox 2025-12-04T09:02:50.2258615Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:50.2259415Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.2260183Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:50.2260961Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.2261730Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.2262594Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2025-12-04T09:02:50.2263532Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:50.4745435Z 2025-12-04T09:02:50.4746348Z  2025-12-04T09:02:50.4746619Z  2025-12-04T09:02:50.4746838Z  2025-12-04T09:02:50.4747038Z  2025-12-04T09:02:50.4747248Z  2025-12-04T09:02:50.4747443Z  2025-12-04T09:02:50.4747654Z  2025-12-04T09:02:50.4747849Z  2025-12-04T09:02:50.4748364Z [1,896 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:02:50.4748968Z Testing //c10/test:util_base_tests; 14s processwrapper-sandbox 2025-12-04T09:02:50.4749399Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.4749788Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.4750134Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.4750583Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2025-12-04T09:02:50.4751013Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:50.4751385Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.4751742Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:50.6750277Z 2025-12-04T09:02:50.6751328Z  2025-12-04T09:02:50.6751765Z  2025-12-04T09:02:50.6752118Z  2025-12-04T09:02:50.6752487Z  2025-12-04T09:02:50.6752842Z  2025-12-04T09:02:50.6753201Z  2025-12-04T09:02:50.6753546Z  2025-12-04T09:02:50.6753903Z  2025-12-04T09:02:50.6754768Z [1,897 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:50.6755798Z Testing //c10/test:util_base_tests; 14s processwrapper-sandbox 2025-12-04T09:02:50.6756897Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.6757704Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.6758452Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2025-12-04T09:02:50.6759226Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:50.6759881Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.6760501Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:50.6761147Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:50.8479695Z 2025-12-04T09:02:50.8480586Z  2025-12-04T09:02:50.8481003Z  2025-12-04T09:02:50.8481385Z  2025-12-04T09:02:50.8481748Z  2025-12-04T09:02:50.8482114Z  2025-12-04T09:02:50.8482442Z  2025-12-04T09:02:50.8482717Z  2025-12-04T09:02:50.8484149Z  2025-12-04T09:02:50.8485050Z INFO: From Compiling aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:50.8488146Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:02:50.8490732Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:6: 2025-12-04T09:02:50.8493628Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:50.8497168Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:59:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:50.8499045Z 59 | [=](Vectorized a, Vectorized b) 2025-12-04T09:02:50.8499643Z | ^ 2025-12-04T09:02:50.8500935Z [1,897 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:50.8501828Z Testing //c10/test:util_base_tests; 14s processwrapper-sandbox 2025-12-04T09:02:50.8502488Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.8503149Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.8503859Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2025-12-04T09:02:50.8504520Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:50.8505096Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.8505583Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:50.8506194Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:51.0755559Z 2025-12-04T09:02:51.0756612Z  2025-12-04T09:02:51.0757020Z  2025-12-04T09:02:51.0757233Z  2025-12-04T09:02:51.0757677Z  2025-12-04T09:02:51.0757988Z  2025-12-04T09:02:51.0758475Z  2025-12-04T09:02:51.0758749Z  2025-12-04T09:02:51.0759377Z  2025-12-04T09:02:51.0759967Z [1,900 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:51.0760870Z Testing //c10/test:util_base_tests; 15s processwrapper-sandbox 2025-12-04T09:02:51.0761806Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.0762563Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2025-12-04T09:02:51.0763434Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.0763946Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.0764445Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:51.0765190Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:51.0765709Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:51.2761553Z 2025-12-04T09:02:51.2762253Z  2025-12-04T09:02:51.2762568Z  2025-12-04T09:02:51.2762837Z  2025-12-04T09:02:51.2763083Z  2025-12-04T09:02:51.2763498Z  2025-12-04T09:02:51.2763765Z  2025-12-04T09:02:51.2763982Z  2025-12-04T09:02:51.2764181Z  2025-12-04T09:02:51.2766960Z [1,902 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:51.2768286Z Testing //c10/test:util_base_tests; 15s processwrapper-sandbox 2025-12-04T09:02:51.2770950Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.2771392Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2025-12-04T09:02:51.2771842Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.2772213Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.2772567Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.2772929Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.2773300Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:51.4488166Z 2025-12-04T09:02:51.4488907Z  2025-12-04T09:02:51.4489343Z  2025-12-04T09:02:51.4489717Z  2025-12-04T09:02:51.4490101Z  2025-12-04T09:02:51.4490469Z  2025-12-04T09:02:51.4490848Z  2025-12-04T09:02:51.4491233Z  2025-12-04T09:02:51.4491620Z  2025-12-04T09:02:51.4492621Z INFO: From Compiling aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:51.4493775Z In file included from aten/src/ATen/native/UpSample.h:11, 2025-12-04T09:02:51.4495046Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp:8: 2025-12-04T09:02:51.4497170Z aten/src/ATen/native/cpu/utils.h: In constructor 'at::native::DEFAULT::Vec2::Vec2(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized)': 2025-12-04T09:02:51.4499308Z aten/src/ATen/native/cpu/utils.h:63:3: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:51.4500786Z 63 | Vec2(Vectorized v0, Vectorized v1) : val0(v0), val1(v1) {} 2025-12-04T09:02:51.4501596Z | ^~~~ 2025-12-04T09:02:51.4502475Z [1,906 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:51.4503554Z Testing //c10/test:util_base_tests; 15s processwrapper-sandbox 2025-12-04T09:02:51.4504503Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2025-12-04T09:02:51.4505327Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:51.4506007Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:51.4506720Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:51.4507429Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:51.4508103Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:51.4508808Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2025-12-04T09:02:51.6768020Z 2025-12-04T09:02:51.6769534Z  2025-12-04T09:02:51.6770034Z  2025-12-04T09:02:51.6771060Z  2025-12-04T09:02:51.6772054Z  2025-12-04T09:02:51.6772615Z  2025-12-04T09:02:51.6773172Z  2025-12-04T09:02:51.6773588Z  2025-12-04T09:02:51.6774427Z  2025-12-04T09:02:51.6775715Z [1,908 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:51.6777409Z Testing //c10/test:util_base_tests; 15s processwrapper-sandbox 2025-12-04T09:02:51.6778225Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2025-12-04T09:02:51.6779208Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:51.6780081Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:51.6780522Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:51.6781021Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2025-12-04T09:02:51.6781549Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox 2025-12-04T09:02:51.6781978Z //:ATen_CPU_DEFAULT; 0s processwrapper-sandbox ... 2025-12-04T09:02:51.9804433Z 2025-12-04T09:02:51.9805219Z  2025-12-04T09:02:51.9805626Z  2025-12-04T09:02:51.9805960Z  2025-12-04T09:02:51.9806300Z  2025-12-04T09:02:51.9806613Z  2025-12-04T09:02:51.9806926Z  2025-12-04T09:02:51.9807253Z  2025-12-04T09:02:51.9807919Z  2025-12-04T09:02:51.9808848Z INFO: From Compiling aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:51.9810533Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:02:51.9811961Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp:9: 2025-12-04T09:02:51.9815626Z 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)::::]': 2025-12-04T09:02:51.9819485Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:51.9820853Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:02:51.9821556Z | ^~~~~~~~~~~~~~ 2025-12-04T09:02:51.9822810Z [1,908 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:51.9823923Z Testing //c10/test:util_base_tests; 16s processwrapper-sandbox 2025-12-04T09:02:51.9824910Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2025-12-04T09:02:51.9825823Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:51.9826554Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:51.9827289Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:51.9828062Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:51.9828805Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:51.9829616Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:52.2781420Z 2025-12-04T09:02:52.2782053Z  2025-12-04T09:02:52.2782344Z  2025-12-04T09:02:52.2782571Z  2025-12-04T09:02:52.2782798Z  2025-12-04T09:02:52.2783008Z  2025-12-04T09:02:52.2783221Z  2025-12-04T09:02:52.2783507Z  2025-12-04T09:02:52.2783707Z  2025-12-04T09:02:52.2784268Z [1,909 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:52.2784984Z Testing //c10/test:util_base_tests; 16s processwrapper-sandbox 2025-12-04T09:02:52.2785494Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2025-12-04T09:02:52.2786051Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.2794089Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.2794573Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.2794943Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.2795331Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.2795701Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:52.5773034Z 2025-12-04T09:02:52.5773794Z  2025-12-04T09:02:52.5774247Z  2025-12-04T09:02:52.5774650Z  2025-12-04T09:02:52.5775028Z  2025-12-04T09:02:52.5775388Z  2025-12-04T09:02:52.5775749Z  2025-12-04T09:02:52.5776115Z  2025-12-04T09:02:52.5776497Z  2025-12-04T09:02:52.5777467Z INFO: From Compiling aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:52.5779138Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:52.5781576Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp:239:5: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:52.5783528Z 239 | [](Vec x, Vec scale, Vec bias) { return x * scale + bias; }, 2025-12-04T09:02:52.5784222Z | ^ 2025-12-04T09:02:52.5785419Z [1,909 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:52.5786497Z Testing //c10/test:util_base_tests; 16s processwrapper-sandbox 2025-12-04T09:02:52.5787566Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2025-12-04T09:02:52.5788400Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:52.5789079Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.5789747Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.5790418Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.5791089Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.5791789Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:52.7854973Z 2025-12-04T09:02:52.7855579Z  2025-12-04T09:02:52.7855858Z  2025-12-04T09:02:52.7856065Z  2025-12-04T09:02:52.7856277Z  2025-12-04T09:02:52.7856477Z  2025-12-04T09:02:52.7856695Z  2025-12-04T09:02:52.7856906Z  2025-12-04T09:02:52.7857102Z  2025-12-04T09:02:52.7857643Z [1,911 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:52.7858243Z Testing //c10/test:util_base_tests; 16s processwrapper-sandbox 2025-12-04T09:02:52.7858760Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2025-12-04T09:02:52.7859187Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.7859569Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.7859944Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.7860316Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.7860678Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.7861039Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:52.9421872Z 2025-12-04T09:02:52.9422638Z  2025-12-04T09:02:52.9423094Z  2025-12-04T09:02:52.9423488Z  2025-12-04T09:02:52.9423852Z  2025-12-04T09:02:52.9424244Z  2025-12-04T09:02:52.9424655Z  2025-12-04T09:02:52.9425019Z  2025-12-04T09:02:52.9425411Z  2025-12-04T09:02:52.9426364Z INFO: From Compiling aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:52.9427545Z In file included from aten/src/ATen/native/cpu/utils.h:5, 2025-12-04T09:02:52.9428846Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp:7: 2025-12-04T09:02:52.9430909Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T09:02:52.9432914Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:52.9434263Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T09:02:52.9435056Z | ^~~~~~~~~~~~~~~ 2025-12-04T09:02:52.9436112Z [1,911 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:52.9437199Z Testing //c10/test:util_base_tests; 16s processwrapper-sandbox 2025-12-04T09:02:52.9438127Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2025-12-04T09:02:52.9438944Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:52.9439627Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:52.9440315Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:52.9441000Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.9441644Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:52.9442334Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:53.0364724Z 2025-12-04T09:02:53.0365438Z  2025-12-04T09:02:53.0365827Z  2025-12-04T09:02:53.0366163Z  2025-12-04T09:02:53.0366517Z  2025-12-04T09:02:53.0366868Z  2025-12-04T09:02:53.0367203Z  2025-12-04T09:02:53.0367847Z  2025-12-04T09:02:53.0368214Z  2025-12-04T09:02:53.0369206Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:53.0375249Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp:54: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:53.0378572Z 54 | #pragma unroll 2025-12-04T09:02:53.0379624Z | 2025-12-04T09:02:53.0382613Z [1,914 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:53.0384024Z Testing //c10/test:util_base_tests; 17s processwrapper-sandbox 2025-12-04T09:02:53.0384893Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2025-12-04T09:02:53.0385508Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:53.0385999Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.0386455Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.0387033Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.0387588Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.0388157Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:53.2825362Z 2025-12-04T09:02:53.2826147Z  2025-12-04T09:02:53.2826562Z  2025-12-04T09:02:53.2826927Z  2025-12-04T09:02:53.2827286Z  2025-12-04T09:02:53.2827635Z  2025-12-04T09:02:53.2827971Z  2025-12-04T09:02:53.2828328Z  2025-12-04T09:02:53.2828671Z  2025-12-04T09:02:53.2829580Z [1,915 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:53.2830643Z Testing //c10/test:util_base_tests; 17s processwrapper-sandbox 2025-12-04T09:02:53.2831533Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2025-12-04T09:02:53.2832312Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:53.2832920Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.2833578Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.2834205Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.2834831Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:53.2835499Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:53.9762446Z 2025-12-04T09:02:53.9763259Z  2025-12-04T09:02:53.9763703Z  2025-12-04T09:02:53.9764078Z  2025-12-04T09:02:53.9764443Z  2025-12-04T09:02:53.9764786Z  2025-12-04T09:02:53.9765132Z  2025-12-04T09:02:53.9765472Z  2025-12-04T09:02:53.9765901Z  2025-12-04T09:02:53.9766649Z [1,916 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:53.9767499Z Testing //c10/test:util_base_tests; 18s processwrapper-sandbox 2025-12-04T09:02:53.9768234Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2025-12-04T09:02:53.9768903Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:53.9769508Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:53.9770034Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:53.9770555Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:53.9771265Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:53.9771861Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:54.2830992Z 2025-12-04T09:02:54.2831823Z  2025-12-04T09:02:54.2832087Z  2025-12-04T09:02:54.2832304Z  2025-12-04T09:02:54.2832503Z  2025-12-04T09:02:54.2832711Z  2025-12-04T09:02:54.2832922Z  2025-12-04T09:02:54.2833129Z  2025-12-04T09:02:54.2833330Z  2025-12-04T09:02:54.2833836Z [1,918 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:54.2834490Z Testing //c10/test:util_base_tests; 18s processwrapper-sandbox 2025-12-04T09:02:54.4269270Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2025-12-04T09:02:54.4271183Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:54.4271776Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:54.4272300Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:54.4272836Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:54.4273387Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:54.4273874Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:54.4625181Z 2025-12-04T09:02:54.4625868Z  2025-12-04T09:02:54.4626239Z  2025-12-04T09:02:54.4626534Z  2025-12-04T09:02:54.4626850Z  2025-12-04T09:02:54.4627138Z  2025-12-04T09:02:54.4627443Z  2025-12-04T09:02:54.4627756Z  2025-12-04T09:02:54.4628044Z  2025-12-04T09:02:54.4629925Z INFO: From Compiling aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:54.4631367Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:54.4633465Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp:261:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:54.4635013Z 261 | [](Vec x, Vec y) { return x + y; }, 2025-12-04T09:02:54.4635525Z | ^ 2025-12-04T09:02:54.4636483Z [1,918 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:54.4637392Z Testing //c10/test:util_base_tests; 18s processwrapper-sandbox 2025-12-04T09:02:54.4639158Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2025-12-04T09:02:54.4639842Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:54.4640419Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:54.4641004Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:54.4641622Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:54.4642215Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:54.4642792Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:54.7836771Z 2025-12-04T09:02:54.7837381Z  2025-12-04T09:02:54.7837663Z  2025-12-04T09:02:54.7837874Z  2025-12-04T09:02:54.7838087Z  2025-12-04T09:02:54.7838289Z  2025-12-04T09:02:54.7838500Z  2025-12-04T09:02:54.7838716Z  2025-12-04T09:02:54.7838930Z  2025-12-04T09:02:54.7839452Z [1,921 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:54.7840035Z Testing //c10/test:util_base_tests; 18s processwrapper-sandbox 2025-12-04T09:02:54.7840546Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2025-12-04T09:02:54.7840975Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:54.7841379Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:54.7841749Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:54.7842131Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:54.7842496Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:02:54.7842866Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:55.1248267Z 2025-12-04T09:02:55.1249024Z  2025-12-04T09:02:55.1249466Z  2025-12-04T09:02:55.1249850Z  2025-12-04T09:02:55.1250215Z  2025-12-04T09:02:55.1250586Z  2025-12-04T09:02:55.1250939Z  2025-12-04T09:02:55.1251336Z  2025-12-04T09:02:55.1251704Z  2025-12-04T09:02:55.1252555Z [1,922 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:55.1253548Z Testing //c10/test:util_base_tests; 19s processwrapper-sandbox 2025-12-04T09:02:55.1254462Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2025-12-04T09:02:55.1255580Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:55.1256474Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.1257178Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.1257848Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.1258544Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.1259226Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:55.3670015Z 2025-12-04T09:02:55.3670633Z  2025-12-04T09:02:55.3671041Z  2025-12-04T09:02:55.3671271Z  2025-12-04T09:02:55.3671487Z  2025-12-04T09:02:55.3671689Z  2025-12-04T09:02:55.3671905Z  2025-12-04T09:02:55.3672103Z  2025-12-04T09:02:55.3672317Z  2025-12-04T09:02:55.3672824Z [1,923 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:55.3673425Z Testing //c10/test:util_base_tests; 19s processwrapper-sandbox 2025-12-04T09:02:55.3673957Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2025-12-04T09:02:55.3674418Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.3674787Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.3675160Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.3675528Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.3675872Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.3676251Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:02:55.5842366Z 2025-12-04T09:02:55.5843060Z  2025-12-04T09:02:55.5843448Z  2025-12-04T09:02:55.5843737Z  2025-12-04T09:02:55.5844019Z  2025-12-04T09:02:55.5844229Z  2025-12-04T09:02:55.5844451Z  2025-12-04T09:02:55.5844738Z  2025-12-04T09:02:55.5844938Z  2025-12-04T09:02:55.5845640Z [1,924 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:55.5846280Z Testing //c10/test:util_base_tests; 19s processwrapper-sandbox 2025-12-04T09:02:55.5846966Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2025-12-04T09:02:55.5847880Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.5848428Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.5848808Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.5849152Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.5849583Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.5850078Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:55.9698100Z 2025-12-04T09:02:55.9698842Z  2025-12-04T09:02:55.9699240Z  2025-12-04T09:02:55.9699584Z  2025-12-04T09:02:55.9699900Z  2025-12-04T09:02:55.9700233Z  2025-12-04T09:02:55.9700572Z  2025-12-04T09:02:55.9701959Z  2025-12-04T09:02:55.9702286Z  2025-12-04T09:02:55.9702915Z [1,925 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:55.9703968Z Testing //c10/test:util_base_tests; 19s processwrapper-sandbox 2025-12-04T09:02:55.9704793Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2025-12-04T09:02:55.9705247Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:55.9705633Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:55.9705990Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:55.9706358Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:55.9706720Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:56.1847630Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:56.1847954Z 2025-12-04T09:02:56.1848229Z  2025-12-04T09:02:56.1848440Z  2025-12-04T09:02:56.1848658Z  2025-12-04T09:02:56.1848856Z  2025-12-04T09:02:56.1849073Z  2025-12-04T09:02:56.1849282Z  2025-12-04T09:02:56.3342432Z  2025-12-04T09:02:56.3343637Z  2025-12-04T09:02:56.3447840Z [1,925 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:56.3448747Z Testing //c10/test:util_base_tests; 20s processwrapper-sandbox 2025-12-04T09:02:56.3449479Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2025-12-04T09:02:56.3450169Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:56.3450541Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:56.3451095Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:56.3451514Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:56.3451934Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:56.3452446Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:56.7244934Z 2025-12-04T09:02:56.7245653Z  2025-12-04T09:02:56.7246077Z  2025-12-04T09:02:56.7246461Z  2025-12-04T09:02:56.7246876Z  2025-12-04T09:02:56.7247216Z  2025-12-04T09:02:56.7247580Z  2025-12-04T09:02:56.7247916Z  2025-12-04T09:02:56.7248269Z  2025-12-04T09:02:56.7249120Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: 2025-12-04T09:02:56.7250096Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:02:56.7251141Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:2: 2025-12-04T09:02:56.7252861Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:02:56.7255157Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:249:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:02:56.7257028Z 249 | [=](Vectorized a) -> Vectorized { return a; }); 2025-12-04T09:02:56.7257714Z | ^ 2025-12-04T09:02:56.7258944Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:245:5: note: in expansion of macro '_AT_DISPATCH_ALL_TYPES_NO_CF' 2025-12-04T09:02:56.7260660Z 245 | _AT_DISPATCH_ALL_TYPES_NO_CF(dtype, "copy_kernel", [&] { 2025-12-04T09:02:56.7261380Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:02:56.7269640Z [1,925 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:56.7270621Z Testing //c10/test:util_base_tests; 20s processwrapper-sandbox 2025-12-04T09:02:56.7271709Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2025-12-04T09:02:56.7272444Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:56.7273050Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:56.7274413Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:56.7275369Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:56.7276046Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:56.7276637Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:56.9309303Z 2025-12-04T09:02:56.9309990Z  2025-12-04T09:02:56.9310450Z  2025-12-04T09:02:56.9310799Z  2025-12-04T09:02:56.9311143Z  2025-12-04T09:02:56.9311527Z  2025-12-04T09:02:56.9311857Z  2025-12-04T09:02:56.9312211Z  2025-12-04T09:02:56.9312564Z  2025-12-04T09:02:56.9313462Z [1,926 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:56.9314483Z Testing //c10/test:util_base_tests; 20s processwrapper-sandbox 2025-12-04T09:02:56.9315423Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2025-12-04T09:02:56.9316207Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:56.9316836Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:56.9317511Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:56.9318499Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:56.9319333Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:56.9319965Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:57.1769949Z 2025-12-04T09:02:57.1770957Z  2025-12-04T09:02:57.1771354Z  2025-12-04T09:02:57.1771684Z  2025-12-04T09:02:57.1772166Z  2025-12-04T09:02:57.1772486Z  2025-12-04T09:02:57.1772821Z  2025-12-04T09:02:57.1773017Z  2025-12-04T09:02:57.1773230Z  2025-12-04T09:02:57.1773988Z [1,927 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:57.1774678Z Testing //c10/test:util_base_tests; 21s processwrapper-sandbox 2025-12-04T09:02:57.1775390Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2025-12-04T09:02:57.1776052Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:57.1776646Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:57.1777208Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.1777756Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.1780283Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.1780888Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:02:57.1989646Z 2025-12-04T09:02:57.1990410Z  2025-12-04T09:02:57.1990861Z  2025-12-04T09:02:57.1991240Z  2025-12-04T09:02:57.1991619Z  2025-12-04T09:02:57.1991983Z  2025-12-04T09:02:57.1992364Z  2025-12-04T09:02:57.1992724Z  2025-12-04T09:02:57.1993106Z  2025-12-04T09:02:57.1994088Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp: 2025-12-04T09:02:57.1996399Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp:847: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:57.1998213Z 847 | # pragma unroll 2025-12-04T09:02:57.1998882Z | 2025-12-04T09:02:57.1999877Z [1,928 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:57.2001035Z Testing //c10/test:util_base_tests; 21s processwrapper-sandbox 2025-12-04T09:02:57.2002068Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2025-12-04T09:02:57.2002980Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:57.2003802Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.2004548Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.2006817Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.2007485Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:57.2008313Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:57.5320253Z 2025-12-04T09:02:57.5321410Z  2025-12-04T09:02:57.5322168Z  2025-12-04T09:02:57.5322686Z  2025-12-04T09:02:57.5323268Z  2025-12-04T09:02:57.5324629Z  2025-12-04T09:02:57.5325966Z  2025-12-04T09:02:57.5326776Z  2025-12-04T09:02:57.5327546Z  2025-12-04T09:02:57.5329294Z [1,929 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:57.5330688Z Testing //c10/test:util_base_tests; 21s processwrapper-sandbox 2025-12-04T09:02:57.5332439Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2025-12-04T09:02:57.5333432Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.5333958Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.5334425Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:57.5334936Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:57.5335528Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:57.5336086Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:58.0056111Z 2025-12-04T09:02:58.0056937Z  2025-12-04T09:02:58.0058265Z  2025-12-04T09:02:58.0058659Z  2025-12-04T09:02:58.0059149Z  2025-12-04T09:02:58.0059415Z  2025-12-04T09:02:58.0064568Z  2025-12-04T09:02:58.0065012Z  2025-12-04T09:02:58.0065376Z  2025-12-04T09:02:58.0066209Z [1,930 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:58.0067142Z Testing //c10/test:util_base_tests; 22s processwrapper-sandbox 2025-12-04T09:02:58.0068028Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2025-12-04T09:02:58.0068731Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:58.0069099Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:58.0069705Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:58.0070352Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:58.0071306Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:58.0071798Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:58.3323810Z 2025-12-04T09:02:58.3324437Z  2025-12-04T09:02:58.3324713Z  2025-12-04T09:02:58.3324920Z  2025-12-04T09:02:58.3325140Z  2025-12-04T09:02:58.3325343Z  2025-12-04T09:02:58.3325556Z  2025-12-04T09:02:58.3325758Z  2025-12-04T09:02:58.3325972Z  2025-12-04T09:02:58.3326473Z [1,933 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:58.3327079Z Testing //c10/test:util_base_tests; 22s processwrapper-sandbox 2025-12-04T09:02:58.3327599Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2025-12-04T09:02:58.3328047Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:58.3328419Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:58.3328770Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:58.3329145Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:58.3329531Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:58.3329921Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:58.6443958Z 2025-12-04T09:02:58.6444831Z  2025-12-04T09:02:58.6445162Z  2025-12-04T09:02:58.6446331Z  2025-12-04T09:02:58.6446647Z  2025-12-04T09:02:58.6446934Z  2025-12-04T09:02:58.6448209Z  2025-12-04T09:02:58.6448559Z  2025-12-04T09:02:58.6449367Z  2025-12-04T09:02:58.6450080Z [1,934 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:02:58.6451620Z Testing //c10/test:util_base_tests; 22s processwrapper-sandbox 2025-12-04T09:02:58.6452322Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2025-12-04T09:02:58.6453805Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:58.6454619Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:58.6455939Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:58.6457808Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:58.6458414Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:58.6459000Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:58.9593609Z 2025-12-04T09:02:58.9594437Z  2025-12-04T09:02:58.9594696Z  2025-12-04T09:02:58.9594911Z  2025-12-04T09:02:58.9595106Z  2025-12-04T09:02:58.9595314Z  2025-12-04T09:02:58.9595509Z  2025-12-04T09:02:58.9595715Z  2025-12-04T09:02:58.9595910Z  2025-12-04T09:02:58.9596420Z [1,935 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:58.9596999Z Testing //c10/test:util_base_tests; 22s processwrapper-sandbox 2025-12-04T09:02:58.9597515Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2025-12-04T09:02:58.9597960Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:59.0057257Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:59.0058183Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:02:59.0061311Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:59.0061865Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.0062441Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:02:59.2067543Z 2025-12-04T09:02:59.2069096Z  2025-12-04T09:02:59.2069554Z  2025-12-04T09:02:59.2069911Z  2025-12-04T09:02:59.2070222Z  2025-12-04T09:02:59.2070551Z  2025-12-04T09:02:59.2071023Z  2025-12-04T09:02:59.2071262Z  2025-12-04T09:02:59.2071481Z  2025-12-04T09:02:59.2071986Z [1,936 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:59.2072581Z Testing //c10/test:util_base_tests; 23s processwrapper-sandbox 2025-12-04T09:02:59.2073084Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2025-12-04T09:02:59.2073554Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:59.2073923Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:59.2074285Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:59.2074640Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.2075022Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.2075400Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:02:59.2308333Z 2025-12-04T09:02:59.2309035Z  2025-12-04T09:02:59.2309475Z  2025-12-04T09:02:59.2309803Z  2025-12-04T09:02:59.2310144Z  2025-12-04T09:02:59.2310480Z  2025-12-04T09:02:59.2310777Z  2025-12-04T09:02:59.2311118Z  2025-12-04T09:02:59.2311419Z  2025-12-04T09:02:59.2312169Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp: 2025-12-04T09:02:59.2313742Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:368: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:59.2315118Z 368 | # pragma unroll 2025-12-04T09:02:59.2315515Z | 2025-12-04T09:02:59.2316481Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:377: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:59.2317703Z 377 | # pragma unroll 2025-12-04T09:02:59.2318128Z | 2025-12-04T09:02:59.2319178Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:394: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:59.2320493Z 394 | # pragma unroll 2025-12-04T09:02:59.2320894Z | 2025-12-04T09:02:59.2321966Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:403: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:02:59.2323310Z 403 | # pragma unroll 2025-12-04T09:02:59.2323672Z | 2025-12-04T09:02:59.2324557Z [1,936 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:59.2325469Z Testing //c10/test:util_base_tests; 23s processwrapper-sandbox 2025-12-04T09:02:59.2326285Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2025-12-04T09:02:59.2327020Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:59.2327617Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2025-12-04T09:02:59.2328174Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:02:59.2328742Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.2329359Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.2330011Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:02:59.6073424Z 2025-12-04T09:02:59.6074276Z  2025-12-04T09:02:59.6074762Z  2025-12-04T09:02:59.6075134Z  2025-12-04T09:02:59.6075479Z  2025-12-04T09:02:59.6075833Z  2025-12-04T09:02:59.6076203Z  2025-12-04T09:02:59.6076558Z  2025-12-04T09:02:59.6077220Z  2025-12-04T09:02:59.6078140Z [1,939 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:02:59.6079389Z Testing //c10/test:util_base_tests; 23s processwrapper-sandbox 2025-12-04T09:02:59.6080346Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2025-12-04T09:02:59.6081475Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.6082416Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:02:59.6083366Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:59.6084260Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:02:59.6085112Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2025-12-04T09:02:59.6085988Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2025-12-04T09:03:00.1263563Z 2025-12-04T09:03:00.1264297Z  2025-12-04T09:03:00.1264749Z  2025-12-04T09:03:00.1265115Z  2025-12-04T09:03:00.1265484Z  2025-12-04T09:03:00.1265892Z  2025-12-04T09:03:00.1266253Z  2025-12-04T09:03:00.1266634Z  2025-12-04T09:03:00.1266979Z  2025-12-04T09:03:00.1267971Z INFO: From Compiling aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:00.1269112Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:03:00.1270428Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp:10: 2025-12-04T09:03:00.1273846Z 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&)]': 2025-12-04T09:03:00.1276980Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:00.1278292Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:03:00.1278833Z | ^~~~~~~~~~~~~~ 2025-12-04T09:03:00.1280241Z [1,939 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:00.1281400Z Testing //c10/test:util_base_tests; 24s processwrapper-sandbox 2025-12-04T09:03:00.1282434Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2025-12-04T09:03:00.1283422Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:00.1284197Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:00.1284954Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.1285703Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.1286421Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.1287194Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:03:00.4078490Z 2025-12-04T09:03:00.4079093Z  2025-12-04T09:03:00.4079359Z  2025-12-04T09:03:00.4079609Z  2025-12-04T09:03:00.4079821Z  2025-12-04T09:03:00.4080037Z  2025-12-04T09:03:00.4080247Z  2025-12-04T09:03:00.4080441Z  2025-12-04T09:03:00.4080649Z  2025-12-04T09:03:00.4081161Z [1,940 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:00.4081751Z Testing //c10/test:util_base_tests; 24s processwrapper-sandbox 2025-12-04T09:03:00.4082252Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2025-12-04T09:03:00.4082699Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:00.4083078Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:00.4083498Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:00.4083858Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.4084203Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.4084586Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:00.7107561Z 2025-12-04T09:03:00.7108569Z  2025-12-04T09:03:00.7109146Z  2025-12-04T09:03:00.7109484Z  2025-12-04T09:03:00.7109720Z  2025-12-04T09:03:00.7109921Z  2025-12-04T09:03:00.7110127Z  2025-12-04T09:03:00.7110321Z  2025-12-04T09:03:00.7110525Z  2025-12-04T09:03:00.7111047Z INFO: From Compiling aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:00.7112120Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:00.7113391Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp:46:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:00.7114354Z 46 | [scale, bias](Vec x, Vec gamma, Vec beta) { 2025-12-04T09:03:00.7114683Z | ^ 2025-12-04T09:03:00.7115535Z [1,940 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:00.7116110Z Testing //c10/test:util_base_tests; 24s processwrapper-sandbox 2025-12-04T09:03:00.7116805Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2025-12-04T09:03:00.7117256Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:00.7117635Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:00.7118130Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:00.7118680Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.7119185Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:00.7119666Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:01.0341450Z 2025-12-04T09:03:01.0342087Z  2025-12-04T09:03:01.0342339Z  2025-12-04T09:03:01.0342557Z  2025-12-04T09:03:01.0342756Z  2025-12-04T09:03:01.0342964Z  2025-12-04T09:03:01.0343159Z  2025-12-04T09:03:01.0343366Z  2025-12-04T09:03:01.0343579Z  2025-12-04T09:03:01.0344116Z [1,942 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:01.0344737Z Testing //c10/test:util_base_tests; 25s processwrapper-sandbox 2025-12-04T09:03:01.0345245Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2025-12-04T09:03:01.0345691Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.0346046Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.0346410Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.0346766Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:01.0347142Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.0347502Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:03:01.2453448Z 2025-12-04T09:03:01.2454163Z  2025-12-04T09:03:01.2454475Z  2025-12-04T09:03:01.2454747Z  2025-12-04T09:03:01.2454958Z  2025-12-04T09:03:01.2455155Z  2025-12-04T09:03:01.2455450Z  2025-12-04T09:03:01.2455675Z  2025-12-04T09:03:01.2455959Z  2025-12-04T09:03:01.2456524Z [1,943 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:01.2457252Z Testing //c10/test:util_base_tests; 25s processwrapper-sandbox 2025-12-04T09:03:01.2457895Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2025-12-04T09:03:01.2458326Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.2458752Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.2459114Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:01.2459546Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.2460028Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.2460545Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:01.4754419Z 2025-12-04T09:03:01.4756394Z  2025-12-04T09:03:01.4757472Z  2025-12-04T09:03:01.4758648Z  2025-12-04T09:03:01.4759330Z  2025-12-04T09:03:01.4760211Z  2025-12-04T09:03:01.4760521Z  2025-12-04T09:03:01.4760801Z  2025-12-04T09:03:01.4761139Z  2025-12-04T09:03:01.4761816Z [1,947 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:01.4762668Z Testing //c10/test:util_base_tests; 25s processwrapper-sandbox 2025-12-04T09:03:01.4763522Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2025-12-04T09:03:01.4764265Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.4764808Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:01.4765386Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:01.4765973Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.4766500Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.4767137Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:03:01.6836315Z 2025-12-04T09:03:01.6836825Z  2025-12-04T09:03:01.6837197Z  2025-12-04T09:03:01.6837522Z  2025-12-04T09:03:01.6837792Z  2025-12-04T09:03:01.6837988Z  2025-12-04T09:03:01.6838197Z  2025-12-04T09:03:01.6838390Z  2025-12-04T09:03:01.6838595Z  2025-12-04T09:03:01.6839089Z [1,947 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:01.6839879Z Testing //c10/test:util_base_tests; 25s processwrapper-sandbox 2025-12-04T09:03:01.6840481Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2025-12-04T09:03:01.6840921Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.6841281Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:01.6841783Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:01.6842179Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.6842540Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.6842905Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2025-12-04T09:03:01.8848073Z 2025-12-04T09:03:01.8848939Z  2025-12-04T09:03:01.8849362Z  2025-12-04T09:03:01.8849705Z  2025-12-04T09:03:01.8850030Z  2025-12-04T09:03:01.8850320Z  2025-12-04T09:03:01.8850541Z  2025-12-04T09:03:01.8850816Z  2025-12-04T09:03:01.8851105Z  2025-12-04T09:03:01.8851819Z [1,948 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:01.8852648Z Testing //c10/test:util_base_tests; 25s processwrapper-sandbox 2025-12-04T09:03:01.8853234Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2025-12-04T09:03:01.8853854Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:01.8854377Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:01.8854833Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.8855339Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.8855766Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:01.8856135Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:02.1910344Z 2025-12-04T09:03:02.1911147Z  2025-12-04T09:03:02.1911576Z  2025-12-04T09:03:02.1911939Z  2025-12-04T09:03:02.1912307Z  2025-12-04T09:03:02.1912652Z  2025-12-04T09:03:02.1912997Z  2025-12-04T09:03:02.1913320Z  2025-12-04T09:03:02.1913609Z  2025-12-04T09:03:02.1914414Z [1,949 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:02.1915368Z Testing //c10/test:util_base_tests; 26s processwrapper-sandbox 2025-12-04T09:03:02.1916192Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2025-12-04T09:03:02.1916872Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:02.1917484Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:02.1918371Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:02.1919067Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2025-12-04T09:03:02.1919647Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:02.1920267Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:02.4855344Z 2025-12-04T09:03:02.4856203Z  2025-12-04T09:03:02.4856555Z  2025-12-04T09:03:02.4856781Z  2025-12-04T09:03:02.4856980Z  2025-12-04T09:03:02.4857229Z  2025-12-04T09:03:02.4857440Z  2025-12-04T09:03:02.4857651Z  2025-12-04T09:03:02.4857849Z  2025-12-04T09:03:02.4858409Z [1,952 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:02.4859010Z Testing //c10/test:util_base_tests; 26s processwrapper-sandbox 2025-12-04T09:03:02.4859512Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2025-12-04T09:03:02.4859983Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2025-12-04T09:03:02.4860354Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:02.4860775Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:02.4861178Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:02.4861549Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:02.4861923Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:02.9398501Z 2025-12-04T09:03:02.9399380Z  2025-12-04T09:03:02.9399824Z  2025-12-04T09:03:02.9400204Z  2025-12-04T09:03:02.9400547Z  2025-12-04T09:03:02.9400903Z  2025-12-04T09:03:02.9401254Z  2025-12-04T09:03:02.9401619Z  2025-12-04T09:03:02.9401974Z  2025-12-04T09:03:02.9402846Z [1,953 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:02.9403962Z Testing //c10/test:util_base_tests; 26s processwrapper-sandbox 2025-12-04T09:03:02.9404939Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2025-12-04T09:03:02.9405759Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:02.9406415Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:02.9407070Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:02.9407714Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:02.9408395Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:02.9409075Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:03.0236306Z 2025-12-04T09:03:03.0237083Z  2025-12-04T09:03:03.0237514Z  2025-12-04T09:03:03.0237864Z  2025-12-04T09:03:03.0238210Z  2025-12-04T09:03:03.0238541Z  2025-12-04T09:03:03.0238888Z  2025-12-04T09:03:03.0239223Z  2025-12-04T09:03:03.0239569Z  2025-12-04T09:03:03.0240506Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:03.0242453Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:181: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:03.0244165Z 181 | # pragma unroll 2025-12-04T09:03:03.0244559Z | 2025-12-04T09:03:03.0245045Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:03:03.0245798Z from aten/src/ATen/cpu/vec/vec256/vec256_convert.h:3, 2025-12-04T09:03:03.0246513Z from aten/src/ATen/cpu/vec/vec256/vec256.h:38, 2025-12-04T09:03:03.0247128Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T09:03:03.0248283Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:6: 2025-12-04T09:03:03.0252229Z 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}::cpu_flash_attention(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double, bool, std::optional, std::optional)::::]': 2025-12-04T09:03:03.0256099Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:03.0257262Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:03:03.0257777Z | ^~~~~~~~~~~~~~ 2025-12-04T09:03:03.0259166Z [1,953 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:03.0260034Z Testing //c10/test:util_base_tests; 27s processwrapper-sandbox 2025-12-04T09:03:03.0260876Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2025-12-04T09:03:03.0261682Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.0262368Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.0263058Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.0263751Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:03.0264419Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:03.0265302Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:03.2864216Z 2025-12-04T09:03:03.2864829Z  2025-12-04T09:03:03.2865087Z  2025-12-04T09:03:03.2865303Z  2025-12-04T09:03:03.2865506Z  2025-12-04T09:03:03.2865720Z  2025-12-04T09:03:03.2865917Z  2025-12-04T09:03:03.2866125Z  2025-12-04T09:03:03.2866322Z  2025-12-04T09:03:03.2866840Z [1,954 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:03.2867440Z Testing //c10/test:util_base_tests; 27s processwrapper-sandbox 2025-12-04T09:03:03.2867941Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2025-12-04T09:03:03.2868419Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.2868804Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.2869175Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.2869535Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.2869906Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:03.2870277Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:03.5438637Z 2025-12-04T09:03:03.5439406Z  2025-12-04T09:03:03.5439819Z  2025-12-04T09:03:03.5440135Z  2025-12-04T09:03:03.5440461Z  2025-12-04T09:03:03.5440751Z  2025-12-04T09:03:03.5441063Z  2025-12-04T09:03:03.5441377Z  2025-12-04T09:03:03.5441688Z  2025-12-04T09:03:03.5442421Z [1,955 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:03.5443454Z Testing //c10/test:util_base_tests; 27s processwrapper-sandbox 2025-12-04T09:03:03.5444333Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2025-12-04T09:03:03.5445043Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.5445665Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.5446287Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.5446975Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.5447646Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:03.5448358Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:04.0815711Z 2025-12-04T09:03:04.0816426Z  2025-12-04T09:03:04.0816861Z  2025-12-04T09:03:04.0817216Z  2025-12-04T09:03:04.0817580Z  2025-12-04T09:03:04.0817926Z  2025-12-04T09:03:04.0818278Z  2025-12-04T09:03:04.0818615Z  2025-12-04T09:03:04.0818965Z  2025-12-04T09:03:04.0819788Z [1,956 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:04.0821059Z Testing //c10/test:util_base_tests; 28s processwrapper-sandbox 2025-12-04T09:03:04.0822055Z Executing genrule //:generate-code; 15s processwrapper-sandbox 2025-12-04T09:03:04.0822777Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.0823413Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.0824021Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.0824649Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.0825251Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.0825895Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:04.1613165Z 2025-12-04T09:03:04.1613886Z  2025-12-04T09:03:04.1614280Z  2025-12-04T09:03:04.1614611Z  2025-12-04T09:03:04.1614937Z  2025-12-04T09:03:04.1615251Z  2025-12-04T09:03:04.1615564Z  2025-12-04T09:03:04.1615900Z  2025-12-04T09:03:04.1616210Z  2025-12-04T09:03:04.1617141Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:04.1619035Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:449: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1620484Z 449 | # pragma unroll 2025-12-04T09:03:04.1621024Z | 2025-12-04T09:03:04.1622310Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:574: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1623795Z 574 | # pragma unroll 2025-12-04T09:03:04.1624180Z | 2025-12-04T09:03:04.1625493Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:660: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1626881Z 660 | # pragma unroll 2025-12-04T09:03:04.1627280Z | 2025-12-04T09:03:04.1628565Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:758: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1630001Z 758 | # pragma unroll 2025-12-04T09:03:04.1630392Z | 2025-12-04T09:03:04.1631660Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:799: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1633149Z 799 | # pragma unroll 2025-12-04T09:03:04.1633567Z | 2025-12-04T09:03:04.1634923Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:933: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1636375Z 933 | # pragma unroll 2025-12-04T09:03:04.1636753Z | 2025-12-04T09:03:04.1638031Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:987: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1639504Z 987 | # pragma unroll 2025-12-04T09:03:04.1639936Z | 2025-12-04T09:03:04.1641206Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1119: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1642685Z 1119 | # pragma unroll 2025-12-04T09:03:04.1643090Z | 2025-12-04T09:03:04.1644459Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1126: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:04.1645993Z 1126 | # pragma unroll 2025-12-04T09:03:04.1646389Z | 2025-12-04T09:03:04.1647295Z [1,956 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:04.1648236Z Testing //c10/test:util_base_tests; 28s processwrapper-sandbox 2025-12-04T09:03:04.1649104Z Executing genrule //:generate-code; 15s processwrapper-sandbox 2025-12-04T09:03:04.1649858Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.1650780Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.1651603Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.1652202Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.1652815Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.1653435Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:04.5098005Z 2025-12-04T09:03:04.5098774Z  2025-12-04T09:03:04.5099258Z  2025-12-04T09:03:04.5099691Z  2025-12-04T09:03:04.5100101Z  2025-12-04T09:03:04.5100516Z  2025-12-04T09:03:04.5100921Z  2025-12-04T09:03:04.5101345Z  2025-12-04T09:03:04.5101751Z  2025-12-04T09:03:04.5102771Z [1,958 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:04.5104013Z Testing //c10/test:util_base_tests; 28s processwrapper-sandbox 2025-12-04T09:03:04.5105095Z Executing genrule //:generate-code; 15s processwrapper-sandbox 2025-12-04T09:03:04.5106025Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.5106817Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.5107581Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.5108329Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.5109157Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.5109825Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:04.7147807Z 2025-12-04T09:03:04.7148454Z  2025-12-04T09:03:04.7148733Z  2025-12-04T09:03:04.7148941Z  2025-12-04T09:03:04.7149157Z  2025-12-04T09:03:04.7149355Z  2025-12-04T09:03:04.7149578Z  2025-12-04T09:03:04.7149790Z  2025-12-04T09:03:04.7149983Z  2025-12-04T09:03:04.7150486Z [1,961 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:04.7158231Z Testing //c10/test:util_base_tests; 28s processwrapper-sandbox 2025-12-04T09:03:04.7158708Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.7159097Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.7159460Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.7159828Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.7160185Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.7160554Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.7160943Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:04.9445365Z 2025-12-04T09:03:04.9445916Z  2025-12-04T09:03:04.9446175Z  2025-12-04T09:03:04.9446441Z  2025-12-04T09:03:04.9446665Z  2025-12-04T09:03:04.9446880Z  2025-12-04T09:03:04.9447092Z  2025-12-04T09:03:04.9447355Z  2025-12-04T09:03:04.9447564Z  2025-12-04T09:03:04.9448136Z [1,961 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:04.9448806Z Testing //c10/test:util_base_tests; 28s processwrapper-sandbox 2025-12-04T09:03:04.9449248Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.9449684Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.9450051Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9450482Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9450852Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9451267Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9451655Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:04.9892234Z 2025-12-04T09:03:04.9893141Z  2025-12-04T09:03:04.9893574Z  2025-12-04T09:03:04.9893957Z  2025-12-04T09:03:04.9894319Z  2025-12-04T09:03:04.9894720Z  2025-12-04T09:03:04.9895077Z  2025-12-04T09:03:04.9895455Z  2025-12-04T09:03:04.9895814Z  2025-12-04T09:03:04.9897023Z INFO: From Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:04.9898253Z In file included from aten/src/ATen/native/cpu/Loops.h:37, 2025-12-04T09:03:04.9899499Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp:14: 2025-12-04T09:03:04.9901480Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T09:03:04.9903602Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:04.9904962Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T09:03:04.9905734Z | ^~~~~~~~~~~~~~~ 2025-12-04T09:03:04.9906801Z [1,961 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:04.9907879Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:04.9908690Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.9909525Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.9910200Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9910894Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9911567Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9912250Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9912967Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:04.9964051Z 2025-12-04T09:03:04.9964937Z  2025-12-04T09:03:04.9965394Z  2025-12-04T09:03:04.9965766Z  2025-12-04T09:03:04.9966152Z  2025-12-04T09:03:04.9966517Z  2025-12-04T09:03:04.9966892Z  2025-12-04T09:03:04.9967236Z  2025-12-04T09:03:04.9967605Z  2025-12-04T09:03:04.9968519Z INFO: From Compiling aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:04.9971768Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::lerp_vec(at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized, at::vec::DEFAULT::Vectorized) [with scalar_t = float]': 2025-12-04T09:03:04.9975477Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp:55:22: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:04.9977833Z 55 | Vectorized lerp_vec(Vectorized start, Vectorized end, Vectorized weight) { 2025-12-04T09:03:04.9978979Z | ^~~~~~~~ 2025-12-04T09:03:04.9985589Z [1,961 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:04.9986697Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:04.9987563Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.9988269Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:04.9988955Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9989646Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9990322Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9991018Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:04.9991714Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:05.1016815Z 2025-12-04T09:03:05.1017573Z  2025-12-04T09:03:05.1017957Z  2025-12-04T09:03:05.1018260Z  2025-12-04T09:03:05.1018539Z  2025-12-04T09:03:05.1018824Z  2025-12-04T09:03:05.1019079Z  2025-12-04T09:03:05.1019276Z  2025-12-04T09:03:05.1019557Z  2025-12-04T09:03:05.1020909Z INFO: From Compiling aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:05.1021904Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:03:05.1024015Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:4: 2025-12-04T09:03:05.1025492Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:05.1027423Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:62:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:05.1028742Z 62 | [=](Vec /*self_vec*/, 2025-12-04T09:03:05.1029170Z | ^ 2025-12-04T09:03:05.1029987Z [1,963 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:05.1030841Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:05.1031466Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.1032034Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.1032623Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.1033156Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.1033740Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.1034270Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.1034900Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:05.3580021Z 2025-12-04T09:03:05.3581064Z  2025-12-04T09:03:05.3581736Z  2025-12-04T09:03:05.3582133Z  2025-12-04T09:03:05.3582492Z  2025-12-04T09:03:05.3582829Z  2025-12-04T09:03:05.3583436Z  2025-12-04T09:03:05.3583778Z  2025-12-04T09:03:05.3584142Z  2025-12-04T09:03:05.3585425Z [1,964 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:05.3587351Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:05.3588290Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.3589125Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.3589730Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.3590364Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.3590966Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.3591601Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:05.3592227Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:05.4742130Z 2025-12-04T09:03:05.4742796Z  2025-12-04T09:03:05.4743483Z  2025-12-04T09:03:05.4743811Z  2025-12-04T09:03:05.4744015Z  2025-12-04T09:03:05.4744251Z  2025-12-04T09:03:05.4744769Z  2025-12-04T09:03:05.4745107Z  2025-12-04T09:03:05.4745470Z  2025-12-04T09:03:05.4746619Z INFO: From Compiling aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: 2025-12-04T09:03:05.4748206Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:05.4749816Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp:33:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:05.4751241Z 33 | [](Vec x, Vec y) -> Vec { return x + y; }); 2025-12-04T09:03:05.4751704Z | ^ 2025-12-04T09:03:05.4752429Z [1,964 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:05.4753133Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:05.4753693Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.4754141Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.4754678Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.4756608Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.4757083Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.4758992Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.4759560Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:05.7578681Z 2025-12-04T09:03:05.7579294Z  2025-12-04T09:03:05.7579566Z  2025-12-04T09:03:05.7579770Z  2025-12-04T09:03:05.7579978Z  2025-12-04T09:03:05.7580175Z  2025-12-04T09:03:05.7580381Z  2025-12-04T09:03:05.7580575Z  2025-12-04T09:03:05.7580782Z  2025-12-04T09:03:05.7581285Z [1,965 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:05.7581874Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:05.7582305Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.7582689Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.7583086Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.7583458Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.7583827Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.7584187Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:05.7584577Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:05.9720201Z 2025-12-04T09:03:05.9720939Z  2025-12-04T09:03:05.9721364Z  2025-12-04T09:03:05.9721688Z  2025-12-04T09:03:05.9722037Z  2025-12-04T09:03:05.9722383Z  2025-12-04T09:03:05.9722743Z  2025-12-04T09:03:05.9723105Z  2025-12-04T09:03:05.9723550Z  2025-12-04T09:03:05.9724270Z [1,966 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:05.9725260Z Testing //c10/test:util_base_tests; 29s processwrapper-sandbox 2025-12-04T09:03:05.9726040Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.9726702Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:05.9727355Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.9727995Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:05.9728596Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:05.9729235Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:05.9729918Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:06.0333399Z 2025-12-04T09:03:06.0334096Z  2025-12-04T09:03:06.0334489Z  2025-12-04T09:03:06.0334729Z  2025-12-04T09:03:06.0335021Z  2025-12-04T09:03:06.0335346Z  2025-12-04T09:03:06.0335696Z  2025-12-04T09:03:06.0336018Z  2025-12-04T09:03:06.0336354Z  2025-12-04T09:03:06.0337411Z INFO: From Compiling aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:06.0339275Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:06.0341766Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp:65:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:06.0343691Z 65 | [s](Vec q, Vec q_bias) { return (q + q_bias) * Vec(s); }, 2025-12-04T09:03:06.0344195Z | ^ 2025-12-04T09:03:06.0345030Z [1,966 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:06.0345903Z Testing //c10/test:util_base_tests; 30s processwrapper-sandbox 2025-12-04T09:03:06.0346514Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:06.0347118Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:06.0347685Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.0348150Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.0348993Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:06.0349884Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:06.0350501Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:06.3896090Z 2025-12-04T09:03:06.3896897Z  2025-12-04T09:03:06.3897171Z  2025-12-04T09:03:06.3897432Z  2025-12-04T09:03:06.3897776Z  2025-12-04T09:03:06.3898121Z  2025-12-04T09:03:06.3898389Z  2025-12-04T09:03:06.3898605Z  2025-12-04T09:03:06.3898842Z  2025-12-04T09:03:06.3899666Z [1,967 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:06.3900679Z Testing //c10/test:util_base_tests; 30s processwrapper-sandbox 2025-12-04T09:03:06.3901426Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:06.3902062Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:06.3902681Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.3903350Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.3903997Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.3904678Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:06.3905374Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:06.5900897Z 2025-12-04T09:03:06.5901759Z  2025-12-04T09:03:06.5902069Z  2025-12-04T09:03:06.5902352Z  2025-12-04T09:03:06.5902587Z  2025-12-04T09:03:06.5902802Z  2025-12-04T09:03:06.5902998Z  2025-12-04T09:03:06.5903209Z  2025-12-04T09:03:06.5903403Z  2025-12-04T09:03:06.5903929Z [1,969 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:06.5904513Z Testing //c10/test:util_base_tests; 30s processwrapper-sandbox 2025-12-04T09:03:06.5904962Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:06.5905344Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.5905736Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.5906118Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.5906475Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.5906849Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:06.5907325Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:06.9091631Z 2025-12-04T09:03:06.9092424Z  2025-12-04T09:03:06.9092839Z  2025-12-04T09:03:06.9093216Z  2025-12-04T09:03:06.9093575Z  2025-12-04T09:03:06.9093933Z  2025-12-04T09:03:06.9094281Z  2025-12-04T09:03:06.9094641Z  2025-12-04T09:03:06.9094990Z  2025-12-04T09:03:06.9095876Z INFO: From Compiling aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:06.9098478Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: In function 'at::vec::DEFAULT::Vectorized at::native::{anonymous}::is_nan_vec(at::vec::DEFAULT::Vectorized) [with scalar_t = unsigned char]': 2025-12-04T09:03:06.9101877Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp:36:32: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:06.9104094Z 36 | vec::Vectorized is_nan_vec(vec::Vectorized vec) { 2025-12-04T09:03:06.9105070Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:03:06.9106227Z [1,969 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:06.9107308Z Testing //c10/test:util_base_tests; 30s processwrapper-sandbox 2025-12-04T09:03:06.9108103Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:06.9108798Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.9109478Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.9111197Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.9112498Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.9113163Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:06.9113954Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:07.1908205Z 2025-12-04T09:03:07.1908874Z  2025-12-04T09:03:07.1909141Z  2025-12-04T09:03:07.1909344Z  2025-12-04T09:03:07.1909552Z  2025-12-04T09:03:07.1909751Z  2025-12-04T09:03:07.1909960Z  2025-12-04T09:03:07.1910156Z  2025-12-04T09:03:07.1910363Z  2025-12-04T09:03:07.1910869Z [1,970 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:07.1911481Z Testing //c10/test:util_base_tests; 31s processwrapper-sandbox 2025-12-04T09:03:07.1911918Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:07.1912329Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:07.1912721Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:07.1913081Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:07.1913453Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:07.1913917Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:07.1914407Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:07.6873193Z 2025-12-04T09:03:07.6873951Z  2025-12-04T09:03:07.6874526Z  2025-12-04T09:03:07.6874888Z  2025-12-04T09:03:07.6875430Z  2025-12-04T09:03:07.6875712Z  2025-12-04T09:03:07.6875947Z  2025-12-04T09:03:07.6876268Z  2025-12-04T09:03:07.6876595Z  2025-12-04T09:03:07.6877317Z INFO: From Compiling aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:07.6878392Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:07.6880068Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp:62:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:07.6881750Z 62 | [](Vec base) -> Vec { return base * base; } 2025-12-04T09:03:07.6882293Z | ^ 2025-12-04T09:03:07.6883070Z [1,970 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:07.6883924Z Testing //c10/test:util_base_tests; 31s processwrapper-sandbox 2025-12-04T09:03:07.6884492Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:07.6885015Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:07.6885635Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:07.6886141Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:07.6886689Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:07.6887413Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:07.6888268Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:08.0450989Z 2025-12-04T09:03:08.0451827Z  2025-12-04T09:03:08.0452085Z  2025-12-04T09:03:08.0452303Z  2025-12-04T09:03:08.0452500Z  2025-12-04T09:03:08.0452710Z  2025-12-04T09:03:08.0452907Z  2025-12-04T09:03:08.0453117Z  2025-12-04T09:03:08.0453314Z  2025-12-04T09:03:08.0453830Z [1,972 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.0454410Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.0454872Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.0455259Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.0455620Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.0609918Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:08.0613496Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.0613937Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.0614449Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:08.1089579Z 2025-12-04T09:03:08.1090349Z  2025-12-04T09:03:08.1090783Z  2025-12-04T09:03:08.1091131Z  2025-12-04T09:03:08.1091481Z  2025-12-04T09:03:08.1091805Z  2025-12-04T09:03:08.1092157Z  2025-12-04T09:03:08.1092524Z  2025-12-04T09:03:08.1092880Z  2025-12-04T09:03:08.1093466Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:08.1095182Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:107: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:08.1096606Z 107 | # pragma unroll 2025-12-04T09:03:08.1096968Z | 2025-12-04T09:03:08.1098289Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:123: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:08.1099800Z 123 | # pragma unroll 2025-12-04T09:03:08.1100214Z | 2025-12-04T09:03:08.1101034Z [1,972 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.1102009Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.1102752Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:08.1103340Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1103961Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1104761Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:08.1105604Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1106227Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1106876Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:08.1841696Z 2025-12-04T09:03:08.1842440Z  2025-12-04T09:03:08.1842857Z  2025-12-04T09:03:08.1843278Z  2025-12-04T09:03:08.1843651Z  2025-12-04T09:03:08.1844008Z  2025-12-04T09:03:08.1844345Z  2025-12-04T09:03:08.1844702Z  2025-12-04T09:03:08.1845032Z  2025-12-04T09:03:08.1846030Z INFO: From Compiling aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:08.1847073Z In file included from aten/src/ATen/native/cpu/utils.h:5, 2025-12-04T09:03:08.1848225Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp:7: 2025-12-04T09:03:08.1850121Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T09:03:08.1851921Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:08.1853199Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T09:03:08.1853908Z | ^~~~~~~~~~~~~~~ 2025-12-04T09:03:08.1854964Z [1,973 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.1855985Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.1856725Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1857326Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1858087Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:08.1858864Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1859452Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1860069Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.1861026Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:08.2041105Z 2025-12-04T09:03:08.2041948Z  2025-12-04T09:03:08.2042222Z  2025-12-04T09:03:08.2042428Z  2025-12-04T09:03:08.2042644Z  2025-12-04T09:03:08.2042843Z  2025-12-04T09:03:08.2043057Z  2025-12-04T09:03:08.2043331Z  2025-12-04T09:03:08.2043541Z  2025-12-04T09:03:08.2044254Z INFO: From Compiling aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:08.2075141Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:03:08.2076697Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp:5: 2025-12-04T09:03:08.2079276Z 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 = float; Op = std::plus >]': 2025-12-04T09:03:08.2081513Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:08.2082653Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:03:08.2083141Z | ^~~~~~~~~~~~~~ 2025-12-04T09:03:08.2090188Z [1,974 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.2091217Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.2092020Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2092718Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:08.2093552Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2094192Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2094636Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2095008Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.2095403Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2025-12-04T09:03:08.2719760Z 2025-12-04T09:03:08.2720550Z  2025-12-04T09:03:08.2720889Z  2025-12-04T09:03:08.2721193Z  2025-12-04T09:03:08.2721575Z  2025-12-04T09:03:08.2721939Z  2025-12-04T09:03:08.2722334Z  2025-12-04T09:03:08.2722713Z  2025-12-04T09:03:08.2722992Z  2025-12-04T09:03:08.2723892Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:08.2725230Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:03:08.2726208Z from aten/src/ATen/cpu/vec/vec256/vec256_convert.h:3, 2025-12-04T09:03:08.2726979Z from aten/src/ATen/cpu/vec/vec256/vec256.h:38, 2025-12-04T09:03:08.2727640Z from aten/src/ATen/cpu/vec/vec.h:7, 2025-12-04T09:03:08.2728308Z from aten/src/ATen/native/cpu/Loops.h:37, 2025-12-04T09:03:08.2729574Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp:12: 2025-12-04T09:03:08.2736017Z 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::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&):::::: >(at::Tensor&, const at::Tensor&, unsigned char, at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::, at::native::{anonymous}::min_all_kernel_impl(at::Tensor&, const at::Tensor&)::::::)::::]': 2025-12-04T09:03:08.2744123Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:08.2746795Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:03:08.2747325Z | ^~~~~~~~~~~~~~ 2025-12-04T09:03:08.2748425Z [1,976 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.2749474Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.2750272Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2750961Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2751632Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.2752313Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.2752972Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.2753657Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.2754378Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:08.4516886Z 2025-12-04T09:03:08.4517672Z  2025-12-04T09:03:08.4517963Z  2025-12-04T09:03:08.4518296Z  2025-12-04T09:03:08.4518631Z  2025-12-04T09:03:08.4518869Z  2025-12-04T09:03:08.4519068Z  2025-12-04T09:03:08.4519385Z  2025-12-04T09:03:08.4519733Z  2025-12-04T09:03:08.4520498Z INFO: From Compiling aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:08.4521371Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:03:08.4522414Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:3: 2025-12-04T09:03:08.4523847Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:08.4525640Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:23:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:08.4527028Z 23 | [=](Vectorized self_vec, 2025-12-04T09:03:08.4527559Z | ^ 2025-12-04T09:03:08.4528253Z [1,977 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.4529103Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.4530151Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.4530979Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.4531882Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.4532454Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.4533008Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.4533596Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:08.4534086Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:08.5102395Z 2025-12-04T09:03:08.5103033Z  2025-12-04T09:03:08.5103375Z  2025-12-04T09:03:08.5103709Z  2025-12-04T09:03:08.5103969Z  2025-12-04T09:03:08.5104288Z  2025-12-04T09:03:08.5104523Z  2025-12-04T09:03:08.5104719Z  2025-12-04T09:03:08.5104989Z  2025-12-04T09:03:08.5105575Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:08.5106776Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:7: 2025-12-04T09:03:08.5108108Z aten/src/ATen/cpu/vec/vec.h: In function 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::convert_to_bool(at::vec::DEFAULT::Vectorized)': 2025-12-04T09:03:08.5109434Z aten/src/ATen/cpu/vec/vec.h:14:25: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:08.5110171Z 14 | inline Vectorized convert_to_bool(Vectorized x) { 2025-12-04T09:03:08.5112033Z | ^~~~~~~~~~~~~~~ 2025-12-04T09:03:08.5114996Z [1,978 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.5115698Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.5116279Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.5116822Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.5117285Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.5117716Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.5118092Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.5118484Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:08.5118989Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2025-12-04T09:03:08.8619226Z 2025-12-04T09:03:08.8619875Z  2025-12-04T09:03:08.8620143Z  2025-12-04T09:03:08.8620347Z  2025-12-04T09:03:08.8620557Z  2025-12-04T09:03:08.8620795Z  2025-12-04T09:03:08.8620993Z  2025-12-04T09:03:08.8621216Z  2025-12-04T09:03:08.8621410Z  2025-12-04T09:03:08.8621923Z [1,979 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:08.8622502Z Testing //c10/test:util_base_tests; 32s processwrapper-sandbox 2025-12-04T09:03:08.8622949Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:08.8623318Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.8623691Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.8624051Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.8624420Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:08.8624789Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox 2025-12-04T09:03:08.8625137Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:09.5520675Z 2025-12-04T09:03:09.5521869Z  2025-12-04T09:03:09.5522344Z  2025-12-04T09:03:09.5522703Z  2025-12-04T09:03:09.5523055Z  2025-12-04T09:03:09.5523480Z  2025-12-04T09:03:09.5523818Z  2025-12-04T09:03:09.5524164Z  2025-12-04T09:03:09.5524488Z  2025-12-04T09:03:09.5525363Z INFO: From Compiling aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:09.5526319Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:03:09.5527426Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:8: 2025-12-04T09:03:09.5529083Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:09.5531365Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:27:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:09.5533142Z 27 | [maxnorm_v, eps_v, one_v](vec_t norm) -> vec_t { 2025-12-04T09:03:09.5533737Z | ^ 2025-12-04T09:03:09.5534637Z [1,979 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:09.5535622Z Testing //c10/test:util_base_tests; 33s processwrapper-sandbox 2025-12-04T09:03:09.5536362Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:09.5537023Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5537654Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5538289Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5538939Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5539572Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:09.5540211Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:09.5797197Z 2025-12-04T09:03:09.5797938Z  2025-12-04T09:03:09.5798376Z  2025-12-04T09:03:09.5798725Z  2025-12-04T09:03:09.5799070Z  2025-12-04T09:03:09.5799720Z  2025-12-04T09:03:09.5800109Z  2025-12-04T09:03:09.5800641Z  2025-12-04T09:03:09.5800971Z  2025-12-04T09:03:09.5801816Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:09.5803764Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:368: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:09.5805273Z 368 | # pragma unroll 2025-12-04T09:03:09.5805723Z | 2025-12-04T09:03:09.5807012Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:377: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:09.5808542Z 377 | # pragma unroll 2025-12-04T09:03:09.5808968Z | 2025-12-04T09:03:09.5810309Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:394: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:09.5811793Z 394 | # pragma unroll 2025-12-04T09:03:09.5812254Z | 2025-12-04T09:03:09.5813538Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:403: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:09.5815071Z 403 | # pragma unroll 2025-12-04T09:03:09.5815510Z | 2025-12-04T09:03:09.5815935Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:03:09.5817030Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:3: 2025-12-04T09:03:09.5818729Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:09.5821057Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:620:13: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:09.5823008Z 620 | [=](Vectorized a, Vectorized b) { return a + b; }); 2025-12-04T09:03:09.5823805Z | ^ 2025-12-04T09:03:09.5824852Z [1,980 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:09.5825902Z Testing //c10/test:util_base_tests; 33s processwrapper-sandbox 2025-12-04T09:03:09.5826677Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:09.5827346Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5828016Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5828660Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.5829332Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:09.5830001Z //:caffe2; 1s processwrapper-sandbox 2025-12-04T09:03:09.5830590Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:09.7984377Z 2025-12-04T09:03:09.7984976Z  2025-12-04T09:03:09.7985224Z  2025-12-04T09:03:09.7985461Z  2025-12-04T09:03:09.7985671Z  2025-12-04T09:03:09.7985868Z  2025-12-04T09:03:09.7986103Z  2025-12-04T09:03:09.7986303Z  2025-12-04T09:03:09.7986524Z  2025-12-04T09:03:09.7987026Z [1,981 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:09.7987620Z Testing //c10/test:util_base_tests; 33s processwrapper-sandbox 2025-12-04T09:03:09.7988058Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.7988442Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.7988803Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:09.7989175Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2025-12-04T09:03:09.7989529Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:09.7989983Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:09.7990469Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:10.2199085Z 2025-12-04T09:03:10.2199702Z  2025-12-04T09:03:10.2200376Z  2025-12-04T09:03:10.2204028Z  2025-12-04T09:03:10.2204508Z  2025-12-04T09:03:10.2207781Z  2025-12-04T09:03:10.2208162Z  2025-12-04T09:03:10.2208525Z  2025-12-04T09:03:10.2208900Z  2025-12-04T09:03:10.2210139Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:10.2212286Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:847: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas] 2025-12-04T09:03:10.2213977Z 847 | # pragma unroll 2025-12-04T09:03:10.2214432Z | 2025-12-04T09:03:10.2215545Z In file included from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:11: 2025-12-04T09:03:10.2217034Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2025-12-04T09:03:10.2218461Z aten/src/ATen/native/cpu/ReduceUtils.h:75:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:10.2219793Z 75 | [val](Vec x) { return Vec(val); }, 2025-12-04T09:03:10.2220360Z | ^ 2025-12-04T09:03:10.2221249Z [1,981 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:10.2222289Z Testing //c10/test:util_base_tests; 34s processwrapper-sandbox 2025-12-04T09:03:10.2223105Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:10.2223780Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:10.2224439Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:10.2225129Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2025-12-04T09:03:10.2225774Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:10.2226615Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:10.2227489Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:10.9365369Z 2025-12-04T09:03:10.9365979Z  2025-12-04T09:03:10.9366242Z  2025-12-04T09:03:10.9366485Z  2025-12-04T09:03:10.9366686Z  2025-12-04T09:03:10.9366934Z  2025-12-04T09:03:10.9367133Z  2025-12-04T09:03:10.9367376Z  2025-12-04T09:03:10.9367575Z  2025-12-04T09:03:10.9368090Z [1,982 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:10.9368687Z Testing //c10/test:util_base_tests; 34s processwrapper-sandbox 2025-12-04T09:03:10.9369127Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:10.9369513Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:10.9369875Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:10.9370240Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:10.9370875Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:10.9371371Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:10.9371708Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:11.2308707Z 2025-12-04T09:03:11.2309460Z  2025-12-04T09:03:11.2309768Z  2025-12-04T09:03:11.2309972Z  2025-12-04T09:03:11.2310181Z  2025-12-04T09:03:11.2310380Z  2025-12-04T09:03:11.2310588Z  2025-12-04T09:03:11.2310781Z  2025-12-04T09:03:11.2310986Z  2025-12-04T09:03:11.2311483Z [1,982 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:11.2312070Z Testing //c10/test:util_base_tests; 35s processwrapper-sandbox 2025-12-04T09:03:11.2312519Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2025-12-04T09:03:11.2312890Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:11.2313264Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:11.2313608Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:11.2314079Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:11.2537684Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.2538572Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:11.3007737Z 2025-12-04T09:03:11.3008480Z  2025-12-04T09:03:11.3008896Z  2025-12-04T09:03:11.3009261Z  2025-12-04T09:03:11.3009598Z  2025-12-04T09:03:11.3009960Z  2025-12-04T09:03:11.3010285Z  2025-12-04T09:03:11.3010644Z  2025-12-04T09:03:11.3010917Z  2025-12-04T09:03:11.3011878Z INFO: From Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:11.3012927Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:03:11.3014133Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp:6: 2025-12-04T09:03:11.3017225Z 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&)::::]': 2025-12-04T09:03:11.3020755Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:11.3021993Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:03:11.3022527Z | ^~~~~~~~~~~~~~ 2025-12-04T09:03:11.3023542Z [1,982 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:11.3024565Z Testing //c10/test:util_base_tests; 35s processwrapper-sandbox 2025-12-04T09:03:11.3025263Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2025-12-04T09:03:11.3025795Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:11.3026421Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:11.3027004Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:11.3027837Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:11.3028666Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.3029228Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:11.6545340Z 2025-12-04T09:03:11.6546121Z  2025-12-04T09:03:11.6546432Z  2025-12-04T09:03:11.6546684Z  2025-12-04T09:03:11.6546909Z  2025-12-04T09:03:11.6547146Z  2025-12-04T09:03:11.6547369Z  2025-12-04T09:03:11.6547717Z  2025-12-04T09:03:11.6547942Z  2025-12-04T09:03:11.6548532Z [1,983 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:11.6549205Z Testing //c10/test:util_base_tests; 35s processwrapper-sandbox 2025-12-04T09:03:11.6549716Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2025-12-04T09:03:11.6550146Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:11.6550559Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:11.6551125Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:11.6551678Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.6552054Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.6552586Z Compiling aten/src/ATen/core/ATenOpList.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:03:11.8440584Z 2025-12-04T09:03:11.8442561Z  2025-12-04T09:03:11.8442993Z  2025-12-04T09:03:11.8443440Z  2025-12-04T09:03:11.8443804Z  2025-12-04T09:03:11.8444142Z  2025-12-04T09:03:11.8444501Z  2025-12-04T09:03:11.8444845Z  2025-12-04T09:03:11.8445196Z  2025-12-04T09:03:11.8446079Z INFO: From Compiling aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:11.8447059Z In file included from aten/src/ATen/Dispatch.h:9, 2025-12-04T09:03:11.8448173Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:7: 2025-12-04T09:03:11.8450158Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: In lambda function: 2025-12-04T09:03:11.8452664Z bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:134:18: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:11.8454929Z 134 | vec::map([](vec::Vectorized x) -> vec::Vectorized { return x; }, keys + begin, sorted_keys + begin, job_size); 2025-12-04T09:03:11.8455991Z | ^ 2025-12-04T09:03:11.8456942Z [1,983 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:11.8457942Z Testing //c10/test:util_base_tests; 35s processwrapper-sandbox 2025-12-04T09:03:11.8458727Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2025-12-04T09:03:11.8459374Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2025-12-04T09:03:11.8459996Z //:caffe2; 4s processwrapper-sandbox 2025-12-04T09:03:11.8460737Z Compiling aten/src/ATen/core/ATenGeneral.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:11.8461512Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.8462006Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.8462781Z Compiling aten/src/ATen/core/ATenOpList.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:03:11.9293942Z 2025-12-04T09:03:11.9294625Z  2025-12-04T09:03:11.9295047Z  2025-12-04T09:03:11.9295429Z  2025-12-04T09:03:11.9295791Z  2025-12-04T09:03:11.9296160Z  2025-12-04T09:03:11.9296523Z  2025-12-04T09:03:11.9296899Z  2025-12-04T09:03:11.9297231Z  2025-12-04T09:03:11.9298165Z INFO: From Compiling aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp: 2025-12-04T09:03:11.9299266Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2025-12-04T09:03:11.9300117Z from aten/src/ATen/native/cpu/LogSoftmaxKernelImpl.h:5, 2025-12-04T09:03:11.9301436Z from bazel-out/k8-fastbuild--cpu-only/bin/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp:5: 2025-12-04T09:03:11.9304508Z 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 double*, double*, int64_t, int64_t)::::]': 2025-12-04T09:03:11.9307932Z aten/src/ATen/cpu/vec/functional_base.h:29:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-12-04T09:03:11.9309226Z 29 | inline scalar_t vec_reduce_all( 2025-12-04T09:03:11.9309765Z | ^~~~~~~~~~~~~~ 2025-12-04T09:03:11.9310808Z [1,985 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:11.9311836Z Testing //c10/test:util_base_tests; 35s processwrapper-sandbox 2025-12-04T09:03:11.9312667Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2025-12-04T09:03:11.9313337Z //:caffe2; 4s processwrapper-sandbox 2025-12-04T09:03:11.9313930Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.9314521Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.9315349Z Compiling aten/src/ATen/core/ATenOpList.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:11.9316226Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:11.9316812Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:12.1704419Z 2025-12-04T09:03:12.1705022Z  2025-12-04T09:03:12.1705297Z  2025-12-04T09:03:12.1705503Z  2025-12-04T09:03:12.1705715Z  2025-12-04T09:03:12.1705913Z  2025-12-04T09:03:12.1706122Z  2025-12-04T09:03:12.1706317Z  2025-12-04T09:03:12.1706524Z  2025-12-04T09:03:12.1707022Z [1,986 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:12.2693870Z Testing //c10/test:util_base_tests; 36s processwrapper-sandbox 2025-12-04T09:03:12.2699651Z //:caffe2; 4s processwrapper-sandbox 2025-12-04T09:03:12.2700048Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:12.2700417Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:12.2700870Z Compiling aten/src/ATen/core/ATenOpList.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:12.2701490Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:12.2701880Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:12.2702354Z Compiling aten/src/ATen/core/Dict.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:03:13.0333389Z 2025-12-04T09:03:13.0334115Z  2025-12-04T09:03:13.0334556Z  2025-12-04T09:03:13.0334908Z  2025-12-04T09:03:13.0335270Z  2025-12-04T09:03:13.0335616Z  2025-12-04T09:03:13.0335981Z  2025-12-04T09:03:13.0336315Z  2025-12-04T09:03:13.0336670Z  2025-12-04T09:03:13.0337568Z [1,987 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:13.0338577Z Testing //c10/test:util_base_tests; 37s processwrapper-sandbox 2025-12-04T09:03:13.0339311Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:13.0339857Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:13.0340637Z Compiling aten/src/ATen/core/ATenOpList.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:13.0341438Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:13.0341988Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:13.0342712Z Compiling aten/src/ATen/core/Dict.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:13.0343751Z Compiling aten/src/ATen/core/Dimname.cpp; 4s processwrapper-sandbox ... 2025-12-04T09:03:13.2703062Z 2025-12-04T09:03:13.2703691Z  2025-12-04T09:03:13.2703943Z  2025-12-04T09:03:13.2704347Z  2025-12-04T09:03:13.2704544Z  2025-12-04T09:03:13.2704782Z  2025-12-04T09:03:13.2705081Z  2025-12-04T09:03:13.2705293Z  2025-12-04T09:03:13.2705561Z  2025-12-04T09:03:13.2706446Z [1,988 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:13.2707407Z Testing //c10/test:util_base_tests; 37s processwrapper-sandbox 2025-12-04T09:03:13.2707827Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:13.2708338Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:13.2708680Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:13.2709237Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:13.2709654Z Compiling aten/src/ATen/core/Dict.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:13.2710471Z Compiling aten/src/ATen/core/Dimname.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:13.2711263Z Compiling aten/src/ATen/core/Formatting.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:03:14.2402735Z 2025-12-04T09:03:14.2403573Z  2025-12-04T09:03:14.2403984Z  2025-12-04T09:03:14.2404310Z  2025-12-04T09:03:14.2404669Z  2025-12-04T09:03:14.2405056Z  2025-12-04T09:03:14.2405400Z  2025-12-04T09:03:14.2405791Z  2025-12-04T09:03:14.2406135Z  2025-12-04T09:03:14.2406988Z [1,989 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:14.2407984Z Testing //c10/test:util_base_tests; 38s processwrapper-sandbox 2025-12-04T09:03:14.2408696Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:03:14.2409264Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:03:14.2409824Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:14.2410464Z Compiling aten/src/ATen/core/Dict.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:14.2411274Z Compiling aten/src/ATen/core/Dimname.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:14.2412102Z Compiling aten/src/ATen/core/Formatting.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:14.2413022Z Compiling aten/src/ATen/core/Generator.cpp; 4s processwrapper-sandbox ... 2025-12-04T09:03:14.4844910Z 2025-12-04T09:03:14.6495669Z  2025-12-04T09:03:14.6496866Z  2025-12-04T09:03:14.6498023Z  2025-12-04T09:03:14.6498366Z  2025-12-04T09:03:14.6498716Z  2025-12-04T09:03:14.6499063Z  2025-12-04T09:03:14.6500063Z  2025-12-04T09:03:14.6501356Z  2025-12-04T09:03:14.6503978Z [1,993 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:14.6505254Z Testing //c10/test:util_base_tests; 38s processwrapper-sandbox 2025-12-04T09:03:14.6506045Z Compiling aten/src/ATen/core/Dict.cpp; 6s processwrapper-sandbox 2025-12-04T09:03:14.6506834Z Compiling aten/src/ATen/core/Formatting.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:14.6507710Z Compiling aten/src/ATen/core/Generator.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:14.6508420Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:14.6509101Z Compiling aten/src/ATen/core/List.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:14.6509676Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:14.6510529Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:14.7248024Z 2025-12-04T09:03:14.7249022Z  2025-12-04T09:03:14.7249413Z  2025-12-04T09:03:14.7249728Z  2025-12-04T09:03:14.7250022Z  2025-12-04T09:03:14.7250353Z  2025-12-04T09:03:14.7250795Z  2025-12-04T09:03:14.7251156Z  2025-12-04T09:03:14.7251514Z  2025-12-04T09:03:14.7252300Z [1,994 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:14.7253272Z Testing //c10/test:util_base_tests; 38s processwrapper-sandbox 2025-12-04T09:03:14.7254221Z Compiling aten/src/ATen/core/Formatting.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:14.7255216Z Compiling aten/src/ATen/core/Generator.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:14.7256016Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:14.7256744Z Compiling aten/src/ATen/core/List.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:14.7257471Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:14.7258017Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:14.7258699Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:15.1160230Z 2025-12-04T09:03:15.1160863Z  2025-12-04T09:03:15.1161114Z  2025-12-04T09:03:15.1161332Z  2025-12-04T09:03:15.1161532Z  2025-12-04T09:03:15.1161738Z  2025-12-04T09:03:15.1161932Z  2025-12-04T09:03:15.1162139Z  2025-12-04T09:03:15.1162332Z  2025-12-04T09:03:15.1162841Z [1,994 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:15.1163501Z Testing //c10/test:util_base_tests; 39s processwrapper-sandbox 2025-12-04T09:03:15.1164064Z Compiling aten/src/ATen/core/Formatting.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:15.1164669Z Compiling aten/src/ATen/core/Generator.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:15.1165156Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.1165595Z Compiling aten/src/ATen/core/List.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:15.1166021Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.1166345Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.1166663Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:15.3193425Z 2025-12-04T09:03:15.3194152Z  2025-12-04T09:03:15.3194618Z  2025-12-04T09:03:15.3194970Z  2025-12-04T09:03:15.3195342Z  2025-12-04T09:03:15.3195694Z  2025-12-04T09:03:15.3196058Z  2025-12-04T09:03:15.3196380Z  2025-12-04T09:03:15.3196718Z  2025-12-04T09:03:15.3197632Z [1,995 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:15.3198675Z Testing //c10/test:util_base_tests; 39s processwrapper-sandbox 2025-12-04T09:03:15.3199680Z Compiling aten/src/ATen/core/Formatting.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:15.3200851Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:15.3201835Z Compiling aten/src/ATen/core/List.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:15.3202616Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.3203286Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.3204148Z Compiling aten/src/ATen/core/NamedTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:15.3205030Z //:caffe2; 2s processwrapper-sandbox ... 2025-12-04T09:03:15.5832690Z 2025-12-04T09:03:15.5833250Z  2025-12-04T09:03:15.5833512Z  2025-12-04T09:03:15.5833736Z  2025-12-04T09:03:15.5833937Z  2025-12-04T09:03:15.5834147Z  2025-12-04T09:03:15.5834346Z  2025-12-04T09:03:15.5834552Z  2025-12-04T09:03:15.5834746Z  2025-12-04T09:03:15.5835250Z [1,996 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:15.5835868Z Testing //c10/test:util_base_tests; 39s processwrapper-sandbox 2025-12-04T09:03:15.5836285Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:15.5836728Z Compiling aten/src/ATen/core/List.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:15.5837159Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.5837483Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.5837934Z Compiling aten/src/ATen/core/NamedTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:15.5838422Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:15.5838764Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:15.9197833Z 2025-12-04T09:03:15.9198878Z  2025-12-04T09:03:15.9199201Z  2025-12-04T09:03:15.9199419Z  2025-12-04T09:03:15.9199620Z  2025-12-04T09:03:15.9199830Z  2025-12-04T09:03:15.9200028Z  2025-12-04T09:03:15.9200239Z  2025-12-04T09:03:15.9200449Z  2025-12-04T09:03:15.9200948Z [1,997 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:15.9201575Z Testing //c10/test:util_base_tests; 39s processwrapper-sandbox 2025-12-04T09:03:15.9202111Z Compiling aten/src/ATen/core/List.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:15.9202556Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:15.9202874Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:15.9203428Z Compiling aten/src/ATen/core/NamedTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:15.9203915Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:15.9204385Z Compiling aten/src/ATen/core/TensorMethods.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:15.9204890Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:16.3209666Z 2025-12-04T09:03:16.3210348Z  2025-12-04T09:03:16.3210782Z  2025-12-04T09:03:16.3211152Z  2025-12-04T09:03:16.3211506Z  2025-12-04T09:03:16.3211892Z  2025-12-04T09:03:16.3212265Z  2025-12-04T09:03:16.3212618Z  2025-12-04T09:03:16.3212982Z  2025-12-04T09:03:16.3213900Z [1,998 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:16.3214984Z Testing //c10/test:util_base_tests; 40s processwrapper-sandbox 2025-12-04T09:03:16.3215733Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:16.3216323Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:16.3217136Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:16.3218004Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:16.3218868Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:16.3219744Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.3220330Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:16.5234706Z 2025-12-04T09:03:16.5235392Z  2025-12-04T09:03:16.5235763Z  2025-12-04T09:03:16.5236045Z  2025-12-04T09:03:16.5236313Z  2025-12-04T09:03:16.5236526Z  2025-12-04T09:03:16.5238514Z  2025-12-04T09:03:16.5239193Z  2025-12-04T09:03:16.5240783Z  2025-12-04T09:03:16.5241507Z [2,001 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:16.5242291Z Testing //c10/test:util_base_tests; 40s processwrapper-sandbox 2025-12-04T09:03:16.5242813Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:16.5243629Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:16.5244191Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.5244595Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.5245058Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.5245734Z Compiling aten/src/ATen/core/Range.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:16.5246458Z Compiling aten/src/ATen/core/Tensor.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:16.8618136Z 2025-12-04T09:03:16.8618898Z  2025-12-04T09:03:16.8619350Z  2025-12-04T09:03:16.8619784Z  2025-12-04T09:03:16.8620169Z  2025-12-04T09:03:16.8620570Z  2025-12-04T09:03:16.8620934Z  2025-12-04T09:03:16.8621305Z  2025-12-04T09:03:16.8621655Z  2025-12-04T09:03:16.8622542Z [2,002 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:16.8623618Z Testing //c10/test:util_base_tests; 40s processwrapper-sandbox 2025-12-04T09:03:16.8624424Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:16.8625036Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.8625634Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.8626213Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:16.8627001Z Compiling aten/src/ATen/core/Range.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:16.8628054Z Compiling aten/src/ATen/core/Tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:16.8628907Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:17.1214147Z 2025-12-04T09:03:17.1214739Z  2025-12-04T09:03:17.1215014Z  2025-12-04T09:03:17.1215235Z  2025-12-04T09:03:17.1215436Z  2025-12-04T09:03:17.1215645Z  2025-12-04T09:03:17.1215842Z  2025-12-04T09:03:17.1216054Z  2025-12-04T09:03:17.1216262Z  2025-12-04T09:03:17.1216756Z [2,004 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:17.1217351Z Testing //c10/test:util_base_tests; 41s processwrapper-sandbox 2025-12-04T09:03:17.1217764Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.1218090Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.1218400Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.1218831Z Compiling aten/src/ATen/core/Tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:17.1219268Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.1219590Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:17.1219926Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:17.3421336Z 2025-12-04T09:03:17.3423881Z  2025-12-04T09:03:17.3425553Z  2025-12-04T09:03:17.3426804Z  2025-12-04T09:03:17.3427955Z  2025-12-04T09:03:17.3429538Z  2025-12-04T09:03:17.3430095Z  2025-12-04T09:03:17.3430993Z  2025-12-04T09:03:17.3431863Z  2025-12-04T09:03:17.3434395Z [2,005 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:17.3436002Z Testing //c10/test:util_base_tests; 41s processwrapper-sandbox 2025-12-04T09:03:17.3437542Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:17.3438455Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:17.3439599Z Compiling aten/src/ATen/core/Tensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:17.3441955Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.3443886Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.3446008Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:17.3448011Z Compiling aten/src/ATen/core/Vitals.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:17.5423510Z 2025-12-04T09:03:17.5424625Z  2025-12-04T09:03:17.5425069Z  2025-12-04T09:03:17.5425416Z  2025-12-04T09:03:17.5425770Z  2025-12-04T09:03:17.5426107Z  2025-12-04T09:03:17.5426464Z  2025-12-04T09:03:17.5426813Z  2025-12-04T09:03:17.5427173Z  2025-12-04T09:03:17.5428048Z [2,007 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:17.5429061Z Testing //c10/test:util_base_tests; 41s processwrapper-sandbox 2025-12-04T09:03:17.5429788Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:17.5430337Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.5430892Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.5431433Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:17.5432227Z Compiling aten/src/ATen/core/Vitals.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:17.5433252Z Compiling aten/src/ATen/core/adaption.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:17.5434267Z Compiling aten/src/ATen/core/blob.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:17.8565331Z 2025-12-04T09:03:17.8566051Z  2025-12-04T09:03:17.8566469Z  2025-12-04T09:03:17.8566811Z  2025-12-04T09:03:17.8567166Z  2025-12-04T09:03:17.8567488Z  2025-12-04T09:03:17.8567850Z  2025-12-04T09:03:17.8568183Z  2025-12-04T09:03:17.8568526Z  2025-12-04T09:03:17.8569302Z [2,009 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:17.8570282Z Testing //c10/test:util_base_tests; 41s processwrapper-sandbox 2025-12-04T09:03:17.8572601Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.8573062Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:17.8573695Z Compiling aten/src/ATen/core/Vitals.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:17.8574570Z Compiling aten/src/ATen/core/adaption.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:17.8575433Z Compiling aten/src/ATen/core/blob.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:17.8576078Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:17.8576780Z Compiling aten/src/ATen/core/class_type.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:18.1427196Z 2025-12-04T09:03:18.1427794Z  2025-12-04T09:03:18.1428058Z  2025-12-04T09:03:18.1428275Z  2025-12-04T09:03:18.1428474Z  2025-12-04T09:03:18.1428681Z  2025-12-04T09:03:18.1428879Z  2025-12-04T09:03:18.1429090Z  2025-12-04T09:03:18.1429288Z  2025-12-04T09:03:18.1429806Z [2,010 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:18.1430404Z Testing //c10/test:util_base_tests; 42s processwrapper-sandbox 2025-12-04T09:03:18.1430822Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:18.1431187Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:18.1431643Z Compiling aten/src/ATen/core/adaption.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.1432206Z Compiling aten/src/ATen/core/blob.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:18.1432632Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:18.1433081Z Compiling aten/src/ATen/core/class_type.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:18.1433683Z Compiling aten/src/ATen/ViewMetaClasses.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:18.4641248Z 2025-12-04T09:03:18.4642104Z  2025-12-04T09:03:18.4642528Z  2025-12-04T09:03:18.4642885Z  2025-12-04T09:03:18.4643302Z  2025-12-04T09:03:18.4643676Z  2025-12-04T09:03:18.4644019Z  2025-12-04T09:03:18.4644386Z  2025-12-04T09:03:18.4644738Z  2025-12-04T09:03:18.4645606Z [2,011 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:18.4646971Z Testing //c10/test:util_base_tests; 42s processwrapper-sandbox 2025-12-04T09:03:18.4647931Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:18.4648702Z Compiling aten/src/ATen/core/adaption.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.4649700Z Compiling aten/src/ATen/core/blob.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.4650497Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:18.4651298Z Compiling aten/src/ATen/core/class_type.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:18.4652367Z Compiling aten/src/ATen/ViewMetaClasses.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:18.4653206Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:18.6706091Z 2025-12-04T09:03:18.6706812Z  2025-12-04T09:03:18.6707228Z  2025-12-04T09:03:18.6707585Z  2025-12-04T09:03:18.6707934Z  2025-12-04T09:03:18.6708266Z  2025-12-04T09:03:18.6708611Z  2025-12-04T09:03:18.6708931Z  2025-12-04T09:03:18.6709281Z  2025-12-04T09:03:18.6710188Z [2,012 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:18.6711202Z Testing //c10/test:util_base_tests; 42s processwrapper-sandbox 2025-12-04T09:03:18.6712167Z Compiling aten/src/ATen/core/adaption.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.6713163Z Compiling aten/src/ATen/core/blob.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.6713935Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:18.6714708Z Compiling aten/src/ATen/core/class_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.6715766Z Compiling aten/src/ATen/ViewMetaClasses.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:18.6716848Z Compiling aten/src/ATen/core/custom_class.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:18.6717701Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:18.9198350Z 2025-12-04T09:03:18.9199096Z  2025-12-04T09:03:18.9199512Z  2025-12-04T09:03:18.9199874Z  2025-12-04T09:03:18.9200249Z  2025-12-04T09:03:18.9200615Z  2025-12-04T09:03:18.9200969Z  2025-12-04T09:03:18.9201321Z  2025-12-04T09:03:18.9201650Z  2025-12-04T09:03:18.9202506Z [2,013 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:18.9203607Z Testing //c10/test:util_base_tests; 42s processwrapper-sandbox 2025-12-04T09:03:18.9204543Z Compiling aten/src/ATen/core/adaption.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.9205352Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:18.9206134Z Compiling aten/src/ATen/core/class_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.9207192Z Compiling aten/src/ATen/ViewMetaClasses.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.9208244Z Compiling aten/src/ATen/core/custom_class.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:18.9209086Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:18.9209691Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:19.1446732Z 2025-12-04T09:03:19.1447384Z  2025-12-04T09:03:19.1447664Z  2025-12-04T09:03:19.1447867Z  2025-12-04T09:03:19.1448102Z  2025-12-04T09:03:19.1448300Z  2025-12-04T09:03:19.1448510Z  2025-12-04T09:03:19.1448706Z  2025-12-04T09:03:19.1448910Z  2025-12-04T09:03:19.1449426Z [2,014 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:19.1450006Z Testing //c10/test:util_base_tests; 43s processwrapper-sandbox 2025-12-04T09:03:19.1450433Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:19.1450878Z Compiling aten/src/ATen/core/class_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:19.1451477Z Compiling aten/src/ATen/ViewMetaClasses.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:19.1452071Z Compiling aten/src/ATen/core/custom_class.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:19.1452547Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:19.2446407Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:19.2447595Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:19.9935374Z 2025-12-04T09:03:19.9936087Z  2025-12-04T09:03:19.9936492Z  2025-12-04T09:03:19.9936853Z  2025-12-04T09:03:19.9937187Z  2025-12-04T09:03:19.9937540Z  2025-12-04T09:03:19.9937864Z  2025-12-04T09:03:19.9938210Z  2025-12-04T09:03:19.9938539Z  2025-12-04T09:03:19.9939387Z [2,016 / 3,080] 2 / 26 tests; 15 actions, 14 running; last test: ...core_tests 2025-12-04T09:03:19.9940374Z Testing //c10/test:util_base_tests; 44s processwrapper-sandbox 2025-12-04T09:03:19.9941320Z Compiling aten/src/ATen/core/class_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:19.9942351Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:19.9943179Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:19.9943796Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:19.9944152Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:19.9944500Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:19.9944819Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:20.2458018Z 2025-12-04T09:03:20.2458543Z  2025-12-04T09:03:20.2458801Z  2025-12-04T09:03:20.2459012Z  2025-12-04T09:03:20.2459212Z  2025-12-04T09:03:20.2459426Z  2025-12-04T09:03:20.2459634Z  2025-12-04T09:03:20.2459835Z  2025-12-04T09:03:20.2460040Z  2025-12-04T09:03:20.2460535Z [2,018 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:20.2461128Z Testing //c10/test:util_base_tests; 44s processwrapper-sandbox 2025-12-04T09:03:20.2461690Z Compiling aten/src/ATen/core/class_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:20.2462292Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:20.2462793Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:20.2463127Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:20.2463451Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:20.2463897Z Compiling aten/src/ATen/core/dynamic_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:20.2464380Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:20.4598090Z 2025-12-04T09:03:20.4598782Z  2025-12-04T09:03:20.4599213Z  2025-12-04T09:03:20.4599558Z  2025-12-04T09:03:20.4599923Z  2025-12-04T09:03:20.4600285Z  2025-12-04T09:03:20.4600640Z  2025-12-04T09:03:20.4601000Z  2025-12-04T09:03:20.4601348Z  2025-12-04T09:03:20.4602221Z [2,019 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:20.4603340Z Testing //c10/test:util_base_tests; 44s processwrapper-sandbox 2025-12-04T09:03:20.4604398Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:20.4605239Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:20.4605824Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:20.4606395Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:20.4607487Z Compiling aten/src/ATen/core/dynamic_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:20.4608421Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:20.4609061Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:20.6598102Z 2025-12-04T09:03:20.6598937Z  2025-12-04T09:03:20.6599353Z  2025-12-04T09:03:20.6599913Z  2025-12-04T09:03:20.6600259Z  2025-12-04T09:03:20.6600688Z  2025-12-04T09:03:20.6600916Z  2025-12-04T09:03:20.6601165Z  2025-12-04T09:03:20.6601484Z  2025-12-04T09:03:20.6602732Z [2,020 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:03:20.6603613Z Testing //c10/test:util_base_tests; 44s processwrapper-sandbox 2025-12-04T09:03:20.6606808Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:20.6610088Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:20.6610586Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:20.6611057Z Compiling aten/src/ATen/core/dynamic_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:20.6612049Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:20.6612387Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:20.6613250Z Compiling aten/src/ATen/core/ivalue.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:21.0602913Z 2025-12-04T09:03:21.0603576Z  2025-12-04T09:03:21.0603858Z  2025-12-04T09:03:21.0604066Z  2025-12-04T09:03:21.0604319Z  2025-12-04T09:03:21.0604520Z  2025-12-04T09:03:21.0604742Z  2025-12-04T09:03:21.0604944Z  2025-12-04T09:03:21.0605160Z  2025-12-04T09:03:21.0605701Z [2,020 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:21.0606297Z Testing //c10/test:util_base_tests; 45s processwrapper-sandbox 2025-12-04T09:03:21.0606869Z Compiling aten/src/ATen/core/custom_class.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:21.0607340Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:21.0607671Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:21.0608120Z Compiling aten/src/ATen/core/dynamic_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:21.0608594Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:21.0608914Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:21.0609350Z Compiling aten/src/ATen/core/ivalue.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:21.2792727Z 2025-12-04T09:03:21.2793432Z  2025-12-04T09:03:21.2793801Z  2025-12-04T09:03:21.2794140Z  2025-12-04T09:03:21.2794458Z  2025-12-04T09:03:21.2794807Z  2025-12-04T09:03:21.2795115Z  2025-12-04T09:03:21.2795435Z  2025-12-04T09:03:21.2795799Z  2025-12-04T09:03:21.2796813Z [2,024 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:21.2797812Z Testing //c10/test:util_base_tests; 45s processwrapper-sandbox 2025-12-04T09:03:21.2798772Z Compiling aten/src/ATen/core/dynamic_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:21.2799599Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:21.2800303Z Compiling aten/src/ATen/core/ivalue.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:21.2801281Z Compiling aten/src/ATen/core/library.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:21.2802045Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:21.2802564Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:21.2803433Z Compiling aten/src/ATen/Operators_4.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:21.4852781Z 2025-12-04T09:03:21.4853406Z  2025-12-04T09:03:21.4853700Z  2025-12-04T09:03:21.4853906Z  2025-12-04T09:03:21.4854161Z  2025-12-04T09:03:21.4854376Z  2025-12-04T09:03:21.4854586Z  2025-12-04T09:03:21.4854793Z  2025-12-04T09:03:21.4854988Z  2025-12-04T09:03:21.4855506Z [2,024 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:21.4856086Z Testing //c10/test:util_base_tests; 45s processwrapper-sandbox 2025-12-04T09:03:21.4856648Z Compiling aten/src/ATen/core/dynamic_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:21.4857117Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:21.4857556Z Compiling aten/src/ATen/core/ivalue.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:21.4858118Z Compiling aten/src/ATen/core/library.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:21.4858563Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:21.4858885Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:21.4859323Z Compiling aten/src/ATen/Operators_4.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:21.7086852Z 2025-12-04T09:03:21.7087674Z  2025-12-04T09:03:21.7087954Z  2025-12-04T09:03:21.7088156Z  2025-12-04T09:03:21.7088366Z  2025-12-04T09:03:21.7088646Z  2025-12-04T09:03:21.7088887Z  2025-12-04T09:03:21.7089080Z  2025-12-04T09:03:21.7089286Z  2025-12-04T09:03:21.7089793Z [2,025 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:21.7090368Z Testing //c10/test:util_base_tests; 45s processwrapper-sandbox 2025-12-04T09:03:21.7090793Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:21.7091286Z Compiling aten/src/ATen/core/ivalue.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:21.7091852Z Compiling aten/src/ATen/core/library.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:21.7092295Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:21.7092621Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:21.7093104Z Compiling aten/src/ATen/Operators_4.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:21.7093578Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:22.0792205Z 2025-12-04T09:03:22.0792833Z  2025-12-04T09:03:22.0793101Z  2025-12-04T09:03:22.0793323Z  2025-12-04T09:03:22.0793540Z  2025-12-04T09:03:22.0793751Z  2025-12-04T09:03:22.0793949Z  2025-12-04T09:03:22.0794160Z  2025-12-04T09:03:22.0794354Z  2025-12-04T09:03:22.0794867Z [2,026 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:22.0795462Z Testing //c10/test:util_base_tests; 46s processwrapper-sandbox 2025-12-04T09:03:22.0795991Z Compiling aten/src/ATen/core/ivalue.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:22.0796561Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:22.0797009Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:22.0797336Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:22.0797781Z Compiling aten/src/ATen/Operators_4.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.0798402Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 2s processwrapper-sandbox 2025-12-04T09:03:22.0798902Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:22.3717310Z 2025-12-04T09:03:22.3718088Z  2025-12-04T09:03:22.3718508Z  2025-12-04T09:03:22.3718868Z  2025-12-04T09:03:22.3719214Z  2025-12-04T09:03:22.3719573Z  2025-12-04T09:03:22.3719920Z  2025-12-04T09:03:22.3720272Z  2025-12-04T09:03:22.3720615Z  2025-12-04T09:03:22.3721533Z [2,027 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:22.3722553Z Testing //c10/test:util_base_tests; 46s processwrapper-sandbox 2025-12-04T09:03:22.3723487Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:22.3724158Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:22.3724752Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:22.3725529Z Compiling aten/src/ATen/Operators_4.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.3726564Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 2s processwrapper-sandbox 2025-12-04T09:03:22.3727752Z Compiling aten/src/ATen/core/operator_name.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.3728645Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:22.7619296Z 2025-12-04T09:03:22.7619884Z  2025-12-04T09:03:22.7620155Z  2025-12-04T09:03:22.7620360Z  2025-12-04T09:03:22.7620577Z  2025-12-04T09:03:22.7620777Z  2025-12-04T09:03:22.7620987Z  2025-12-04T09:03:22.7621181Z  2025-12-04T09:03:22.7621385Z  2025-12-04T09:03:22.7623137Z [2,027 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:22.7624794Z Testing //c10/test:util_base_tests; 46s processwrapper-sandbox 2025-12-04T09:03:22.7626586Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:22.7628135Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:22.7628630Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:22.7629958Z Compiling aten/src/ATen/Operators_4.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.7630885Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 2s processwrapper-sandbox 2025-12-04T09:03:22.7632699Z Compiling aten/src/ATen/core/operator_name.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.7633590Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:22.9634498Z 2025-12-04T09:03:22.9635233Z  2025-12-04T09:03:22.9635655Z  2025-12-04T09:03:22.9636024Z  2025-12-04T09:03:22.9636361Z  2025-12-04T09:03:22.9636736Z  2025-12-04T09:03:22.9637077Z  2025-12-04T09:03:22.9637435Z  2025-12-04T09:03:22.9637779Z  2025-12-04T09:03:22.9638669Z [2,028 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:22.9639718Z Testing //c10/test:util_base_tests; 46s processwrapper-sandbox 2025-12-04T09:03:22.9640447Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:22.9641009Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:22.9641751Z Compiling aten/src/ATen/Operators_4.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.9642834Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 2s processwrapper-sandbox 2025-12-04T09:03:22.9644057Z Compiling aten/src/ATen/core/operator_name.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:22.9644908Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:22.9645488Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:23.1719448Z 2025-12-04T09:03:23.1720393Z  2025-12-04T09:03:23.1720869Z  2025-12-04T09:03:23.1721235Z  2025-12-04T09:03:23.1721621Z  2025-12-04T09:03:23.1721981Z  2025-12-04T09:03:23.1722358Z  2025-12-04T09:03:23.1722711Z  2025-12-04T09:03:23.1723103Z  2025-12-04T09:03:23.1724121Z [2,030 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:23.1725208Z Testing //c10/test:util_base_tests; 47s processwrapper-sandbox 2025-12-04T09:03:23.1725982Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:23.1726740Z Compiling aten/src/ATen/Operators_4.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:23.1727777Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 3s processwrapper-sandbox 2025-12-04T09:03:23.1728683Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:23.1729540Z Compiling aten/src/ATen/core/tensor_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:23.1730624Z Compiling aten/src/ATen/core/type.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:23.1731468Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:23.5639614Z 2025-12-04T09:03:23.5640279Z  2025-12-04T09:03:23.5640536Z  2025-12-04T09:03:23.5640786Z  2025-12-04T09:03:23.5640996Z  2025-12-04T09:03:23.5641224Z  2025-12-04T09:03:23.5641431Z  2025-12-04T09:03:23.5641626Z  2025-12-04T09:03:23.5641834Z  2025-12-04T09:03:23.5642330Z [2,032 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:23.5642921Z Testing //c10/test:util_base_tests; 47s processwrapper-sandbox 2025-12-04T09:03:23.5643432Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:23.5643880Z Compiling aten/src/ATen/Operators_4.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:23.5644471Z Compiling aten/src/ATen/core/tensor_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:23.5645040Z Compiling aten/src/ATen/core/type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:23.5645620Z Compiling aten/src/ATen/core/type_factory.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:23.5646210Z Compiling aten/src/ATen/core/union_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:23.5929825Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:24.0608213Z 2025-12-04T09:03:24.0609989Z  2025-12-04T09:03:24.0610453Z  2025-12-04T09:03:24.0610828Z  2025-12-04T09:03:24.0611181Z  2025-12-04T09:03:24.0611551Z  2025-12-04T09:03:24.0611911Z  2025-12-04T09:03:24.0612254Z  2025-12-04T09:03:24.0612625Z  2025-12-04T09:03:24.0613505Z [2,033 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:24.0614559Z Testing //c10/test:util_base_tests; 48s processwrapper-sandbox 2025-12-04T09:03:24.0615508Z Compiling aten/src/ATen/Operators_4.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:24.0616545Z Compiling aten/src/ATen/core/tensor_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:24.0617570Z Compiling aten/src/ATen/core/type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.0618659Z Compiling aten/src/ATen/core/type_factory.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.0619751Z Compiling aten/src/ATen/core/union_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.0620585Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:24.0621172Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:24.3701297Z 2025-12-04T09:03:24.3702130Z  2025-12-04T09:03:24.3702540Z  2025-12-04T09:03:24.3702872Z  2025-12-04T09:03:24.3703189Z  2025-12-04T09:03:24.3703557Z  2025-12-04T09:03:24.3703888Z  2025-12-04T09:03:24.3704224Z  2025-12-04T09:03:24.3704567Z  2025-12-04T09:03:24.3705440Z [2,036 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:03:24.3706270Z Testing //c10/test:util_base_tests; 48s processwrapper-sandbox 2025-12-04T09:03:24.3707152Z Compiling aten/src/ATen/Operators_4.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:24.3708046Z Compiling aten/src/ATen/core/type_factory.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:24.3709015Z Compiling aten/src/ATen/core/union_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:24.3709736Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:24.3710469Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.3711387Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.3712107Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:24.5803860Z 2025-12-04T09:03:24.5804563Z  2025-12-04T09:03:24.5804995Z  2025-12-04T09:03:24.5805381Z  2025-12-04T09:03:24.5805745Z  2025-12-04T09:03:24.5806118Z  2025-12-04T09:03:24.5806476Z  2025-12-04T09:03:24.5806862Z  2025-12-04T09:03:24.5807240Z  2025-12-04T09:03:24.5808122Z [2,039 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:24.5809179Z Testing //c10/test:util_base_tests; 48s processwrapper-sandbox 2025-12-04T09:03:24.5810162Z Compiling aten/src/ATen/Operators_4.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:24.5811004Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.5812101Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.5813223Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.5814396Z Compiling aten/src/ATen/ConjugateFallback.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.5815290Z Compiling aten/src/ATen/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.5816314Z Compiling aten/src/ATen/DLConvertor.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:24.9709996Z 2025-12-04T09:03:24.9711746Z  2025-12-04T09:03:24.9712193Z  2025-12-04T09:03:24.9712554Z  2025-12-04T09:03:24.9712914Z  2025-12-04T09:03:24.9713267Z  2025-12-04T09:03:24.9713621Z  2025-12-04T09:03:24.9713980Z  2025-12-04T09:03:24.9714662Z  2025-12-04T09:03:24.9715541Z [2,040 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:24.9716780Z Testing //c10/test:util_base_tests; 48s processwrapper-sandbox 2025-12-04T09:03:24.9717783Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:24.9718920Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.9720012Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:24.9721139Z Compiling aten/src/ATen/ConjugateFallback.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.9722184Z Compiling aten/src/ATen/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.9723119Z Compiling aten/src/ATen/DLConvertor.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:24.9724233Z Compiling caffe2/utils/string_utils.cc; 1s processwrapper-sandbox ... 2025-12-04T09:03:25.1712912Z 2025-12-04T09:03:25.1713725Z  2025-12-04T09:03:25.1714147Z  2025-12-04T09:03:25.1714527Z  2025-12-04T09:03:25.1714858Z  2025-12-04T09:03:25.1715181Z  2025-12-04T09:03:25.1715524Z  2025-12-04T09:03:25.1715890Z  2025-12-04T09:03:25.1716218Z  2025-12-04T09:03:25.1717052Z [2,041 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:25.1718046Z Testing //c10/test:util_base_tests; 49s processwrapper-sandbox 2025-12-04T09:03:25.1719039Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:25.1720150Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:25.1721221Z Compiling aten/src/ATen/ConjugateFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:25.1722223Z Compiling aten/src/ATen/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:25.1723146Z Compiling aten/src/ATen/DLConvertor.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:25.1724204Z Compiling caffe2/utils/string_utils.cc; 1s processwrapper-sandbox 2025-12-04T09:03:25.1725275Z Compiling aten/src/ATen/DTensorState.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:26.3717710Z 2025-12-04T09:03:26.3718312Z  2025-12-04T09:03:26.3718581Z  2025-12-04T09:03:26.3718804Z  2025-12-04T09:03:26.3719004Z  2025-12-04T09:03:26.3719215Z  2025-12-04T09:03:26.3719413Z  2025-12-04T09:03:26.3719621Z  2025-12-04T09:03:26.3719816Z  2025-12-04T09:03:26.3720323Z [2,041 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:26.3720904Z Testing //c10/test:util_base_tests; 50s processwrapper-sandbox 2025-12-04T09:03:26.3721485Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:26.3722136Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.3722776Z Compiling aten/src/ATen/ConjugateFallback.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.3723447Z Compiling aten/src/ATen/Context.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.3723980Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.3724537Z Compiling caffe2/utils/string_utils.cc; 3s processwrapper-sandbox 2025-12-04T09:03:26.3725101Z Compiling aten/src/ATen/DTensorState.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:26.6035303Z 2025-12-04T09:03:26.6036039Z  2025-12-04T09:03:26.6036490Z  2025-12-04T09:03:26.6036871Z  2025-12-04T09:03:26.6037265Z  2025-12-04T09:03:26.6037624Z  2025-12-04T09:03:26.6037947Z  2025-12-04T09:03:26.6038309Z  2025-12-04T09:03:26.6038641Z  2025-12-04T09:03:26.6039535Z [2,042 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:26.6040940Z Testing //c10/test:util_base_tests; 50s processwrapper-sandbox 2025-12-04T09:03:26.6041985Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:26.6043474Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.6044589Z Compiling aten/src/ATen/ConjugateFallback.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.6045658Z Compiling aten/src/ATen/Context.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.6046653Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.6047691Z Compiling aten/src/ATen/DTensorState.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:26.6048492Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:26.8344993Z 2025-12-04T09:03:26.8345778Z  2025-12-04T09:03:26.8346204Z  2025-12-04T09:03:26.8346554Z  2025-12-04T09:03:26.8346905Z  2025-12-04T09:03:26.8347251Z  2025-12-04T09:03:26.8347609Z  2025-12-04T09:03:26.8347949Z  2025-12-04T09:03:26.8348301Z  2025-12-04T09:03:26.8349207Z [2,045 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:26.8350245Z Testing //c10/test:util_base_tests; 50s processwrapper-sandbox 2025-12-04T09:03:26.8351287Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:26.8352476Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:26.8353569Z Compiling aten/src/ATen/DLConvertor.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:26.8354676Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:26.8355739Z Compiling aten/src/ATen/Dispatch.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:26.8356731Z Compiling aten/src/ATen/DynamicLibrary.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:26.8357854Z Compiling aten/src/ATen/EmptyTensor.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:27.2348488Z 2025-12-04T09:03:27.2349381Z  2025-12-04T09:03:27.2349687Z  2025-12-04T09:03:27.2349939Z  2025-12-04T09:03:27.2350280Z  2025-12-04T09:03:27.2350567Z  2025-12-04T09:03:27.2350834Z  2025-12-04T09:03:27.2351185Z  2025-12-04T09:03:27.2351385Z  2025-12-04T09:03:27.2351975Z [2,047 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:27.2352798Z Testing //c10/test:util_base_tests; 51s processwrapper-sandbox 2025-12-04T09:03:27.2353733Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:27.2354548Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:27.2355140Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:27.2355904Z Compiling aten/src/ATen/DynamicLibrary.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.2356558Z Compiling aten/src/ATen/EmptyTensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.2357330Z Compiling aten/src/ATen/ExpandUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.2358322Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:27.4353376Z 2025-12-04T09:03:27.4354331Z  2025-12-04T09:03:27.4354611Z  2025-12-04T09:03:27.4354835Z  2025-12-04T09:03:27.4355033Z  2025-12-04T09:03:27.4355247Z  2025-12-04T09:03:27.4355449Z  2025-12-04T09:03:27.4355694Z  2025-12-04T09:03:27.4356015Z  2025-12-04T09:03:27.4356524Z [2,049 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:27.4357115Z Testing //c10/test:util_base_tests; 51s processwrapper-sandbox 2025-12-04T09:03:27.4357773Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:27.4358414Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:27.4362101Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:27.4366100Z Compiling aten/src/ATen/EmptyTensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.4366746Z Compiling aten/src/ATen/ExpandUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.4367514Z Compiling aten/src/ATen/Operators_3.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.4367971Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:27.7511076Z 2025-12-04T09:03:27.7512043Z  2025-12-04T09:03:27.7512470Z  2025-12-04T09:03:27.7513220Z  2025-12-04T09:03:27.7513574Z  2025-12-04T09:03:27.7513935Z  2025-12-04T09:03:27.7514279Z  2025-12-04T09:03:27.7514634Z  2025-12-04T09:03:27.7514983Z  2025-12-04T09:03:27.7515878Z [2,050 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:27.7516907Z Testing //c10/test:util_base_tests; 51s processwrapper-sandbox 2025-12-04T09:03:27.7517954Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2025-12-04T09:03:27.7519094Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:27.7520007Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:27.7520966Z Compiling aten/src/ATen/ExpandUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:27.7521932Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:27.7522577Z Compiling aten/src/ATen/FunctionalInverses.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:27.7523580Z Compiling caffe2/utils/proto_wrap.cc; 1s processwrapper-sandbox ... 2025-12-04T09:03:28.0359547Z 2025-12-04T09:03:28.0360324Z  2025-12-04T09:03:28.0360623Z  2025-12-04T09:03:28.0360829Z  2025-12-04T09:03:28.0361297Z  2025-12-04T09:03:28.0361506Z  2025-12-04T09:03:28.0361721Z  2025-12-04T09:03:28.0361966Z  2025-12-04T09:03:28.0362418Z  2025-12-04T09:03:28.0362981Z [2,051 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:28.0363774Z Testing //c10/test:util_base_tests; 52s processwrapper-sandbox 2025-12-04T09:03:28.0364499Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2025-12-04T09:03:28.0365133Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:28.0366103Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:28.0366765Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:28.0367413Z Compiling aten/src/ATen/FunctionalInverses.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:28.0368006Z Compiling caffe2/utils/proto_wrap.cc; 1s processwrapper-sandbox 2025-12-04T09:03:28.0368570Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:28.2371749Z 2025-12-04T09:03:28.2372482Z  2025-12-04T09:03:28.2372894Z  2025-12-04T09:03:28.2373284Z  2025-12-04T09:03:28.2373674Z  2025-12-04T09:03:28.2374044Z  2025-12-04T09:03:28.2374412Z  2025-12-04T09:03:28.2374755Z  2025-12-04T09:03:28.2375131Z  2025-12-04T09:03:28.2376020Z [2,052 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:28.2377071Z Testing //c10/test:util_base_tests; 52s processwrapper-sandbox 2025-12-04T09:03:28.2378079Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:28.2379203Z Compiling aten/src/ATen/DLConvertor.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:28.2380193Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:28.2381352Z Compiling aten/src/ATen/FunctionalInverses.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:28.2382476Z Compiling caffe2/utils/proto_wrap.cc; 1s processwrapper-sandbox 2025-12-04T09:03:28.2383611Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:28.2384236Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:28.4715780Z 2025-12-04T09:03:28.4716380Z  2025-12-04T09:03:28.4716655Z  2025-12-04T09:03:28.4716861Z  2025-12-04T09:03:28.4717073Z  2025-12-04T09:03:28.4717273Z  2025-12-04T09:03:28.4717481Z  2025-12-04T09:03:28.4717687Z  2025-12-04T09:03:28.4717880Z  2025-12-04T09:03:28.4718391Z [2,054 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:28.4718971Z Testing //c10/test:util_base_tests; 52s processwrapper-sandbox 2025-12-04T09:03:28.4719514Z Compiling aten/src/ATen/DLConvertor.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:28.4720106Z Compiling aten/src/ATen/FunctionalInverses.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:28.4720698Z Compiling caffe2/utils/proto_wrap.cc; 1s processwrapper-sandbox 2025-12-04T09:03:28.4721126Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:28.4721477Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:28.4721821Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:28.4722141Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:28.8375669Z 2025-12-04T09:03:28.8376516Z  2025-12-04T09:03:28.8376876Z  2025-12-04T09:03:28.8377108Z  2025-12-04T09:03:28.8377320Z  2025-12-04T09:03:28.8377573Z  2025-12-04T09:03:28.8377905Z  2025-12-04T09:03:28.8378214Z  2025-12-04T09:03:28.8378540Z  2025-12-04T09:03:28.8379096Z [2,054 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:28.8379946Z Testing //c10/test:util_base_tests; 52s processwrapper-sandbox 2025-12-04T09:03:28.8380704Z Compiling aten/src/ATen/DLConvertor.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:28.8381519Z Compiling aten/src/ATen/FunctionalInverses.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:28.8382375Z Compiling caffe2/utils/proto_wrap.cc; 2s processwrapper-sandbox 2025-12-04T09:03:28.8382871Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:28.8383333Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:28.8383715Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:28.8384111Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:29.3739538Z 2025-12-04T09:03:29.3740267Z  2025-12-04T09:03:29.3740698Z  2025-12-04T09:03:29.3741064Z  2025-12-04T09:03:29.3741432Z  2025-12-04T09:03:29.3741788Z  2025-12-04T09:03:29.3742150Z  2025-12-04T09:03:29.3742498Z  2025-12-04T09:03:29.3742867Z  2025-12-04T09:03:29.3743732Z [2,055 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:29.3744795Z Testing //c10/test:util_base_tests; 53s processwrapper-sandbox 2025-12-04T09:03:29.3745790Z Compiling aten/src/ATen/FunctionalInverses.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:29.3746940Z Compiling caffe2/utils/proto_wrap.cc; 2s processwrapper-sandbox 2025-12-04T09:03:29.3747765Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.3748323Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.3748884Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.3749440Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.3750032Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:29.6383603Z 2025-12-04T09:03:29.6384231Z  2025-12-04T09:03:29.6384516Z  2025-12-04T09:03:29.6384719Z  2025-12-04T09:03:29.6384930Z  2025-12-04T09:03:29.6385418Z  2025-12-04T09:03:29.6385697Z  2025-12-04T09:03:29.6386195Z  2025-12-04T09:03:29.6386415Z  2025-12-04T09:03:29.6387022Z [2,056 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:29.6388317Z Testing //c10/test:util_base_tests; 53s processwrapper-sandbox 2025-12-04T09:03:29.6391060Z Compiling aten/src/ATen/FunctionalInverses.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:29.6394514Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:29.6395100Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.6395892Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.6396451Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.6397115Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:29.6398038Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:30.2586509Z 2025-12-04T09:03:30.2587294Z  2025-12-04T09:03:30.2587713Z  2025-12-04T09:03:30.2588071Z  2025-12-04T09:03:30.2588431Z  2025-12-04T09:03:30.2588795Z  2025-12-04T09:03:30.2589159Z  2025-12-04T09:03:30.2589508Z  2025-12-04T09:03:30.2589812Z  2025-12-04T09:03:30.2590565Z [2,057 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:30.2591536Z Testing //c10/test:util_base_tests; 54s processwrapper-sandbox 2025-12-04T09:03:30.2592559Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:30.2593499Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.2594047Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.2594541Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.2595029Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.2595565Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:30.2596426Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:30.5050930Z 2025-12-04T09:03:30.5051696Z  2025-12-04T09:03:30.5052135Z  2025-12-04T09:03:30.5052519Z  2025-12-04T09:03:30.5052878Z  2025-12-04T09:03:30.5053197Z  2025-12-04T09:03:30.5053522Z  2025-12-04T09:03:30.5053824Z  2025-12-04T09:03:30.5054137Z  2025-12-04T09:03:30.5055459Z [2,060 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:30.5056522Z Testing //c10/test:util_base_tests; 54s processwrapper-sandbox 2025-12-04T09:03:30.5057428Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:30.5058299Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.5058877Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.5059431Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.5059951Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:30.5060618Z Compiling aten/src/ATen/MapAllocator.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:30.5061663Z Compiling aten/src/ATen/MemoryOverlap.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:30.7164336Z 2025-12-04T09:03:30.7165076Z  2025-12-04T09:03:30.7165470Z  2025-12-04T09:03:30.7165803Z  2025-12-04T09:03:30.7166148Z  2025-12-04T09:03:30.7166507Z  2025-12-04T09:03:30.7166860Z  2025-12-04T09:03:30.7167263Z  2025-12-04T09:03:30.7167614Z  2025-12-04T09:03:30.7168295Z [2,064 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:30.7169233Z Testing //c10/test:util_base_tests; 54s processwrapper-sandbox 2025-12-04T09:03:30.7169769Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.7170202Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:30.7170542Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:30.7171379Z Compiling aten/src/ATen/Operators_2.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:30.7172017Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:30.7172852Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:30.7173338Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:31.0426411Z 2025-12-04T09:03:31.0427566Z  2025-12-04T09:03:31.0428016Z  2025-12-04T09:03:31.0428352Z  2025-12-04T09:03:31.0428723Z  2025-12-04T09:03:31.0429068Z  2025-12-04T09:03:31.0429875Z  2025-12-04T09:03:31.0430473Z  2025-12-04T09:03:31.0430771Z  2025-12-04T09:03:31.0431639Z [2,064 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:31.0432687Z Testing //c10/test:util_base_tests; 55s processwrapper-sandbox 2025-12-04T09:03:31.0433374Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:31.0433888Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:31.0434439Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:31.0435161Z Compiling aten/src/ATen/Operators_2.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:31.0436227Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:31.0437319Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:31.0438105Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:32.0431716Z 2025-12-04T09:03:32.0432320Z  2025-12-04T09:03:32.0432606Z  2025-12-04T09:03:32.0432822Z  2025-12-04T09:03:32.0433035Z  2025-12-04T09:03:32.0433247Z  2025-12-04T09:03:32.0433441Z  2025-12-04T09:03:32.0433646Z  2025-12-04T09:03:32.0433839Z  2025-12-04T09:03:32.0434352Z [2,064 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:32.0434926Z Testing //c10/test:util_base_tests; 56s processwrapper-sandbox 2025-12-04T09:03:32.0435354Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:32.0435679Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:32.0435990Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:32.0436419Z Compiling aten/src/ATen/Operators_2.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:32.0436998Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:32.0437625Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:32.0438110Z //:caffe2; 2s processwrapper-sandbox ... 2025-12-04T09:03:32.6767791Z 2025-12-04T09:03:32.6768540Z  2025-12-04T09:03:32.6769035Z  2025-12-04T09:03:32.6769461Z  2025-12-04T09:03:32.6769816Z  2025-12-04T09:03:32.6770203Z  2025-12-04T09:03:32.6770558Z  2025-12-04T09:03:32.6771155Z  2025-12-04T09:03:32.6780634Z  2025-12-04T09:03:32.6781470Z [2,065 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:32.6782486Z Testing //c10/test:util_base_tests; 56s processwrapper-sandbox 2025-12-04T09:03:32.6783244Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:32.6783731Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:32.6784199Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:32.6784844Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:32.6785482Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:32.6785986Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:32.6786485Z Compiling aten/src/ATen/ParallelCommon.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:32.8809877Z 2025-12-04T09:03:32.8810782Z  2025-12-04T09:03:32.8811215Z  2025-12-04T09:03:32.8811590Z  2025-12-04T09:03:32.8811948Z  2025-12-04T09:03:32.8812317Z  2025-12-04T09:03:32.8812671Z  2025-12-04T09:03:32.8813034Z  2025-12-04T09:03:32.8813398Z  2025-12-04T09:03:32.8814280Z [2,067 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:32.8815348Z Testing //c10/test:util_base_tests; 56s processwrapper-sandbox 2025-12-04T09:03:32.8816114Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:32.8816713Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:32.8817287Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:32.8818454Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:32.8819597Z Compiling aten/src/ATen/ParallelCommon.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:32.8820877Z Compiling aten/src/ATen/ParallelNative.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:32.8822018Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:33.0929304Z 2025-12-04T09:03:33.0930045Z  2025-12-04T09:03:33.0930505Z  2025-12-04T09:03:33.0930839Z  2025-12-04T09:03:33.0931400Z  2025-12-04T09:03:33.0931738Z  2025-12-04T09:03:33.0932114Z  2025-12-04T09:03:33.0932477Z  2025-12-04T09:03:33.0932837Z  2025-12-04T09:03:33.0933779Z [2,068 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:33.0934448Z Testing //c10/test:util_base_tests; 57s processwrapper-sandbox 2025-12-04T09:03:33.0934883Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:03:33.0935235Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:33.0935841Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:33.0936572Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:33.0937763Z Compiling aten/src/ATen/ParallelNative.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:33.0938870Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:33.0939391Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:33.3130541Z 2025-12-04T09:03:33.3131286Z  2025-12-04T09:03:33.3131646Z  2025-12-04T09:03:33.3132139Z  2025-12-04T09:03:33.3132546Z  2025-12-04T09:03:33.3132774Z  2025-12-04T09:03:33.3132995Z  2025-12-04T09:03:33.3133304Z  2025-12-04T09:03:33.3134016Z  2025-12-04T09:03:33.3134653Z [2,070 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:33.3135458Z Testing //c10/test:util_base_tests; 57s processwrapper-sandbox 2025-12-04T09:03:33.3136239Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:33.3136800Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:33.3137457Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:33.3138226Z Compiling aten/src/ATen/ParallelNative.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:33.3139189Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:33.3139722Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:33.3140188Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:33.6226004Z 2025-12-04T09:03:33.6226911Z  2025-12-04T09:03:33.6227338Z  2025-12-04T09:03:33.6227683Z  2025-12-04T09:03:33.6227979Z  2025-12-04T09:03:33.6228295Z  2025-12-04T09:03:33.6228599Z  2025-12-04T09:03:33.6228871Z  2025-12-04T09:03:33.6229195Z  2025-12-04T09:03:33.6230027Z [2,071 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:33.6230803Z Testing //c10/test:util_base_tests; 57s processwrapper-sandbox 2025-12-04T09:03:33.6231480Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:03:33.6232005Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:33.6232678Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:33.6233658Z Compiling aten/src/ATen/ParallelNative.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:33.6234600Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:33.6235230Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:33.6235742Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:33.8814395Z 2025-12-04T09:03:33.8815015Z  2025-12-04T09:03:33.8815280Z  2025-12-04T09:03:33.8815494Z  2025-12-04T09:03:33.8815691Z  2025-12-04T09:03:33.8815900Z  2025-12-04T09:03:33.8816097Z  2025-12-04T09:03:33.8816306Z  2025-12-04T09:03:33.9482302Z  2025-12-04T09:03:33.9484203Z [2,072 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:33.9485500Z Testing //c10/test:util_base_tests; 57s processwrapper-sandbox 2025-12-04T09:03:33.9486255Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:03:33.9487000Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:33.9488084Z Compiling aten/src/ATen/ParallelNative.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:33.9489072Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:33.9489843Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:33.9490374Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:33.9491097Z Compiling aten/src/ATen/ScalarOps.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:03:34.1026208Z 2025-12-04T09:03:34.1027110Z  2025-12-04T09:03:34.1027515Z  2025-12-04T09:03:34.1027816Z  2025-12-04T09:03:34.1028136Z  2025-12-04T09:03:34.1028403Z  2025-12-04T09:03:34.1028754Z  2025-12-04T09:03:34.1028994Z  2025-12-04T09:03:34.1029204Z  2025-12-04T09:03:34.1029948Z [2,074 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:34.1030687Z Testing //c10/test:util_base_tests; 58s processwrapper-sandbox 2025-12-04T09:03:34.1031341Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:03:34.1031971Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:34.1032791Z Compiling aten/src/ATen/ParallelNative.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:34.1033494Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:34.1034306Z Compiling aten/src/ATen/ScalarOps.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:34.1035027Z Compiling aten/src/ATen/Operators_1.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.1035629Z //:caffe2; 1s processwrapper-sandbox ... 2025-12-04T09:03:34.3124156Z 2025-12-04T09:03:34.3124844Z  2025-12-04T09:03:34.3125108Z  2025-12-04T09:03:34.3126727Z  2025-12-04T09:03:34.3126988Z  2025-12-04T09:03:34.3127199Z  2025-12-04T09:03:34.3127414Z  2025-12-04T09:03:34.3127614Z  2025-12-04T09:03:34.3127830Z  2025-12-04T09:03:34.3128356Z [2,077 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:34.3128945Z Testing //c10/test:util_base_tests; 58s processwrapper-sandbox 2025-12-04T09:03:34.3129518Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:34.3130126Z Compiling aten/src/ATen/ParallelNative.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:34.3130710Z Compiling aten/src/ATen/Operators_1.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.3131293Z Compiling caffe2/serialize/istream_adapter.cc; 1s processwrapper-sandbox 2025-12-04T09:03:34.3131959Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.3132603Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.3133213Z Compiling aten/src/ATen/StorageUtils.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:34.5492460Z 2025-12-04T09:03:34.5493120Z  2025-12-04T09:03:34.5493428Z  2025-12-04T09:03:34.5493695Z  2025-12-04T09:03:34.5493965Z  2025-12-04T09:03:34.5494171Z  2025-12-04T09:03:34.5494386Z  2025-12-04T09:03:34.5494606Z  2025-12-04T09:03:34.5494910Z  2025-12-04T09:03:34.5495530Z [2,078 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:34.5496158Z Testing //c10/test:util_base_tests; 58s processwrapper-sandbox 2025-12-04T09:03:34.5496853Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:34.5499189Z Compiling aten/src/ATen/Operators_1.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.5501879Z Compiling caffe2/serialize/istream_adapter.cc; 1s processwrapper-sandbox 2025-12-04T09:03:34.5502613Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.5503384Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.5504083Z Compiling aten/src/ATen/StorageUtils.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:34.5504754Z Compiling aten/src/ATen/TensorGeometry.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:35.0090579Z 2025-12-04T09:03:35.0091306Z  2025-12-04T09:03:35.0091751Z  2025-12-04T09:03:35.0092127Z  2025-12-04T09:03:35.0092480Z  2025-12-04T09:03:35.0092842Z  2025-12-04T09:03:35.0093192Z  2025-12-04T09:03:35.0093836Z  2025-12-04T09:03:35.0094174Z  2025-12-04T09:03:35.0095038Z [2,079 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:35.0096104Z Testing //c10/test:util_base_tests; 59s processwrapper-sandbox 2025-12-04T09:03:35.0097045Z Compiling aten/src/ATen/Operators_1.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.0098470Z Compiling caffe2/serialize/istream_adapter.cc; 2s processwrapper-sandbox 2025-12-04T09:03:35.0099730Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.0100761Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:35.0101762Z Compiling aten/src/ATen/StorageUtils.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:35.0102824Z Compiling aten/src/ATen/TensorGeometry.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:35.0103678Z Compiling aten/src/ATen/TensorIndexing.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:35.3501346Z 2025-12-04T09:03:35.3503485Z  2025-12-04T09:03:35.3503771Z  2025-12-04T09:03:35.3503992Z  2025-12-04T09:03:35.3504192Z  2025-12-04T09:03:35.3504432Z  2025-12-04T09:03:35.3504663Z  2025-12-04T09:03:35.3504860Z  2025-12-04T09:03:35.3505067Z  2025-12-04T09:03:35.3505564Z [2,079 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:35.3506158Z Testing //c10/test:util_base_tests; 59s processwrapper-sandbox 2025-12-04T09:03:35.3506682Z Compiling aten/src/ATen/Operators_1.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.3507273Z Compiling caffe2/serialize/istream_adapter.cc; 2s processwrapper-sandbox 2025-12-04T09:03:35.3507903Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.3508540Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.3509142Z Compiling aten/src/ATen/StorageUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.3509712Z Compiling aten/src/ATen/TensorGeometry.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.3510329Z Compiling aten/src/ATen/TensorIndexing.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:35.6682973Z 2025-12-04T09:03:35.6683815Z  2025-12-04T09:03:35.6684207Z  2025-12-04T09:03:35.6684515Z  2025-12-04T09:03:35.6684807Z  2025-12-04T09:03:35.6685122Z  2025-12-04T09:03:35.6685422Z  2025-12-04T09:03:35.6685710Z  2025-12-04T09:03:35.6686026Z  2025-12-04T09:03:35.6686771Z [2,080 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:35.6687689Z Testing //c10/test:util_base_tests; 59s processwrapper-sandbox 2025-12-04T09:03:35.6688515Z Compiling aten/src/ATen/Operators_1.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.6689456Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.6690468Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.6691905Z Compiling aten/src/ATen/StorageUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.6693265Z Compiling aten/src/ATen/TensorGeometry.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.6694307Z Compiling aten/src/ATen/TensorIndexing.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.6695393Z Compiling aten/src/ATen/TensorIterator.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:35.8858319Z 2025-12-04T09:03:35.8859096Z  2025-12-04T09:03:35.8859474Z  2025-12-04T09:03:35.8859798Z  2025-12-04T09:03:35.8860101Z  2025-12-04T09:03:35.8860420Z  2025-12-04T09:03:35.8860754Z  2025-12-04T09:03:35.8861083Z  2025-12-04T09:03:35.8861431Z  2025-12-04T09:03:35.8862264Z [2,082 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:35.8863229Z Testing //c10/test:util_base_tests; 59s processwrapper-sandbox 2025-12-04T09:03:35.8864206Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:35.8865315Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.8866470Z Compiling aten/src/ATen/StorageUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.8867301Z Compiling aten/src/ATen/TensorIndexing.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.8868159Z Compiling aten/src/ATen/TensorIterator.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:35.8868960Z Compiling aten/src/ATen/TensorMeta.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:35.8869789Z Compiling aten/src/ATen/TensorNames.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:03:36.1507034Z 2025-12-04T09:03:36.1507618Z  2025-12-04T09:03:36.1507886Z  2025-12-04T09:03:36.1508104Z  2025-12-04T09:03:36.1508302Z  2025-12-04T09:03:36.1508515Z  2025-12-04T09:03:36.1508717Z  2025-12-04T09:03:36.1508929Z  2025-12-04T09:03:36.1509126Z  2025-12-04T09:03:36.1509666Z [2,082 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:36.1510264Z Testing //c10/test:util_base_tests; 60s processwrapper-sandbox 2025-12-04T09:03:36.1510851Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.1511484Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.1512083Z Compiling aten/src/ATen/StorageUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.1512666Z Compiling aten/src/ATen/TensorIndexing.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.1513245Z Compiling aten/src/ATen/TensorIterator.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.1513812Z Compiling aten/src/ATen/TensorMeta.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.1514374Z Compiling aten/src/ATen/TensorNames.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:36.5558703Z 2025-12-04T09:03:36.5559692Z  2025-12-04T09:03:36.5560156Z  2025-12-04T09:03:36.5560503Z  2025-12-04T09:03:36.5560910Z  2025-12-04T09:03:36.5561253Z  2025-12-04T09:03:36.5561646Z  2025-12-04T09:03:36.5561984Z  2025-12-04T09:03:36.5562340Z  2025-12-04T09:03:36.5563200Z [2,083 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:36.5564302Z Testing //c10/test:util_base_tests; 60s processwrapper-sandbox 2025-12-04T09:03:36.5565313Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.5566452Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.5567507Z Compiling aten/src/ATen/StorageUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.5568565Z Compiling aten/src/ATen/TensorIterator.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.5569645Z Compiling aten/src/ATen/TensorMeta.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.5571160Z Compiling aten/src/ATen/TensorNames.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.5572271Z Compiling aten/src/ATen/TensorUtils.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:36.8583770Z 2025-12-04T09:03:36.8584513Z  2025-12-04T09:03:36.8584917Z  2025-12-04T09:03:36.8585224Z  2025-12-04T09:03:36.8585533Z  2025-12-04T09:03:36.8585867Z  2025-12-04T09:03:36.8586191Z  2025-12-04T09:03:36.8586495Z  2025-12-04T09:03:36.8586829Z  2025-12-04T09:03:36.8587693Z [2,086 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:36.8588703Z Testing //c10/test:util_base_tests; 60s processwrapper-sandbox 2025-12-04T09:03:36.8589600Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:36.8590606Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.8591669Z Compiling aten/src/ATen/StorageUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:36.8592692Z Compiling aten/src/ATen/TensorNames.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.8593572Z Compiling aten/src/ATen/TensorUtils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.8594933Z Compiling aten/src/ATen/ThreadLocalState.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:36.8596111Z Compiling aten/src/ATen/Utils.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:37.6345345Z 2025-12-04T09:03:37.6346052Z  2025-12-04T09:03:37.6346430Z  2025-12-04T09:03:37.6346742Z  2025-12-04T09:03:37.6347032Z  2025-12-04T09:03:37.6347335Z  2025-12-04T09:03:37.6347618Z  2025-12-04T09:03:37.6347925Z  2025-12-04T09:03:37.6348218Z  2025-12-04T09:03:37.6348980Z [2,087 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:37.6349831Z Testing //c10/test:util_base_tests; 61s processwrapper-sandbox 2025-12-04T09:03:37.6350746Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:37.6351679Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:37.6352593Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:37.6353446Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:37.6354304Z Compiling aten/src/ATen/ThreadLocalState.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:37.6355141Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:37.6355910Z Compiling aten/src/ATen/Version.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:37.8590513Z 2025-12-04T09:03:37.8591465Z  2025-12-04T09:03:37.8591754Z  2025-12-04T09:03:37.8592064Z  2025-12-04T09:03:37.8592397Z  2025-12-04T09:03:37.8592663Z  2025-12-04T09:03:37.8592858Z  2025-12-04T09:03:37.8593080Z  2025-12-04T09:03:37.8593413Z  2025-12-04T09:03:37.8594066Z [2,087 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:37.8594930Z Testing //c10/test:util_base_tests; 61s processwrapper-sandbox 2025-12-04T09:03:37.8595689Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:37.8596480Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:37.8597272Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:37.8598098Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:37.8598793Z Compiling aten/src/ATen/ThreadLocalState.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:37.8599517Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:37.8600180Z Compiling aten/src/ATen/Version.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:38.1117193Z 2025-12-04T09:03:38.1123301Z  2025-12-04T09:03:38.1123739Z  2025-12-04T09:03:38.1124047Z  2025-12-04T09:03:38.1125224Z  2025-12-04T09:03:38.1127516Z  2025-12-04T09:03:38.1129049Z  2025-12-04T09:03:38.1129394Z  2025-12-04T09:03:38.1129731Z  2025-12-04T09:03:38.1130524Z [2,088 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:38.1131434Z Testing //c10/test:util_base_tests; 62s processwrapper-sandbox 2025-12-04T09:03:38.1132317Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:38.1133332Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:38.1134142Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.1135011Z Compiling aten/src/ATen/TensorUtils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:38.1135841Z Compiling aten/src/ATen/ThreadLocalState.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:38.1136738Z Compiling aten/src/ATen/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:38.1137448Z //:caffe2; 2s processwrapper-sandbox ... 2025-12-04T09:03:38.4365761Z 2025-12-04T09:03:38.4366446Z  2025-12-04T09:03:38.4366785Z  2025-12-04T09:03:38.4367034Z  2025-12-04T09:03:38.4367342Z  2025-12-04T09:03:38.4367654Z  2025-12-04T09:03:38.4367952Z  2025-12-04T09:03:38.4368284Z  2025-12-04T09:03:38.4368556Z  2025-12-04T09:03:38.4369233Z [2,090 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:38.4370072Z Testing //c10/test:util_base_tests; 62s processwrapper-sandbox 2025-12-04T09:03:38.4371071Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:38.4371821Z Compiling aten/src/ATen/StorageUtils.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:38.4372387Z Compiling aten/src/ATen/TensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.4373004Z Compiling aten/src/ATen/ThreadLocalState.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.4373562Z Compiling aten/src/ATen/Utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.4374006Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:38.4374449Z Compiling aten/src/ATen/Operators_0.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:38.6522292Z 2025-12-04T09:03:38.6522943Z  2025-12-04T09:03:38.6523431Z  2025-12-04T09:03:38.6523758Z  2025-12-04T09:03:38.6524071Z  2025-12-04T09:03:38.6524385Z  2025-12-04T09:03:38.6524696Z  2025-12-04T09:03:38.6524928Z  2025-12-04T09:03:38.6525125Z  2025-12-04T09:03:38.6525920Z [2,093 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:38.6526823Z Testing //c10/test:util_base_tests; 62s processwrapper-sandbox 2025-12-04T09:03:38.6527499Z Compiling aten/src/ATen/TensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.6528461Z Compiling aten/src/ATen/ThreadLocalState.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.6529151Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:38.6529589Z Compiling aten/src/ATen/Operators_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.6530505Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.6531366Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.6532319Z Compiling aten/src/ATen/autocast_mode.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:38.8607827Z 2025-12-04T09:03:38.8608494Z  2025-12-04T09:03:38.8608877Z  2025-12-04T09:03:38.8609233Z  2025-12-04T09:03:38.8609462Z  2025-12-04T09:03:38.8609780Z  2025-12-04T09:03:38.8610111Z  2025-12-04T09:03:38.8610382Z  2025-12-04T09:03:38.8610678Z  2025-12-04T09:03:38.8611456Z [2,094 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:38.8612599Z Testing //c10/test:util_base_tests; 62s processwrapper-sandbox 2025-12-04T09:03:38.8614048Z Compiling aten/src/ATen/TensorUtils.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.8614767Z Compiling aten/src/ATen/ThreadLocalState.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:38.8615547Z Compiling aten/src/ATen/Operators_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.8616521Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.8617437Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.8618414Z Compiling aten/src/ATen/autocast_mode.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:38.8619346Z Compiling aten/src/ATen/cpu/Utils.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:39.4840709Z 2025-12-04T09:03:39.4841301Z  2025-12-04T09:03:39.4841579Z  2025-12-04T09:03:39.4841784Z  2025-12-04T09:03:39.4842072Z  2025-12-04T09:03:39.4842394Z  2025-12-04T09:03:39.4842732Z  2025-12-04T09:03:39.4842954Z  2025-12-04T09:03:39.4843190Z  2025-12-04T09:03:39.4844068Z [2,095 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:39.4844917Z Testing //c10/test:util_base_tests; 63s processwrapper-sandbox 2025-12-04T09:03:39.4845706Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:39.4846407Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:39.4847296Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:39.4848242Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:39.4848975Z Compiling aten/src/ATen/autocast_mode.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:39.4849724Z Compiling aten/src/ATen/cpu/Utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:39.4850288Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:39.8069303Z 2025-12-04T09:03:39.8070067Z  2025-12-04T09:03:39.8070537Z  2025-12-04T09:03:39.8071496Z  2025-12-04T09:03:39.8071854Z  2025-12-04T09:03:39.8072172Z  2025-12-04T09:03:39.8072505Z  2025-12-04T09:03:39.8072808Z  2025-12-04T09:03:39.8073448Z  2025-12-04T09:03:39.8074322Z [2,096 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:39.8075576Z Testing //c10/test:util_base_tests; 63s processwrapper-sandbox 2025-12-04T09:03:39.8076764Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2025-12-04T09:03:39.8078056Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:39.8079448Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:39.8080737Z Compiling aten/src/ATen/autocast_mode.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:39.8081774Z Compiling aten/src/ATen/cpu/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:39.8083072Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:39.8083988Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:40.0613657Z 2025-12-04T09:03:40.0614389Z  2025-12-04T09:03:40.0614813Z  2025-12-04T09:03:40.0615174Z  2025-12-04T09:03:40.0615527Z  2025-12-04T09:03:40.0615896Z  2025-12-04T09:03:40.0616257Z  2025-12-04T09:03:40.0616637Z  2025-12-04T09:03:40.0616997Z  2025-12-04T09:03:40.0617908Z [2,097 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:40.0618993Z Testing //c10/test:util_base_tests; 64s processwrapper-sandbox 2025-12-04T09:03:40.0620083Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:40.0621304Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:40.0622690Z Compiling aten/src/ATen/autocast_mode.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:40.0623934Z Compiling aten/src/ATen/cpu/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:40.0624979Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:40.0625861Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:40.0626424Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:40.4620162Z 2025-12-04T09:03:40.4620866Z  2025-12-04T09:03:40.4621284Z  2025-12-04T09:03:40.4621635Z  2025-12-04T09:03:40.4621989Z  2025-12-04T09:03:40.4622309Z  2025-12-04T09:03:40.4622644Z  2025-12-04T09:03:40.4622952Z  2025-12-04T09:03:40.4623271Z  2025-12-04T09:03:40.4624024Z [2,100 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:40.4625022Z Testing //c10/test:util_base_tests; 64s processwrapper-sandbox 2025-12-04T09:03:40.4626090Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:40.4627089Z Compiling aten/src/ATen/autocast_mode.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:40.4627787Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:40.4628257Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:40.4628970Z Compiling caffe2/serialize/file_adapter.cc; 2s processwrapper-sandbox 2025-12-04T09:03:40.4629719Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:40.4630285Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:41.2084576Z 2025-12-04T09:03:41.2085199Z  2025-12-04T09:03:41.2085475Z  2025-12-04T09:03:41.2085681Z  2025-12-04T09:03:41.2085901Z  2025-12-04T09:03:41.2086096Z  2025-12-04T09:03:41.2086307Z  2025-12-04T09:03:41.2086502Z  2025-12-04T09:03:41.2086711Z  2025-12-04T09:03:41.2087209Z [2,101 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:41.2087847Z Testing //c10/test:util_base_tests; 65s processwrapper-sandbox 2025-12-04T09:03:41.2088438Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:41.2089039Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:41.2089502Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:41.2089941Z Compiling caffe2/serialize/file_adapter.cc; 2s processwrapper-sandbox 2025-12-04T09:03:41.2090406Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:41.2090731Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:41.2091051Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:41.4626414Z 2025-12-04T09:03:41.4627141Z  2025-12-04T09:03:41.4627583Z  2025-12-04T09:03:41.4627911Z  2025-12-04T09:03:41.4628267Z  2025-12-04T09:03:41.4628610Z  2025-12-04T09:03:41.4628967Z  2025-12-04T09:03:41.4629323Z  2025-12-04T09:03:41.4629676Z  2025-12-04T09:03:41.4630577Z [2,104 / 3,080] 2 / 26 tests; 14 actions running; last test: ...est:core_tests 2025-12-04T09:03:41.4631591Z Testing //c10/test:util_base_tests; 65s processwrapper-sandbox 2025-12-04T09:03:41.4632586Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:41.4633623Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:41.4634632Z Compiling caffe2/serialize/file_adapter.cc; 3s processwrapper-sandbox 2025-12-04T09:03:41.4635274Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:41.4635611Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:41.4636043Z Compiling aten/src/ATen/Functions.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:41.4636489Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:41.6629932Z 2025-12-04T09:03:41.6630928Z  2025-12-04T09:03:41.6631397Z  2025-12-04T09:03:41.6631914Z  2025-12-04T09:03:41.6632296Z  2025-12-04T09:03:41.6635176Z  2025-12-04T09:03:41.6635929Z  2025-12-04T09:03:41.6639143Z  2025-12-04T09:03:41.6639526Z  2025-12-04T09:03:41.6640937Z [2,109 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:41.6642112Z Testing //c10/test:util_base_tests; 65s processwrapper-sandbox 2025-12-04T09:03:41.6643404Z Compiling aten/src/ATen/Functions.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:41.6644321Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:41.6645095Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:41.6645705Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:41.6646389Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:41.6647164Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:41.6647781Z //:aten; 0s processwrapper-sandbox ... 2025-12-04T09:03:42.2384639Z 2025-12-04T09:03:42.2385361Z  2025-12-04T09:03:42.2385776Z  2025-12-04T09:03:42.2386074Z  2025-12-04T09:03:42.2386408Z  2025-12-04T09:03:42.2386707Z  2025-12-04T09:03:42.2386980Z  2025-12-04T09:03:42.2387248Z  2025-12-04T09:03:42.2387571Z  2025-12-04T09:03:42.2388325Z [2,110 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:42.2389168Z Testing //c10/test:util_base_tests; 66s processwrapper-sandbox 2025-12-04T09:03:42.2389895Z Compiling aten/src/ATen/Functions.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:42.2390580Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.2391016Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.2391465Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.2392008Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.2392380Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.2392815Z //:aten; 0s processwrapper-sandbox ... 2025-12-04T09:03:42.4637921Z 2025-12-04T09:03:42.4638607Z  2025-12-04T09:03:42.4639158Z  2025-12-04T09:03:42.4639478Z  2025-12-04T09:03:42.4639823Z  2025-12-04T09:03:42.4640134Z  2025-12-04T09:03:42.4640400Z  2025-12-04T09:03:42.4640725Z  2025-12-04T09:03:42.4641062Z  2025-12-04T09:03:42.4641775Z [2,110 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:42.4642407Z Testing //c10/test:util_base_tests; 66s processwrapper-sandbox 2025-12-04T09:03:42.4642971Z Compiling aten/src/ATen/Functions.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:42.4643539Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.4643876Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.4644245Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.4644568Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.4644939Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.4645271Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:42.6641029Z 2025-12-04T09:03:42.6641778Z  2025-12-04T09:03:42.6642142Z  2025-12-04T09:03:42.6642471Z  2025-12-04T09:03:42.6642785Z  2025-12-04T09:03:42.6643096Z  2025-12-04T09:03:42.6643458Z  2025-12-04T09:03:42.6643769Z  2025-12-04T09:03:42.6644066Z  2025-12-04T09:03:42.6644850Z [2,112 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:42.6645778Z Testing //c10/test:util_base_tests; 66s processwrapper-sandbox 2025-12-04T09:03:42.6646602Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:42.6647328Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.6647831Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:42.6648386Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.6648840Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.6649292Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.6650884Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:42.9091695Z 2025-12-04T09:03:42.9176753Z  2025-12-04T09:03:42.9177225Z  2025-12-04T09:03:42.9177528Z  2025-12-04T09:03:42.9177855Z  2025-12-04T09:03:42.9178174Z  2025-12-04T09:03:42.9178519Z  2025-12-04T09:03:42.9178859Z  2025-12-04T09:03:42.9179217Z  2025-12-04T09:03:42.9180079Z [2,114 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:42.9181108Z Testing //c10/test:util_base_tests; 66s processwrapper-sandbox 2025-12-04T09:03:42.9182046Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:42.9182791Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.9183361Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.9183904Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.9184458Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:42.9185015Z //:caffe2; 1s processwrapper-sandbox 2025-12-04T09:03:42.9185616Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:43.2645342Z 2025-12-04T09:03:43.2646048Z  2025-12-04T09:03:43.2646482Z  2025-12-04T09:03:43.2646857Z  2025-12-04T09:03:43.2647218Z  2025-12-04T09:03:43.2647589Z  2025-12-04T09:03:43.2647939Z  2025-12-04T09:03:43.2648309Z  2025-12-04T09:03:43.2648699Z  2025-12-04T09:03:43.2649577Z [2,114 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:43.2650671Z Testing //c10/test:util_base_tests; 67s processwrapper-sandbox 2025-12-04T09:03:43.2651636Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:43.2652470Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.2653053Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:43.2653643Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:43.2654234Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:43.2654854Z //:caffe2; 1s processwrapper-sandbox 2025-12-04T09:03:43.2655490Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:43.4819684Z 2025-12-04T09:03:43.4820427Z  2025-12-04T09:03:43.4820843Z  2025-12-04T09:03:43.4821204Z  2025-12-04T09:03:43.4821549Z  2025-12-04T09:03:43.4821902Z  2025-12-04T09:03:43.4822245Z  2025-12-04T09:03:43.4822598Z  2025-12-04T09:03:43.4822934Z  2025-12-04T09:03:43.4823805Z [2,115 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:43.4824827Z Testing //c10/test:util_base_tests; 67s processwrapper-sandbox 2025-12-04T09:03:43.4825593Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.4826162Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.4826732Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.4827314Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.4827884Z //:caffe2; 1s processwrapper-sandbox 2025-12-04T09:03:43.4828510Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:43.4829098Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:43.8720888Z 2025-12-04T09:03:43.8721651Z  2025-12-04T09:03:43.8722064Z  2025-12-04T09:03:43.8722434Z  2025-12-04T09:03:43.8722811Z  2025-12-04T09:03:43.8723161Z  2025-12-04T09:03:43.8723473Z  2025-12-04T09:03:43.8723684Z  2025-12-04T09:03:43.8723884Z  2025-12-04T09:03:43.8724691Z [2,115 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:43.8725775Z Testing //c10/test:util_base_tests; 67s processwrapper-sandbox 2025-12-04T09:03:43.8726538Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.8727139Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.8727708Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.8728104Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.8730253Z //:caffe2; 2s processwrapper-sandbox 2025-12-04T09:03:43.8730987Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:43.8734070Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:44.6097859Z 2025-12-04T09:03:44.6098610Z  2025-12-04T09:03:44.6099053Z  2025-12-04T09:03:44.6099409Z  2025-12-04T09:03:44.6099776Z  2025-12-04T09:03:44.6100130Z  2025-12-04T09:03:44.6100493Z  2025-12-04T09:03:44.6100834Z  2025-12-04T09:03:44.6101172Z  2025-12-04T09:03:44.6101964Z [2,116 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:44.6102974Z Testing //c10/test:util_base_tests; 68s processwrapper-sandbox 2025-12-04T09:03:44.6103737Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.6104292Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.6104802Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.6105292Z //:caffe2; 3s processwrapper-sandbox 2025-12-04T09:03:44.6105894Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.6106390Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:44.6106896Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:44.8730591Z 2025-12-04T09:03:44.8731245Z  2025-12-04T09:03:44.8731670Z  2025-12-04T09:03:44.8732049Z  2025-12-04T09:03:44.8732408Z  2025-12-04T09:03:44.8732763Z  2025-12-04T09:03:44.8733082Z  2025-12-04T09:03:44.8733394Z  2025-12-04T09:03:44.8733744Z  2025-12-04T09:03:44.8734627Z [2,117 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:44.8735655Z Testing //c10/test:util_base_tests; 68s processwrapper-sandbox 2025-12-04T09:03:44.8736366Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.8736938Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.8737497Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.8738055Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.8738617Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.8739183Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:44.8739771Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:45.8780862Z 2025-12-04T09:03:45.8781604Z  2025-12-04T09:03:45.8782036Z  2025-12-04T09:03:45.8782350Z  2025-12-04T09:03:45.8782667Z  2025-12-04T09:03:45.8782998Z  2025-12-04T09:03:45.8783339Z  2025-12-04T09:03:45.8783673Z  2025-12-04T09:03:45.8784020Z  2025-12-04T09:03:45.8784921Z [2,117 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:45.8785903Z Testing //c10/test:util_base_tests; 69s processwrapper-sandbox 2025-12-04T09:03:45.8786568Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:45.8787049Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:45.8787553Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:45.8788101Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:45.8788703Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:45.8789279Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:45.8789820Z //:aten; 4s processwrapper-sandbox ... 2025-12-04T09:03:46.0882039Z 2025-12-04T09:03:46.0882771Z  2025-12-04T09:03:46.0883166Z  2025-12-04T09:03:46.0883592Z  2025-12-04T09:03:46.0883909Z  2025-12-04T09:03:46.0884269Z  2025-12-04T09:03:46.0884606Z  2025-12-04T09:03:46.0884948Z  2025-12-04T09:03:46.0885289Z  2025-12-04T09:03:46.0886132Z [2,118 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:46.0887106Z Testing //c10/test:util_base_tests; 70s processwrapper-sandbox 2025-12-04T09:03:46.0887818Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.0888363Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.0888902Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.0889783Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.0890331Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.0891057Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.0891519Z //:aten; 4s processwrapper-sandbox ... 2025-12-04T09:03:46.5793135Z 2025-12-04T09:03:46.5793827Z  2025-12-04T09:03:46.5794174Z  2025-12-04T09:03:46.5794439Z  2025-12-04T09:03:46.5794722Z  2025-12-04T09:03:46.5795041Z  2025-12-04T09:03:46.5795378Z  2025-12-04T09:03:46.5795699Z  2025-12-04T09:03:46.5796041Z  2025-12-04T09:03:46.5796878Z [2,119 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:46.5797816Z Testing //c10/test:util_base_tests; 70s processwrapper-sandbox 2025-12-04T09:03:46.5798520Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.5799065Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.5799611Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.5800160Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.5800705Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.5801214Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:46.5801758Z //:aten; 4s processwrapper-sandbox ... 2025-12-04T09:03:46.8734818Z 2025-12-04T09:03:46.8735707Z  2025-12-04T09:03:46.8736147Z  2025-12-04T09:03:46.8736481Z  2025-12-04T09:03:46.8736840Z  2025-12-04T09:03:46.8737195Z  2025-12-04T09:03:46.8737557Z  2025-12-04T09:03:46.8737902Z  2025-12-04T09:03:46.8738264Z  2025-12-04T09:03:46.8739114Z [2,120 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:46.8740122Z Testing //c10/test:util_base_tests; 70s processwrapper-sandbox 2025-12-04T09:03:46.8740859Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.8741664Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.8742341Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.8742984Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.8743643Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.8744310Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:46.8744950Z //:aten; 4s processwrapper-sandbox ... 2025-12-04T09:03:47.1022615Z 2025-12-04T09:03:47.1023465Z  2025-12-04T09:03:47.1023859Z  2025-12-04T09:03:47.1024067Z  2025-12-04T09:03:47.1024281Z  2025-12-04T09:03:47.1024480Z  2025-12-04T09:03:47.1024693Z  2025-12-04T09:03:47.1024901Z  2025-12-04T09:03:47.1025094Z  2025-12-04T09:03:47.1025692Z [2,122 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:47.1026284Z Testing //c10/test:util_base_tests; 71s processwrapper-sandbox 2025-12-04T09:03:47.1035418Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.1035877Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.1036381Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.1036847Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.1037332Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.1037830Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.1038378Z //:aten; 4s processwrapper-sandbox ... 2025-12-04T09:03:47.3017875Z 2025-12-04T09:03:47.3018616Z  2025-12-04T09:03:47.3019026Z  2025-12-04T09:03:47.3019406Z  2025-12-04T09:03:47.3019754Z  2025-12-04T09:03:47.3020119Z  2025-12-04T09:03:47.3020469Z  2025-12-04T09:03:47.3020827Z  2025-12-04T09:03:47.3021179Z  2025-12-04T09:03:47.3022109Z [2,125 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:47.3023125Z Testing //c10/test:util_base_tests; 71s processwrapper-sandbox 2025-12-04T09:03:47.3023927Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.3024497Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.3025353Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.3025925Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.3026597Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.3027150Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.3027720Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:47.5027579Z 2025-12-04T09:03:47.5028175Z  2025-12-04T09:03:47.5028549Z  2025-12-04T09:03:47.5028785Z  2025-12-04T09:03:47.5029076Z  2025-12-04T09:03:47.5029295Z  2025-12-04T09:03:47.5029606Z  2025-12-04T09:03:47.5029829Z  2025-12-04T09:03:47.5030027Z  2025-12-04T09:03:47.5030777Z [2,127 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:47.5031680Z Testing //c10/test:util_base_tests; 71s processwrapper-sandbox 2025-12-04T09:03:47.5032201Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.5032571Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.5033036Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.5033375Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.5033688Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:47.5034194Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:03:47.5034681Z Compiling aten/src/ATen/RegisterSchema.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:03:47.8353444Z 2025-12-04T09:03:47.8354318Z  2025-12-04T09:03:47.8354751Z  2025-12-04T09:03:47.8355120Z  2025-12-04T09:03:47.8355466Z  2025-12-04T09:03:47.8355817Z  2025-12-04T09:03:47.8356159Z  2025-12-04T09:03:47.8356510Z  2025-12-04T09:03:47.8356845Z  2025-12-04T09:03:47.8357683Z [2,128 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:47.8358676Z Testing //c10/test:util_base_tests; 71s processwrapper-sandbox 2025-12-04T09:03:47.8359408Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.8360015Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:47.8360544Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:47.8361080Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:47.8361606Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:03:47.8362390Z Compiling aten/src/ATen/RegisterSchema.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:47.8363176Z //:aten; 0s processwrapper-sandbox ... 2025-12-04T09:03:48.0404686Z 2025-12-04T09:03:48.0405416Z  2025-12-04T09:03:48.0405841Z  2025-12-04T09:03:48.0406211Z  2025-12-04T09:03:48.0406561Z  2025-12-04T09:03:48.0406913Z  2025-12-04T09:03:48.0407266Z  2025-12-04T09:03:48.0407620Z  2025-12-04T09:03:48.0407960Z  2025-12-04T09:03:48.0408836Z [2,130 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:48.0410082Z Testing //c10/test:util_base_tests; 72s processwrapper-sandbox 2025-12-04T09:03:48.0410800Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:48.0411361Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:48.0411916Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:03:48.0412726Z Compiling aten/src/ATen/RegisterSchema.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:48.0413524Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.0414074Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.0414609Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:48.3033561Z 2025-12-04T09:03:48.3034438Z  2025-12-04T09:03:48.3034867Z  2025-12-04T09:03:48.3035234Z  2025-12-04T09:03:48.3035616Z  2025-12-04T09:03:48.3035983Z  2025-12-04T09:03:48.3036318Z  2025-12-04T09:03:48.3036685Z  2025-12-04T09:03:48.3037032Z  2025-12-04T09:03:48.3037917Z [2,131 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:48.3039277Z Testing //c10/test:util_base_tests; 72s processwrapper-sandbox 2025-12-04T09:03:48.3040032Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:48.3040660Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:48.3041474Z Compiling aten/src/ATen/RegisterSchema.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:48.3042325Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.3042879Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.3043534Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.3044099Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:48.5157773Z 2025-12-04T09:03:48.5158462Z  2025-12-04T09:03:48.5172081Z  2025-12-04T09:03:48.5172485Z  2025-12-04T09:03:48.5172838Z  2025-12-04T09:03:48.5173208Z  2025-12-04T09:03:48.5173552Z  2025-12-04T09:03:48.5173909Z  2025-12-04T09:03:48.5174248Z  2025-12-04T09:03:48.5175133Z [2,132 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:48.5176172Z Testing //c10/test:util_base_tests; 72s processwrapper-sandbox 2025-12-04T09:03:48.5176919Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:48.5177487Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:48.5178043Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.5178597Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.5179142Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.5179700Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.5180259Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:48.7271992Z 2025-12-04T09:03:48.7272734Z  2025-12-04T09:03:48.7273224Z  2025-12-04T09:03:48.7273564Z  2025-12-04T09:03:48.7273879Z  2025-12-04T09:03:48.7274213Z  2025-12-04T09:03:48.7274520Z  2025-12-04T09:03:48.7274846Z  2025-12-04T09:03:48.7275194Z  2025-12-04T09:03:48.7276061Z [2,133 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:48.7277124Z Testing //c10/test:util_base_tests; 72s processwrapper-sandbox 2025-12-04T09:03:48.7277912Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:48.7278441Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.7278941Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.7279444Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.7279921Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.7280433Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:48.7280935Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:49.1040174Z 2025-12-04T09:03:49.1040796Z  2025-12-04T09:03:49.1041211Z  2025-12-04T09:03:49.1041542Z  2025-12-04T09:03:49.1041920Z  2025-12-04T09:03:49.1042294Z  2025-12-04T09:03:49.1042637Z  2025-12-04T09:03:49.1042997Z  2025-12-04T09:03:49.1043721Z  2025-12-04T09:03:49.1044580Z [2,133 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:49.1045630Z Testing //c10/test:util_base_tests; 73s processwrapper-sandbox 2025-12-04T09:03:49.1046431Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:49.1046986Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.1047563Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.1048118Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.1048674Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:49.1049240Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:49.1049805Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:49.3050263Z 2025-12-04T09:03:49.3050970Z  2025-12-04T09:03:49.3051399Z  2025-12-04T09:03:49.3051767Z  2025-12-04T09:03:49.3052127Z  2025-12-04T09:03:49.3052509Z  2025-12-04T09:03:49.3052860Z  2025-12-04T09:03:49.3053250Z  2025-12-04T09:03:49.3053617Z  2025-12-04T09:03:49.3054795Z [2,134 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:49.3055878Z Testing //c10/test:util_base_tests; 73s processwrapper-sandbox 2025-12-04T09:03:49.3056736Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:49.3057312Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.3057881Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.3058468Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.3059042Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.3059611Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.3060219Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:49.7764883Z 2025-12-04T09:03:49.7765766Z  2025-12-04T09:03:49.7766165Z  2025-12-04T09:03:49.7766519Z  2025-12-04T09:03:49.7766860Z  2025-12-04T09:03:49.7767244Z  2025-12-04T09:03:49.7767600Z  2025-12-04T09:03:49.7767992Z  2025-12-04T09:03:49.7768360Z  2025-12-04T09:03:49.7769270Z [2,136 / 3,080] 2 / 26 tests; 15 actions, 14 running; last test: ...core_tests 2025-12-04T09:03:49.7770323Z Testing //c10/test:util_base_tests; 73s processwrapper-sandbox 2025-12-04T09:03:49.7776825Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:49.7777347Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.7777835Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.7778367Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.7778829Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.7779311Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:49.7779791Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:50.1047101Z 2025-12-04T09:03:50.1047917Z  2025-12-04T09:03:50.1048557Z  2025-12-04T09:03:50.1049348Z  2025-12-04T09:03:50.1049713Z  2025-12-04T09:03:50.1050038Z  2025-12-04T09:03:50.1050364Z  2025-12-04T09:03:50.1050676Z  2025-12-04T09:03:50.1050971Z  2025-12-04T09:03:50.1051756Z [2,136 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:50.1052662Z Testing //c10/test:util_base_tests; 74s processwrapper-sandbox 2025-12-04T09:03:50.1053312Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:50.1053811Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.1054313Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.1054794Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.1055313Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:50.1055799Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:50.3055249Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:50.3055758Z 2025-12-04T09:03:50.3056187Z  2025-12-04T09:03:50.3056560Z  2025-12-04T09:03:50.3056945Z  2025-12-04T09:03:50.3057294Z  2025-12-04T09:03:50.3057668Z  2025-12-04T09:03:50.3058303Z  2025-12-04T09:03:50.3058655Z  2025-12-04T09:03:50.3059028Z  2025-12-04T09:03:50.3059922Z [2,137 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:50.3061001Z Testing //c10/test:util_base_tests; 74s processwrapper-sandbox 2025-12-04T09:03:50.3061784Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:50.3062392Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.3062979Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.3063576Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.3064137Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.3064727Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.3065312Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:50.5641726Z 2025-12-04T09:03:50.5642576Z  2025-12-04T09:03:50.5643026Z  2025-12-04T09:03:50.5643498Z  2025-12-04T09:03:50.5643898Z  2025-12-04T09:03:50.5644305Z  2025-12-04T09:03:50.5644643Z  2025-12-04T09:03:50.5645004Z  2025-12-04T09:03:50.5645363Z  2025-12-04T09:03:50.5646567Z [2,139 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:50.5647738Z Testing //c10/test:util_base_tests; 74s processwrapper-sandbox 2025-12-04T09:03:50.5648526Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.5649069Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.5649614Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.5650168Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.5650690Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.5651225Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.5651828Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:50.9058379Z 2025-12-04T09:03:50.9059120Z  2025-12-04T09:03:50.9059571Z  2025-12-04T09:03:50.9059930Z  2025-12-04T09:03:50.9060289Z  2025-12-04T09:03:50.9060670Z  2025-12-04T09:03:50.9061032Z  2025-12-04T09:03:50.9061380Z  2025-12-04T09:03:50.9061749Z  2025-12-04T09:03:50.9062645Z [2,139 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:50.9063700Z Testing //c10/test:util_base_tests; 74s processwrapper-sandbox 2025-12-04T09:03:50.9064469Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:50.9065021Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.9065580Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.9066134Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.9066700Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.9067258Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:50.9067844Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:51.2959498Z 2025-12-04T09:03:51.2960266Z  2025-12-04T09:03:51.2960728Z  2025-12-04T09:03:51.2961080Z  2025-12-04T09:03:51.2961474Z  2025-12-04T09:03:51.2961823Z  2025-12-04T09:03:51.2962186Z  2025-12-04T09:03:51.2962530Z  2025-12-04T09:03:51.2962885Z  2025-12-04T09:03:51.2963839Z [2,140 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:51.2964876Z Testing //c10/test:util_base_tests; 75s processwrapper-sandbox 2025-12-04T09:03:51.2965596Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.2966165Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.2966724Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.2967262Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.2967810Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.2968336Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.2968901Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:03:51.5020990Z 2025-12-04T09:03:51.5021991Z  2025-12-04T09:03:51.5022436Z  2025-12-04T09:03:51.5022796Z  2025-12-04T09:03:51.5025434Z  2025-12-04T09:03:51.5025951Z  2025-12-04T09:03:51.5026600Z  2025-12-04T09:03:51.5026967Z  2025-12-04T09:03:51.5027355Z  2025-12-04T09:03:51.5028260Z [2,143 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:51.5029348Z Testing //c10/test:util_base_tests; 75s processwrapper-sandbox 2025-12-04T09:03:51.5030131Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.5030680Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.5031244Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.5031825Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.5032405Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.5032980Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:51.5033602Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:51.7061149Z 2025-12-04T09:03:51.7061733Z  2025-12-04T09:03:51.7061997Z  2025-12-04T09:03:51.7062255Z  2025-12-04T09:03:51.7062474Z  2025-12-04T09:03:51.7062672Z  2025-12-04T09:03:51.7062876Z  2025-12-04T09:03:51.7196165Z  2025-12-04T09:03:51.7196810Z  2025-12-04T09:03:51.7198026Z [2,143 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:51.7198976Z Testing //c10/test:util_base_tests; 75s processwrapper-sandbox 2025-12-04T09:03:51.7199661Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.7200211Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.7200731Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:51.7201248Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.7201769Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.7202265Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:51.7202809Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:51.9071247Z 2025-12-04T09:03:51.9091545Z  2025-12-04T09:03:51.9092001Z  2025-12-04T09:03:51.9092406Z  2025-12-04T09:03:51.9092757Z  2025-12-04T09:03:51.9093124Z  2025-12-04T09:03:51.9093473Z  2025-12-04T09:03:51.9093856Z  2025-12-04T09:03:51.9094214Z  2025-12-04T09:03:51.9095079Z [2,146 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:51.9096111Z Testing //c10/test:util_base_tests; 75s processwrapper-sandbox 2025-12-04T09:03:51.9096840Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:03:51.9097425Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.9097983Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:51.9098554Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:51.9099077Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:51.9099620Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:51.9100204Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:03:52.1156714Z 2025-12-04T09:03:52.1157673Z  2025-12-04T09:03:52.1158084Z  2025-12-04T09:03:52.1158295Z  2025-12-04T09:03:52.1158511Z  2025-12-04T09:03:52.1158712Z  2025-12-04T09:03:52.1158944Z  2025-12-04T09:03:52.1159144Z  2025-12-04T09:03:52.1159423Z  2025-12-04T09:03:52.1159954Z [2,149 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:52.1160588Z Testing //c10/test:util_base_tests; 76s processwrapper-sandbox 2025-12-04T09:03:52.1161081Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:52.1161397Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:52.1161787Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:52.1162097Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:03:52.1162486Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:52.1162926Z Compiling aten/src/ATen/record_function.cpp; 0s processwrapper-sandbox 2025-12-04T09:03:52.1163691Z Compiling aten/src/ATen/metal/Context.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:03:52.3378637Z 2025-12-04T09:03:52.3379264Z  2025-12-04T09:03:52.3379524Z  2025-12-04T09:03:52.3379747Z  2025-12-04T09:03:52.3379972Z  2025-12-04T09:03:52.3380183Z  2025-12-04T09:03:52.3380393Z  2025-12-04T09:03:52.3380601Z  2025-12-04T09:03:52.3380798Z  2025-12-04T09:03:52.3381313Z [2,150 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:52.3381892Z Testing //c10/test:util_base_tests; 76s processwrapper-sandbox 2025-12-04T09:03:52.3382321Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:52.3382653Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:52.3382963Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:03:52.3383292Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:52.3383734Z Compiling aten/src/ATen/record_function.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.3384337Z Compiling aten/src/ATen/metal/Context.cpp; 0s processwrapper-sandbox 2025-12-04T09:03:52.3384933Z Compiling aten/src/ATen/vulkan/Context.cpp; 0s processwrapper-sandbox ... 2025-12-04T09:03:52.6099024Z 2025-12-04T09:03:52.6101147Z  2025-12-04T09:03:52.6102688Z  2025-12-04T09:03:52.6103050Z  2025-12-04T09:03:52.6103424Z  2025-12-04T09:03:52.6103829Z  2025-12-04T09:03:52.6104188Z  2025-12-04T09:03:52.6104532Z  2025-12-04T09:03:52.6104880Z  2025-12-04T09:03:52.6105737Z [2,151 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:52.6106769Z Testing //c10/test:util_base_tests; 76s processwrapper-sandbox 2025-12-04T09:03:52.6107532Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:52.6108090Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:52.6108669Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:52.6109469Z Compiling aten/src/ATen/record_function.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.6110525Z Compiling aten/src/ATen/metal/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.6111600Z Compiling aten/src/ATen/vulkan/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.6112424Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:52.9745490Z 2025-12-04T09:03:52.9746270Z  2025-12-04T09:03:52.9746706Z  2025-12-04T09:03:52.9747058Z  2025-12-04T09:03:52.9747423Z  2025-12-04T09:03:52.9747775Z  2025-12-04T09:03:52.9748147Z  2025-12-04T09:03:52.9748501Z  2025-12-04T09:03:52.9748842Z  2025-12-04T09:03:52.9749709Z [2,151 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:52.9750753Z Testing //c10/test:util_base_tests; 77s processwrapper-sandbox 2025-12-04T09:03:52.9751537Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:52.9752104Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:52.9752691Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:52.9753505Z Compiling aten/src/ATen/record_function.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.9754624Z Compiling aten/src/ATen/metal/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.9755745Z Compiling aten/src/ATen/vulkan/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:52.9756560Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:53.3293941Z 2025-12-04T09:03:53.3294717Z  2025-12-04T09:03:53.3295171Z  2025-12-04T09:03:53.3295550Z  2025-12-04T09:03:53.3295939Z  2025-12-04T09:03:53.3296303Z  2025-12-04T09:03:53.3296684Z  2025-12-04T09:03:53.3297051Z  2025-12-04T09:03:53.3297438Z  2025-12-04T09:03:53.3298348Z [2,152 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:53.3299339Z Testing //c10/test:util_base_tests; 77s processwrapper-sandbox 2025-12-04T09:03:53.3300080Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:53.3300916Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:53.3301771Z Compiling aten/src/ATen/record_function.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:53.3302883Z Compiling aten/src/ATen/metal/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:53.3304005Z Compiling aten/src/ATen/vulkan/Context.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:53.3305159Z Compiling aten/src/ATen/native/Activation.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:53.3306062Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:53.5750649Z 2025-12-04T09:03:53.5751336Z  2025-12-04T09:03:53.5751759Z  2025-12-04T09:03:53.5752189Z  2025-12-04T09:03:53.5752533Z  2025-12-04T09:03:53.5752857Z  2025-12-04T09:03:53.5753168Z  2025-12-04T09:03:53.5753483Z  2025-12-04T09:03:53.5753799Z  2025-12-04T09:03:53.5754568Z [2,154 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:03:53.5755603Z Testing //c10/test:util_base_tests; 77s processwrapper-sandbox 2025-12-04T09:03:53.5756348Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:53.5757209Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:53.5758002Z Compiling aten/src/ATen/metal/Context.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:53.5758932Z Compiling aten/src/ATen/native/Activation.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:53.5759755Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:53.5760326Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:53.5760906Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:53.7751598Z 2025-12-04T09:03:53.7752263Z  2025-12-04T09:03:53.7752525Z  2025-12-04T09:03:53.7752804Z  2025-12-04T09:03:53.7753023Z  2025-12-04T09:03:53.7753237Z  2025-12-04T09:03:53.7753491Z  2025-12-04T09:03:53.7753702Z  2025-12-04T09:03:53.7753900Z  2025-12-04T09:03:53.7754468Z [2,155 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:53.7755146Z Testing //c10/test:util_base_tests; 77s processwrapper-sandbox 2025-12-04T09:03:53.7755577Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:53.7755989Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:53.7756477Z Compiling aten/src/ATen/native/Activation.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:53.7756991Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:53.7757363Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:53.7757690Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:53.7758063Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:54.2150334Z 2025-12-04T09:03:54.2151036Z  2025-12-04T09:03:54.2151702Z  2025-12-04T09:03:54.2152023Z  2025-12-04T09:03:54.2152354Z  2025-12-04T09:03:54.2152679Z  2025-12-04T09:03:54.2153023Z  2025-12-04T09:03:54.2153347Z  2025-12-04T09:03:54.2153689Z  2025-12-04T09:03:54.2154541Z [2,156 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:54.2155533Z Testing //c10/test:util_base_tests; 78s processwrapper-sandbox 2025-12-04T09:03:54.2156286Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:54.2156782Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:54.2157593Z Compiling aten/src/ATen/native/Activation.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:54.2158430Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.2158959Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.2159490Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.2160005Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:54.5765909Z 2025-12-04T09:03:54.5767515Z  2025-12-04T09:03:54.5768362Z  2025-12-04T09:03:54.5769041Z  2025-12-04T09:03:54.5769744Z  2025-12-04T09:03:54.5770055Z  2025-12-04T09:03:54.5770509Z  2025-12-04T09:03:54.5772255Z  2025-12-04T09:03:54.5772559Z  2025-12-04T09:03:54.5774077Z [2,160 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:54.5774921Z Testing //c10/test:util_base_tests; 78s processwrapper-sandbox 2025-12-04T09:03:54.5775357Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:54.5775946Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:54.5776282Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.5776595Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.5777071Z Compiling aten/src/ATen/native/AmpKernels.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:54.5777796Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:54.5778353Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:54.7904731Z 2025-12-04T09:03:54.7905451Z  2025-12-04T09:03:54.7905853Z  2025-12-04T09:03:54.7906171Z  2025-12-04T09:03:54.7906500Z  2025-12-04T09:03:54.7906791Z  2025-12-04T09:03:54.7907116Z  2025-12-04T09:03:54.7907422Z  2025-12-04T09:03:54.7907708Z  2025-12-04T09:03:54.7910293Z [2,162 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:54.7914057Z Testing //c10/test:util_base_tests; 78s processwrapper-sandbox 2025-12-04T09:03:54.7914880Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:54.7915456Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:54.7916018Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.7916579Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:54.7917150Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:54.7917722Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:54.7918311Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:55.0205381Z 2025-12-04T09:03:55.0206191Z  2025-12-04T09:03:55.0206630Z  2025-12-04T09:03:55.0206983Z  2025-12-04T09:03:55.0207327Z  2025-12-04T09:03:55.0207930Z  2025-12-04T09:03:55.0208470Z  2025-12-04T09:03:55.0208823Z  2025-12-04T09:03:55.0209279Z  2025-12-04T09:03:55.0210185Z [2,163 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:55.0211306Z Testing //c10/test:util_base_tests; 79s processwrapper-sandbox 2025-12-04T09:03:55.0212438Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:55.0213119Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:03:55.0213937Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:55.0214522Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.0215148Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.0215903Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.0216620Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:55.2439814Z 2025-12-04T09:03:55.2440564Z  2025-12-04T09:03:55.2441002Z  2025-12-04T09:03:55.2441377Z  2025-12-04T09:03:55.2441788Z  2025-12-04T09:03:55.2442145Z  2025-12-04T09:03:55.2442520Z  2025-12-04T09:03:55.2442873Z  2025-12-04T09:03:55.2443248Z  2025-12-04T09:03:55.2444225Z [2,166 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:55.2445276Z Testing //c10/test:util_base_tests; 79s processwrapper-sandbox 2025-12-04T09:03:55.2446034Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.2446596Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.2447171Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.2447731Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.2448558Z Compiling aten/src/ATen/native/BinaryOps.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:55.2449637Z Compiling aten/src/ATen/native/Blas.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:55.2450462Z //:aten; 0s processwrapper-sandbox ... 2025-12-04T09:03:55.5912419Z 2025-12-04T09:03:55.5913032Z  2025-12-04T09:03:55.5941691Z  2025-12-04T09:03:55.5942048Z  2025-12-04T09:03:55.5942387Z  2025-12-04T09:03:55.5942732Z  2025-12-04T09:03:55.5943126Z  2025-12-04T09:03:55.5943422Z  2025-12-04T09:03:55.5943641Z  2025-12-04T09:03:55.5944294Z [2,166 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:55.5945294Z Testing //c10/test:util_base_tests; 79s processwrapper-sandbox 2025-12-04T09:03:55.5946045Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:55.5946596Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:55.5947183Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.5947750Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:03:55.5948610Z Compiling aten/src/ATen/native/BinaryOps.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:55.5949659Z Compiling aten/src/ATen/native/Blas.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:55.5950709Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:56.2617760Z 2025-12-04T09:03:56.2618467Z  2025-12-04T09:03:56.2618895Z  2025-12-04T09:03:56.2619313Z  2025-12-04T09:03:56.2619981Z  2025-12-04T09:03:56.2620347Z  2025-12-04T09:03:56.2620815Z  2025-12-04T09:03:56.2621172Z  2025-12-04T09:03:56.2621539Z  2025-12-04T09:03:56.2622420Z [2,167 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:56.2623505Z Testing //c10/test:util_base_tests; 80s processwrapper-sandbox 2025-12-04T09:03:56.2624275Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:56.2624873Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:56.2625444Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:56.2626309Z Compiling aten/src/ATen/native/BinaryOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.2627426Z Compiling aten/src/ATen/native/Blas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.2628520Z Compiling aten/src/ATen/native/BlasKernel.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:56.2629439Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:56.5920215Z 2025-12-04T09:03:56.5921195Z  2025-12-04T09:03:56.5921647Z  2025-12-04T09:03:56.5922017Z  2025-12-04T09:03:56.5922354Z  2025-12-04T09:03:56.5922698Z  2025-12-04T09:03:56.5923040Z  2025-12-04T09:03:56.5923466Z  2025-12-04T09:03:56.5923819Z  2025-12-04T09:03:56.5924696Z [2,169 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:56.5925707Z Testing //c10/test:util_base_tests; 80s processwrapper-sandbox 2025-12-04T09:03:56.5926456Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:56.5927275Z Compiling aten/src/ATen/native/BinaryOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.5928333Z Compiling aten/src/ATen/native/Blas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.5929392Z Compiling aten/src/ATen/native/BlasKernel.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.5930255Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:56.5931052Z Compiling aten/src/ATen/native/CPUBlas.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:56.5931889Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:56.9941371Z 2025-12-04T09:03:56.9942236Z  2025-12-04T09:03:56.9942822Z  2025-12-04T09:03:56.9943385Z  2025-12-04T09:03:56.9944419Z  2025-12-04T09:03:56.9945365Z  2025-12-04T09:03:56.9945889Z  2025-12-04T09:03:56.9946413Z  2025-12-04T09:03:56.9947126Z  2025-12-04T09:03:56.9948689Z [2,170 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:56.9950459Z Testing //c10/test:util_base_tests; 81s processwrapper-sandbox 2025-12-04T09:03:56.9951436Z Compiling aten/src/ATen/native/BinaryOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.9952467Z Compiling aten/src/ATen/native/Blas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.9953698Z Compiling aten/src/ATen/native/BlasKernel.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.9954545Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:56.9955344Z Compiling aten/src/ATen/native/CPUBlas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.9956398Z Compiling aten/src/ATen/native/CPUFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:56.9957267Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:57.1928937Z 2025-12-04T09:03:57.1929739Z  2025-12-04T09:03:57.1930015Z  2025-12-04T09:03:57.1930220Z  2025-12-04T09:03:57.1930433Z  2025-12-04T09:03:57.1930630Z  2025-12-04T09:03:57.1930838Z  2025-12-04T09:03:57.1931033Z  2025-12-04T09:03:57.1931242Z  2025-12-04T09:03:57.1931752Z [2,171 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:57.1932331Z Testing //c10/test:util_base_tests; 81s processwrapper-sandbox 2025-12-04T09:03:57.1932920Z Compiling aten/src/ATen/native/BinaryOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.2186522Z Compiling aten/src/ATen/native/Blas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.2187930Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:57.2188737Z Compiling aten/src/ATen/native/CPUBlas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.2189825Z Compiling aten/src/ATen/native/CPUFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.2190735Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:57.2191506Z Compiling aten/src/ATen/RegisterMeta_0.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:57.3987807Z 2025-12-04T09:03:57.3988451Z  2025-12-04T09:03:57.3988729Z  2025-12-04T09:03:57.3989084Z  2025-12-04T09:03:57.3989309Z  2025-12-04T09:03:57.3989566Z  2025-12-04T09:03:57.3989915Z  2025-12-04T09:03:57.3990168Z  2025-12-04T09:03:57.3990481Z  2025-12-04T09:03:57.3991083Z [2,173 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:57.3991885Z Testing //c10/test:util_base_tests; 81s processwrapper-sandbox 2025-12-04T09:03:57.3992516Z Compiling aten/src/ATen/native/Blas.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:57.3993326Z Compiling aten/src/ATen/native/CPUBlas.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.3994018Z Compiling aten/src/ATen/native/CPUFallback.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.3994656Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:57.3995177Z Compiling aten/src/ATen/RegisterMeta_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.3995807Z Compiling aten/src/ATen/native/Col2Im.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.3996283Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:57.5997370Z 2025-12-04T09:03:57.5998131Z  2025-12-04T09:03:57.5998559Z  2025-12-04T09:03:57.5998945Z  2025-12-04T09:03:57.5999342Z  2025-12-04T09:03:57.5999727Z  2025-12-04T09:03:57.6000094Z  2025-12-04T09:03:57.6000471Z  2025-12-04T09:03:57.6000847Z  2025-12-04T09:03:57.6001766Z [2,175 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:03:57.6002848Z Testing //c10/test:util_base_tests; 81s processwrapper-sandbox 2025-12-04T09:03:57.6003932Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:57.6004825Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:57.6005622Z Compiling aten/src/ATen/RegisterMeta_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.6006628Z Compiling aten/src/ATen/native/Col2Im.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.6007435Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:57.6008005Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:57.6008524Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:57.9042801Z 2025-12-04T09:03:57.9043651Z  2025-12-04T09:03:57.9044106Z  2025-12-04T09:03:57.9044454Z  2025-12-04T09:03:57.9044811Z  2025-12-04T09:03:57.9045173Z  2025-12-04T09:03:57.9045535Z  2025-12-04T09:03:57.9045871Z  2025-12-04T09:03:57.9046221Z  2025-12-04T09:03:57.9047088Z [2,177 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:57.9048050Z Testing //c10/test:util_base_tests; 81s processwrapper-sandbox 2025-12-04T09:03:57.9048978Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:57.9050011Z Compiling aten/src/ATen/RegisterMeta_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.9051013Z Compiling aten/src/ATen/native/Col2Im.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:57.9051757Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:57.9052582Z Compiling aten/src/ATen/native/Constraints.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:57.9053676Z Compiling aten/src/ATen/native/Convolution.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:57.9054821Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:58.2000211Z 2025-12-04T09:03:58.2001105Z  2025-12-04T09:03:58.2001502Z  2025-12-04T09:03:58.2001822Z  2025-12-04T09:03:58.2002442Z  2025-12-04T09:03:58.2002766Z  2025-12-04T09:03:58.2003096Z  2025-12-04T09:03:58.2003476Z  2025-12-04T09:03:58.2003813Z  2025-12-04T09:03:58.2004616Z [2,177 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:03:58.2005960Z Testing //c10/test:util_base_tests; 82s processwrapper-sandbox 2025-12-04T09:03:58.2006959Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:58.2008232Z Compiling aten/src/ATen/RegisterMeta_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:58.2009197Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:58.2010380Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:03:58.2011468Z Compiling aten/src/ATen/native/Constraints.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:58.2012763Z Compiling aten/src/ATen/native/Convolution.cpp; 1s processwrapper-sandbox 2025-12-04T09:03:58.2013763Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:58.6918378Z 2025-12-04T09:03:58.6919324Z  2025-12-04T09:03:58.6919764Z  2025-12-04T09:03:58.6920022Z  2025-12-04T09:03:58.6920221Z  2025-12-04T09:03:58.6920464Z  2025-12-04T09:03:58.6920659Z  2025-12-04T09:03:58.6920883Z  2025-12-04T09:03:58.6921166Z  2025-12-04T09:03:58.6921675Z [2,178 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:58.6922313Z Testing //c10/test:util_base_tests; 82s processwrapper-sandbox 2025-12-04T09:03:58.6922938Z Compiling aten/src/ATen/RegisterMeta_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:58.6923618Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:58.6924132Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:58.6924697Z Compiling aten/src/ATen/native/Constraints.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:58.6925352Z Compiling aten/src/ATen/native/Convolution.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:58.6925836Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:58.6926158Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:58.9930383Z 2025-12-04T09:03:58.9931117Z  2025-12-04T09:03:58.9931543Z  2025-12-04T09:03:58.9931912Z  2025-12-04T09:03:58.9932260Z  2025-12-04T09:03:58.9932632Z  2025-12-04T09:03:58.9932989Z  2025-12-04T09:03:58.9933365Z  2025-12-04T09:03:58.9933702Z  2025-12-04T09:03:58.9934611Z [2,179 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:59.2917264Z Testing //c10/test:util_base_tests; 83s processwrapper-sandbox 2025-12-04T09:03:59.2918197Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:59.2918963Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:59.2919730Z Compiling aten/src/ATen/native/Constraints.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.2920807Z Compiling aten/src/ATen/native/Convolution.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.2921643Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.2922199Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.2922795Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:03:59.2923195Z 2025-12-04T09:03:59.2923636Z  2025-12-04T09:03:59.2923995Z  2025-12-04T09:03:59.2924328Z  2025-12-04T09:03:59.2924679Z  2025-12-04T09:03:59.2925015Z  2025-12-04T09:03:59.2925356Z  2025-12-04T09:03:59.2925688Z  2025-12-04T09:03:59.2926034Z  2025-12-04T09:03:59.2926834Z [2,179 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:59.2930861Z Testing //c10/test:util_base_tests; 83s processwrapper-sandbox 2025-12-04T09:03:59.2931875Z Compiling aten/src/ATen/native/Col2Im.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:59.2932639Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:03:59.2933399Z Compiling aten/src/ATen/native/Constraints.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.2934415Z Compiling aten/src/ATen/native/Convolution.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.2935239Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.2935779Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.2936345Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:59.4009048Z 2025-12-04T09:03:59.4009984Z  2025-12-04T09:03:59.4014243Z  2025-12-04T09:03:59.4014634Z  2025-12-04T09:03:59.4014933Z  2025-12-04T09:03:59.4015175Z  2025-12-04T09:03:59.4015387Z  2025-12-04T09:03:59.4015639Z  2025-12-04T09:03:59.4015837Z  2025-12-04T09:03:59.4016365Z [2,180 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:59.4017000Z Testing //c10/test:util_base_tests; 83s processwrapper-sandbox 2025-12-04T09:03:59.4017552Z Compiling aten/src/ATen/native/Col2Im.cpp; 4s processwrapper-sandbox 2025-12-04T09:03:59.4018169Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:59.4018647Z Compiling aten/src/ATen/native/Convolution.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.4019139Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.4019455Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.4019777Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.4020216Z Compiling aten/src/ATen/native/Copy.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:03:59.6639800Z 2025-12-04T09:03:59.6640561Z  2025-12-04T09:03:59.6641022Z  2025-12-04T09:03:59.6641361Z  2025-12-04T09:03:59.6641708Z  2025-12-04T09:03:59.6642072Z  2025-12-04T09:03:59.6642444Z  2025-12-04T09:03:59.6642771Z  2025-12-04T09:03:59.6643133Z  2025-12-04T09:03:59.6644079Z [2,181 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:59.6645114Z Testing //c10/test:util_base_tests; 83s processwrapper-sandbox 2025-12-04T09:03:59.6645869Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:59.6646725Z Compiling aten/src/ATen/native/Convolution.cpp; 3s processwrapper-sandbox 2025-12-04T09:03:59.6647551Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:59.6648074Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:03:59.6648597Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.6649294Z Compiling aten/src/ATen/native/Copy.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.6650103Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:03:59.8763215Z 2025-12-04T09:03:59.8764068Z  2025-12-04T09:03:59.8764492Z  2025-12-04T09:03:59.8764828Z  2025-12-04T09:03:59.8765207Z  2025-12-04T09:03:59.8765544Z  2025-12-04T09:03:59.8765909Z  2025-12-04T09:03:59.8766351Z  2025-12-04T09:03:59.8766638Z  2025-12-04T09:03:59.8767384Z [2,184 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:03:59.8768245Z Testing //c10/test:util_base_tests; 83s processwrapper-sandbox 2025-12-04T09:03:59.8768857Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:03:59.8769323Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.8769960Z Compiling aten/src/ATen/native/Copy.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.8771019Z Compiling aten/src/ATen/native/Correlation.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.8772005Z Compiling aten/src/ATen/native/Cross.cpp; 2s processwrapper-sandbox 2025-12-04T09:03:59.8772735Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:03:59.8773270Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:00.0929417Z 2025-12-04T09:04:00.1214078Z  2025-12-04T09:04:00.1784962Z  2025-12-04T09:04:00.1785316Z  2025-12-04T09:04:00.1785640Z  2025-12-04T09:04:00.1785985Z  2025-12-04T09:04:00.1786334Z  2025-12-04T09:04:00.1786661Z  2025-12-04T09:04:00.1786994Z  2025-12-04T09:04:00.1787815Z [2,184 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:00.1788789Z Testing //c10/test:util_base_tests; 84s processwrapper-sandbox 2025-12-04T09:04:00.1789453Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:00.1789991Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:00.1790702Z Compiling aten/src/ATen/native/Copy.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:00.1791671Z Compiling aten/src/ATen/native/Correlation.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:00.1792671Z Compiling aten/src/ATen/native/Cross.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:00.1793488Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:00.1794072Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:00.5533169Z 2025-12-04T09:04:00.5533831Z  2025-12-04T09:04:00.5534638Z  2025-12-04T09:04:00.5534922Z  2025-12-04T09:04:00.5535137Z  2025-12-04T09:04:00.5535716Z  2025-12-04T09:04:00.5535929Z  2025-12-04T09:04:00.5536301Z  2025-12-04T09:04:00.5536568Z  2025-12-04T09:04:00.5537149Z [2,185 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:00.5538252Z Testing //c10/test:util_base_tests; 84s processwrapper-sandbox 2025-12-04T09:04:00.5538740Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:00.5539735Z Compiling aten/src/ATen/native/Copy.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:00.5540451Z Compiling aten/src/ATen/native/Correlation.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:00.5541963Z Compiling aten/src/ATen/native/Cross.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:00.5542906Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:00.5543261Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:00.5543811Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:00.8862916Z 2025-12-04T09:04:00.8863684Z  2025-12-04T09:04:00.8864120Z  2025-12-04T09:04:00.8864515Z  2025-12-04T09:04:00.8864926Z  2025-12-04T09:04:00.8865295Z  2025-12-04T09:04:00.8865655Z  2025-12-04T09:04:00.8865999Z  2025-12-04T09:04:00.8866370Z  2025-12-04T09:04:00.8867243Z [2,186 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:00.8868333Z Testing //c10/test:util_base_tests; 84s processwrapper-sandbox 2025-12-04T09:04:00.8869102Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:00.8870291Z Compiling aten/src/ATen/native/Correlation.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:00.8871652Z Compiling aten/src/ATen/native/Cross.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:00.8872500Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:00.8873061Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:00.8873929Z Compiling aten/src/ATen/native/DispatchStub.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:00.8875114Z Compiling aten/src/ATen/native/Distance.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:01.1223701Z 2025-12-04T09:04:01.1224314Z  2025-12-04T09:04:01.1224571Z  2025-12-04T09:04:01.1224994Z  2025-12-04T09:04:01.1225303Z  2025-12-04T09:04:01.1225545Z  2025-12-04T09:04:01.1225937Z  2025-12-04T09:04:01.1226134Z  2025-12-04T09:04:01.1226347Z  2025-12-04T09:04:01.1226874Z [2,187 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:01.1227501Z Testing //c10/test:util_base_tests; 85s processwrapper-sandbox 2025-12-04T09:04:01.1227923Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:01.1232446Z Compiling aten/src/ATen/native/Correlation.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:01.1235573Z Compiling aten/src/ATen/native/Cross.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:01.1236426Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:01.1237171Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:01.1238160Z Compiling aten/src/ATen/native/Distance.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:01.1239024Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:01.3229147Z 2025-12-04T09:04:01.3229748Z  2025-12-04T09:04:01.3230035Z  2025-12-04T09:04:01.3230259Z  2025-12-04T09:04:01.3230462Z  2025-12-04T09:04:01.3230684Z  2025-12-04T09:04:01.3230902Z  2025-12-04T09:04:01.3231102Z  2025-12-04T09:04:01.3231314Z  2025-12-04T09:04:01.3231840Z [2,189 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:01.3232449Z Testing //c10/test:util_base_tests; 85s processwrapper-sandbox 2025-12-04T09:04:01.3232877Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:01.3233216Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:01.3233534Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:01.3233997Z Compiling aten/src/ATen/native/Distance.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:01.3234469Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:01.3234832Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:01.3235473Z Compiling aten/src/ATen/native/Dropout.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:01.5597256Z 2025-12-04T09:04:01.5598486Z  2025-12-04T09:04:01.5598776Z  2025-12-04T09:04:01.5599210Z  2025-12-04T09:04:01.5599476Z  2025-12-04T09:04:01.5600096Z  2025-12-04T09:04:01.5600504Z  2025-12-04T09:04:01.5601061Z  2025-12-04T09:04:01.5601314Z  2025-12-04T09:04:01.5602448Z [2,190 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:01.5603670Z Testing //c10/test:util_base_tests; 85s processwrapper-sandbox 2025-12-04T09:04:01.5604358Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:01.5605034Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:01.5605936Z Compiling aten/src/ATen/native/Distance.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:01.5606673Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:01.5607425Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:01.5608099Z Compiling aten/src/ATen/native/Dropout.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:01.5608734Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:01.7623643Z 2025-12-04T09:04:01.7624557Z  2025-12-04T09:04:01.7625009Z  2025-12-04T09:04:01.7625379Z  2025-12-04T09:04:01.7685958Z  2025-12-04T09:04:01.7686334Z  2025-12-04T09:04:01.7686674Z  2025-12-04T09:04:01.7686952Z  2025-12-04T09:04:01.7687202Z  2025-12-04T09:04:01.7688058Z [2,191 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:01.7689101Z Testing //c10/test:util_base_tests; 85s processwrapper-sandbox 2025-12-04T09:04:01.7689863Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:01.7690636Z Compiling aten/src/ATen/native/Distance.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:01.7691517Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:01.7692108Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:01.7692931Z Compiling aten/src/ATen/native/Dropout.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:01.7694043Z Compiling aten/src/ATen/native/Embedding.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:01.7694917Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:02.1605792Z 2025-12-04T09:04:02.1606525Z  2025-12-04T09:04:02.1606874Z  2025-12-04T09:04:02.1607233Z  2025-12-04T09:04:02.1607592Z  2025-12-04T09:04:02.1610895Z  2025-12-04T09:04:02.1611503Z  2025-12-04T09:04:02.1612569Z  2025-12-04T09:04:02.1612916Z  2025-12-04T09:04:02.1613484Z [2,192 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:02.1614244Z Testing //c10/test:util_base_tests; 86s processwrapper-sandbox 2025-12-04T09:04:02.1614842Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:02.1615218Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:02.1615690Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:02.1616144Z Compiling aten/src/ATen/native/Dropout.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.1616777Z Compiling aten/src/ATen/native/Embedding.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.1617536Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.1618286Z Compiling aten/src/ATen/native/Fill.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:02.3610552Z 2025-12-04T09:04:02.3611456Z  2025-12-04T09:04:02.3612086Z  2025-12-04T09:04:02.3612567Z  2025-12-04T09:04:02.3612928Z  2025-12-04T09:04:02.3613452Z  2025-12-04T09:04:02.3613783Z  2025-12-04T09:04:02.3614223Z  2025-12-04T09:04:02.3614547Z  2025-12-04T09:04:02.3615454Z [2,193 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:02.3616642Z Testing //c10/test:util_base_tests; 86s processwrapper-sandbox 2025-12-04T09:04:02.3617657Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:02.3618267Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:02.3619037Z Compiling aten/src/ATen/native/Dropout.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.3620298Z Compiling aten/src/ATen/native/Embedding.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.3621620Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.3622465Z Compiling aten/src/ATen/native/Fill.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.3623312Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:02.7618267Z 2025-12-04T09:04:02.7618961Z  2025-12-04T09:04:02.7619307Z  2025-12-04T09:04:02.7619639Z  2025-12-04T09:04:02.7619936Z  2025-12-04T09:04:02.7620252Z  2025-12-04T09:04:02.7620527Z  2025-12-04T09:04:02.7620786Z  2025-12-04T09:04:02.7621000Z  2025-12-04T09:04:02.7621591Z [2,194 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:02.7622403Z Testing //c10/test:util_base_tests; 86s processwrapper-sandbox 2025-12-04T09:04:02.7623051Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:02.7623545Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:02.7670088Z Compiling aten/src/ATen/native/Embedding.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:02.7671492Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:02.7672606Z Compiling aten/src/ATen/native/Fill.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:02.7673466Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:02.7674074Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:02.9620483Z 2025-12-04T09:04:02.9621458Z  2025-12-04T09:04:02.9621903Z  2025-12-04T09:04:02.9622287Z  2025-12-04T09:04:02.9622642Z  2025-12-04T09:04:02.9623024Z  2025-12-04T09:04:02.9623390Z  2025-12-04T09:04:02.9623765Z  2025-12-04T09:04:02.9624128Z  2025-12-04T09:04:02.9624984Z [2,195 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:02.9626084Z Testing //c10/test:util_base_tests; 86s processwrapper-sandbox 2025-12-04T09:04:02.9626871Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:02.9627774Z Compiling aten/src/ATen/native/Embedding.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:02.9630694Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:02.9633106Z Compiling aten/src/ATen/native/Fill.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:02.9633966Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:02.9634559Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:02.9635176Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:03.2131024Z 2025-12-04T09:04:03.2131836Z  2025-12-04T09:04:03.2132228Z  2025-12-04T09:04:03.2132488Z  2025-12-04T09:04:03.2132797Z  2025-12-04T09:04:03.2133002Z  2025-12-04T09:04:03.2133375Z  2025-12-04T09:04:03.2133595Z  2025-12-04T09:04:03.2133921Z  2025-12-04T09:04:03.2134585Z [2,198 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:03.2135440Z Testing //c10/test:util_base_tests; 87s processwrapper-sandbox 2025-12-04T09:04:03.2136299Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:03.2137089Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.2137673Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.2138190Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.2138724Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:03.2139544Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:03.2140360Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:03.4500468Z 2025-12-04T09:04:03.4501412Z  2025-12-04T09:04:03.4501846Z  2025-12-04T09:04:03.4502222Z  2025-12-04T09:04:03.4502572Z  2025-12-04T09:04:03.4502936Z  2025-12-04T09:04:03.4503290Z  2025-12-04T09:04:03.4503658Z  2025-12-04T09:04:03.4504022Z  2025-12-04T09:04:03.4504883Z [2,200 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:03.4505966Z Testing //c10/test:util_base_tests; 87s processwrapper-sandbox 2025-12-04T09:04:03.4506702Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.4507298Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.4507849Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.4508697Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:03.4509791Z Compiling aten/src/ATen/native/FusedAdam.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:03.4510854Z Compiling aten/src/ATen/native/FusedSGD.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:03.4511702Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:03.7630460Z 2025-12-04T09:04:03.7631176Z  2025-12-04T09:04:03.7631627Z  2025-12-04T09:04:03.7632012Z  2025-12-04T09:04:03.7632344Z  2025-12-04T09:04:03.7632697Z  2025-12-04T09:04:03.7633019Z  2025-12-04T09:04:03.7633626Z  2025-12-04T09:04:03.7633962Z  2025-12-04T09:04:03.7634838Z [2,201 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:03.7635853Z Testing //c10/test:util_base_tests; 87s processwrapper-sandbox 2025-12-04T09:04:03.7636588Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.7637119Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:03.7637941Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:03.7639041Z Compiling aten/src/ATen/native/FusedAdam.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:03.7640049Z Compiling aten/src/ATen/native/FusedSGD.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:03.7640838Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:03.7641380Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:04:03.9630506Z 2025-12-04T09:04:03.9631118Z  2025-12-04T09:04:03.9631538Z  2025-12-04T09:04:03.9631990Z  2025-12-04T09:04:03.9632215Z  2025-12-04T09:04:03.9632414Z  2025-12-04T09:04:03.9632627Z  2025-12-04T09:04:04.0288106Z  2025-12-04T09:04:04.0289131Z  2025-12-04T09:04:04.0290115Z [2,202 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:04.0291130Z Testing //c10/test:util_base_tests; 87s processwrapper-sandbox 2025-12-04T09:04:04.0292194Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:04.0293018Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:04.0294414Z Compiling aten/src/ATen/native/FusedAdam.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:04.0295474Z Compiling aten/src/ATen/native/FusedSGD.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:04.0296295Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:04.0297115Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:04:04.0297662Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:04.3088360Z 2025-12-04T09:04:04.3089121Z  2025-12-04T09:04:04.3089509Z  2025-12-04T09:04:04.3089835Z  2025-12-04T09:04:04.3090177Z  2025-12-04T09:04:04.3090507Z  2025-12-04T09:04:04.3090830Z  2025-12-04T09:04:04.3091169Z  2025-12-04T09:04:04.3091511Z  2025-12-04T09:04:04.3092404Z [2,203 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:04.3093365Z Testing //c10/test:util_base_tests; 88s processwrapper-sandbox 2025-12-04T09:04:04.3094090Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:04.3094899Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:04.3095936Z Compiling aten/src/ATen/native/FusedSGD.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:04.3096782Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:04.3097233Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:04.3097951Z Compiling aten/src/ATen/native/GridSampler.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:04.3098675Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:04.5635473Z 2025-12-04T09:04:04.5636028Z  2025-12-04T09:04:04.5636295Z  2025-12-04T09:04:04.5636511Z  2025-12-04T09:04:04.5636709Z  2025-12-04T09:04:04.5636920Z  2025-12-04T09:04:04.5637116Z  2025-12-04T09:04:04.5637327Z  2025-12-04T09:04:04.5637537Z  2025-12-04T09:04:04.5638036Z [2,203 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:04.5638627Z Testing //c10/test:util_base_tests; 88s processwrapper-sandbox 2025-12-04T09:04:04.5639042Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:04.5639529Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:04.5640141Z Compiling aten/src/ATen/native/FusedSGD.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:04.6184001Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:04.6184460Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:04.6185109Z Compiling aten/src/ATen/native/GridSampler.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:04.6185799Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:05.0635417Z 2025-12-04T09:04:05.0636154Z  2025-12-04T09:04:05.0636566Z  2025-12-04T09:04:05.0636924Z  2025-12-04T09:04:05.0637264Z  2025-12-04T09:04:05.0637624Z  2025-12-04T09:04:05.0637958Z  2025-12-04T09:04:05.0638313Z  2025-12-04T09:04:05.0638642Z  2025-12-04T09:04:05.0639548Z [2,204 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:05.0640577Z Testing //c10/test:util_base_tests; 89s processwrapper-sandbox 2025-12-04T09:04:05.0641248Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:05.0642063Z Compiling aten/src/ATen/native/FusedAdagrad.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:05.0642912Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:05.0643533Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:05.0644621Z Compiling aten/src/ATen/native/GridSampler.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.0645778Z Compiling aten/src/ATen/native/Histogram.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.0646791Z Compiling aten/src/ATen/native/Im2Col.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:05.4195962Z 2025-12-04T09:04:05.4196652Z  2025-12-04T09:04:05.4197080Z  2025-12-04T09:04:05.4197464Z  2025-12-04T09:04:05.4197828Z  2025-12-04T09:04:05.4198188Z  2025-12-04T09:04:05.4198552Z  2025-12-04T09:04:05.4198925Z  2025-12-04T09:04:05.4199278Z  2025-12-04T09:04:05.4200209Z [2,207 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:05.4201327Z Testing //c10/test:util_base_tests; 89s processwrapper-sandbox 2025-12-04T09:04:05.4202130Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:05.4203037Z Compiling aten/src/ATen/native/GridSampler.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.4204309Z Compiling aten/src/ATen/native/Histogram.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.4205464Z Compiling aten/src/ATen/native/Im2Col.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.4206309Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.4206911Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.4207523Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:05.7642065Z 2025-12-04T09:04:05.7642730Z  2025-12-04T09:04:05.7643082Z  2025-12-04T09:04:05.7643363Z  2025-12-04T09:04:05.7643768Z  2025-12-04T09:04:05.7644041Z  2025-12-04T09:04:05.7644326Z  2025-12-04T09:04:05.7644597Z  2025-12-04T09:04:05.7644884Z  2025-12-04T09:04:05.7645603Z [2,208 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:05.7646421Z Testing //c10/test:util_base_tests; 89s processwrapper-sandbox 2025-12-04T09:04:05.7647023Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:05.7647665Z Compiling aten/src/ATen/native/Histogram.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.7648485Z Compiling aten/src/ATen/native/Im2Col.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.7649105Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.7649573Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.7650205Z Compiling aten/src/ATen/native/Integration.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.7650882Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:05.9656957Z 2025-12-04T09:04:05.9658019Z  2025-12-04T09:04:05.9658355Z  2025-12-04T09:04:05.9658817Z  2025-12-04T09:04:05.9659068Z  2025-12-04T09:04:05.9659284Z  2025-12-04T09:04:05.9659721Z  2025-12-04T09:04:05.9660071Z  2025-12-04T09:04:05.9661411Z  2025-12-04T09:04:05.9662328Z [2,210 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:05.9663094Z Testing //c10/test:util_base_tests; 89s processwrapper-sandbox 2025-12-04T09:04:05.9663986Z Compiling aten/src/ATen/native/Im2Col.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.9664525Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.9665045Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.9665605Z Compiling aten/src/ATen/native/Integration.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.9666456Z Compiling aten/src/ATen/native/Itertools.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:05.9667023Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:05.9667896Z Compiling aten/src/ATen/native/Lerp.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:06.2198678Z 2025-12-04T09:04:06.2199364Z  2025-12-04T09:04:06.2199663Z  2025-12-04T09:04:06.2199868Z  2025-12-04T09:04:06.2200106Z  2025-12-04T09:04:06.2200303Z  2025-12-04T09:04:06.2200509Z  2025-12-04T09:04:06.2200703Z  2025-12-04T09:04:06.3366432Z  2025-12-04T09:04:06.3367980Z [2,210 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:06.3377670Z Testing //c10/test:util_base_tests; 90s processwrapper-sandbox 2025-12-04T09:04:06.3378558Z Compiling aten/src/ATen/native/Im2Col.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:06.3379018Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:06.3379351Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:06.3379810Z Compiling aten/src/ATen/native/Integration.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:06.3380431Z Compiling aten/src/ATen/native/Itertools.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:06.3380908Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:06.3381348Z Compiling aten/src/ATen/native/Lerp.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:06.5640152Z 2025-12-04T09:04:06.5640922Z  2025-12-04T09:04:06.5641192Z  2025-12-04T09:04:06.5641477Z  2025-12-04T09:04:06.5641822Z  2025-12-04T09:04:06.5642123Z  2025-12-04T09:04:06.5642420Z  2025-12-04T09:04:06.5642690Z  2025-12-04T09:04:06.5643018Z  2025-12-04T09:04:06.5643846Z [2,211 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:06.5644739Z Testing //c10/test:util_base_tests; 90s processwrapper-sandbox 2025-12-04T09:04:06.5645331Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:06.5645805Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:06.5646458Z Compiling aten/src/ATen/native/Integration.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:06.5647322Z Compiling aten/src/ATen/native/Itertools.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:06.5648013Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:06.5648599Z Compiling aten/src/ATen/native/Lerp.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:06.5649482Z Compiling aten/src/ATen/native/Linear.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:06.9374583Z 2025-12-04T09:04:06.9375307Z  2025-12-04T09:04:06.9375748Z  2025-12-04T09:04:06.9376132Z  2025-12-04T09:04:06.9376497Z  2025-12-04T09:04:06.9376876Z  2025-12-04T09:04:06.9377245Z  2025-12-04T09:04:06.9377621Z  2025-12-04T09:04:06.9377976Z  2025-12-04T09:04:06.9378862Z [2,212 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:06.9380544Z Testing //c10/test:util_base_tests; 90s processwrapper-sandbox 2025-12-04T09:04:06.9381305Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:06.9382141Z Compiling aten/src/ATen/native/Integration.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:06.9383366Z Compiling aten/src/ATen/native/Itertools.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:06.9385290Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:06.9385880Z Compiling aten/src/ATen/native/Lerp.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:07.1411752Z Compiling aten/src/ATen/native/Linear.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.1412679Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:07.1413104Z 2025-12-04T09:04:07.1413462Z  2025-12-04T09:04:07.1413840Z  2025-12-04T09:04:07.1414183Z  2025-12-04T09:04:07.1414549Z  2025-12-04T09:04:07.1414904Z  2025-12-04T09:04:07.1415267Z  2025-12-04T09:04:07.1415616Z  2025-12-04T09:04:07.1415972Z  2025-12-04T09:04:07.1416827Z [2,215 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:07.1417879Z Testing //c10/test:util_base_tests; 91s processwrapper-sandbox 2025-12-04T09:04:07.1418577Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:07.1419360Z Compiling aten/src/ATen/native/Lerp.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:07.1420414Z Compiling aten/src/ATen/native/Linear.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.1421482Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:07.1422366Z Compiling aten/src/ATen/native/Loss.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.1423383Z Compiling aten/src/ATen/native/LossCTC.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:07.1424237Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:07.5377753Z 2025-12-04T09:04:07.5378417Z  2025-12-04T09:04:07.5378683Z  2025-12-04T09:04:07.5378900Z  2025-12-04T09:04:07.5379101Z  2025-12-04T09:04:07.5379311Z  2025-12-04T09:04:07.5379519Z  2025-12-04T09:04:07.5379715Z  2025-12-04T09:04:07.5379923Z  2025-12-04T09:04:07.5380419Z [2,216 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:07.5381006Z Testing //c10/test:util_base_tests; 91s processwrapper-sandbox 2025-12-04T09:04:07.5381438Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:07.5381896Z Compiling aten/src/ATen/native/Linear.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:07.5382353Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:07.5382790Z Compiling aten/src/ATen/native/Loss.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.5383365Z Compiling aten/src/ATen/native/LossCTC.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.5383819Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:07.5384213Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:07.8442560Z 2025-12-04T09:04:07.8443277Z  2025-12-04T09:04:07.8443860Z  2025-12-04T09:04:07.8444166Z  2025-12-04T09:04:07.8444648Z  2025-12-04T09:04:07.8444865Z  2025-12-04T09:04:07.8445201Z  2025-12-04T09:04:07.8445506Z  2025-12-04T09:04:07.8445884Z  2025-12-04T09:04:07.8446535Z [2,217 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:07.8447201Z Testing //c10/test:util_base_tests; 91s processwrapper-sandbox 2025-12-04T09:04:07.8447742Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:07.8448226Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:07.8448697Z Compiling aten/src/ATen/native/Loss.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.8449410Z Compiling aten/src/ATen/native/LossCTC.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:07.8450055Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:07.8450383Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:07.8450755Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:04:08.1395200Z 2025-12-04T09:04:08.1396028Z  2025-12-04T09:04:08.1396301Z  2025-12-04T09:04:08.1396504Z  2025-12-04T09:04:08.1396712Z  2025-12-04T09:04:08.1396911Z  2025-12-04T09:04:08.1397118Z  2025-12-04T09:04:08.1397314Z  2025-12-04T09:04:08.1397528Z  2025-12-04T09:04:08.1481442Z [2,217 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:08.1482586Z Testing //c10/test:util_base_tests; 92s processwrapper-sandbox 2025-12-04T09:04:08.1483467Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:08.1484064Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:08.1484892Z Compiling aten/src/ATen/native/Loss.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:08.1485972Z Compiling aten/src/ATen/native/LossCTC.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:08.1487132Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:08.1487717Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:08.1488335Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:08.3490432Z 2025-12-04T09:04:08.3491064Z  2025-12-04T09:04:08.3491496Z  2025-12-04T09:04:08.3491853Z  2025-12-04T09:04:08.3492204Z  2025-12-04T09:04:08.3492573Z  2025-12-04T09:04:08.3492944Z  2025-12-04T09:04:08.3493294Z  2025-12-04T09:04:08.3493634Z  2025-12-04T09:04:08.3494748Z [2,218 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:08.3495893Z Testing //c10/test:util_base_tests; 92s processwrapper-sandbox 2025-12-04T09:04:08.3496632Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:08.3497401Z Compiling aten/src/ATen/native/Loss.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:08.3498423Z Compiling aten/src/ATen/native/LossCTC.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:08.3499238Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:08.3499793Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:08.3500369Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:08.3501182Z Compiling aten/src/ATen/native/LossNLL.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:08.6010906Z 2025-12-04T09:04:08.6011719Z  2025-12-04T09:04:08.6012156Z  2025-12-04T09:04:08.6012537Z  2025-12-04T09:04:08.6013072Z  2025-12-04T09:04:08.6013418Z  2025-12-04T09:04:08.6013891Z  2025-12-04T09:04:08.6014375Z  2025-12-04T09:04:08.6014828Z  2025-12-04T09:04:08.6015820Z [2,221 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:08.6016973Z Testing //c10/test:util_base_tests; 92s processwrapper-sandbox 2025-12-04T09:04:08.6017803Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:08.6018473Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:08.6019114Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:08.6019996Z Compiling aten/src/ATen/native/LossNLL.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:08.6021128Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:08.6022287Z Compiling aten/src/ATen/native/MaxPooling.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:08.6023265Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:08.9493757Z 2025-12-04T09:04:08.9494357Z  2025-12-04T09:04:08.9494614Z  2025-12-04T09:04:08.9494830Z  2025-12-04T09:04:08.9495054Z  2025-12-04T09:04:08.9495263Z  2025-12-04T09:04:08.9495476Z  2025-12-04T09:04:08.9495689Z  2025-12-04T09:04:08.9495886Z  2025-12-04T09:04:08.9496398Z [2,222 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:08.9496995Z Testing //c10/test:util_base_tests; 92s processwrapper-sandbox 2025-12-04T09:04:08.9497410Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:08.9497736Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:08.9498184Z Compiling aten/src/ATen/native/LossNLL.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:08.9498786Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:08.9499390Z Compiling aten/src/ATen/native/MaxPooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:08.9584946Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:08.9586091Z Compiling aten/src/ATen/native/Memory.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:09.1593172Z 2025-12-04T09:04:09.1594205Z  2025-12-04T09:04:09.1594548Z  2025-12-04T09:04:09.1594909Z  2025-12-04T09:04:09.1595205Z  2025-12-04T09:04:09.1595563Z  2025-12-04T09:04:09.1595907Z  2025-12-04T09:04:09.1596201Z  2025-12-04T09:04:09.1596467Z  2025-12-04T09:04:09.1597260Z [2,223 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:09.1598252Z Testing //c10/test:util_base_tests; 93s processwrapper-sandbox 2025-12-04T09:04:09.1598901Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:09.1599662Z Compiling aten/src/ATen/native/LossNLL.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:09.1600628Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.1601703Z Compiling aten/src/ATen/native/MaxPooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.1603560Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.1605193Z Compiling aten/src/ATen/native/Memory.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.1606524Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:09.9068782Z 2025-12-04T09:04:09.9069378Z  2025-12-04T09:04:09.9069650Z  2025-12-04T09:04:09.9069853Z  2025-12-04T09:04:09.9070066Z  2025-12-04T09:04:09.9070264Z  2025-12-04T09:04:09.9070473Z  2025-12-04T09:04:09.9074660Z  2025-12-04T09:04:09.9075055Z  2025-12-04T09:04:09.9075851Z [2,224 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:09.9076734Z Testing //c10/test:util_base_tests; 93s processwrapper-sandbox 2025-12-04T09:04:09.9077363Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:09.9078693Z Compiling aten/src/ATen/native/LossNLL.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:09.9079367Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:09.9080041Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.9080748Z Compiling aten/src/ATen/native/Memory.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.9081367Z Compiling aten/src/ATen/native/MetaTensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:09.9082078Z Compiling aten/src/ATen/native/NNPACK.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:10.1598820Z 2025-12-04T09:04:10.1599815Z  2025-12-04T09:04:10.1600083Z  2025-12-04T09:04:10.1600305Z  2025-12-04T09:04:10.1600503Z  2025-12-04T09:04:10.1600901Z  2025-12-04T09:04:10.1601105Z  2025-12-04T09:04:10.1601414Z  2025-12-04T09:04:10.1601612Z  2025-12-04T09:04:10.1602413Z [2,224 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:10.1603230Z Testing //c10/test:util_base_tests; 94s processwrapper-sandbox 2025-12-04T09:04:10.1603945Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:10.1604528Z Compiling aten/src/ATen/native/LossNLL.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:10.1605141Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.1606130Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.1607000Z Compiling aten/src/ATen/native/Memory.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.1607613Z Compiling aten/src/ATen/native/MetaTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.1608498Z Compiling aten/src/ATen/native/NNPACK.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:10.4322531Z 2025-12-04T09:04:10.4323159Z  2025-12-04T09:04:10.4323748Z  2025-12-04T09:04:10.4326019Z  2025-12-04T09:04:10.4326291Z  2025-12-04T09:04:10.4326621Z  2025-12-04T09:04:10.4327021Z  2025-12-04T09:04:10.4327247Z  2025-12-04T09:04:10.4327486Z  2025-12-04T09:04:10.4328018Z [2,226 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:10.4328605Z Testing //c10/test:util_base_tests; 94s processwrapper-sandbox 2025-12-04T09:04:10.4329035Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:10.4329542Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.4330176Z Compiling aten/src/ATen/native/Memory.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.4330850Z Compiling aten/src/ATen/native/MetaTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.4331496Z Compiling aten/src/ATen/native/NNPACK.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.4332015Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.4332337Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:10.6854105Z 2025-12-04T09:04:10.6855151Z  2025-12-04T09:04:10.6855581Z  2025-12-04T09:04:10.6856680Z  2025-12-04T09:04:10.6857063Z  2025-12-04T09:04:10.6857533Z  2025-12-04T09:04:10.6857872Z  2025-12-04T09:04:10.6858217Z  2025-12-04T09:04:10.6858545Z  2025-12-04T09:04:10.6859393Z [2,229 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:10.6860377Z Testing //c10/test:util_base_tests; 94s processwrapper-sandbox 2025-12-04T09:04:10.6861084Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:10.6861855Z Compiling aten/src/ATen/native/MetaTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:10.6862759Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.6863232Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.6863677Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.6864164Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.6864626Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:10.9604766Z 2025-12-04T09:04:10.9605347Z  2025-12-04T09:04:10.9605649Z  2025-12-04T09:04:10.9605866Z  2025-12-04T09:04:10.9606081Z  2025-12-04T09:04:10.9606280Z  2025-12-04T09:04:10.9606492Z  2025-12-04T09:04:10.9606691Z  2025-12-04T09:04:10.9606903Z  2025-12-04T09:04:10.9607413Z [2,231 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:10.9607994Z Testing //c10/test:util_base_tests; 94s processwrapper-sandbox 2025-12-04T09:04:10.9608422Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:10.9608743Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.9609073Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.9609383Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.9609857Z Compiling aten/src/ATen/native/NamedTensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:10.9610353Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:10.9610674Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:11.1903723Z 2025-12-04T09:04:11.1904709Z  2025-12-04T09:04:11.1905158Z  2025-12-04T09:04:11.1905506Z  2025-12-04T09:04:11.1905838Z  2025-12-04T09:04:11.1906179Z  2025-12-04T09:04:11.1906503Z  2025-12-04T09:04:11.1906838Z  2025-12-04T09:04:11.1907179Z  2025-12-04T09:04:11.1907929Z [2,232 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:11.1908807Z Testing //c10/test:util_base_tests; 95s processwrapper-sandbox 2025-12-04T09:04:11.1909521Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:11.1910076Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.1910616Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.1911434Z Compiling aten/src/ATen/native/NamedTensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:11.1912538Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.1913090Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.1913889Z Compiling aten/src/ATen/native/Onehot.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:11.5692906Z 2025-12-04T09:04:11.5693753Z  2025-12-04T09:04:11.5694053Z  2025-12-04T09:04:11.5694271Z  2025-12-04T09:04:11.5694471Z  2025-12-04T09:04:11.5694698Z  2025-12-04T09:04:11.5694893Z  2025-12-04T09:04:11.5695201Z  2025-12-04T09:04:11.5695516Z  2025-12-04T09:04:11.5696614Z [2,234 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:04:11.5697425Z Testing //c10/test:util_base_tests; 95s processwrapper-sandbox 2025-12-04T09:04:11.5698195Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:11.5699199Z Compiling aten/src/ATen/native/NamedTensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:11.5699836Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.5700388Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.5702908Z Compiling aten/src/ATen/native/Onehot.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:11.5704889Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:11.5705705Z Compiling aten/src/ATen/native/PadNd.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:11.9017519Z 2025-12-04T09:04:11.9018308Z  2025-12-04T09:04:11.9018756Z  2025-12-04T09:04:11.9019056Z  2025-12-04T09:04:11.9019324Z  2025-12-04T09:04:11.9019631Z  2025-12-04T09:04:11.9019946Z  2025-12-04T09:04:11.9020163Z  2025-12-04T09:04:11.9020478Z  2025-12-04T09:04:11.9021131Z [2,235 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:11.9021893Z Testing //c10/test:util_base_tests; 95s processwrapper-sandbox 2025-12-04T09:04:11.9022720Z Compiling aten/src/ATen/native/NamedTensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:11.9023242Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:11.9023674Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:11.9024357Z Compiling aten/src/ATen/native/Onehot.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:11.9025065Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:11.9025687Z Compiling aten/src/ATen/native/PadNd.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:11.9026310Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:12.1699139Z 2025-12-04T09:04:12.1699865Z  2025-12-04T09:04:12.1700357Z  2025-12-04T09:04:12.1700623Z  2025-12-04T09:04:12.1700844Z  2025-12-04T09:04:12.1701042Z  2025-12-04T09:04:12.1701264Z  2025-12-04T09:04:12.1701578Z  2025-12-04T09:04:12.1701914Z  2025-12-04T09:04:12.1702732Z [2,237 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:12.1703754Z Testing //c10/test:util_base_tests; 96s processwrapper-sandbox 2025-12-04T09:04:12.1704442Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:12.1705105Z Compiling aten/src/ATen/native/Onehot.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.1705588Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:12.1706021Z Compiling aten/src/ATen/native/PadNd.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:12.1706632Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:12.1707259Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:12.1707892Z Compiling aten/src/ATen/native/Pooling.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:12.5462664Z 2025-12-04T09:04:12.5463332Z  2025-12-04T09:04:12.5463764Z  2025-12-04T09:04:12.5464129Z  2025-12-04T09:04:12.5464498Z  2025-12-04T09:04:12.5464864Z  2025-12-04T09:04:12.5465239Z  2025-12-04T09:04:12.5465600Z  2025-12-04T09:04:12.5465969Z  2025-12-04T09:04:12.5467066Z [2,238 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:12.5468139Z Testing //c10/test:util_base_tests; 96s processwrapper-sandbox 2025-12-04T09:04:12.5469131Z Compiling aten/src/ATen/native/Onehot.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.5469966Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:12.5470918Z Compiling aten/src/ATen/native/PadNd.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.5471888Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:12.5472927Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:12.5473934Z Compiling aten/src/ATen/native/Pooling.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:12.5474855Z Compiling aten/src/ATen/native/Pow.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:12.7704277Z 2025-12-04T09:04:12.7705125Z  2025-12-04T09:04:12.7705595Z  2025-12-04T09:04:12.7705942Z  2025-12-04T09:04:12.7706298Z  2025-12-04T09:04:12.7706644Z  2025-12-04T09:04:12.7706995Z  2025-12-04T09:04:12.7707606Z  2025-12-04T09:04:12.7708089Z  2025-12-04T09:04:12.7708958Z [2,238 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:12.7710663Z Testing //c10/test:util_base_tests; 96s processwrapper-sandbox 2025-12-04T09:04:12.7712239Z Compiling aten/src/ATen/native/Onehot.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.7713445Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:12.7714471Z Compiling aten/src/ATen/native/PadNd.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.7715630Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.7716947Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.7718001Z Compiling aten/src/ATen/native/Pooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:12.7719054Z Compiling aten/src/ATen/native/Pow.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:13.3185306Z 2025-12-04T09:04:13.3186294Z  2025-12-04T09:04:13.3186759Z  2025-12-04T09:04:13.3187135Z  2025-12-04T09:04:13.3187485Z  2025-12-04T09:04:13.3187858Z  2025-12-04T09:04:13.3188215Z  2025-12-04T09:04:13.3188585Z  2025-12-04T09:04:13.3188946Z  2025-12-04T09:04:13.3189831Z [2,239 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:13.3190892Z Testing //c10/test:util_base_tests; 97s processwrapper-sandbox 2025-12-04T09:04:13.3191639Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:13.3192435Z Compiling aten/src/ATen/native/PadNd.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.3193521Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.3194698Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.3195828Z Compiling aten/src/ATen/native/Pooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.3196876Z Compiling aten/src/ATen/native/Pow.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.3197710Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:13.5241294Z 2025-12-04T09:04:13.5241984Z  2025-12-04T09:04:13.5242408Z  2025-12-04T09:04:13.5242742Z  2025-12-04T09:04:13.5243097Z  2025-12-04T09:04:13.5243512Z  2025-12-04T09:04:13.5243876Z  2025-12-04T09:04:13.5244211Z  2025-12-04T09:04:13.5244561Z  2025-12-04T09:04:13.5245402Z [2,243 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:13.5246425Z Testing //c10/test:util_base_tests; 97s processwrapper-sandbox 2025-12-04T09:04:13.5247446Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.5248764Z Compiling aten/src/ATen/native/Pooling.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.5249603Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:13.5250175Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:13.5250753Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:13.5251484Z Compiling aten/src/ATen/native/RNN.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:13.5252277Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:13.7710022Z 2025-12-04T09:04:13.7710618Z  2025-12-04T09:04:13.7710871Z  2025-12-04T09:04:13.7711092Z  2025-12-04T09:04:13.7711288Z  2025-12-04T09:04:13.7711498Z  2025-12-04T09:04:13.7711694Z  2025-12-04T09:04:13.7711905Z  2025-12-04T09:04:13.7712099Z  2025-12-04T09:04:13.7712604Z [2,243 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:13.7713189Z Testing //c10/test:util_base_tests; 97s processwrapper-sandbox 2025-12-04T09:04:13.7713946Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:13.8669827Z Compiling aten/src/ATen/native/Pooling.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:13.8672744Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:13.8673167Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:13.8673548Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:13.8674308Z Compiling aten/src/ATen/native/RNN.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:13.8674960Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:14.5663706Z 2025-12-04T09:04:14.5664421Z  2025-12-04T09:04:14.5664826Z  2025-12-04T09:04:14.5665185Z  2025-12-04T09:04:14.5665527Z  2025-12-04T09:04:14.5665867Z  2025-12-04T09:04:14.5666217Z  2025-12-04T09:04:14.5666547Z  2025-12-04T09:04:14.5666895Z  2025-12-04T09:04:14.5667743Z [2,244 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:14.5668796Z Testing //c10/test:util_base_tests; 98s processwrapper-sandbox 2025-12-04T09:04:14.5669667Z Compiling aten/src/ATen/native/Pooling.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:14.5670332Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:14.5670973Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:14.5671513Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:14.5672189Z Compiling aten/src/ATen/native/RNN.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:14.5672761Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:14.5673200Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:14.7820473Z 2025-12-04T09:04:14.7821178Z  2025-12-04T09:04:14.7821464Z  2025-12-04T09:04:14.7821671Z  2025-12-04T09:04:14.7821932Z  2025-12-04T09:04:14.7822224Z  2025-12-04T09:04:14.7822591Z  2025-12-04T09:04:14.7822989Z  2025-12-04T09:04:14.7823347Z  2025-12-04T09:04:14.7824154Z INFO: From Compiling aten/src/ATen/native/QuantizedLinear.cpp: 2025-12-04T09:04:14.7826615Z 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&)': 2025-12-04T09:04:14.7830862Z aten/src/ATen/native/QuantizedLinear.cpp:124:62: 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] 2025-12-04T09:04:14.7833684Z 124 | cpp_custom_type_hack::cast>(packed); 2025-12-04T09:04:14.7834525Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2025-12-04T09:04:14.7835360Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T09:04:14.7837412Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T09:04:14.7838163Z 76 | cast(const Tensor& packed) { 2025-12-04T09:04:14.7838694Z | ^~~~ 2025-12-04T09:04:14.7839795Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_quantized_matrix(const at::Tensor&)': 2025-12-04T09:04:14.7843456Z aten/src/ATen/native/QuantizedLinear.cpp:313:38: 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] 2025-12-04T09:04:14.7846569Z 313 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2025-12-04T09:04:14.7847439Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:04:14.7848268Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T09:04:14.7849197Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T09:04:14.7852210Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T09:04:14.7852883Z | ^~~~~~ 2025-12-04T09:04:14.7854820Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_gemm_matrix_fp16(const at::Tensor&)': 2025-12-04T09:04:14.7858535Z aten/src/ATen/native/QuantizedLinear.cpp:406:38: 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] 2025-12-04T09:04:14.7861528Z 406 | return cpp_custom_type_hack::create( 2025-12-04T09:04:14.7862125Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-12-04T09:04:14.7862791Z 407 | std::move(unique_ptr_wrapper), weight.options()); 2025-12-04T09:04:14.7863480Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:04:14.7864264Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T09:04:14.7865200Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T09:04:14.7866083Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T09:04:14.7866732Z | ^~~~~~ 2025-12-04T09:04:14.7868304Z 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 std::optional&, at::Tensor&)': 2025-12-04T09:04:14.7870990Z aten/src/ATen/native/QuantizedLinear.cpp:430:59: 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] 2025-12-04T09:04:14.7872774Z 429 | cpp_custom_type_hack::cast< 2025-12-04T09:04:14.7873385Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:04:14.7874208Z 430 | c10::intrusive_ptr>(packed_weight)) 2025-12-04T09:04:14.7875007Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2025-12-04T09:04:14.7875767Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:6: 2025-12-04T09:04:14.7876517Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T09:04:14.7877128Z 76 | cast(const Tensor& packed) { 2025-12-04T09:04:14.7877684Z | ^~~~ 2025-12-04T09:04:14.7878626Z [2,244 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:14.7879584Z Testing //c10/test:util_base_tests; 98s processwrapper-sandbox 2025-12-04T09:04:14.7880472Z Compiling aten/src/ATen/native/Pooling.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:14.7881211Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:14.7882798Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:14.7883500Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:14.7884403Z Compiling aten/src/ATen/native/RNN.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:14.7885344Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:14.7885899Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:15.0122681Z 2025-12-04T09:04:15.0123473Z  2025-12-04T09:04:15.0123923Z  2025-12-04T09:04:15.0124259Z  2025-12-04T09:04:15.0124610Z  2025-12-04T09:04:15.0124933Z  2025-12-04T09:04:15.0125280Z  2025-12-04T09:04:15.0125626Z  2025-12-04T09:04:15.0125962Z  2025-12-04T09:04:15.0126627Z [2,247 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:15.0127461Z Testing //c10/test:util_base_tests; 99s processwrapper-sandbox 2025-12-04T09:04:15.0128116Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:15.0128683Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:15.0129348Z Compiling aten/src/ATen/native/RNN.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:15.0131007Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.0132128Z Compiling aten/src/ATen/native/ReduceOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.0132830Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:15.0133555Z Compiling aten/src/ATen/native/Repeat.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:15.2672833Z 2025-12-04T09:04:15.2673579Z  2025-12-04T09:04:15.2674000Z  2025-12-04T09:04:15.2674376Z  2025-12-04T09:04:15.2674729Z  2025-12-04T09:04:15.2675091Z  2025-12-04T09:04:15.2675434Z  2025-12-04T09:04:15.2675789Z  2025-12-04T09:04:15.2676136Z  2025-12-04T09:04:15.2677006Z [2,248 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:15.2678064Z Testing //c10/test:util_base_tests; 99s processwrapper-sandbox 2025-12-04T09:04:15.2678823Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:15.2679634Z Compiling aten/src/ATen/native/RNN.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:15.2680721Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:15.2681853Z Compiling aten/src/ATen/native/ReduceOps.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:15.2682688Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:15.2683557Z Compiling aten/src/ATen/native/Repeat.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:15.2684384Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:15.5908505Z 2025-12-04T09:04:15.5909278Z  2025-12-04T09:04:15.5909704Z  2025-12-04T09:04:15.5910077Z  2025-12-04T09:04:15.5910449Z  2025-12-04T09:04:15.5910840Z  2025-12-04T09:04:15.5911221Z  2025-12-04T09:04:15.5911599Z  2025-12-04T09:04:15.5912001Z  2025-12-04T09:04:15.5912940Z [2,251 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:15.5914008Z Testing //c10/test:util_base_tests; 99s processwrapper-sandbox 2025-12-04T09:04:15.5915015Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:15.5915857Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:15.5916660Z Compiling aten/src/ATen/native/Repeat.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.5917484Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:15.5918293Z Compiling aten/src/ATen/native/Resize.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.5922459Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.5923833Z Compiling aten/src/ATen/native/Scalar.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:15.8182952Z 2025-12-04T09:04:15.8183907Z  2025-12-04T09:04:15.8184247Z  2025-12-04T09:04:15.8184743Z  2025-12-04T09:04:15.8185021Z  2025-12-04T09:04:15.8185315Z  2025-12-04T09:04:15.8185581Z  2025-12-04T09:04:15.8185873Z  2025-12-04T09:04:15.8186208Z  2025-12-04T09:04:15.8186924Z [2,252 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:15.8187713Z Testing //c10/test:util_base_tests; 99s processwrapper-sandbox 2025-12-04T09:04:15.8188413Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:15.8189177Z Compiling aten/src/ATen/native/Repeat.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.8189798Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:15.8190403Z Compiling aten/src/ATen/native/Resize.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.8191225Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.8192024Z Compiling aten/src/ATen/native/Scalar.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:15.8192650Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:16.0679582Z 2025-12-04T09:04:16.0680794Z  2025-12-04T09:04:16.0681550Z  2025-12-04T09:04:16.0681916Z  2025-12-04T09:04:16.0682388Z  2025-12-04T09:04:16.0682719Z  2025-12-04T09:04:16.0683071Z  2025-12-04T09:04:16.0683525Z  2025-12-04T09:04:16.0683890Z  2025-12-04T09:04:16.0684736Z [2,253 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:16.0685781Z Testing //c10/test:util_base_tests; 100s processwrapper-sandbox 2025-12-04T09:04:16.0686763Z Compiling aten/src/ATen/native/Repeat.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:16.0687569Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:16.0688363Z Compiling aten/src/ATen/native/Resize.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:16.0689448Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:16.0690575Z Compiling aten/src/ATen/native/Scalar.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:16.0691372Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:16.0691954Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:17.0386679Z 2025-12-04T09:04:17.0387739Z  2025-12-04T09:04:17.0388212Z  2025-12-04T09:04:17.0388568Z  2025-12-04T09:04:17.0388934Z  2025-12-04T09:04:17.0389274Z  2025-12-04T09:04:17.0389620Z  2025-12-04T09:04:17.0389964Z  2025-12-04T09:04:17.0390321Z  2025-12-04T09:04:17.0395069Z [2,254 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:17.0396323Z Testing //c10/test:util_base_tests; 101s processwrapper-sandbox 2025-12-04T09:04:17.0397308Z Compiling aten/src/ATen/native/Repeat.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:17.0398326Z Compiling aten/src/ATen/native/Resize.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:17.0399410Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:17.0400474Z Compiling aten/src/ATen/native/Scalar.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:17.0401273Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.0401838Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.0402420Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:17.2696615Z 2025-12-04T09:04:17.2699948Z  2025-12-04T09:04:17.2700385Z  2025-12-04T09:04:17.2700750Z  2025-12-04T09:04:17.2701084Z  2025-12-04T09:04:17.2701443Z  2025-12-04T09:04:17.2701783Z  2025-12-04T09:04:17.2702153Z  2025-12-04T09:04:17.2702503Z  2025-12-04T09:04:17.2703392Z [2,257 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:17.2704450Z Testing //c10/test:util_base_tests; 101s processwrapper-sandbox 2025-12-04T09:04:17.2705425Z Compiling aten/src/ATen/native/Repeat.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:17.2706476Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.2707061Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.2707640Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.2708442Z Compiling aten/src/ATen/native/SoftMax.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.2709261Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:17.2710095Z Compiling aten/src/ATen/native/Sorting.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:17.4696551Z 2025-12-04T09:04:17.4697330Z  2025-12-04T09:04:17.4697745Z  2025-12-04T09:04:17.4698110Z  2025-12-04T09:04:17.4698481Z  2025-12-04T09:04:17.4698847Z  2025-12-04T09:04:17.4699196Z  2025-12-04T09:04:17.4699551Z  2025-12-04T09:04:17.4699900Z  2025-12-04T09:04:17.4700783Z [2,258 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:17.4701845Z Testing //c10/test:util_base_tests; 101s processwrapper-sandbox 2025-12-04T09:04:17.4702878Z Compiling aten/src/ATen/native/Repeat.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:17.4704002Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.4704667Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.4705493Z Compiling aten/src/ATen/native/SoftMax.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.4706332Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:17.4707148Z Compiling aten/src/ATen/native/Sorting.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.4708005Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:17.7165828Z 2025-12-04T09:04:17.7167692Z  2025-12-04T09:04:17.7168191Z  2025-12-04T09:04:17.7168565Z  2025-12-04T09:04:17.7168943Z  2025-12-04T09:04:17.7169303Z  2025-12-04T09:04:17.7169693Z  2025-12-04T09:04:17.7170055Z  2025-12-04T09:04:17.7170430Z  2025-12-04T09:04:17.7171518Z [2,259 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:17.7172644Z Testing //c10/test:util_base_tests; 101s processwrapper-sandbox 2025-12-04T09:04:17.7173440Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.7174045Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.7174847Z Compiling aten/src/ATen/native/SoftMax.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.7175713Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:17.7176584Z Compiling aten/src/ATen/native/Sorting.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.7177402Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.7178014Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:17.9848388Z 2025-12-04T09:04:17.9861976Z  2025-12-04T09:04:17.9862539Z  2025-12-04T09:04:17.9862835Z  2025-12-04T09:04:17.9863120Z  2025-12-04T09:04:17.9863406Z  2025-12-04T09:04:17.9863677Z  2025-12-04T09:04:17.9863953Z  2025-12-04T09:04:17.9864258Z  2025-12-04T09:04:17.9865055Z [2,261 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:17.9865883Z Testing //c10/test:util_base_tests; 102s processwrapper-sandbox 2025-12-04T09:04:17.9866509Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:17.9866993Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:17.9867667Z Compiling aten/src/ATen/native/Sorting.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.9868326Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.9868772Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:17.9869443Z Compiling aten/src/ATen/native/SpectralOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:17.9870133Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:18.2705997Z 2025-12-04T09:04:18.2706571Z  2025-12-04T09:04:18.2706826Z  2025-12-04T09:04:18.2707049Z  2025-12-04T09:04:18.2707251Z  2025-12-04T09:04:18.2707965Z  2025-12-04T09:04:18.2708179Z  2025-12-04T09:04:18.2708378Z  2025-12-04T09:04:18.2708591Z  2025-12-04T09:04:18.2709115Z [2,261 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:18.2709723Z Testing //c10/test:util_base_tests; 102s processwrapper-sandbox 2025-12-04T09:04:18.2710148Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:18.2710479Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:18.2710921Z Compiling aten/src/ATen/native/Sorting.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:18.2711392Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:18.2711717Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:18.2712174Z Compiling aten/src/ATen/native/SpectralOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:18.2712669Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:18.4706093Z 2025-12-04T09:04:18.4706694Z  2025-12-04T09:04:18.4707118Z  2025-12-04T09:04:18.4707472Z  2025-12-04T09:04:18.4707823Z  2025-12-04T09:04:18.4708179Z  2025-12-04T09:04:18.4708443Z  2025-12-04T09:04:18.4711290Z  2025-12-04T09:04:18.4711793Z  2025-12-04T09:04:18.4713669Z [2,262 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:18.4714729Z Testing //c10/test:util_base_tests; 102s processwrapper-sandbox 2025-12-04T09:04:18.4715515Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:18.4716296Z Compiling aten/src/ATen/native/Sorting.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:18.4717155Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:18.4717768Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:18.4718635Z Compiling aten/src/ATen/native/SpectralOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:18.4719829Z Compiling aten/src/ATen/native/SummaryOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:18.4720732Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:18.6713082Z 2025-12-04T09:04:18.6713968Z  2025-12-04T09:04:18.6714411Z  2025-12-04T09:04:18.6714818Z  2025-12-04T09:04:18.6715166Z  2025-12-04T09:04:18.6715543Z  2025-12-04T09:04:18.6715900Z  2025-12-04T09:04:18.6716278Z  2025-12-04T09:04:18.6716646Z  2025-12-04T09:04:18.6717525Z [2,264 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:18.6718598Z Testing //c10/test:util_base_tests; 102s processwrapper-sandbox 2025-12-04T09:04:18.6719381Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:18.6719932Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:18.6720765Z Compiling aten/src/ATen/native/SpectralOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:18.6721953Z Compiling aten/src/ATen/native/SummaryOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:18.6722859Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:18.6723518Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:18.6724128Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:19.0227111Z 2025-12-04T09:04:19.0227928Z  2025-12-04T09:04:19.0228369Z  2025-12-04T09:04:19.0228735Z  2025-12-04T09:04:19.0229103Z  2025-12-04T09:04:19.0229449Z  2025-12-04T09:04:19.0229806Z  2025-12-04T09:04:19.0230142Z  2025-12-04T09:04:19.0230503Z  2025-12-04T09:04:19.0231333Z [2,267 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:19.0232359Z Testing //c10/test:util_base_tests; 103s processwrapper-sandbox 2025-12-04T09:04:19.0233100Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:19.0233659Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.0234199Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.0234757Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.0235313Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.0236053Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.0236625Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:19.2720557Z 2025-12-04T09:04:19.2721581Z  2025-12-04T09:04:19.2722033Z  2025-12-04T09:04:19.2722401Z  2025-12-04T09:04:19.2722748Z  2025-12-04T09:04:19.2723117Z  2025-12-04T09:04:19.2723550Z  2025-12-04T09:04:19.2723908Z  2025-12-04T09:04:19.2724260Z  2025-12-04T09:04:19.2725128Z [2,267 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:19.2726165Z Testing //c10/test:util_base_tests; 103s processwrapper-sandbox 2025-12-04T09:04:19.2726903Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:19.2727469Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.2728015Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.2728576Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.2729113Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.2729687Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.2730546Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:19.6194684Z 2025-12-04T09:04:19.6195667Z  2025-12-04T09:04:19.6196085Z  2025-12-04T09:04:19.6196458Z  2025-12-04T09:04:19.6196813Z  2025-12-04T09:04:19.6197172Z  2025-12-04T09:04:19.6197525Z  2025-12-04T09:04:19.6197892Z  2025-12-04T09:04:19.6198234Z  2025-12-04T09:04:19.6199118Z [2,268 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:19.6200151Z Testing //c10/test:util_base_tests; 103s processwrapper-sandbox 2025-12-04T09:04:19.6200894Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:19.6201473Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.6202029Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.6202600Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.6203166Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.6203806Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:19.6204371Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:19.8366977Z 2025-12-04T09:04:19.8367722Z  2025-12-04T09:04:19.8368144Z  2025-12-04T09:04:19.8368484Z  2025-12-04T09:04:19.8368836Z  2025-12-04T09:04:19.8369161Z  2025-12-04T09:04:19.8369500Z  2025-12-04T09:04:19.8369830Z  2025-12-04T09:04:19.8370178Z  2025-12-04T09:04:19.8371185Z [2,269 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:19.8372214Z Testing //c10/test:util_base_tests; 103s processwrapper-sandbox 2025-12-04T09:04:19.8372949Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:19.8373531Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.8374093Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.8374636Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.8375214Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:19.8376023Z Compiling aten/src/ATen/native/TensorShape.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:19.8376900Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:20.0727601Z 2025-12-04T09:04:20.0728909Z  2025-12-04T09:04:20.0729288Z  2025-12-04T09:04:20.0729517Z  2025-12-04T09:04:20.0729732Z  2025-12-04T09:04:20.0730065Z  2025-12-04T09:04:20.0730400Z  2025-12-04T09:04:20.0730755Z  2025-12-04T09:04:20.0731120Z  2025-12-04T09:04:20.0732002Z [2,270 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:20.0733045Z Testing //c10/test:util_base_tests; 104s processwrapper-sandbox 2025-12-04T09:04:20.0733514Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:20.0734057Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.0734586Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.0736027Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.0736905Z Compiling aten/src/ATen/native/TensorShape.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:20.0737760Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.0738274Z Compiling aten/src/ATen/native/TestOps.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:20.3647716Z 2025-12-04T09:04:20.3648380Z  2025-12-04T09:04:20.3648788Z  2025-12-04T09:04:20.3649117Z  2025-12-04T09:04:20.3649459Z  2025-12-04T09:04:20.3649783Z  2025-12-04T09:04:20.3650130Z  2025-12-04T09:04:20.3650445Z  2025-12-04T09:04:20.3650641Z  2025-12-04T09:04:20.3651215Z [2,271 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:20.3651827Z Testing //c10/test:util_base_tests; 104s processwrapper-sandbox 2025-12-04T09:04:20.3652262Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:20.3652579Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.3652926Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.3653804Z Compiling aten/src/ATen/native/TensorShape.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:20.3654705Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.3655847Z Compiling aten/src/ATen/native/TestOps.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:20.3656671Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:20.6731766Z 2025-12-04T09:04:20.6732355Z  2025-12-04T09:04:20.6732622Z  2025-12-04T09:04:20.6732833Z  2025-12-04T09:04:20.6733046Z  2025-12-04T09:04:20.6733865Z  2025-12-04T09:04:20.6734079Z  2025-12-04T09:04:20.6734290Z  2025-12-04T09:04:20.6734490Z  2025-12-04T09:04:20.6735045Z [2,272 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:20.6735632Z Testing //c10/test:util_base_tests; 104s processwrapper-sandbox 2025-12-04T09:04:20.6736089Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:20.6736412Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.6736751Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.6737284Z Compiling aten/src/ATen/native/TensorShape.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:20.6737903Z Compiling aten/src/ATen/native/TestOps.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:20.6738368Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.6738686Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:20.9018276Z 2025-12-04T09:04:20.9018916Z  2025-12-04T09:04:20.9019538Z  2025-12-04T09:04:20.9019800Z  2025-12-04T09:04:20.9020234Z  2025-12-04T09:04:20.9020459Z  2025-12-04T09:04:20.9020663Z  2025-12-04T09:04:20.9021087Z  2025-12-04T09:04:20.9021288Z  2025-12-04T09:04:20.9021967Z [2,274 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:20.9023030Z Testing //c10/test:util_base_tests; 104s processwrapper-sandbox 2025-12-04T09:04:20.9023633Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.9024261Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:20.9025077Z Compiling aten/src/ATen/native/TensorShape.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:20.9025584Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.9026137Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.9026499Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:20.9027045Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:21.1087384Z 2025-12-04T09:04:21.1087966Z  2025-12-04T09:04:21.1088245Z  2025-12-04T09:04:21.1088453Z  2025-12-04T09:04:21.1088685Z  2025-12-04T09:04:21.1088899Z  2025-12-04T09:04:21.1089096Z  2025-12-04T09:04:21.1089301Z  2025-12-04T09:04:21.1089495Z  2025-12-04T09:04:21.1089992Z [2,275 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:21.6451799Z Testing //c10/test:util_base_tests; 105s processwrapper-sandbox 2025-12-04T09:04:21.6452832Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:21.6453304Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:21.6453815Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:21.6454548Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:21.6455065Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:21.6455733Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:21.6456412Z Compiling aten/src/ATen/native/UnaryOps.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:21.6461136Z 2025-12-04T09:04:21.6461953Z  2025-12-04T09:04:21.6462373Z  2025-12-04T09:04:21.6462715Z  2025-12-04T09:04:21.6463051Z  2025-12-04T09:04:21.6463392Z  2025-12-04T09:04:21.6463745Z  2025-12-04T09:04:21.6464083Z  2025-12-04T09:04:21.6464438Z  2025-12-04T09:04:21.6465275Z [2,275 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:21.6466561Z Testing //c10/test:util_base_tests; 105s processwrapper-sandbox 2025-12-04T09:04:21.6467315Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:21.6467964Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:21.6468509Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:21.6469038Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:21.6469553Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:21.6470117Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:21.6471110Z Compiling aten/src/ATen/native/UnaryOps.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:22.0456006Z 2025-12-04T09:04:22.0456587Z  2025-12-04T09:04:22.0456848Z  2025-12-04T09:04:22.0457067Z  2025-12-04T09:04:22.0457267Z  2025-12-04T09:04:22.0457486Z  2025-12-04T09:04:22.0457687Z  2025-12-04T09:04:22.0457900Z  2025-12-04T09:04:22.0458118Z  2025-12-04T09:04:22.0458625Z [2,276 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:22.0459233Z Testing //c10/test:util_base_tests; 106s processwrapper-sandbox 2025-12-04T09:04:22.0459665Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:22.0459993Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:22.0460302Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:22.0460621Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:22.0460927Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:22.0461386Z Compiling aten/src/ATen/native/UnaryOps.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:22.0461990Z Compiling aten/src/ATen/native/Unfold2d.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:22.5245788Z 2025-12-04T09:04:22.5246485Z  2025-12-04T09:04:22.5246920Z  2025-12-04T09:04:22.5247286Z  2025-12-04T09:04:22.5247657Z  2025-12-04T09:04:22.5248016Z  2025-12-04T09:04:22.5248409Z  2025-12-04T09:04:22.5248763Z  2025-12-04T09:04:22.5249138Z  2025-12-04T09:04:22.5250035Z [2,277 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:22.5251127Z Testing //c10/test:util_base_tests; 106s processwrapper-sandbox 2025-12-04T09:04:22.5251912Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:22.5252501Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:22.5253088Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:22.5253653Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:22.5254508Z Compiling aten/src/ATen/native/UnaryOps.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:22.5255622Z Compiling aten/src/ATen/native/Unfold2d.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:22.5256773Z Compiling aten/src/ATen/native/Unfold3d.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:22.8941643Z 2025-12-04T09:04:22.8942428Z  2025-12-04T09:04:22.8944464Z  2025-12-04T09:04:22.8944839Z  2025-12-04T09:04:22.8945226Z  2025-12-04T09:04:22.8945591Z  2025-12-04T09:04:22.8945970Z  2025-12-04T09:04:22.8946365Z  2025-12-04T09:04:22.8946750Z  2025-12-04T09:04:22.8947648Z [2,281 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:22.8948754Z Testing //c10/test:util_base_tests; 106s processwrapper-sandbox 2025-12-04T09:04:22.8949578Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:22.8950183Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:22.8951036Z Compiling aten/src/ATen/native/Unfold3d.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:22.8951889Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:22.8952702Z Compiling aten/src/ATen/native/Unique.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:22.8953777Z Compiling aten/src/ATen/native/UpSample.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:22.8954651Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:23.0983208Z 2025-12-04T09:04:23.0983799Z  2025-12-04T09:04:23.0984070Z  2025-12-04T09:04:23.2685800Z  2025-12-04T09:04:23.2686447Z  2025-12-04T09:04:23.2697123Z  2025-12-04T09:04:23.2697465Z  2025-12-04T09:04:23.2697792Z  2025-12-04T09:04:23.2698153Z  2025-12-04T09:04:23.2699036Z [2,281 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:23.2700095Z Testing //c10/test:util_base_tests; 107s processwrapper-sandbox 2025-12-04T09:04:23.2701186Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:23.2702002Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:23.2703080Z Compiling aten/src/ATen/native/Unfold3d.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:23.2704154Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:23.2705403Z Compiling aten/src/ATen/native/Unique.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:23.2706714Z Compiling aten/src/ATen/native/UpSample.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:23.2707794Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:23.3227610Z 2025-12-04T09:04:23.3228373Z  2025-12-04T09:04:23.3228797Z  2025-12-04T09:04:23.3229158Z  2025-12-04T09:04:23.3229506Z  2025-12-04T09:04:23.3229859Z  2025-12-04T09:04:23.3230215Z  2025-12-04T09:04:23.3230576Z  2025-12-04T09:04:23.3230926Z  2025-12-04T09:04:23.3231779Z [2,282 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:23.3232793Z Testing //c10/test:util_base_tests; 107s processwrapper-sandbox 2025-12-04T09:04:23.3233519Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:23.3234319Z Compiling aten/src/ATen/native/Unfold3d.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:23.3235126Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:23.3235908Z Compiling aten/src/ATen/native/Unique.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:23.3236951Z Compiling aten/src/ATen/native/UpSample.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:23.3237787Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:23.3238364Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:23.5566514Z 2025-12-04T09:04:23.5567251Z  2025-12-04T09:04:23.5567867Z  2025-12-04T09:04:23.5568251Z  2025-12-04T09:04:23.5568657Z  2025-12-04T09:04:23.5569098Z  2025-12-04T09:04:23.5569472Z  2025-12-04T09:04:23.5569810Z  2025-12-04T09:04:23.5570179Z  2025-12-04T09:04:23.5571232Z [2,283 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:23.5572104Z Testing //c10/test:util_base_tests; 107s processwrapper-sandbox 2025-12-04T09:04:23.5572731Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:23.5573189Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:23.5573860Z Compiling aten/src/ATen/native/Unique.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:23.6685131Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:23.6686222Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:23.6686635Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:23.6687755Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:23.8028753Z 2025-12-04T09:04:23.8029476Z  2025-12-04T09:04:23.8029965Z  2025-12-04T09:04:23.8030343Z  2025-12-04T09:04:23.8030579Z  2025-12-04T09:04:23.8030775Z  2025-12-04T09:04:23.8030986Z  2025-12-04T09:04:23.8031185Z  2025-12-04T09:04:23.8031394Z  2025-12-04T09:04:23.8031886Z [2,284 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:23.8032482Z Testing //c10/test:util_base_tests; 107s processwrapper-sandbox 2025-12-04T09:04:23.8032912Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:23.8033371Z Compiling aten/src/ATen/native/Unique.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:23.8034190Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:23.8034652Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:23.8035041Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:23.8035350Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:23.8035675Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:24.0186331Z 2025-12-04T09:04:24.0187061Z  2025-12-04T09:04:24.0187477Z  2025-12-04T09:04:24.0187834Z  2025-12-04T09:04:24.0188186Z  2025-12-04T09:04:24.0188541Z  2025-12-04T09:04:24.0188874Z  2025-12-04T09:04:24.0189218Z  2025-12-04T09:04:24.0189562Z  2025-12-04T09:04:24.0190452Z [2,285 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:24.0191458Z Testing //c10/test:util_base_tests; 108s processwrapper-sandbox 2025-12-04T09:04:24.0192461Z Compiling aten/src/ATen/native/Unique.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:24.0193505Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:24.0194313Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.0194868Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.0195415Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.0195974Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.0196521Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:24.3324618Z 2025-12-04T09:04:24.3325373Z  2025-12-04T09:04:24.3325812Z  2025-12-04T09:04:24.3326181Z  2025-12-04T09:04:24.3326559Z  2025-12-04T09:04:24.3326911Z  2025-12-04T09:04:24.3327265Z  2025-12-04T09:04:24.3327616Z  2025-12-04T09:04:24.3327984Z  2025-12-04T09:04:24.3328851Z [2,286 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:24.3329935Z Testing //c10/test:util_base_tests; 108s processwrapper-sandbox 2025-12-04T09:04:24.3330958Z Compiling aten/src/ATen/native/UpSample.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:24.3331834Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.3332408Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.3332970Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.3333529Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.3334087Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:24.3334673Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:24.6186883Z 2025-12-04T09:04:24.6187622Z  2025-12-04T09:04:24.6188017Z  2025-12-04T09:04:24.6188391Z  2025-12-04T09:04:24.6188741Z  2025-12-04T09:04:24.6189096Z  2025-12-04T09:04:24.6189426Z  2025-12-04T09:04:24.6189790Z  2025-12-04T09:04:24.6190132Z  2025-12-04T09:04:24.6191006Z [2,287 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:24.6192291Z Testing //c10/test:util_base_tests; 108s processwrapper-sandbox 2025-12-04T09:04:24.6192991Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.6193535Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.6194049Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.6194594Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.6195095Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.6195859Z Compiling aten/src/ATen/RegisterSparseCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:24.6196654Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:24.9378091Z 2025-12-04T09:04:24.9378832Z  2025-12-04T09:04:24.9379253Z  2025-12-04T09:04:24.9379606Z  2025-12-04T09:04:24.9379969Z  2025-12-04T09:04:24.9380331Z  2025-12-04T09:04:24.9380680Z  2025-12-04T09:04:24.9381039Z  2025-12-04T09:04:24.9381384Z  2025-12-04T09:04:24.9382287Z [2,288 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:24.9383634Z Testing //c10/test:util_base_tests; 108s processwrapper-sandbox 2025-12-04T09:04:24.9384504Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:24.9385052Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.9385619Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:24.9386167Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.9386996Z Compiling aten/src/ATen/RegisterSparseCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:24.9387825Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:24.9388380Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:25.1750045Z 2025-12-04T09:04:25.1750780Z  2025-12-04T09:04:25.1751234Z  2025-12-04T09:04:25.1751606Z  2025-12-04T09:04:25.1751977Z  2025-12-04T09:04:25.1752335Z  2025-12-04T09:04:25.1752717Z  2025-12-04T09:04:25.1753066Z  2025-12-04T09:04:25.1753441Z  2025-12-04T09:04:25.1754350Z [2,290 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:25.1755429Z Testing //c10/test:util_base_tests; 109s processwrapper-sandbox 2025-12-04T09:04:25.1756178Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:25.1756742Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.1757606Z Compiling aten/src/ATen/RegisterSparseCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:25.1758530Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.1759089Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.1759655Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:25.1760253Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:25.4190460Z 2025-12-04T09:04:25.4191518Z  2025-12-04T09:04:25.4191969Z  2025-12-04T09:04:25.4192329Z  2025-12-04T09:04:25.4192538Z  2025-12-04T09:04:25.4192748Z  2025-12-04T09:04:25.4193056Z  2025-12-04T09:04:25.4193330Z  2025-12-04T09:04:25.4193582Z  2025-12-04T09:04:25.4194318Z [2,290 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:25.4195226Z Testing //c10/test:util_base_tests; 109s processwrapper-sandbox 2025-12-04T09:04:25.4195854Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:25.4196306Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.4196994Z Compiling aten/src/ATen/RegisterSparseCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:25.4197680Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.4198146Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.4198679Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:25.4199157Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:25.7724881Z 2025-12-04T09:04:25.7725638Z  2025-12-04T09:04:25.7726085Z  2025-12-04T09:04:25.7726453Z  2025-12-04T09:04:25.7726823Z  2025-12-04T09:04:25.7727394Z  2025-12-04T09:04:25.7727780Z  2025-12-04T09:04:25.7728136Z  2025-12-04T09:04:25.7728503Z  2025-12-04T09:04:25.7729394Z [2,292 / 3,080] 2 / 26 tests; 15 actions, 14 running; last test: ...core_tests 2025-12-04T09:04:25.7730465Z Testing //c10/test:util_base_tests; 109s processwrapper-sandbox 2025-12-04T09:04:25.7731517Z Compiling aten/src/ATen/RegisterSparseCPU_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:25.7732412Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:25.7732997Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:25.7733574Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:25.7734174Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:25.7735028Z Compiling aten/src/ATen/native/WeightNorm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:25.7735926Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:26.0205708Z 2025-12-04T09:04:26.0206422Z  2025-12-04T09:04:26.0206887Z  2025-12-04T09:04:26.0207420Z  2025-12-04T09:04:26.0207722Z  2025-12-04T09:04:26.0208142Z  2025-12-04T09:04:26.0208950Z  2025-12-04T09:04:26.0209431Z  2025-12-04T09:04:26.0210041Z  2025-12-04T09:04:26.0210936Z [2,296 / 3,080] 2 / 26 tests; 15 actions running; last test: ...est:core_tests 2025-12-04T09:04:26.0212075Z Testing //c10/test:util_base_tests; 110s processwrapper-sandbox 2025-12-04T09:04:26.0212931Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:26.0213860Z Compiling aten/src/ATen/native/WeightNorm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.0214940Z Compiling aten/src/ATen/native/group_norm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.0216054Z Compiling aten/src/ATen/native/layer_norm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.0216936Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:26.0217496Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:26.0218358Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:26.4205688Z 2025-12-04T09:04:26.4206386Z  2025-12-04T09:04:26.4206895Z  2025-12-04T09:04:26.4207321Z  2025-12-04T09:04:26.4207702Z  2025-12-04T09:04:26.4208079Z  2025-12-04T09:04:26.4208457Z  2025-12-04T09:04:26.4208856Z  2025-12-04T09:04:26.4209252Z  2025-12-04T09:04:26.4210232Z [2,296 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:26.4211468Z Testing //c10/test:util_base_tests; 110s processwrapper-sandbox 2025-12-04T09:04:26.4212246Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:26.4213111Z Compiling aten/src/ATen/native/WeightNorm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.4214183Z Compiling aten/src/ATen/native/group_norm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.4215219Z Compiling aten/src/ATen/native/layer_norm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.4216072Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:26.4216617Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:26.4217422Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:04:26.6287947Z 2025-12-04T09:04:26.6288640Z  2025-12-04T09:04:26.6289069Z  2025-12-04T09:04:26.6289384Z  2025-12-04T09:04:26.6289695Z  2025-12-04T09:04:26.6290009Z  2025-12-04T09:04:26.6290368Z  2025-12-04T09:04:26.6290729Z  2025-12-04T09:04:26.6291074Z  2025-12-04T09:04:26.6292030Z [2,297 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:26.6293013Z Testing //c10/test:util_base_tests; 110s processwrapper-sandbox 2025-12-04T09:04:26.6293776Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:26.6294543Z Compiling aten/src/ATen/native/group_norm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.6296033Z Compiling aten/src/ATen/native/layer_norm.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:26.6296831Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:26.6297422Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:26.6298284Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:26.6299086Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:26.8291004Z 2025-12-04T09:04:26.8291649Z  2025-12-04T09:04:26.8291942Z  2025-12-04T09:04:26.8292179Z  2025-12-04T09:04:26.8292497Z  2025-12-04T09:04:26.8292795Z  2025-12-04T09:04:26.8293083Z  2025-12-04T09:04:26.8293341Z  2025-12-04T09:04:26.8293628Z  2025-12-04T09:04:26.8294374Z [2,298 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:26.8295071Z Testing //c10/test:util_base_tests; 110s processwrapper-sandbox 2025-12-04T09:04:26.8295598Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:26.8296171Z Compiling aten/src/ATen/native/group_norm.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:26.8298699Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:26.8299299Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:26.8301552Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:26.8302087Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:26.8302533Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:27.2268517Z 2025-12-04T09:04:27.2269220Z  2025-12-04T09:04:27.2269543Z  2025-12-04T09:04:27.2269858Z  2025-12-04T09:04:27.2270109Z  2025-12-04T09:04:27.2270308Z  2025-12-04T09:04:27.2270608Z  2025-12-04T09:04:27.2271118Z  2025-12-04T09:04:27.2271449Z  2025-12-04T09:04:27.2272115Z [2,300 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:27.2272911Z Testing //c10/test:util_base_tests; 111s processwrapper-sandbox 2025-12-04T09:04:27.2273380Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:27.2273704Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:27.2274275Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:27.2274992Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:27.2275443Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:27.2275922Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.2276427Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:27.4376966Z 2025-12-04T09:04:27.4377671Z  2025-12-04T09:04:27.4378101Z  2025-12-04T09:04:27.4378458Z  2025-12-04T09:04:27.4378813Z  2025-12-04T09:04:27.4379174Z  2025-12-04T09:04:27.4379522Z  2025-12-04T09:04:27.4379907Z  2025-12-04T09:04:27.4380278Z  2025-12-04T09:04:27.4381151Z [2,302 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:27.4382181Z Testing //c10/test:util_base_tests; 111s processwrapper-sandbox 2025-12-04T09:04:27.4383187Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:27.4384038Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:27.4384612Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:27.4385178Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.4385750Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.4386306Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.4386889Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:27.6302654Z 2025-12-04T09:04:27.6303425Z  2025-12-04T09:04:27.6303857Z  2025-12-04T09:04:27.6304226Z  2025-12-04T09:04:27.6304580Z  2025-12-04T09:04:27.6304945Z  2025-12-04T09:04:27.6305298Z  2025-12-04T09:04:27.6305664Z  2025-12-04T09:04:27.6306008Z  2025-12-04T09:04:27.6306907Z [2,303 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:27.6308144Z Testing //c10/test:util_base_tests; 111s processwrapper-sandbox 2025-12-04T09:04:27.6309130Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:27.6309985Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:27.6310533Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.6311105Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.6311659Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.6312215Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:27.6312784Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:28.0305626Z 2025-12-04T09:04:28.0306469Z  2025-12-04T09:04:28.0306727Z  2025-12-04T09:04:28.0306941Z  2025-12-04T09:04:28.0307139Z  2025-12-04T09:04:28.0307351Z  2025-12-04T09:04:28.0307548Z  2025-12-04T09:04:28.0307758Z  2025-12-04T09:04:28.0307954Z  2025-12-04T09:04:28.0308468Z [2,304 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:28.1156802Z Testing //c10/test:util_base_tests; 112s processwrapper-sandbox 2025-12-04T09:04:28.1159813Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:28.1160139Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:28.1160469Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:28.1160889Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:28.1161287Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:28.1161649Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:28.1162113Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:29.0616894Z 2025-12-04T09:04:29.0617660Z  2025-12-04T09:04:29.0618138Z  2025-12-04T09:04:29.0618486Z  2025-12-04T09:04:29.0618853Z  2025-12-04T09:04:29.0619237Z  2025-12-04T09:04:29.0619593Z  2025-12-04T09:04:29.0619945Z  2025-12-04T09:04:29.0620287Z  2025-12-04T09:04:29.0621240Z [2,305 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:29.0622216Z Testing //c10/test:util_base_tests; 113s processwrapper-sandbox 2025-12-04T09:04:29.0622999Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.0623569Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.0624147Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.0624691Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.0625229Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.0626119Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:29.0626980Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:29.3166736Z 2025-12-04T09:04:29.3167269Z  2025-12-04T09:04:29.3167572Z  2025-12-04T09:04:29.3167793Z  2025-12-04T09:04:29.3167995Z  2025-12-04T09:04:29.3168207Z  2025-12-04T09:04:29.3168408Z  2025-12-04T09:04:29.3168619Z  2025-12-04T09:04:29.3168829Z  2025-12-04T09:04:29.3169343Z [2,305 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:29.3169926Z Testing //c10/test:util_base_tests; 113s processwrapper-sandbox 2025-12-04T09:04:29.3170364Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.3170849Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.3171179Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.3171500Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.3171808Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.3172276Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:29.3172765Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:29.8655055Z 2025-12-04T09:04:29.8655746Z  2025-12-04T09:04:29.8656172Z  2025-12-04T09:04:29.8656515Z  2025-12-04T09:04:29.8656866Z  2025-12-04T09:04:29.8657215Z  2025-12-04T09:04:29.8657784Z  2025-12-04T09:04:29.8658140Z  2025-12-04T09:04:29.8658478Z  2025-12-04T09:04:29.8659333Z [2,306 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:29.8660324Z Testing //c10/test:util_base_tests; 113s processwrapper-sandbox 2025-12-04T09:04:29.8661074Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:29.8661621Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:29.8662172Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:29.8662705Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.8663480Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:29.8664314Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:29.8664791Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:04:30.0866553Z 2025-12-04T09:04:30.0867383Z  2025-12-04T09:04:30.0867863Z  2025-12-04T09:04:30.0868286Z  2025-12-04T09:04:30.0868609Z  2025-12-04T09:04:30.0869075Z  2025-12-04T09:04:30.0869456Z  2025-12-04T09:04:30.0869794Z  2025-12-04T09:04:30.0870115Z  2025-12-04T09:04:30.0871407Z [2,312 / 3,080] 2 / 26 tests; 15 actions, 14 running; last test: ...core_tests 2025-12-04T09:04:30.0872558Z Testing //c10/test:util_base_tests; 114s processwrapper-sandbox 2025-12-04T09:04:30.0873288Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.0874093Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:30.0874908Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.0875464Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:30.0876018Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.0876585Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.0877198Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:30.3021465Z 2025-12-04T09:04:30.3022209Z  2025-12-04T09:04:30.3022655Z  2025-12-04T09:04:30.3023041Z  2025-12-04T09:04:30.3023408Z  2025-12-04T09:04:30.3023633Z  2025-12-04T09:04:30.3023903Z  2025-12-04T09:04:30.3024253Z  2025-12-04T09:04:30.3024453Z  2025-12-04T09:04:30.3025040Z [2,313 / 3,080] 2 / 26 tests; 16 actions, 15 running; last test: ...core_tests 2025-12-04T09:04:30.3025677Z Testing //c10/test:util_base_tests; 114s processwrapper-sandbox 2025-12-04T09:04:30.3026180Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.3026695Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:30.3027245Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:30.3027652Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.3028161Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.3028552Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.3029022Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:30.5475976Z 2025-12-04T09:04:30.5476827Z  2025-12-04T09:04:30.5477115Z  2025-12-04T09:04:30.5477317Z  2025-12-04T09:04:30.5477528Z  2025-12-04T09:04:30.5477736Z  2025-12-04T09:04:30.5477947Z  2025-12-04T09:04:30.5478166Z  2025-12-04T09:04:30.5478360Z  2025-12-04T09:04:30.5478865Z [2,313 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:30.5479452Z Testing //c10/test:util_base_tests; 114s processwrapper-sandbox 2025-12-04T09:04:30.5479885Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.5480348Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:30.5480834Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:30.5481167Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.5481481Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.5481803Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:30.5482137Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:30.7490580Z 2025-12-04T09:04:30.7491238Z  2025-12-04T09:04:30.7491642Z  2025-12-04T09:04:30.7491927Z  2025-12-04T09:04:30.7492284Z  2025-12-04T09:04:30.7492602Z  2025-12-04T09:04:30.7492849Z  2025-12-04T09:04:30.7493110Z  2025-12-04T09:04:30.7493343Z  2025-12-04T09:04:30.7494080Z [2,314 / 3,080] 2 / 26 tests; 16 actions running; last test: ...est:core_tests 2025-12-04T09:04:30.7494862Z Testing //c10/test:util_base_tests; 114s processwrapper-sandbox 2025-12-04T09:04:30.7495310Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:30.7495698Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:30.7496119Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.7496474Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.7496781Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:30.7497152Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:30.7497512Z //:aten; 0s processwrapper-sandbox ... 2025-12-04T09:04:31.3806355Z 2025-12-04T09:04:31.3807091Z  2025-12-04T09:04:31.3807509Z  2025-12-04T09:04:31.3808150Z  2025-12-04T09:04:31.3808509Z  2025-12-04T09:04:31.3808981Z  2025-12-04T09:04:31.3809332Z  2025-12-04T09:04:31.3809703Z  2025-12-04T09:04:31.3810047Z  2025-12-04T09:04:31.3810935Z [2,314 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:31.3811972Z Testing //c10/test:util_base_tests; 115s processwrapper-sandbox 2025-12-04T09:04:31.3812593Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:31.3813031Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:31.3813498Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.3813981Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.3814303Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.3814795Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.3815312Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:31.3815731Z 2025-12-04T09:04:31.3816012Z  2025-12-04T09:04:31.3816384Z  2025-12-04T09:04:31.3816787Z  2025-12-04T09:04:31.3817502Z  2025-12-04T09:04:31.3817902Z  2025-12-04T09:04:31.3818224Z  2025-12-04T09:04:31.3818566Z  2025-12-04T09:04:31.3818888Z  2025-12-04T09:04:31.3819450Z INFO: From Testing //c10/test:util_base_tests: 2025-12-04T09:04:31.3820587Z ==================== Test output for //c10/test:util_base_tests: 2025-12-04T09:04:31.3821136Z Running main() from gmock_main.cc 2025-12-04T09:04:31.3821629Z Note: Google Test filter = -*CUDA 2025-12-04T09:04:31.3822132Z [==========] Running 749 tests from 85 test suites. 2025-12-04T09:04:31.3822688Z [----------] Global test environment set-up. 2025-12-04T09:04:31.3823205Z [----------] 1 test from LoggingDeathTest 2025-12-04T09:04:31.3823795Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2025-12-04T09:04:31.3824540Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (4993 ms) 2025-12-04T09:04:31.3825169Z [----------] 1 test from LoggingDeathTest (4993 ms total) 2025-12-04T09:04:31.3825679Z 2025-12-04T09:04:31.3825835Z [----------] 1 test from ArrayRefTest 2025-12-04T09:04:31.3826317Z [ RUN ] ArrayRefTest.ctor_from_container_test 2025-12-04T09:04:31.3826935Z [ OK ] ArrayRefTest.ctor_from_container_test (0 ms) 2025-12-04T09:04:31.3827560Z [----------] 1 test from ArrayRefTest (0 ms total) 2025-12-04T09:04:31.3827981Z 2025-12-04T09:04:31.3828154Z [----------] 12 tests from BitsetTest 2025-12-04T09:04:31.3829148Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2025-12-04T09:04:31.3830892Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2025-12-04T09:04:31.3832142Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2025-12-04T09:04:31.3833121Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2025-12-04T09:04:31.3834518Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2025-12-04T09:04:31.3835584Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2025-12-04T09:04:31.3836896Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2025-12-04T09:04:31.3837815Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2025-12-04T09:04:31.3839279Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2025-12-04T09:04:31.3840320Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2025-12-04T09:04:31.3841547Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2025-12-04T09:04:31.3842468Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2025-12-04T09:04:31.3843448Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2025-12-04T09:04:31.3844935Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2025-12-04T09:04:31.3845917Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2025-12-04T09:04:31.3846954Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2025-12-04T09:04:31.3848038Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2025-12-04T09:04:31.3848877Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2025-12-04T09:04:31.3850055Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2025-12-04T09:04:31.3850788Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2025-12-04T09:04:31.3852091Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2025-12-04T09:04:31.3854035Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2025-12-04T09:04:31.3854892Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2025-12-04T09:04:31.3856006Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2025-12-04T09:04:31.3857027Z [----------] 12 tests from BitsetTest (0 ms total) 2025-12-04T09:04:31.3857435Z 2025-12-04T09:04:31.3857623Z [----------] 2 tests from DeadlockDetection 2025-12-04T09:04:31.3858175Z [ RUN ] DeadlockDetection.basic 2025-12-04T09:04:31.3858725Z [ OK ] DeadlockDetection.basic (0 ms) 2025-12-04T09:04:31.3859278Z [ RUN ] DeadlockDetection.disable 2025-12-04T09:04:31.3859846Z [ OK ] DeadlockDetection.disable (0 ms) 2025-12-04T09:04:31.3860471Z [----------] 2 tests from DeadlockDetection (0 ms total) 2025-12-04T09:04:31.3860928Z 2025-12-04T09:04:31.3861087Z [----------] 18 tests from Enumerate 2025-12-04T09:04:31.3861563Z [ RUN ] Enumerate.Basic 2025-12-04T09:04:31.3862022Z [ OK ] Enumerate.Basic (0 ms) 2025-12-04T09:04:31.3862525Z [ RUN ] Enumerate.BasicRRef 2025-12-04T09:04:31.3863041Z [ OK ] Enumerate.BasicRRef (0 ms) 2025-12-04T09:04:31.3863586Z [ RUN ] Enumerate.BasicConst 2025-12-04T09:04:31.3864106Z [ OK ] Enumerate.BasicConst (0 ms) 2025-12-04T09:04:31.3864653Z [ RUN ] Enumerate.BasicConstRef 2025-12-04T09:04:31.3865173Z [ OK ] Enumerate.BasicConstRef (0 ms) 2025-12-04T09:04:31.3865742Z [ RUN ] Enumerate.BasicConstRRef 2025-12-04T09:04:31.3866284Z [ OK ] Enumerate.BasicConstRRef (0 ms) 2025-12-04T09:04:31.3866827Z [ RUN ] Enumerate.BasicVecBool 2025-12-04T09:04:31.3867344Z [ OK ] Enumerate.BasicVecBool (0 ms) 2025-12-04T09:04:31.3867915Z [ RUN ] Enumerate.BasicVecBoolRRef 2025-12-04T09:04:31.3868486Z [ OK ] Enumerate.BasicVecBoolRRef (0 ms) 2025-12-04T09:04:31.3869067Z [ RUN ] Enumerate.Temporary 2025-12-04T09:04:31.3869575Z [ OK ] Enumerate.Temporary (0 ms) 2025-12-04T09:04:31.3870108Z [ RUN ] Enumerate.BasicConstArg 2025-12-04T09:04:31.3870654Z [ OK ] Enumerate.BasicConstArg (0 ms) 2025-12-04T09:04:31.3871581Z [ RUN ] Enumerate.TemporaryConstEnumerate 2025-12-04T09:04:31.3872227Z [ OK ] Enumerate.TemporaryConstEnumerate (0 ms) 2025-12-04T09:04:31.3872821Z [ RUN ] Enumerate.EmptyRange 2025-12-04T09:04:31.3873339Z [ OK ] Enumerate.EmptyRange (0 ms) 2025-12-04T09:04:31.3873878Z [ RUN ] Enumerate.Cpp17Support 2025-12-04T09:04:31.3874418Z [ OK ] Enumerate.Cpp17Support (0 ms) 2025-12-04T09:04:31.3875056Z [ RUN ] Enumerate.Cpp17StructuredBindingConstRef 2025-12-04T09:04:31.3875772Z [ OK ] Enumerate.Cpp17StructuredBindingConstRef (0 ms) 2025-12-04T09:04:31.3891842Z [ RUN ] Enumerate.Cpp17StructuredBindingConstRRef 2025-12-04T09:04:31.3892639Z [ OK ] Enumerate.Cpp17StructuredBindingConstRRef (0 ms) 2025-12-04T09:04:31.3893438Z [ RUN ] Enumerate.Cpp17StructuredBindingConstVector 2025-12-04T09:04:31.3894193Z [ OK ] Enumerate.Cpp17StructuredBindingConstVector (0 ms) 2025-12-04T09:04:31.3894932Z [ RUN ] Enumerate.Cpp17StructuredBindingModify 2025-12-04T09:04:31.3895631Z [ OK ] Enumerate.Cpp17StructuredBindingModify (0 ms) 2025-12-04T09:04:31.3896267Z [ RUN ] Enumerate.BasicConstexpr 2025-12-04T09:04:31.3897015Z [ OK ] Enumerate.BasicConstexpr (0 ms) 2025-12-04T09:04:31.3897749Z [ RUN ] Enumerate.Cpp17StructuredBindingConstexpr 2025-12-04T09:04:31.3898521Z [ OK ] Enumerate.Cpp17StructuredBindingConstexpr (0 ms) 2025-12-04T09:04:31.3899216Z [----------] 18 tests from Enumerate (0 ms total) 2025-12-04T09:04:31.3899641Z 2025-12-04T09:04:31.3899837Z [----------] 1 test from HalfConversionTest 2025-12-04T09:04:31.3900475Z [ RUN ] HalfConversionTest.TestPorableConversion 2025-12-04T09:04:31.3901231Z [ OK ] HalfConversionTest.TestPorableConversion (0 ms) 2025-12-04T09:04:31.3901957Z [----------] 1 test from HalfConversionTest (0 ms total) 2025-12-04T09:04:31.3902405Z 2025-12-04T09:04:31.3902588Z [----------] 2 tests from HalfConversion 2025-12-04T09:04:31.3903227Z [ RUN ] HalfConversion.TestNativeConversionToFloat 2025-12-04T09:04:31.3904004Z [ OK ] HalfConversion.TestNativeConversionToFloat (6 ms) 2025-12-04T09:04:31.3904781Z [ RUN ] HalfConversion.TestNativeConversionToHalf 2025-12-04T09:04:31.3905516Z [ OK ] HalfConversion.TestNativeConversionToHalf (7 ms) 2025-12-04T09:04:31.3906240Z [----------] 2 tests from HalfConversion (14 ms total) 2025-12-04T09:04:31.3906655Z 2025-12-04T09:04:31.3906840Z [----------] 7 tests from IntrusiveList 2025-12-04T09:04:31.3907373Z [ RUN ] IntrusiveList.TestInsert 2025-12-04T09:04:31.3907922Z [ OK ] IntrusiveList.TestInsert (0 ms) 2025-12-04T09:04:31.3908462Z [ RUN ] IntrusiveList.TestUnlink 2025-12-04T09:04:31.3908919Z [ OK ] IntrusiveList.TestUnlink (0 ms) 2025-12-04T09:04:31.3909470Z [ RUN ] IntrusiveList.TestMoveElement 2025-12-04T09:04:31.3910022Z [ OK ] IntrusiveList.TestMoveElement (0 ms) 2025-12-04T09:04:31.3910447Z [ RUN ] IntrusiveList.TestEmpty 2025-12-04T09:04:31.3910947Z [ OK ] IntrusiveList.TestEmpty (0 ms) 2025-12-04T09:04:31.3911522Z [ RUN ] IntrusiveList.TestUnlinkUnlinked 2025-12-04T09:04:31.3912128Z [ OK ] IntrusiveList.TestUnlinkUnlinked (0 ms) 2025-12-04T09:04:31.3912757Z [ RUN ] IntrusiveList.TestInitializerListCtro 2025-12-04T09:04:31.3913414Z [ OK ] IntrusiveList.TestInitializerListCtro (0 ms) 2025-12-04T09:04:31.3913860Z [ RUN ] IntrusiveList.TestNullListIterator 2025-12-04T09:04:31.3914428Z [ OK ] IntrusiveList.TestNullListIterator (0 ms) 2025-12-04T09:04:31.3914936Z [----------] 7 tests from IntrusiveList (1 ms total) 2025-12-04T09:04:31.3915330Z 2025-12-04T09:04:31.3915495Z [----------] 12 tests from LeftRightTest 2025-12-04T09:04:31.3916146Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2025-12-04T09:04:31.3917218Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2025-12-04T09:04:31.3918003Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2025-12-04T09:04:31.3919040Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2025-12-04T09:04:31.3920089Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2025-12-04T09:04:31.3921015Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2025-12-04T09:04:31.3921602Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2025-12-04T09:04:31.3922053Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2025-12-04T09:04:31.3922539Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2025-12-04T09:04:31.3923387Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2025-12-04T09:04:31.3923986Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2025-12-04T09:04:31.3924560Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2025-12-04T09:04:31.3925224Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2025-12-04T09:04:31.3925741Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (100 ms) 2025-12-04T09:04:31.3926376Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2025-12-04T09:04:31.3927018Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2025-12-04T09:04:31.3927614Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2025-12-04T09:04:31.3928178Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2025-12-04T09:04:31.3928830Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2025-12-04T09:04:31.3929602Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2025-12-04T09:04:31.3930367Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2025-12-04T09:04:31.3931104Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2025-12-04T09:04:31.3931826Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2025-12-04T09:04:31.3932506Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2025-12-04T09:04:31.3933065Z [----------] 12 tests from LeftRightTest (100 ms total) 2025-12-04T09:04:31.3933313Z 2025-12-04T09:04:31.3933437Z [----------] 7 tests from NetworkFlowTest 2025-12-04T09:04:31.3933754Z [ RUN ] NetworkFlowTest.basic 2025-12-04T09:04:31.3934069Z [ OK ] NetworkFlowTest.basic (0 ms) 2025-12-04T09:04:31.3934382Z [ RUN ] NetworkFlowTest.loop 2025-12-04T09:04:31.3934697Z [ OK ] NetworkFlowTest.loop (0 ms) 2025-12-04T09:04:31.3935079Z [ RUN ] NetworkFlowTest.disconnected_vertices 2025-12-04T09:04:31.3935483Z [ OK ] NetworkFlowTest.disconnected_vertices (0 ms) 2025-12-04T09:04:31.3935864Z [ RUN ] NetworkFlowTest.invalid_endpoints 2025-12-04T09:04:31.3936241Z [ OK ] NetworkFlowTest.invalid_endpoints (0 ms) 2025-12-04T09:04:31.3936597Z [ RUN ] NetworkFlowTest.unbounded 2025-12-04T09:04:31.3936929Z [ OK ] NetworkFlowTest.unbounded (0 ms) 2025-12-04T09:04:31.3937293Z [ RUN ] NetworkFlowTest.overflow 2025-12-04T09:04:31.3937679Z [ OK ] NetworkFlowTest.overflow (0 ms) 2025-12-04T09:04:31.3938016Z [ RUN ] NetworkFlowTest.reverse_edge 2025-12-04T09:04:31.3938363Z [ OK ] NetworkFlowTest.reverse_edge (0 ms) 2025-12-04T09:04:31.3938723Z [----------] 7 tests from NetworkFlowTest (0 ms total) 2025-12-04T09:04:31.3938977Z 2025-12-04T09:04:31.3939082Z [----------] 1 test from SemaphoreTest 2025-12-04T09:04:31.3939400Z [ RUN ] SemaphoreTest.TestConcurrency 2025-12-04T09:04:31.3939759Z [ OK ] SemaphoreTest.TestConcurrency (24 ms) 2025-12-04T09:04:31.3940132Z [----------] 1 test from SemaphoreTest (24 ms total) 2025-12-04T09:04:31.3940370Z 2025-12-04T09:04:31.3940472Z [----------] 2 tests from Synchronized 2025-12-04T09:04:31.3940819Z [ RUN ] Synchronized.TestSingleThreadExecution 2025-12-04T09:04:31.3941223Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2025-12-04T09:04:31.3941689Z [ RUN ] Synchronized.TestMultiThreadedExecution 2025-12-04T09:04:31.3942108Z [ OK ] Synchronized.TestMultiThreadedExecution (19 ms) 2025-12-04T09:04:31.3942526Z [----------] 2 tests from Synchronized (19 ms total) 2025-12-04T09:04:31.3942762Z 2025-12-04T09:04:31.3942881Z [----------] 1 test from ThreadLocal 2025-12-04T09:04:31.3943210Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2025-12-04T09:04:31.3943618Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2025-12-04T09:04:31.3943996Z [----------] 1 test from ThreadLocal (0 ms total) 2025-12-04T09:04:31.3944237Z 2025-12-04T09:04:31.3944347Z [----------] 11 tests from ThreadLocalTest 2025-12-04T09:04:31.3944705Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2025-12-04T09:04:31.3945338Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2025-12-04T09:04:31.3946031Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2025-12-04T09:04:31.3946561Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2025-12-04T09:04:31.3946960Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2025-12-04T09:04:31.3947430Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2025-12-04T09:04:31.3947885Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2025-12-04T09:04:31.3948316Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2025-12-04T09:04:31.3948731Z [ RUN ] ThreadLocalTest.TestClassScope 2025-12-04T09:04:31.3949083Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2025-12-04T09:04:31.3949477Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2025-12-04T09:04:31.3949899Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2025-12-04T09:04:31.3950353Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2025-12-04T09:04:31.3950838Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2025-12-04T09:04:31.3951288Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2025-12-04T09:04:31.3951765Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2025-12-04T09:04:31.3952419Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2025-12-04T09:04:31.3953152Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2025-12-04T09:04:31.3953752Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2025-12-04T09:04:31.3954269Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2025-12-04T09:04:31.3954952Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2025-12-04T09:04:31.3955943Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2025-12-04T09:04:31.3956620Z [----------] 11 tests from ThreadLocalTest (0 ms total) 2025-12-04T09:04:31.3956977Z 2025-12-04T09:04:31.3957136Z [----------] 7 tests from TypeIndex 2025-12-04T09:04:31.3957472Z [ RUN ] TypeIndex.TopLevelName 2025-12-04T09:04:31.3957784Z [ OK ] TypeIndex.TopLevelName (0 ms) 2025-12-04T09:04:31.3958210Z [ RUN ] TypeIndex.NestedName 2025-12-04T09:04:31.3958688Z [ OK ] TypeIndex.NestedName (0 ms) 2025-12-04T09:04:31.3959167Z [ RUN ] TypeIndex.TypeTemplateParameter 2025-12-04T09:04:31.3959721Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2025-12-04T09:04:31.3960196Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2025-12-04T09:04:31.3960831Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2025-12-04T09:04:31.3961259Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2025-12-04T09:04:31.3961926Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2025-12-04T09:04:31.3962644Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2025-12-04T09:04:31.3963528Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2025-12-04T09:04:31.3964238Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2025-12-04T09:04:31.3964909Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2025-12-04T09:04:31.3965572Z [----------] 7 tests from TypeIndex (0 ms total) 2025-12-04T09:04:31.3965975Z 2025-12-04T09:04:31.3966149Z [----------] 4 tests from accumulateTest 2025-12-04T09:04:31.3966807Z [ RUN ] accumulateTest.vector_test 2025-12-04T09:04:31.3967381Z [ OK ] accumulateTest.vector_test (0 ms) 2025-12-04T09:04:31.3967954Z [ RUN ] accumulateTest.list_test 2025-12-04T09:04:31.3968495Z [ OK ] accumulateTest.list_test (0 ms) 2025-12-04T09:04:31.3969026Z [ RUN ] accumulateTest.base_cases 2025-12-04T09:04:31.3969472Z [ OK ] accumulateTest.base_cases (0 ms) 2025-12-04T09:04:31.3969949Z [ RUN ] accumulateTest.errors 2025-12-04T09:04:31.3970420Z [ OK ] accumulateTest.errors (0 ms) 2025-12-04T09:04:31.3971118Z [----------] 4 tests from accumulateTest (0 ms total) 2025-12-04T09:04:31.3971465Z 2025-12-04T09:04:31.3971642Z [----------] 5 tests from BFloat16Conversion 2025-12-04T09:04:31.3972187Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2025-12-04T09:04:31.3972746Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2025-12-04T09:04:31.3973298Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2025-12-04T09:04:31.3974047Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2025-12-04T09:04:31.3974873Z [ RUN ] BFloat16Conversion.NaN 2025-12-04T09:04:31.3975394Z [ OK ] BFloat16Conversion.NaN (0 ms) 2025-12-04T09:04:31.3976034Z [ RUN ] BFloat16Conversion.Inf 2025-12-04T09:04:31.3976580Z [ OK ] BFloat16Conversion.Inf (0 ms) 2025-12-04T09:04:31.3977181Z [ RUN ] BFloat16Conversion.SmallestDenormal 2025-12-04T09:04:31.3977834Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2025-12-04T09:04:31.3978476Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2025-12-04T09:04:31.3978900Z 2025-12-04T09:04:31.3979083Z [----------] 3 tests from BFloat16Math 2025-12-04T09:04:31.3979572Z [ RUN ] BFloat16Math.Addition 2025-12-04T09:04:31.3980074Z [ OK ] BFloat16Math.Addition (0 ms) 2025-12-04T09:04:31.3980607Z [ RUN ] BFloat16Math.Subtraction 2025-12-04T09:04:31.3981154Z [ OK ] BFloat16Math.Subtraction (0 ms) 2025-12-04T09:04:31.3981703Z [ RUN ] BFloat16Math.NextAfterZero 2025-12-04T09:04:31.3982254Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2025-12-04T09:04:31.3982853Z [----------] 3 tests from BFloat16Math (0 ms total) 2025-12-04T09:04:31.3983254Z 2025-12-04T09:04:31.3983431Z [----------] 2 tests from TestExponential 2025-12-04T09:04:31.3983958Z [ RUN ] TestExponential.IPi 2025-12-04T09:04:31.3984440Z [ OK ] TestExponential.IPi (0 ms) 2025-12-04T09:04:31.3984995Z [ RUN ] TestExponential.EulerFormula 2025-12-04T09:04:31.3985563Z [ OK ] TestExponential.EulerFormula (0 ms) 2025-12-04T09:04:31.3986195Z [----------] 2 tests from TestExponential (0 ms total) 2025-12-04T09:04:31.3986608Z 2025-12-04T09:04:31.3986780Z [----------] 2 tests from TestExpm1 2025-12-04T09:04:31.3987251Z [ RUN ] TestExpm1.Normal 2025-12-04T09:04:31.3987709Z [ OK ] TestExpm1.Normal (0 ms) 2025-12-04T09:04:31.3988196Z [ RUN ] TestExpm1.Small 2025-12-04T09:04:31.3988680Z [ OK ] TestExpm1.Small (0 ms) 2025-12-04T09:04:31.3989202Z [----------] 2 tests from TestExpm1 (0 ms total) 2025-12-04T09:04:31.3989606Z 2025-12-04T09:04:31.3989759Z [----------] 1 test from TestLog 2025-12-04T09:04:31.3990242Z [ RUN ] TestLog.Definition 2025-12-04T09:04:31.3990737Z [ OK ] TestLog.Definition (0 ms) 2025-12-04T09:04:31.3991291Z [----------] 1 test from TestLog (0 ms total) 2025-12-04T09:04:31.3991677Z 2025-12-04T09:04:31.3991833Z [----------] 1 test from TestLog10 2025-12-04T09:04:31.3992309Z [ RUN ] TestLog10.Rev 2025-12-04T09:04:31.3992742Z [ OK ] TestLog10.Rev (0 ms) 2025-12-04T09:04:31.3993247Z [----------] 1 test from TestLog10 (0 ms total) 2025-12-04T09:04:31.3993625Z 2025-12-04T09:04:31.3993777Z [----------] 1 test from TestLog2 2025-12-04T09:04:31.3994250Z [ RUN ] TestLog2.Rev 2025-12-04T09:04:31.3994624Z [ OK ] TestLog2.Rev (0 ms) 2025-12-04T09:04:31.3994935Z [----------] 1 test from TestLog2 (0 ms total) 2025-12-04T09:04:31.3995230Z 2025-12-04T09:04:31.3995384Z [----------] 3 tests from TestLog1p 2025-12-04T09:04:31.3995798Z [ RUN ] TestLog1p.Normal 2025-12-04T09:04:31.3996093Z [ OK ] TestLog1p.Normal (0 ms) 2025-12-04T09:04:31.3996415Z [ RUN ] TestLog1p.Small 2025-12-04T09:04:31.3996792Z [ OK ] TestLog1p.Small (0 ms) 2025-12-04T09:04:31.3997138Z [ RUN ] TestLog1p.Extreme 2025-12-04T09:04:31.3997459Z [ OK ] TestLog1p.Extreme (0 ms) 2025-12-04T09:04:31.3997782Z [----------] 3 tests from TestLog1p (0 ms total) 2025-12-04T09:04:31.3998027Z 2025-12-04T09:04:31.3998124Z [----------] 1 test from TestPowSqrt 2025-12-04T09:04:31.3998546Z [ RUN ] TestPowSqrt.Equal 2025-12-04T09:04:31.3998954Z [ OK ] TestPowSqrt.Equal (0 ms) 2025-12-04T09:04:31.3999287Z [----------] 1 test from TestPowSqrt (0 ms total) 2025-12-04T09:04:31.3999598Z 2025-12-04T09:04:31.3999688Z [----------] 1 test from TestPow 2025-12-04T09:04:31.3999955Z [ RUN ] TestPow.Square 2025-12-04T09:04:31.4000232Z [ OK ] TestPow.Square (0 ms) 2025-12-04T09:04:31.4000627Z [----------] 1 test from TestPow (0 ms total) 2025-12-04T09:04:31.4000918Z 2025-12-04T09:04:31.4001031Z [----------] 1 test from TestSinCosSinhCosh 2025-12-04T09:04:31.4001452Z [ RUN ] TestSinCosSinhCosh.Identity 2025-12-04T09:04:31.4001824Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2025-12-04T09:04:31.4002272Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2025-12-04T09:04:31.4002630Z 2025-12-04T09:04:31.4002725Z [----------] 1 test from TestTan 2025-12-04T09:04:31.4003075Z [ RUN ] TestTan.Identity 2025-12-04T09:04:31.4003447Z [ OK ] TestTan.Identity (0 ms) 2025-12-04T09:04:31.4003772Z [----------] 1 test from TestTan (0 ms total) 2025-12-04T09:04:31.4004136Z 2025-12-04T09:04:31.4004251Z [----------] 1 test from TestTanh 2025-12-04T09:04:31.4004528Z [ RUN ] TestTanh.Identity 2025-12-04T09:04:31.4004815Z [ OK ] TestTanh.Identity (0 ms) 2025-12-04T09:04:31.4005208Z [----------] 1 test from TestTanh (0 ms total) 2025-12-04T09:04:31.4005530Z 2025-12-04T09:04:31.4005704Z [----------] 1 test from TestRevTrigonometric 2025-12-04T09:04:31.4006243Z [ RUN ] TestRevTrigonometric.Rev 2025-12-04T09:04:31.4006798Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2025-12-04T09:04:31.4007411Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2025-12-04T09:04:31.4007876Z 2025-12-04T09:04:31.4008053Z [----------] 1 test from TestRevHyperbolic 2025-12-04T09:04:31.4008579Z [ RUN ] TestRevHyperbolic.Rev 2025-12-04T09:04:31.4009084Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2025-12-04T09:04:31.4009672Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2025-12-04T09:04:31.4010099Z 2025-12-04T09:04:31.4010251Z [----------] 1 test from TestMemory 2025-12-04T09:04:31.4010758Z [ RUN ] TestMemory.ReinterpretCast 2025-12-04T09:04:31.4011272Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2025-12-04T09:04:31.4011870Z [----------] 1 test from TestMemory (0 ms total) 2025-12-04T09:04:31.4012270Z 2025-12-04T09:04:31.4012455Z [----------] 1 test from TestConstructors 2025-12-04T09:04:31.4013005Z [ RUN ] TestConstructors.UnorderedMap 2025-12-04T09:04:31.4013596Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2025-12-04T09:04:31.4014225Z [----------] 1 test from TestConstructors (0 ms total) 2025-12-04T09:04:31.4014647Z 2025-12-04T09:04:31.4014856Z [----------] 1 test from TestArithmeticIntScalar 2025-12-04T09:04:31.4015443Z [ RUN ] TestArithmeticIntScalar.All 2025-12-04T09:04:31.4015990Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2025-12-04T09:04:31.4016621Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2025-12-04T09:04:31.4017064Z 2025-12-04T09:04:31.4017207Z [----------] 1 test from TestIO 2025-12-04T09:04:31.4017649Z [ RUN ] TestIO.All 2025-12-04T09:04:31.4018052Z [ OK ] TestIO.All (0 ms) 2025-12-04T09:04:31.4018548Z [----------] 1 test from TestIO (0 ms total) 2025-12-04T09:04:31.4018924Z 2025-12-04T09:04:31.4019070Z [----------] 1 test from TestStd 2025-12-04T09:04:31.4019551Z [ RUN ] TestStd.BasicFunctions 2025-12-04T09:04:31.4020172Z [ OK ] TestStd.BasicFunctions (0 ms) 2025-12-04T09:04:31.4020711Z [----------] 1 test from TestStd (0 ms total) 2025-12-04T09:04:31.4021076Z 2025-12-04T09:04:31.4021251Z [----------] 1 test from StrErrorTest 2025-12-04T09:04:31.4021754Z [ RUN ] StrErrorTest.cmp_test 2025-12-04T09:04:31.4022239Z [ OK ] StrErrorTest.cmp_test (0 ms) 2025-12-04T09:04:31.4022793Z [----------] 1 test from StrErrorTest (0 ms total) 2025-12-04T09:04:31.4023186Z 2025-12-04T09:04:31.4023346Z [----------] 4 tests from ExceptionTest 2025-12-04T09:04:31.4023935Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2025-12-04T09:04:31.4024687Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2025-12-04T09:04:31.4025422Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2025-12-04T09:04:31.4025997Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (7107 ms) 2025-12-04T09:04:31.4026530Z [ RUN ] ExceptionTest.ErrorFormatting 2025-12-04T09:04:31.4027109Z [ OK ] ExceptionTest.ErrorFormatting (0 ms) 2025-12-04T09:04:31.4027863Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2025-12-04T09:04:31.4028896Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2025-12-04T09:04:31.4029727Z [----------] 4 tests from ExceptionTest (7107 ms total) 2025-12-04T09:04:31.4029971Z 2025-12-04T09:04:31.4030139Z [----------] 1 test from WarningTest 2025-12-04T09:04:31.4030485Z [ RUN ] WarningTest.JustPrintWarning 2025-12-04T09:04:31.4030977Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:04:31.4031554Z W1204 09:02:48.280336 93925 exception_test.cpp:45] Warning: I'm a warning (function TestBody) 2025-12-04T09:04:31.4032233Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2025-12-04T09:04:31.4032582Z [----------] 1 test from WarningTest (0 ms total) 2025-12-04T09:04:31.4032820Z 2025-12-04T09:04:31.4032916Z [----------] 1 test from FlagsTest 2025-12-04T09:04:31.4033270Z [ RUN ] FlagsTest.TestGflagsCorrectness 2025-12-04T09:04:31.4033734Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2025-12-04T09:04:31.4034100Z [----------] 1 test from FlagsTest (0 ms total) 2025-12-04T09:04:31.4034319Z 2025-12-04T09:04:31.4034427Z [----------] 1 test from GenericMathTest 2025-12-04T09:04:31.4034755Z [ RUN ] GenericMathTest.div_floor_test 2025-12-04T09:04:31.4035154Z [ OK ] GenericMathTest.div_floor_test (0 ms) 2025-12-04T09:04:31.4035581Z [----------] 1 test from GenericMathTest (0 ms total) 2025-12-04T09:04:31.4035820Z 2025-12-04T09:04:31.4035941Z [----------] 5 tests from MakeIntrusiveTest 2025-12-04T09:04:31.4036289Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2025-12-04T09:04:31.4036821Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2025-12-04T09:04:31.4037307Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2025-12-04T09:04:31.4037779Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2025-12-04T09:04:31.4038171Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2025-12-04T09:04:31.4038701Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2025-12-04T09:04:31.4039103Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2025-12-04T09:04:31.4039575Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2025-12-04T09:04:31.4040013Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2025-12-04T09:04:31.4040487Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2025-12-04T09:04:31.4041037Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2025-12-04T09:04:31.4041279Z 2025-12-04T09:04:31.4041403Z [----------] 1 test from IntrusivePtrTargetTest 2025-12-04T09:04:31.4041932Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2025-12-04T09:04:31.4042516Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2025-12-04T09:04:31.4043283Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2025-12-04T09:04:31.4043596Z 2025-12-04T09:04:31.4043732Z [----------] 146 tests from IntrusivePtrTest 2025-12-04T09:04:31.4044315Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2025-12-04T09:04:31.4044937Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2025-12-04T09:04:31.4045625Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2025-12-04T09:04:31.4046352Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2025-12-04T09:04:31.4047312Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2025-12-04T09:04:31.4048367Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2025-12-04T09:04:31.4049427Z [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 2025-12-04T09:04:31.4050458Z [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 2025-12-04T09:04:31.4051525Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2025-12-04T09:04:31.4052650Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:04:31.4054049Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2025-12-04T09:04:31.4055369Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:04:31.4056760Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2025-12-04T09:04:31.4058054Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:04:31.4059295Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2025-12-04T09:04:31.4060621Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2025-12-04T09:04:31.4061946Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4063295Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4064666Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2025-12-04T09:04:31.4066016Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4067365Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2025-12-04T09:04:31.4068736Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4069999Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2025-12-04T09:04:31.4071527Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:04:31.4072852Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2025-12-04T09:04:31.4074279Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:04:31.4075623Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2025-12-04T09:04:31.4077016Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4078412Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4093166Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4094710Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2025-12-04T09:04:31.4096386Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:04:31.4098019Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4099509Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4101027Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4102685Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4104192Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4105747Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4107202Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4108600Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4110105Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4111714Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4113217Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4114911Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4116381Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4117812Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4119107Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2025-12-04T09:04:31.4120415Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2025-12-04T09:04:31.4121786Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2025-12-04T09:04:31.4123354Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4124730Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2025-12-04T09:04:31.4126031Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:04:31.4127414Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2025-12-04T09:04:31.4128783Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:04:31.4130166Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2025-12-04T09:04:31.4131571Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4133037Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4134617Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4136199Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4137786Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4139395Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4141015Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4142637Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4144113Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4145692Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2025-12-04T09:04:31.4147424Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:04:31.4149110Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4150815Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4152257Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2025-12-04T09:04:31.4153482Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4154795Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2025-12-04T09:04:31.4156101Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4157391Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2025-12-04T09:04:31.4158536Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:04:31.4159891Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4161364Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4162838Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4164484Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4165954Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4167346Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4168730Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2025-12-04T09:04:31.4170077Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2025-12-04T09:04:31.4172833Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4174611Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4176355Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4178031Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4179530Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2025-12-04T09:04:31.4180830Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4181876Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2025-12-04T09:04:31.4182529Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2025-12-04T09:04:31.4183167Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2025-12-04T09:04:31.4183816Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:04:31.4184546Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4185356Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4186164Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4186935Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4187720Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4188484Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4189260Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2025-12-04T09:04:31.4190038Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4190883Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4191952Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4192841Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4193697Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4194329Z [ RUN ] IntrusivePtrTest.SwapFunction 2025-12-04T09:04:31.4194685Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2025-12-04T09:04:31.4195050Z [ RUN ] IntrusivePtrTest.SwapMethod 2025-12-04T09:04:31.4195391Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2025-12-04T09:04:31.4195799Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2025-12-04T09:04:31.4196224Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2025-12-04T09:04:31.4196657Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2025-12-04T09:04:31.4197084Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2025-12-04T09:04:31.4197595Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2025-12-04T09:04:31.4198077Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2025-12-04T09:04:31.4198490Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2025-12-04T09:04:31.4198914Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2025-12-04T09:04:31.4199354Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2025-12-04T09:04:31.4199857Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2025-12-04T09:04:31.4200352Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2025-12-04T09:04:31.4200818Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2025-12-04T09:04:31.4201268Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2025-12-04T09:04:31.4201665Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2025-12-04T09:04:31.4202068Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2025-12-04T09:04:31.4202425Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2025-12-04T09:04:31.4202829Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2025-12-04T09:04:31.4203351Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2025-12-04T09:04:31.4203768Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2025-12-04T09:04:31.4204142Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2025-12-04T09:04:31.4204527Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2025-12-04T09:04:31.4204957Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2025-12-04T09:04:31.4205395Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2025-12-04T09:04:31.4205860Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2025-12-04T09:04:31.4206307Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2025-12-04T09:04:31.4206755Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2025-12-04T09:04:31.4207182Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2025-12-04T09:04:31.4207547Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2025-12-04T09:04:31.4207912Z [ RUN ] IntrusivePtrTest.Inequality 2025-12-04T09:04:31.4208256Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2025-12-04T09:04:31.4208636Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2025-12-04T09:04:31.4209031Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2025-12-04T09:04:31.4209445Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2025-12-04T09:04:31.4209852Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2025-12-04T09:04:31.4210253Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2025-12-04T09:04:31.4210629Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2025-12-04T09:04:31.4211041Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2025-12-04T09:04:31.4211522Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2025-12-04T09:04:31.4211995Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2025-12-04T09:04:31.4212520Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2025-12-04T09:04:31.4212989Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2025-12-04T09:04:31.4213463Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2025-12-04T09:04:31.4213917Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2025-12-04T09:04:31.4214315Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2025-12-04T09:04:31.4214699Z [ RUN ] IntrusivePtrTest.OneIsLess 2025-12-04T09:04:31.4215031Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2025-12-04T09:04:31.4215391Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2025-12-04T09:04:31.4215747Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2025-12-04T09:04:31.4216124Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2025-12-04T09:04:31.4216480Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2025-12-04T09:04:31.4216900Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2025-12-04T09:04:31.4217367Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2025-12-04T09:04:31.4217919Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2025-12-04T09:04:31.4218500Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2025-12-04T09:04:31.4219059Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2025-12-04T09:04:31.4219917Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2025-12-04T09:04:31.4220914Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2025-12-04T09:04:31.4221952Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2025-12-04T09:04:31.4223165Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4224543Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4225909Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4227414Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4228646Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2025-12-04T09:04:31.4229577Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4230596Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:04:31.4231723Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4232952Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4234327Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4235848Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4237594Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4239170Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4240758Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4242155Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4243461Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4244823Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4246305Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4247857Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4249360Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4251089Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4252777Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4254472Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4256124Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4257822Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4259761Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4261469Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4263045Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4264587Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4266165Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4267806Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4269449Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4271392Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4273205Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4274694Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2025-12-04T09:04:31.4275653Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4276670Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:04:31.4277886Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4279180Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4280636Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4282123Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4283820Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4285462Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4287268Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4288496Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2025-12-04T09:04:31.4289346Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2025-12-04T09:04:31.4290503Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2025-12-04T09:04:31.4291729Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2025-12-04T09:04:31.4293021Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2025-12-04T09:04:31.4294431Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2025-12-04T09:04:31.4295778Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2025-12-04T09:04:31.4297062Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2025-12-04T09:04:31.4298338Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2025-12-04T09:04:31.4299760Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2025-12-04T09:04:31.4300762Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2025-12-04T09:04:31.4301663Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2025-12-04T09:04:31.4302521Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2025-12-04T09:04:31.4303236Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2025-12-04T09:04:31.4303933Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2025-12-04T09:04:31.4304583Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2025-12-04T09:04:31.4305250Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2025-12-04T09:04:31.4306022Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2025-12-04T09:04:31.4306764Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2025-12-04T09:04:31.4307413Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4308072Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2025-12-04T09:04:31.4308744Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2025-12-04T09:04:31.4309544Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2025-12-04T09:04:31.4310277Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:04:31.4310962Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2025-12-04T09:04:31.4311629Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2025-12-04T09:04:31.4312288Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2025-12-04T09:04:31.4312975Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:04:31.4313656Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2025-12-04T09:04:31.4314337Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2025-12-04T09:04:31.4315085Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2025-12-04T09:04:31.4315904Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4316776Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2025-12-04T09:04:31.4317623Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2025-12-04T09:04:31.4318544Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2025-12-04T09:04:31.4319463Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:04:31.4320356Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2025-12-04T09:04:31.4321260Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2025-12-04T09:04:31.4322229Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2025-12-04T09:04:31.4323077Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4323901Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2025-12-04T09:04:31.4324691Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2025-12-04T09:04:31.4325647Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2025-12-04T09:04:31.4326667Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:04:31.4327655Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2025-12-04T09:04:31.4328639Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2025-12-04T09:04:31.4329652Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2025-12-04T09:04:31.4330673Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2025-12-04T09:04:31.4331684Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2025-12-04T09:04:31.4332699Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2025-12-04T09:04:31.4344874Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2025-12-04T09:04:31.4346051Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2025-12-04T09:04:31.4347199Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2025-12-04T09:04:31.4348458Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2025-12-04T09:04:31.4349391Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2025-12-04T09:04:31.4350162Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4351024Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2025-12-04T09:04:31.4351742Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2025-12-04T09:04:31.4352486Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2025-12-04T09:04:31.4353236Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4353979Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2025-12-04T09:04:31.4354697Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2025-12-04T09:04:31.4355338Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2025-12-04T09:04:31.4355891Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2025-12-04T09:04:31.4356420Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2025-12-04T09:04:31.4356948Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2025-12-04T09:04:31.4357566Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2025-12-04T09:04:31.4358300Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4359009Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2025-12-04T09:04:31.4359690Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2025-12-04T09:04:31.4360404Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2025-12-04T09:04:31.4361125Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4361833Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2025-12-04T09:04:31.4362508Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2025-12-04T09:04:31.4363277Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2025-12-04T09:04:31.4363919Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:04:31.4364572Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2025-12-04T09:04:31.4365268Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:04:31.4365918Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2025-12-04T09:04:31.4366612Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:04:31.4367257Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2025-12-04T09:04:31.4367921Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:04:31.4368481Z [----------] 146 tests from IntrusivePtrTest (1 ms total) 2025-12-04T09:04:31.4368740Z 2025-12-04T09:04:31.4368872Z [----------] 172 tests from WeakIntrusivePtrTest 2025-12-04T09:04:31.4369397Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2025-12-04T09:04:31.4370093Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2025-12-04T09:04:31.4370987Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2025-12-04T09:04:31.4371641Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2025-12-04T09:04:31.4372268Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2025-12-04T09:04:31.4373015Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2025-12-04T09:04:31.4373577Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2025-12-04T09:04:31.4374088Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2025-12-04T09:04:31.4374816Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4375906Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4377140Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2025-12-04T09:04:31.4378356Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4379356Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2025-12-04T09:04:31.4380133Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2025-12-04T09:04:31.4381139Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2025-12-04T09:04:31.4382505Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4383957Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2025-12-04T09:04:31.4385442Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4386783Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2025-12-04T09:04:31.4387996Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:04:31.4389353Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4390722Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4392153Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2025-12-04T09:04:31.4393656Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:04:31.4395089Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2025-12-04T09:04:31.4396456Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4397818Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4399253Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4400681Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2025-12-04T09:04:31.4402189Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:04:31.4403982Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2025-12-04T09:04:31.4405574Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4407207Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2025-12-04T09:04:31.4408943Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:04:31.4410700Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2025-12-04T09:04:31.4412518Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:04:31.4414224Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4415815Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4417473Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4419046Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4420620Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4422276Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4423795Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4425286Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4426877Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4428562Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4430172Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4431796Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4433411Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4434974Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4436838Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4438804Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4440642Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4442311Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4443968Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4445372Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4446554Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2025-12-04T09:04:31.4447763Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2025-12-04T09:04:31.4449096Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2025-12-04T09:04:31.4450586Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4452003Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2025-12-04T09:04:31.4453490Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2025-12-04T09:04:31.4454906Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2025-12-04T09:04:31.4456250Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4457611Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2025-12-04T09:04:31.4458935Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:04:31.4460292Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2025-12-04T09:04:31.4461807Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4463289Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2025-12-04T09:04:31.4464780Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4466428Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2025-12-04T09:04:31.4467997Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2025-12-04T09:04:31.4469572Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2025-12-04T09:04:31.4471293Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4472939Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4474565Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4476223Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4477833Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4479353Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4481001Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4482641Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4484315Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4485988Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2025-12-04T09:04:31.4487640Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2025-12-04T09:04:31.4489329Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4490986Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4492642Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4494304Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4495999Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2025-12-04T09:04:31.4497705Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2025-12-04T09:04:31.4499334Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4500930Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4502522Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2025-12-04T09:04:31.4503797Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4505142Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2025-12-04T09:04:31.4506498Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4507853Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2025-12-04T09:04:31.4509136Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:04:31.4510592Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4512185Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4513769Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4515550Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4517211Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4518765Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4520264Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4521748Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4523386Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2025-12-04T09:04:31.4524896Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2025-12-04T09:04:31.4526605Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4528531Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4530435Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4532302Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4533939Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4535611Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4537112Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2025-12-04T09:04:31.4538399Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4539724Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2025-12-04T09:04:31.4541017Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2025-12-04T09:04:31.4542280Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2025-12-04T09:04:31.4543566Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2025-12-04T09:04:31.4544971Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4546583Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4548176Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4549807Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4551506Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2025-12-04T09:04:31.4553037Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2025-12-04T09:04:31.4554578Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2025-12-04T09:04:31.4556093Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2025-12-04T09:04:31.4557607Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2025-12-04T09:04:31.4559165Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4560825Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4562670Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4564753Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2025-12-04T09:04:31.4566612Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2025-12-04T09:04:31.4568365Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2025-12-04T09:04:31.4570059Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2025-12-04T09:04:31.4571379Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2025-12-04T09:04:31.4572034Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2025-12-04T09:04:31.4572701Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2025-12-04T09:04:31.4573364Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2025-12-04T09:04:31.4574105Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2025-12-04T09:04:31.4574938Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2025-12-04T09:04:31.4575759Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2025-12-04T09:04:31.4576553Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2025-12-04T09:04:31.4577335Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2025-12-04T09:04:31.4578172Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2025-12-04T09:04:31.4579009Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2025-12-04T09:04:31.4579777Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2025-12-04T09:04:31.4580639Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2025-12-04T09:04:31.4581594Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2025-12-04T09:04:31.4582514Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2025-12-04T09:04:31.4583445Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2025-12-04T09:04:31.4584377Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2025-12-04T09:04:31.4585260Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2025-12-04T09:04:31.4586123Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2025-12-04T09:04:31.4593041Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2025-12-04T09:04:31.4593930Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2025-12-04T09:04:31.4594766Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2025-12-04T09:04:31.4595650Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2025-12-04T09:04:31.4596548Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2025-12-04T09:04:31.4597552Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2025-12-04T09:04:31.4598684Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2025-12-04T09:04:31.4599801Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2025-12-04T09:04:31.4601068Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2025-12-04T09:04:31.4602012Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2025-12-04T09:04:31.4602770Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2025-12-04T09:04:31.4603628Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2025-12-04T09:04:31.4604324Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2025-12-04T09:04:31.4605057Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2025-12-04T09:04:31.4605872Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2025-12-04T09:04:31.4606653Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2025-12-04T09:04:31.4607344Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2025-12-04T09:04:31.4608096Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2025-12-04T09:04:31.4608912Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2025-12-04T09:04:31.4609756Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2025-12-04T09:04:31.4610802Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2025-12-04T09:04:31.4611723Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2025-12-04T09:04:31.4612670Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2025-12-04T09:04:31.4613640Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2025-12-04T09:04:31.4614684Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2025-12-04T09:04:31.4615576Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2025-12-04T09:04:31.4616279Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2025-12-04T09:04:31.4616962Z [ RUN ] WeakIntrusivePtrTest.Inequality 2025-12-04T09:04:31.4617555Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2025-12-04T09:04:31.4618299Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2025-12-04T09:04:31.4619071Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2025-12-04T09:04:31.4619867Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2025-12-04T09:04:31.4620655Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2025-12-04T09:04:31.4621406Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2025-12-04T09:04:31.4622164Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2025-12-04T09:04:31.4622901Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2025-12-04T09:04:31.4623599Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2025-12-04T09:04:31.4624402Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2025-12-04T09:04:31.4625345Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2025-12-04T09:04:31.4626266Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2025-12-04T09:04:31.4627211Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2025-12-04T09:04:31.4628198Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2025-12-04T09:04:31.4629212Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2025-12-04T09:04:31.4630203Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2025-12-04T09:04:31.4631162Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2025-12-04T09:04:31.4632180Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2025-12-04T09:04:31.4633250Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2025-12-04T09:04:31.4634258Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2025-12-04T09:04:31.4635173Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2025-12-04T09:04:31.4636136Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2025-12-04T09:04:31.4637213Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2025-12-04T09:04:31.4638173Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2025-12-04T09:04:31.4639082Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2025-12-04T09:04:31.4639826Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2025-12-04T09:04:31.4640481Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2025-12-04T09:04:31.4641182Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2025-12-04T09:04:31.4641876Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2025-12-04T09:04:31.4642561Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2025-12-04T09:04:31.4643368Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2025-12-04T09:04:31.4644096Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2025-12-04T09:04:31.4645033Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2025-12-04T09:04:31.4646076Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2025-12-04T09:04:31.4647349Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2025-12-04T09:04:31.4648626Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2025-12-04T09:04:31.4650056Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2025-12-04T09:04:31.4651194Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2025-12-04T09:04:31.4652119Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2025-12-04T09:04:31.4653082Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2025-12-04T09:04:31.4654019Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2025-12-04T09:04:31.4654916Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2025-12-04T09:04:31.4655833Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2025-12-04T09:04:31.4656745Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2025-12-04T09:04:31.4657615Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2025-12-04T09:04:31.4658506Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2025-12-04T09:04:31.4659346Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4660279Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2025-12-04T09:04:31.4661178Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2025-12-04T09:04:31.4662076Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2025-12-04T09:04:31.4662992Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:04:31.4663974Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2025-12-04T09:04:31.4664884Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2025-12-04T09:04:31.4665830Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2025-12-04T09:04:31.4666767Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2025-12-04T09:04:31.4667749Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2025-12-04T09:04:31.4668680Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2025-12-04T09:04:31.4669750Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2025-12-04T09:04:31.4671069Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2025-12-04T09:04:31.4671947Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2025-12-04T09:04:31.4672781Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2025-12-04T09:04:31.4673641Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2025-12-04T09:04:31.4674542Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2025-12-04T09:04:31.4675405Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2025-12-04T09:04:31.4676262Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2025-12-04T09:04:31.4691400Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2025-12-04T09:04:31.4692450Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4693585Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2025-12-04T09:04:31.4694605Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2025-12-04T09:04:31.4695571Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2025-12-04T09:04:31.4696667Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:04:31.4697823Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2025-12-04T09:04:31.4698912Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2025-12-04T09:04:31.4699836Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2025-12-04T09:04:31.4700820Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4701886Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2025-12-04T09:04:31.4703102Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2025-12-04T09:04:31.4704112Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2025-12-04T09:04:31.4705121Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2025-12-04T09:04:31.4706220Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2025-12-04T09:04:31.4707238Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2025-12-04T09:04:31.4708173Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2025-12-04T09:04:31.4709210Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2025-12-04T09:04:31.4710357Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2025-12-04T09:04:31.4711381Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2025-12-04T09:04:31.4712345Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2025-12-04T09:04:31.4713413Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2025-12-04T09:04:31.4714583Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2025-12-04T09:04:31.4715741Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2025-12-04T09:04:31.4716872Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2025-12-04T09:04:31.4718139Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2025-12-04T09:04:31.4719706Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2025-12-04T09:04:31.4721247Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2025-12-04T09:04:31.4722578Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2025-12-04T09:04:31.4723818Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2025-12-04T09:04:31.4725131Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4726522Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4728258Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4729967Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4731354Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2025-12-04T09:04:31.4732553Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4734030Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:04:31.4735233Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4736797Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4738527Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4740188Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4742046Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4744004Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4746142Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4748000Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4749543Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4751302Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2025-12-04T09:04:31.4753229Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2025-12-04T09:04:31.4754919Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4756834Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4758875Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4760948Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4762915Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4782741Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4784800Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4786990Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4788866Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4790608Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4792502Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4794482Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4796271Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4798087Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4800153Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2025-12-04T09:04:31.4802479Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2025-12-04T09:04:31.4804258Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2025-12-04T09:04:31.4805348Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4806528Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2025-12-04T09:04:31.4807886Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2025-12-04T09:04:31.4809478Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4811284Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4812984Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4814933Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4816902Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2025-12-04T09:04:31.4818645Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2025-12-04T09:04:31.4820206Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2025-12-04T09:04:31.4821275Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2025-12-04T09:04:31.4822669Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2025-12-04T09:04:31.4824337Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2025-12-04T09:04:31.4826125Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2025-12-04T09:04:31.4828022Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2025-12-04T09:04:31.4829808Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2025-12-04T09:04:31.4831537Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2025-12-04T09:04:31.4833237Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2025-12-04T09:04:31.4834819Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2025-12-04T09:04:31.4836244Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2025-12-04T09:04:31.4837454Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:04:31.4838718Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2025-12-04T09:04:31.4840220Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2025-12-04T09:04:31.4841513Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2025-12-04T09:04:31.4842804Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:04:31.4844316Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2025-12-04T09:04:31.4845731Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2025-12-04T09:04:31.4846997Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2025-12-04T09:04:31.4848176Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2025-12-04T09:04:31.4849587Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2025-12-04T09:04:31.4851202Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2025-12-04T09:04:31.4852508Z [----------] 172 tests from WeakIntrusivePtrTest (1 ms total) 2025-12-04T09:04:31.4852519Z 2025-12-04T09:04:31.4852686Z [----------] 3 tests from irangeTest 2025-12-04T09:04:31.4852844Z [ RUN ] irangeTest.range_test 2025-12-04T09:04:31.4853042Z [ OK ] irangeTest.range_test (0 ms) 2025-12-04T09:04:31.4853198Z [ RUN ] irangeTest.end_test 2025-12-04T09:04:31.4853369Z [ OK ] irangeTest.end_test (0 ms) 2025-12-04T09:04:31.4853562Z [ RUN ] irangeTest.neg_range_test 2025-12-04T09:04:31.4853743Z [ OK ] irangeTest.neg_range_test (0 ms) 2025-12-04T09:04:31.4853937Z [----------] 3 tests from irangeTest (0 ms total) 2025-12-04T09:04:31.4853944Z 2025-12-04T09:04:31.4854111Z [----------] 3 tests from irange 2025-12-04T09:04:31.4854328Z [ RUN ] irange.empty_reverse_range_two_inputs 2025-12-04T09:04:31.4854559Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2025-12-04T09:04:31.4854878Z [ RUN ] irange.empty_reverse_range_one_input 2025-12-04T09:04:31.4855164Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2025-12-04T09:04:31.4855344Z [ RUN ] irange.constexpr_ok 2025-12-04T09:04:31.4855529Z [ OK ] irange.constexpr_ok (0 ms) 2025-12-04T09:04:31.4855749Z [----------] 3 tests from irange (0 ms total) 2025-12-04T09:04:31.4855758Z 2025-12-04T09:04:31.4855921Z [----------] 3 tests from LazyTest 2025-12-04T09:04:31.4856102Z [ RUN ] LazyTest.OptimisticLazy 2025-12-04T09:04:31.4856304Z [ OK ] LazyTest.OptimisticLazy (0 ms) 2025-12-04T09:04:31.4856538Z [ RUN ] LazyTest.PrecomputedLazyValue 2025-12-04T09:04:31.4856772Z [ OK ] LazyTest.PrecomputedLazyValue (0 ms) 2025-12-04T09:04:31.4856966Z [ RUN ] LazyTest.OptimisticLazyValue 2025-12-04T09:04:31.4857207Z [ OK ] LazyTest.OptimisticLazyValue (0 ms) 2025-12-04T09:04:31.4857423Z [----------] 3 tests from LazyTest (1 ms total) 2025-12-04T09:04:31.4857431Z 2025-12-04T09:04:31.4857616Z [----------] 10 tests from LoggingTest 2025-12-04T09:04:31.4857835Z [ RUN ] LoggingTest.TestEnforceTrue 2025-12-04T09:04:31.4858064Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2025-12-04T09:04:31.4858276Z [ RUN ] LoggingTest.TestEnforceFalse 2025-12-04T09:04:31.4858504Z [ OK ] LoggingTest.TestEnforceFalse (0 ms) 2025-12-04T09:04:31.4858725Z [ RUN ] LoggingTest.TestEnforceEquals 2025-12-04T09:04:31.4858956Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2025-12-04T09:04:31.4859218Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2025-12-04T09:04:31.4859537Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2025-12-04T09:04:31.4860183Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2025-12-04T09:04:31.4860895Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2025-12-04T09:04:31.4861172Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2025-12-04T09:04:31.4861456Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2025-12-04T09:04:31.4861662Z [ RUN ] LoggingTest.EnforceShowcase 2025-12-04T09:04:31.4861885Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2025-12-04T09:04:31.4862070Z [ RUN ] LoggingTest.Join 2025-12-04T09:04:31.4862246Z [ OK ] LoggingTest.Join (0 ms) 2025-12-04T09:04:31.4862451Z [ RUN ] LoggingTest.TestDanglingElse 2025-12-04T09:04:31.4862700Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2025-12-04T09:04:31.4862900Z [ RUN ] LoggingTest.LazyBacktrace 2025-12-04T09:04:31.4863116Z [ OK ] LoggingTest.LazyBacktrace (0 ms) 2025-12-04T09:04:31.4863353Z [----------] 10 tests from LoggingTest (0 ms total) 2025-12-04T09:04:31.4863361Z 2025-12-04T09:04:31.4863529Z [----------] 1 test from NofatalTest 2025-12-04T09:04:31.4863770Z [ RUN ] NofatalTest.TorchCheckComparisons 2025-12-04T09:04:31.4864091Z [ OK ] NofatalTest.TorchCheckComparisons (8480 ms) 2025-12-04T09:04:31.4864336Z [----------] 1 test from NofatalTest (8480 ms total) 2025-12-04T09:04:31.4864349Z 2025-12-04T09:04:31.4864643Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2025-12-04T09:04:31.4864823Z [ RUN ] OptionalTest/0.Empty 2025-12-04T09:04:31.4865025Z [ OK ] OptionalTest/0.Empty (0 ms) 2025-12-04T09:04:31.4865212Z [ RUN ] OptionalTest/0.Initialized 2025-12-04T09:04:31.4865423Z [ OK ] OptionalTest/0.Initialized (0 ms) 2025-12-04T09:04:31.4865674Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2025-12-04T09:04:31.4865680Z 2025-12-04T09:04:31.4866028Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned long 2025-12-04T09:04:31.4866211Z [ RUN ] OptionalTest/1.Empty 2025-12-04T09:04:31.4866376Z [ OK ] OptionalTest/1.Empty (0 ms) 2025-12-04T09:04:31.4866550Z [ RUN ] OptionalTest/1.Initialized 2025-12-04T09:04:31.4866733Z [ OK ] OptionalTest/1.Initialized (0 ms) 2025-12-04T09:04:31.4866957Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2025-12-04T09:04:31.4866964Z 2025-12-04T09:04:31.4867463Z [----------] 2 tests from OptionalTest/2, where TypeParam = c10::ArrayRef 2025-12-04T09:04:31.4867682Z [ RUN ] OptionalTest/2.Empty 2025-12-04T09:04:31.4867866Z [ OK ] OptionalTest/2.Empty (0 ms) 2025-12-04T09:04:31.4868039Z [ RUN ] OptionalTest/2.Initialized 2025-12-04T09:04:31.4868221Z [ OK ] OptionalTest/2.Initialized (0 ms) 2025-12-04T09:04:31.4868445Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2025-12-04T09:04:31.4868452Z 2025-12-04T09:04:31.4869185Z [----------] 2 tests from OptionalTest/3, where TypeParam = std::basic_string,std::allocator > 2025-12-04T09:04:31.4869345Z [ RUN ] OptionalTest/3.Empty 2025-12-04T09:04:31.4869545Z [ OK ] OptionalTest/3.Empty (0 ms) 2025-12-04T09:04:31.4869734Z [ RUN ] OptionalTest/3.Initialized 2025-12-04T09:04:31.4869948Z [ OK ] OptionalTest/3.Initialized (0 ms) 2025-12-04T09:04:31.4870173Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2025-12-04T09:04:31.4870188Z 2025-12-04T09:04:31.4870370Z [----------] 1 test from OptionalTest 2025-12-04T09:04:31.4870553Z [ RUN ] OptionalTest.Nullopt 2025-12-04T09:04:31.4875436Z [ OK ] OptionalTest.Nullopt (0 ms) 2025-12-04T09:04:31.4875667Z [----------] 1 test from OptionalTest (0 ms total) 2025-12-04T09:04:31.4875675Z 2025-12-04T09:04:31.4876176Z [----------] 1 test from CmpTest/0, where TypeParam = std::pair,std::optional > 2025-12-04T09:04:31.4876324Z [ RUN ] CmpTest/0.Cmp 2025-12-04T09:04:31.4876493Z [ OK ] CmpTest/0.Cmp (0 ms) 2025-12-04T09:04:31.4876676Z [----------] 1 test from CmpTest/0 (0 ms total) 2025-12-04T09:04:31.4876682Z 2025-12-04T09:04:31.4877082Z [----------] 1 test from CmpTest/1, where TypeParam = std::pair,int> 2025-12-04T09:04:31.4877225Z [ RUN ] CmpTest/1.Cmp 2025-12-04T09:04:31.4877399Z [ OK ] CmpTest/1.Cmp (0 ms) 2025-12-04T09:04:31.4877576Z [----------] 1 test from CmpTest/1 (0 ms total) 2025-12-04T09:04:31.4877582Z 2025-12-04T09:04:31.4877984Z [----------] 1 test from CmpTest/2, where TypeParam = std::pair > 2025-12-04T09:04:31.4878144Z [ RUN ] CmpTest/2.Cmp 2025-12-04T09:04:31.4878291Z [ OK ] CmpTest/2.Cmp (0 ms) 2025-12-04T09:04:31.4878469Z [----------] 1 test from CmpTest/2 (0 ms total) 2025-12-04T09:04:31.4878476Z 2025-12-04T09:04:31.4878879Z [----------] 1 test from CmpTest/3, where TypeParam = std::pair,long> 2025-12-04T09:04:31.4879019Z [ RUN ] CmpTest/3.Cmp 2025-12-04T09:04:31.4879163Z [ OK ] CmpTest/3.Cmp (0 ms) 2025-12-04T09:04:31.4879356Z [----------] 1 test from CmpTest/3 (0 ms total) 2025-12-04T09:04:31.4879362Z 2025-12-04T09:04:31.4879766Z [----------] 1 test from CmpTest/4, where TypeParam = std::pair > 2025-12-04T09:04:31.4879904Z [ RUN ] CmpTest/4.Cmp 2025-12-04T09:04:31.4880182Z [ OK ] CmpTest/4.Cmp (0 ms) 2025-12-04T09:04:31.4880374Z [----------] 1 test from CmpTest/4 (0 ms total) 2025-12-04T09:04:31.4880386Z 2025-12-04T09:04:31.4880605Z [----------] 19 tests from OrderedPreservingDictTest 2025-12-04T09:04:31.4880903Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2025-12-04T09:04:31.4881258Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2025-12-04T09:04:31.4881663Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2025-12-04T09:04:31.4882138Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2025-12-04T09:04:31.4882387Z [ RUN ] OrderedPreservingDictTest.testRefType 2025-12-04T09:04:31.4882666Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2025-12-04T09:04:31.4882893Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2025-12-04T09:04:31.4883274Z [ OK ] OrderedPreservingDictTest.DictCollisions (146 ms) 2025-12-04T09:04:31.4883530Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2025-12-04T09:04:31.4883819Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2025-12-04T09:04:31.4884258Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2025-12-04T09:04:31.4884629Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2025-12-04T09:04:31.4884883Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2025-12-04T09:04:31.4885166Z [ OK ] OrderedPreservingDictTest.test_range_erase (7 ms) 2025-12-04T09:04:31.4885514Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2025-12-04T09:04:31.4885896Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2025-12-04T09:04:31.4886203Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2025-12-04T09:04:31.4886550Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2025-12-04T09:04:31.4886972Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2025-12-04T09:04:31.4887503Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2025-12-04T09:04:31.4887974Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2025-12-04T09:04:31.4888492Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2025-12-04T09:04:31.4888872Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2025-12-04T09:04:31.4889323Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2025-12-04T09:04:31.4889680Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2025-12-04T09:04:31.4890071Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2025-12-04T09:04:31.4890393Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2025-12-04T09:04:31.4890755Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2025-12-04T09:04:31.4890980Z [ RUN ] OrderedPreservingDictTest.test_at 2025-12-04T09:04:31.4891217Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2025-12-04T09:04:31.4891482Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2025-12-04T09:04:31.4891780Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2025-12-04T09:04:31.4892066Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2025-12-04T09:04:31.4892398Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2025-12-04T09:04:31.4892607Z [ RUN ] OrderedPreservingDictTest.test_swap 2025-12-04T09:04:31.4892857Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2025-12-04T09:04:31.4893099Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2025-12-04T09:04:31.4893401Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2025-12-04T09:04:31.4893713Z [----------] 19 tests from OrderedPreservingDictTest (155 ms total) 2025-12-04T09:04:31.4893721Z 2025-12-04T09:04:31.4893895Z [----------] 3 tests from RegistryTest 2025-12-04T09:04:31.4894093Z [ RUN ] RegistryTest.CanRunCreator 2025-12-04T09:04:31.4894432Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2025-12-04T09:04:31.4894721Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2025-12-04T09:04:31.4895046Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2025-12-04T09:04:31.4895279Z [ RUN ] RegistryTest.RegistryPriorities 2025-12-04T09:04:31.4895605Z Key already registered with the same priority: FooWithPriority 2025-12-04T09:04:31.4896114Z Higher priority item already registered, skipping registration of FooWithPriority 2025-12-04T09:04:31.4896357Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2025-12-04T09:04:31.4896564Z [----------] 3 tests from RegistryTest (0 ms total) 2025-12-04T09:04:31.4896571Z 2025-12-04T09:04:31.4897288Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,0u> 2025-12-04T09:04:31.4897544Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2025-12-04T09:04:31.4897820Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2025-12-04T09:04:31.4898048Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2025-12-04T09:04:31.4898413Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2025-12-04T09:04:31.4898650Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2025-12-04T09:04:31.4898866Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2025-12-04T09:04:31.4899038Z [ RUN ] SmallVectorTest/0.PushPopTest 2025-12-04T09:04:31.4899261Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2025-12-04T09:04:31.4899442Z [ RUN ] SmallVectorTest/0.ClearTest 2025-12-04T09:04:31.4899642Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2025-12-04T09:04:31.4899860Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2025-12-04T09:04:31.4900091Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2025-12-04T09:04:31.4900289Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2025-12-04T09:04:31.4900506Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2025-12-04T09:04:31.4900770Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2025-12-04T09:04:31.4901041Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2025-12-04T09:04:31.4901255Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2025-12-04T09:04:31.4901489Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2025-12-04T09:04:31.4901676Z [ RUN ] SmallVectorTest/0.OverflowTest 2025-12-04T09:04:31.4901877Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2025-12-04T09:04:31.4902088Z [ RUN ] SmallVectorTest/0.IterationTest 2025-12-04T09:04:31.4902296Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2025-12-04T09:04:31.4902467Z [ RUN ] SmallVectorTest/0.SwapTest 2025-12-04T09:04:31.4902642Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2025-12-04T09:04:31.4902842Z [ RUN ] SmallVectorTest/0.AppendTest 2025-12-04T09:04:31.4903034Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2025-12-04T09:04:31.4903253Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2025-12-04T09:04:31.4903507Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2025-12-04T09:04:31.4903723Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2025-12-04T09:04:31.4903941Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2025-12-04T09:04:31.4904269Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2025-12-04T09:04:31.4904678Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:04:31.4904905Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2025-12-04T09:04:31.4905148Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2025-12-04T09:04:31.4905360Z [ RUN ] SmallVectorTest/0.AssignTest 2025-12-04T09:04:31.4905571Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2025-12-04T09:04:31.4905777Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2025-12-04T09:04:31.4906001Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2025-12-04T09:04:31.4906209Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2025-12-04T09:04:31.4906455Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2025-12-04T09:04:31.4906762Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2025-12-04T09:04:31.4907025Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2025-12-04T09:04:31.4907248Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2025-12-04T09:04:31.4907471Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2025-12-04T09:04:31.4907661Z [ RUN ] SmallVectorTest/0.EraseTest 2025-12-04T09:04:31.4907863Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2025-12-04T09:04:31.4908070Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2025-12-04T09:04:31.4908285Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2025-12-04T09:04:31.4908479Z [ RUN ] SmallVectorTest/0.InsertTest 2025-12-04T09:04:31.4908663Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2025-12-04T09:04:31.4908842Z [ RUN ] SmallVectorTest/0.InsertCopy 2025-12-04T09:04:31.4909044Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2025-12-04T09:04:31.4909274Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2025-12-04T09:04:31.4909521Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2025-12-04T09:04:31.4909785Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2025-12-04T09:04:31.4910188Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:04:31.4910469Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2025-12-04T09:04:31.4910761Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:04:31.4911013Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2025-12-04T09:04:31.4911284Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:04:31.4911496Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2025-12-04T09:04:31.4911734Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2025-12-04T09:04:31.4911959Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2025-12-04T09:04:31.4912201Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2025-12-04T09:04:31.4912427Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2025-12-04T09:04:31.4912672Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2025-12-04T09:04:31.4912871Z [ RUN ] SmallVectorTest/0.ComparisonTest 2025-12-04T09:04:31.4913095Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2025-12-04T09:04:31.4913319Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2025-12-04T09:04:31.4913530Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2025-12-04T09:04:31.4913738Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2025-12-04T09:04:31.4913973Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2025-12-04T09:04:31.4914165Z [ RUN ] SmallVectorTest/0.IteratorTest 2025-12-04T09:04:31.4914359Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2025-12-04T09:04:31.4914602Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2025-12-04T09:04:31.4914609Z 2025-12-04T09:04:31.4915330Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,1u> 2025-12-04T09:04:31.4915565Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2025-12-04T09:04:31.4915848Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2025-12-04T09:04:31.4916056Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2025-12-04T09:04:31.4916292Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2025-12-04T09:04:31.4916510Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2025-12-04T09:04:31.4916750Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2025-12-04T09:04:31.4916955Z [ RUN ] SmallVectorTest/1.PushPopTest 2025-12-04T09:04:31.4917176Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2025-12-04T09:04:31.4917380Z [ RUN ] SmallVectorTest/1.ClearTest 2025-12-04T09:04:31.4917584Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2025-12-04T09:04:31.4917791Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2025-12-04T09:04:31.4918009Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2025-12-04T09:04:31.4918227Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2025-12-04T09:04:31.4918443Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2025-12-04T09:04:31.4918759Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2025-12-04T09:04:31.4919040Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2025-12-04T09:04:31.4919248Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2025-12-04T09:04:31.4919468Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2025-12-04T09:04:31.4919680Z [ RUN ] SmallVectorTest/1.OverflowTest 2025-12-04T09:04:31.4919878Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2025-12-04T09:04:31.4920071Z [ RUN ] SmallVectorTest/1.IterationTest 2025-12-04T09:04:31.4920263Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2025-12-04T09:04:31.4920456Z [ RUN ] SmallVectorTest/1.SwapTest 2025-12-04T09:04:31.4920658Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2025-12-04T09:04:31.4920851Z [ RUN ] SmallVectorTest/1.AppendTest 2025-12-04T09:04:31.4921070Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2025-12-04T09:04:31.4921290Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2025-12-04T09:04:31.4921532Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2025-12-04T09:04:31.4921875Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2025-12-04T09:04:31.4922113Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2025-12-04T09:04:31.4922459Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2025-12-04T09:04:31.4922832Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:04:31.4923076Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2025-12-04T09:04:31.4923400Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2025-12-04T09:04:31.4923594Z [ RUN ] SmallVectorTest/1.AssignTest 2025-12-04T09:04:31.4923809Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2025-12-04T09:04:31.4924016Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2025-12-04T09:04:31.4924239Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2025-12-04T09:04:31.4924452Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2025-12-04T09:04:31.4924716Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2025-12-04T09:04:31.4924934Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2025-12-04T09:04:31.4925175Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2025-12-04T09:04:31.4925400Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2025-12-04T09:04:31.4925625Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2025-12-04T09:04:31.4925811Z [ RUN ] SmallVectorTest/1.EraseTest 2025-12-04T09:04:31.4926016Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2025-12-04T09:04:31.4926226Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2025-12-04T09:04:31.4926452Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2025-12-04T09:04:31.4926640Z [ RUN ] SmallVectorTest/1.InsertTest 2025-12-04T09:04:31.4926864Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2025-12-04T09:04:31.4927055Z [ RUN ] SmallVectorTest/1.InsertCopy 2025-12-04T09:04:31.4927265Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2025-12-04T09:04:31.4927503Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2025-12-04T09:04:31.4927760Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2025-12-04T09:04:31.4928026Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2025-12-04T09:04:31.4928352Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:04:31.4928607Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2025-12-04T09:04:31.4928889Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:04:31.4929140Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2025-12-04T09:04:31.4929427Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:04:31.4929648Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2025-12-04T09:04:31.4929880Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2025-12-04T09:04:31.4930106Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2025-12-04T09:04:31.4930365Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2025-12-04T09:04:31.4930592Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2025-12-04T09:04:31.4930946Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2025-12-04T09:04:31.4931171Z [ RUN ] SmallVectorTest/1.ComparisonTest 2025-12-04T09:04:31.4931382Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2025-12-04T09:04:31.4931588Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2025-12-04T09:04:31.4931822Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2025-12-04T09:04:31.4932031Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2025-12-04T09:04:31.4932261Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2025-12-04T09:04:31.4932469Z [ RUN ] SmallVectorTest/1.IteratorTest 2025-12-04T09:04:31.4932675Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2025-12-04T09:04:31.4932911Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2025-12-04T09:04:31.4932920Z 2025-12-04T09:04:31.4933629Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,2u> 2025-12-04T09:04:31.4933847Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2025-12-04T09:04:31.4934180Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2025-12-04T09:04:31.4934411Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2025-12-04T09:04:31.4934711Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2025-12-04T09:04:31.4934952Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2025-12-04T09:04:31.4935181Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2025-12-04T09:04:31.4935389Z [ RUN ] SmallVectorTest/2.PushPopTest 2025-12-04T09:04:31.4935614Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2025-12-04T09:04:31.4935790Z [ RUN ] SmallVectorTest/2.ClearTest 2025-12-04T09:04:31.4935993Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2025-12-04T09:04:31.4936185Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2025-12-04T09:04:31.4936423Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2025-12-04T09:04:31.4936617Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2025-12-04T09:04:31.4936841Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2025-12-04T09:04:31.4937095Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2025-12-04T09:04:31.4937357Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2025-12-04T09:04:31.4937563Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2025-12-04T09:04:31.4937802Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2025-12-04T09:04:31.4938004Z [ RUN ] SmallVectorTest/2.OverflowTest 2025-12-04T09:04:31.4938207Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2025-12-04T09:04:31.4938411Z [ RUN ] SmallVectorTest/2.IterationTest 2025-12-04T09:04:31.4938643Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2025-12-04T09:04:31.4938812Z [ RUN ] SmallVectorTest/2.SwapTest 2025-12-04T09:04:31.4938986Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2025-12-04T09:04:31.4939177Z [ RUN ] SmallVectorTest/2.AppendTest 2025-12-04T09:04:31.4939374Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2025-12-04T09:04:31.4939598Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2025-12-04T09:04:31.4939811Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2025-12-04T09:04:31.4940041Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2025-12-04T09:04:31.4940284Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2025-12-04T09:04:31.4940598Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2025-12-04T09:04:31.4940960Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:04:31.4941180Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2025-12-04T09:04:31.4941411Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2025-12-04T09:04:31.4941604Z [ RUN ] SmallVectorTest/2.AssignTest 2025-12-04T09:04:31.4941811Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2025-12-04T09:04:31.4942008Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2025-12-04T09:04:31.4942230Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2025-12-04T09:04:31.4942454Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2025-12-04T09:04:31.4942747Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2025-12-04T09:04:31.4942949Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2025-12-04T09:04:31.4943180Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2025-12-04T09:04:31.4943391Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2025-12-04T09:04:31.4943607Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2025-12-04T09:04:31.4943787Z [ RUN ] SmallVectorTest/2.EraseTest 2025-12-04T09:04:31.4944004Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2025-12-04T09:04:31.4944207Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2025-12-04T09:04:31.4944423Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2025-12-04T09:04:31.4944630Z [ RUN ] SmallVectorTest/2.InsertTest 2025-12-04T09:04:31.4944830Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2025-12-04T09:04:31.4945020Z [ RUN ] SmallVectorTest/2.InsertCopy 2025-12-04T09:04:31.4945235Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2025-12-04T09:04:31.4945443Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2025-12-04T09:04:31.4945764Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2025-12-04T09:04:31.4946025Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2025-12-04T09:04:31.4946369Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:04:31.4946608Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2025-12-04T09:04:31.4946867Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:04:31.4947118Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2025-12-04T09:04:31.4947392Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:04:31.4947599Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2025-12-04T09:04:31.4947835Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2025-12-04T09:04:31.4948059Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2025-12-04T09:04:31.4948302Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2025-12-04T09:04:31.4948514Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2025-12-04T09:04:31.4948787Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2025-12-04T09:04:31.4949003Z [ RUN ] SmallVectorTest/2.ComparisonTest 2025-12-04T09:04:31.4949212Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2025-12-04T09:04:31.4949429Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2025-12-04T09:04:31.4949646Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2025-12-04T09:04:31.4949862Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2025-12-04T09:04:31.4950103Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2025-12-04T09:04:31.4950303Z [ RUN ] SmallVectorTest/2.IteratorTest 2025-12-04T09:04:31.4950511Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2025-12-04T09:04:31.4950750Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2025-12-04T09:04:31.4950758Z 2025-12-04T09:04:31.4951458Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,4u> 2025-12-04T09:04:31.4951711Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2025-12-04T09:04:31.4951967Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2025-12-04T09:04:31.4952218Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2025-12-04T09:04:31.4952465Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2025-12-04T09:04:31.4952682Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2025-12-04T09:04:31.4952924Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2025-12-04T09:04:31.4953127Z [ RUN ] SmallVectorTest/3.PushPopTest 2025-12-04T09:04:31.4953335Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2025-12-04T09:04:31.4953517Z [ RUN ] SmallVectorTest/3.ClearTest 2025-12-04T09:04:31.4953737Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2025-12-04T09:04:31.4953947Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2025-12-04T09:04:31.4954181Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2025-12-04T09:04:31.4954460Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2025-12-04T09:04:31.4954675Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2025-12-04T09:04:31.4954918Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2025-12-04T09:04:31.4955206Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2025-12-04T09:04:31.4955411Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2025-12-04T09:04:31.4955633Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2025-12-04T09:04:31.4955827Z [ RUN ] SmallVectorTest/3.OverflowTest 2025-12-04T09:04:31.4956050Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2025-12-04T09:04:31.4956249Z [ RUN ] SmallVectorTest/3.IterationTest 2025-12-04T09:04:31.4956467Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2025-12-04T09:04:31.4956667Z [ RUN ] SmallVectorTest/3.SwapTest 2025-12-04T09:04:31.4956863Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2025-12-04T09:04:31.4957039Z [ RUN ] SmallVectorTest/3.AppendTest 2025-12-04T09:04:31.4957238Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2025-12-04T09:04:31.4957482Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2025-12-04T09:04:31.4957831Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2025-12-04T09:04:31.4958093Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2025-12-04T09:04:31.4958339Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2025-12-04T09:04:31.4958654Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2025-12-04T09:04:31.4959027Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:04:31.4959267Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2025-12-04T09:04:31.4959500Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2025-12-04T09:04:31.4959688Z [ RUN ] SmallVectorTest/3.AssignTest 2025-12-04T09:04:31.4959870Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2025-12-04T09:04:31.4960082Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2025-12-04T09:04:31.4960307Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2025-12-04T09:04:31.4960538Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2025-12-04T09:04:31.4960792Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2025-12-04T09:04:31.4961023Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2025-12-04T09:04:31.4961257Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2025-12-04T09:04:31.4961480Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2025-12-04T09:04:31.4961699Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2025-12-04T09:04:31.4961880Z [ RUN ] SmallVectorTest/3.EraseTest 2025-12-04T09:04:31.4962078Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2025-12-04T09:04:31.4962298Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2025-12-04T09:04:31.4962522Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2025-12-04T09:04:31.4962713Z [ RUN ] SmallVectorTest/3.InsertTest 2025-12-04T09:04:31.4962931Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2025-12-04T09:04:31.4963214Z [ RUN ] SmallVectorTest/3.InsertCopy 2025-12-04T09:04:31.4963430Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2025-12-04T09:04:31.4963636Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2025-12-04T09:04:31.4963877Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2025-12-04T09:04:31.4964123Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2025-12-04T09:04:31.4964408Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:04:31.4964667Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2025-12-04T09:04:31.4964939Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:04:31.4965183Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2025-12-04T09:04:31.4965476Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:04:31.4965688Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2025-12-04T09:04:31.4965914Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2025-12-04T09:04:31.4966141Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2025-12-04T09:04:31.4966478Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2025-12-04T09:04:31.4966689Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2025-12-04T09:04:31.4966915Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2025-12-04T09:04:31.4967116Z [ RUN ] SmallVectorTest/3.ComparisonTest 2025-12-04T09:04:31.4967341Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2025-12-04T09:04:31.4967548Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2025-12-04T09:04:31.4967771Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2025-12-04T09:04:31.4967981Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2025-12-04T09:04:31.4968202Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2025-12-04T09:04:31.4968395Z [ RUN ] SmallVectorTest/3.IteratorTest 2025-12-04T09:04:31.4968624Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2025-12-04T09:04:31.4968864Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2025-12-04T09:04:31.4968873Z 2025-12-04T09:04:31.4969586Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,5u> 2025-12-04T09:04:31.4969946Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2025-12-04T09:04:31.4970262Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2025-12-04T09:04:31.4970482Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2025-12-04T09:04:31.4971033Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2025-12-04T09:04:31.4971258Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2025-12-04T09:04:31.4971484Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2025-12-04T09:04:31.4971686Z [ RUN ] SmallVectorTest/4.PushPopTest 2025-12-04T09:04:31.4971910Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2025-12-04T09:04:31.4972086Z [ RUN ] SmallVectorTest/4.ClearTest 2025-12-04T09:04:31.4972268Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2025-12-04T09:04:31.4972493Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2025-12-04T09:04:31.4972717Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2025-12-04T09:04:31.4972905Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2025-12-04T09:04:31.4973126Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2025-12-04T09:04:31.4973342Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2025-12-04T09:04:31.4973600Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2025-12-04T09:04:31.4973801Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2025-12-04T09:04:31.4974028Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2025-12-04T09:04:31.4974220Z [ RUN ] SmallVectorTest/4.OverflowTest 2025-12-04T09:04:31.4974433Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2025-12-04T09:04:31.4974647Z [ RUN ] SmallVectorTest/4.IterationTest 2025-12-04T09:04:31.4974866Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2025-12-04T09:04:31.4975051Z [ RUN ] SmallVectorTest/4.SwapTest 2025-12-04T09:04:31.4975251Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2025-12-04T09:04:31.4975455Z [ RUN ] SmallVectorTest/4.AppendTest 2025-12-04T09:04:31.4975655Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2025-12-04T09:04:31.4975863Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2025-12-04T09:04:31.4976103Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2025-12-04T09:04:31.4976322Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2025-12-04T09:04:31.4976547Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2025-12-04T09:04:31.4976888Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2025-12-04T09:04:31.4977236Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2025-12-04T09:04:31.4977458Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2025-12-04T09:04:31.4977700Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2025-12-04T09:04:31.4977902Z [ RUN ] SmallVectorTest/4.AssignTest 2025-12-04T09:04:31.4978109Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2025-12-04T09:04:31.4978318Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2025-12-04T09:04:31.4978677Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2025-12-04T09:04:31.4978891Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2025-12-04T09:04:31.4979110Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2025-12-04T09:04:31.4979329Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2025-12-04T09:04:31.4979565Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2025-12-04T09:04:31.4979767Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2025-12-04T09:04:31.4979994Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2025-12-04T09:04:31.4980188Z [ RUN ] SmallVectorTest/4.EraseTest 2025-12-04T09:04:31.4980371Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2025-12-04T09:04:31.4980576Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2025-12-04T09:04:31.4980808Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2025-12-04T09:04:31.4980990Z [ RUN ] SmallVectorTest/4.InsertTest 2025-12-04T09:04:31.4981187Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2025-12-04T09:04:31.4981367Z [ RUN ] SmallVectorTest/4.InsertCopy 2025-12-04T09:04:31.4981590Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2025-12-04T09:04:31.4981938Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2025-12-04T09:04:31.4982242Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2025-12-04T09:04:31.4982504Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2025-12-04T09:04:31.4982786Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2025-12-04T09:04:31.4983015Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2025-12-04T09:04:31.4983307Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2025-12-04T09:04:31.4983532Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2025-12-04T09:04:31.4983807Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2025-12-04T09:04:31.4983997Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2025-12-04T09:04:31.4984228Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2025-12-04T09:04:31.4984454Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2025-12-04T09:04:31.4984692Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2025-12-04T09:04:31.4984927Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2025-12-04T09:04:31.4985161Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2025-12-04T09:04:31.4985356Z [ RUN ] SmallVectorTest/4.ComparisonTest 2025-12-04T09:04:31.4985593Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2025-12-04T09:04:31.4985792Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2025-12-04T09:04:31.4986005Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2025-12-04T09:04:31.4986203Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2025-12-04T09:04:31.4986446Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2025-12-04T09:04:31.4986623Z [ RUN ] SmallVectorTest/4.IteratorTest 2025-12-04T09:04:31.4986824Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2025-12-04T09:04:31.4987075Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2025-12-04T09:04:31.4987087Z 2025-12-04T09:04:31.4987258Z [----------] 5 tests from SmallVectorTest 2025-12-04T09:04:31.4987491Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2025-12-04T09:04:31.4987731Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2025-12-04T09:04:31.4987907Z [ RUN ] SmallVectorTest.MidInsert 2025-12-04T09:04:31.4988097Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2025-12-04T09:04:31.4988279Z [ RUN ] SmallVectorTest.EmplaceBack 2025-12-04T09:04:31.4988498Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2025-12-04T09:04:31.4988720Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2025-12-04T09:04:31.4988986Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2025-12-04T09:04:31.4989216Z [ RUN ] SmallVectorTest.InitializerList 2025-12-04T09:04:31.4989434Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2025-12-04T09:04:31.4989659Z [----------] 5 tests from SmallVectorTest (0 ms total) 2025-12-04T09:04:31.4989666Z 2025-12-04T09:04:31.4991060Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,4u> > 2025-12-04T09:04:31.4991273Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2025-12-04T09:04:31.4991510Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2025-12-04T09:04:31.4991797Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2025-12-04T09:04:31.4991806Z 2025-12-04T09:04:31.4993056Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,2u> > 2025-12-04T09:04:31.4993274Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2025-12-04T09:04:31.4993535Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2025-12-04T09:04:31.4993799Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2025-12-04T09:04:31.4993807Z 2025-12-04T09:04:31.4995176Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,4u> > 2025-12-04T09:04:31.4995458Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2025-12-04T09:04:31.4995716Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2025-12-04T09:04:31.4995980Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2025-12-04T09:04:31.4995987Z 2025-12-04T09:04:31.4997258Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,2u> > 2025-12-04T09:04:31.4997499Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2025-12-04T09:04:31.4997757Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2025-12-04T09:04:31.4998019Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2025-12-04T09:04:31.4998026Z 2025-12-04T09:04:31.4998249Z [----------] 1 test from SmallVectorCustomTest 2025-12-04T09:04:31.4998480Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2025-12-04T09:04:31.4998737Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2025-12-04T09:04:31.4999020Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2025-12-04T09:04:31.4999027Z 2025-12-04T09:04:31.4999709Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = c10::SmallVector 2025-12-04T09:04:31.5000013Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2025-12-04T09:04:31.5000378Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2025-12-04T09:04:31.5000708Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2025-12-04T09:04:31.5001103Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2025-12-04T09:04:31.5001399Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2025-12-04T09:04:31.5001726Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2025-12-04T09:04:31.5002030Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2025-12-04T09:04:31.5002344Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2025-12-04T09:04:31.5002672Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2025-12-04T09:04:31.5003023Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (18004 ms) 2025-12-04T09:04:31.5003382Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2025-12-04T09:04:31.5003711Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2025-12-04T09:04:31.5004034Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2025-12-04T09:04:31.5004441Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (15598 ms) 2025-12-04T09:04:31.5004750Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2025-12-04T09:04:31.5005080Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2025-12-04T09:04:31.5005386Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2025-12-04T09:04:31.5005829Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2025-12-04T09:04:31.5006139Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2025-12-04T09:04:31.5006478Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2025-12-04T09:04:31.5006789Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2025-12-04T09:04:31.5007204Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (14902 ms) 2025-12-04T09:04:31.5007524Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2025-12-04T09:04:31.5007900Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2025-12-04T09:04:31.5008340Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (48505 ms total) 2025-12-04T09:04:31.5008350Z 2025-12-04T09:04:31.5009316Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,3u> 2025-12-04T09:04:31.5009632Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2025-12-04T09:04:31.5010080Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2025-12-04T09:04:31.5010410Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2025-12-04T09:04:31.5010854Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2025-12-04T09:04:31.5011163Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2025-12-04T09:04:31.5011460Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2025-12-04T09:04:31.5011745Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2025-12-04T09:04:31.5012055Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2025-12-04T09:04:31.5012375Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2025-12-04T09:04:31.5012772Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (15204 ms) 2025-12-04T09:04:31.5013056Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2025-12-04T09:04:31.5013390Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2025-12-04T09:04:31.5013710Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2025-12-04T09:04:31.5014117Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (14870 ms) 2025-12-04T09:04:31.5014417Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2025-12-04T09:04:31.5014712Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2025-12-04T09:04:31.5015027Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2025-12-04T09:04:31.5015391Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2025-12-04T09:04:31.5015713Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2025-12-04T09:04:31.5016035Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2025-12-04T09:04:31.5016341Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2025-12-04T09:04:31.5016756Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (15576 ms) 2025-12-04T09:04:31.5017072Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2025-12-04T09:04:31.5017454Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2025-12-04T09:04:31.5017893Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (45672 ms total) 2025-12-04T09:04:31.5017903Z 2025-12-04T09:04:31.5018823Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = c10::SmallVector,3u> 2025-12-04T09:04:31.5019236Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2025-12-04T09:04:31.5019716Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2025-12-04T09:04:31.5020196Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2025-12-04T09:04:31.5020204Z 2025-12-04T09:04:31.5021572Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = c10::SmallVector,3u> 2025-12-04T09:04:31.5022128Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2025-12-04T09:04:31.5022569Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2025-12-04T09:04:31.5023050Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2025-12-04T09:04:31.5023058Z 2025-12-04T09:04:31.5023257Z [----------] 6 tests from StringUtilTest 2025-12-04T09:04:31.5023495Z [ RUN ] StringUtilTest.testStrNarrowSingle 2025-12-04T09:04:31.5023752Z [ OK ] StringUtilTest.testStrNarrowSingle (0 ms) 2025-12-04T09:04:31.5023965Z [ RUN ] StringUtilTest.testStrWideSingle 2025-12-04T09:04:31.5024204Z [ OK ] StringUtilTest.testStrWideSingle (0 ms) 2025-12-04T09:04:31.5024456Z [ RUN ] StringUtilTest.testStrWideSingleMultibyte 2025-12-04T09:04:31.5024765Z [ OK ] StringUtilTest.testStrWideSingleMultibyte (0 ms) 2025-12-04T09:04:31.5025008Z [ RUN ] StringUtilTest.testStrWideEmpty 2025-12-04T09:04:31.5025248Z [ OK ] StringUtilTest.testStrWideEmpty (0 ms) 2025-12-04T09:04:31.5025552Z [ RUN ] StringUtilTest.testStrMulti 2025-12-04T09:04:31.5025818Z [ OK ] StringUtilTest.testStrMulti (0 ms) 2025-12-04T09:04:31.5026008Z [ RUN ] StringUtilTest.testStrEnum 2025-12-04T09:04:31.5026209Z [ OK ] StringUtilTest.testStrEnum (0 ms) 2025-12-04T09:04:31.5026441Z [----------] 6 tests from StringUtilTest (0 ms total) 2025-12-04T09:04:31.5026467Z 2025-12-04T09:04:31.5026629Z [----------] 2 tests from tryToTest 2025-12-04T09:04:31.5026799Z [ RUN ] tryToTest.Int64T 2025-12-04T09:04:31.5026974Z [ OK ] tryToTest.Int64T (0 ms) 2025-12-04T09:04:31.5027157Z [ RUN ] tryToTest.Double 2025-12-04T09:04:31.5027328Z [ OK ] tryToTest.Double (0 ms) 2025-12-04T09:04:31.5027532Z [----------] 2 tests from tryToTest (0 ms total) 2025-12-04T09:04:31.5027539Z 2025-12-04T09:04:31.5027700Z [----------] 4 tests from SplitTest 2025-12-04T09:04:31.5027862Z [ RUN ] SplitTest.NormalCase 2025-12-04T09:04:31.5028045Z [ OK ] SplitTest.NormalCase (0 ms) 2025-12-04T09:04:31.5028230Z [ RUN ] SplitTest.EmptyString 2025-12-04T09:04:31.5028441Z [ OK ] SplitTest.EmptyString (0 ms) 2025-12-04T09:04:31.5028620Z [ RUN ] SplitTest.NoDelimiter 2025-12-04T09:04:31.5028813Z [ OK ] SplitTest.NoDelimiter (0 ms) 2025-12-04T09:04:31.5029054Z [ RUN ] SplitTest.ConsecutiveDelimiters 2025-12-04T09:04:31.5029294Z [ OK ] SplitTest.ConsecutiveDelimiters (0 ms) 2025-12-04T09:04:31.5029501Z [----------] 4 tests from SplitTest (0 ms total) 2025-12-04T09:04:31.5029508Z 2025-12-04T09:04:31.5029695Z [----------] 1 test from TempFileTest 2025-12-04T09:04:31.5029927Z [ RUN ] TempFileTest.MatchesExpectedPattern 2025-12-04T09:04:31.5030170Z [ OK ] TempFileTest.MatchesExpectedPattern (0 ms) 2025-12-04T09:04:31.5030366Z [----------] 1 test from TempFileTest (0 ms total) 2025-12-04T09:04:31.5030373Z 2025-12-04T09:04:31.5030557Z [----------] 1 test from TempDirTest 2025-12-04T09:04:31.5030752Z [ RUN ] TempDirTest.tryMakeTempdir 2025-12-04T09:04:31.5030967Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2025-12-04T09:04:31.5031191Z [----------] 1 test from TempDirTest (0 ms total) 2025-12-04T09:04:31.5031198Z 2025-12-04T09:04:31.5031501Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test 2025-12-04T09:04:31.5031882Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 2025-12-04T09:04:31.5032313Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2025-12-04T09:04:31.5032667Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 2025-12-04T09:04:31.5033069Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2025-12-04T09:04:31.5033446Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 2025-12-04T09:04:31.5033871Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2025-12-04T09:04:31.5034323Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 2025-12-04T09:04:31.5034751Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2025-12-04T09:04:31.5035131Z [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 2025-12-04T09:04:31.5035547Z [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2025-12-04T09:04:31.5035914Z [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test (0 ms total) 2025-12-04T09:04:31.5035923Z 2025-12-04T09:04:31.5036160Z [----------] 1 test from nullopt/SelfCompareTest 2025-12-04T09:04:31.5036402Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2025-12-04T09:04:31.5036663Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2025-12-04T09:04:31.5036952Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2025-12-04T09:04:31.5036960Z 2025-12-04T09:04:31.5037155Z [----------] 1 test from int/SelfCompareTest 2025-12-04T09:04:31.5037382Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2025-12-04T09:04:31.5037636Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2025-12-04T09:04:31.5037995Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2025-12-04T09:04:31.5038052Z 2025-12-04T09:04:31.5038275Z [----------] Global test environment tear-down 2025-12-04T09:04:31.5038536Z [==========] 749 tests from 85 test suites ran. (115085 ms total) 2025-12-04T09:04:31.5038722Z [ PASSED ] 749 tests. 2025-12-04T09:04:31.5038928Z ================================================================================ 2025-12-04T09:04:31.5039817Z [2,314 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:31.5040206Z Testing //c10/test:util_base_tests; 115s processwrapper-sandbox 2025-12-04T09:04:31.5040419Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:31.5040625Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:31.5040847Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.5041036Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.5041243Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.5041446Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.5041674Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:31.6896739Z 2025-12-04T09:04:31.6897468Z  2025-12-04T09:04:31.6897680Z  2025-12-04T09:04:31.6897847Z  2025-12-04T09:04:31.6898007Z  2025-12-04T09:04:31.6898174Z  2025-12-04T09:04:31.6898354Z  2025-12-04T09:04:31.6898526Z  2025-12-04T09:04:31.6898697Z  2025-12-04T09:04:31.6899404Z [2,317 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:31.6899634Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:31.6899833Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:31.6900035Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:31.6900240Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.6900461Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:31.6900652Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:31.6900851Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:31.6901045Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:31.9501886Z 2025-12-04T09:04:31.9502847Z  2025-12-04T09:04:31.9503278Z  2025-12-04T09:04:31.9503646Z  2025-12-04T09:04:31.9503991Z  2025-12-04T09:04:31.9504309Z  2025-12-04T09:04:31.9504663Z  2025-12-04T09:04:31.9505016Z  2025-12-04T09:04:31.9505369Z  2025-12-04T09:04:31.9506220Z [2,319 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:31.9507111Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:31.9508155Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.9508739Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.9509288Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.9510203Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.9510944Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.9511716Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:31.9512545Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:32.2731096Z 2025-12-04T09:04:32.2732199Z  2025-12-04T09:04:32.2732679Z  2025-12-04T09:04:32.2733061Z  2025-12-04T09:04:32.2733430Z  2025-12-04T09:04:32.2733781Z  2025-12-04T09:04:32.2734152Z  2025-12-04T09:04:32.2734513Z  2025-12-04T09:04:32.2734879Z  2025-12-04T09:04:32.2735657Z [2,320 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:32.2736451Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:32.2737016Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.2737563Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.2738116Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.2738639Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.2739217Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.2740348Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.2741307Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:32.4836751Z 2025-12-04T09:04:32.4837965Z  2025-12-04T09:04:32.4839203Z  2025-12-04T09:04:32.4840014Z  2025-12-04T09:04:32.4840496Z  2025-12-04T09:04:32.4841364Z  2025-12-04T09:04:32.4841970Z  2025-12-04T09:04:32.4842735Z  2025-12-04T09:04:32.4843159Z  2025-12-04T09:04:32.4844345Z [2,321 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:32.4844962Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.4845523Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.4846007Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.4846524Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.4847072Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.4847845Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.4848927Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.4849743Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:32.6778563Z 2025-12-04T09:04:32.6779279Z  2025-12-04T09:04:32.6779671Z  2025-12-04T09:04:32.6780014Z  2025-12-04T09:04:32.6780350Z  2025-12-04T09:04:32.6780698Z  2025-12-04T09:04:32.6781025Z  2025-12-04T09:04:32.6781369Z  2025-12-04T09:04:32.6781709Z  2025-12-04T09:04:32.6782504Z INFO: From Compiling aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: 2025-12-04T09:04:32.6783578Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: In lambda function: 2025-12-04T09:04:32.6785096Z 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 2025-12-04T09:04:32.6786462Z 42 | [](Vec /* unused */) { return 0.0; }, 2025-12-04T09:04:32.6786964Z | ^ 2025-12-04T09:04:32.6788241Z [2,324 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:32.6789182Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.6789798Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.6790695Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.6791833Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.6792716Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.6793571Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.6794442Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:32.6795056Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:32.9505480Z 2025-12-04T09:04:32.9506080Z  2025-12-04T09:04:32.9877636Z  2025-12-04T09:04:32.9877999Z  2025-12-04T09:04:32.9878361Z  2025-12-04T09:04:32.9878713Z  2025-12-04T09:04:32.9879114Z  2025-12-04T09:04:32.9879458Z  2025-12-04T09:04:32.9879814Z  2025-12-04T09:04:32.9880664Z [2,325 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:32.9881559Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:32.9882375Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.9883584Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.9884443Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:32.9885245Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:32.9886106Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:32.9886654Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:32.9887229Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:33.6434558Z 2025-12-04T09:04:33.6435329Z  2025-12-04T09:04:33.6435769Z  2025-12-04T09:04:33.6437944Z  2025-12-04T09:04:33.6438702Z  2025-12-04T09:04:33.6439771Z  2025-12-04T09:04:33.6440016Z  2025-12-04T09:04:33.6440369Z  2025-12-04T09:04:33.6440587Z  2025-12-04T09:04:33.6441238Z [2,326 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:33.6441772Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:33.6442415Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:33.6443359Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:33.6443968Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:33.6444410Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:33.6444751Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:33.6445135Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:33.6445463Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:33.8837864Z 2025-12-04T09:04:33.8838636Z  2025-12-04T09:04:33.8839005Z  2025-12-04T09:04:33.8839255Z  2025-12-04T09:04:33.8839475Z  2025-12-04T09:04:33.8839793Z  2025-12-04T09:04:33.8840128Z  2025-12-04T09:04:33.8840471Z  2025-12-04T09:04:33.8840826Z  2025-12-04T09:04:33.8841680Z [2,327 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:33.8842536Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:33.8843441Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:33.8844540Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:33.8845447Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:33.8846029Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:33.8846603Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:33.8847138Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:33.8847685Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:34.1890138Z 2025-12-04T09:04:34.1890938Z  2025-12-04T09:04:34.1891379Z  2025-12-04T09:04:34.1891730Z  2025-12-04T09:04:34.1892065Z  2025-12-04T09:04:34.1892401Z  2025-12-04T09:04:34.1892718Z  2025-12-04T09:04:34.1893069Z  2025-12-04T09:04:34.1893398Z  2025-12-04T09:04:34.1894200Z [2,327 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:34.1895015Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:34.1895778Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.1896795Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.1897553Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:34.1898075Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.1898826Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.1899340Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.1899868Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:34.5896586Z 2025-12-04T09:04:34.5897536Z  2025-12-04T09:04:34.5898111Z  2025-12-04T09:04:34.5898627Z  2025-12-04T09:04:34.5899594Z  2025-12-04T09:04:34.5900015Z  2025-12-04T09:04:34.5900390Z  2025-12-04T09:04:34.5900739Z  2025-12-04T09:04:34.5901094Z  2025-12-04T09:04:34.5901954Z [2,328 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:34.5905577Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:34.5908058Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.5909204Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.5910045Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:34.5910638Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.5911511Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.5912074Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:34.5912773Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:34.7898059Z 2025-12-04T09:04:34.7898840Z  2025-12-04T09:04:34.7899281Z  2025-12-04T09:04:34.7899702Z  2025-12-04T09:04:34.7900054Z  2025-12-04T09:04:34.7900432Z  2025-12-04T09:04:34.7900818Z  2025-12-04T09:04:34.7901171Z  2025-12-04T09:04:34.7901524Z  2025-12-04T09:04:34.7902426Z [2,330 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:34.7903685Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:34.7904716Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.7906164Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.7907156Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:34.7907833Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:34.7908800Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:34.7910577Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.7911125Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:34.9981419Z 2025-12-04T09:04:34.9982084Z  2025-12-04T09:04:34.9982492Z  2025-12-04T09:04:34.9982864Z  2025-12-04T09:04:34.9983205Z  2025-12-04T09:04:34.9983567Z  2025-12-04T09:04:34.9983911Z  2025-12-04T09:04:34.9984260Z  2025-12-04T09:04:34.9984602Z  2025-12-04T09:04:34.9985460Z [2,331 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:34.9986356Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:34.9987193Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.9988352Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:34.9989201Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:34.9990036Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:34.9990901Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.9991444Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:34.9992017Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:35.2544498Z 2025-12-04T09:04:35.2545216Z  2025-12-04T09:04:35.2545653Z  2025-12-04T09:04:35.2546000Z  2025-12-04T09:04:35.2546360Z  2025-12-04T09:04:35.2546701Z  2025-12-04T09:04:35.2547053Z  2025-12-04T09:04:35.2547391Z  2025-12-04T09:04:35.2547750Z  2025-12-04T09:04:35.2548611Z [2,333 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:35.2549966Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 5s processwrapper-sandbox 2025-12-04T09:04:35.2551120Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2025-12-04T09:04:35.2551949Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:35.2552529Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:35.2553072Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:35.2553885Z Compiling aten/src/ATen/RegisterMkldnnCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:35.2554736Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:35.2555282Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:35.5934056Z 2025-12-04T09:04:35.5934687Z  2025-12-04T09:04:35.5934951Z  2025-12-04T09:04:35.5935219Z  2025-12-04T09:04:35.5935433Z  2025-12-04T09:04:35.5935631Z  2025-12-04T09:04:35.5935854Z  2025-12-04T09:04:35.5936100Z  2025-12-04T09:04:35.5936313Z  2025-12-04T09:04:35.5936865Z [2,333 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:35.5937848Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 5s processwrapper-sandbox 2025-12-04T09:04:35.5938539Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2025-12-04T09:04:35.5939164Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:35.5939482Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:35.5939864Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:35.5940338Z Compiling aten/src/ATen/RegisterMkldnnCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:35.5940878Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:35.5941220Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:35.7937898Z 2025-12-04T09:04:35.7938798Z  2025-12-04T09:04:35.7939272Z  2025-12-04T09:04:35.7939621Z  2025-12-04T09:04:35.7939985Z  2025-12-04T09:04:35.7940346Z  2025-12-04T09:04:35.7940693Z  2025-12-04T09:04:35.7941081Z  2025-12-04T09:04:35.7941371Z  2025-12-04T09:04:35.7942093Z [2,334 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:35.7943247Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2025-12-04T09:04:35.7944157Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:35.7944615Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:35.7944969Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:35.7945727Z Compiling aten/src/ATen/RegisterMkldnnCPU_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:35.7946652Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:35.7947246Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:35.7947843Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:36.0837360Z 2025-12-04T09:04:36.0838068Z  2025-12-04T09:04:36.0838508Z  2025-12-04T09:04:36.0838860Z  2025-12-04T09:04:36.0839212Z  2025-12-04T09:04:36.0839585Z  2025-12-04T09:04:36.0839940Z  2025-12-04T09:04:36.0840263Z  2025-12-04T09:04:36.0840609Z  2025-12-04T09:04:36.0841472Z [2,337 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:36.0842367Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.0842892Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.0843545Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.0844088Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.0844670Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.0845242Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.0845793Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:36.0846332Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:36.3943962Z 2025-12-04T09:04:36.3945698Z  2025-12-04T09:04:36.3946106Z  2025-12-04T09:04:36.3946489Z  2025-12-04T09:04:36.3946851Z  2025-12-04T09:04:36.3947219Z  2025-12-04T09:04:36.3947774Z  2025-12-04T09:04:36.3948115Z  2025-12-04T09:04:36.3948469Z  2025-12-04T09:04:36.3949347Z [2,337 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:36.3950252Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.3950812Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.3951361Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.3951898Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.3952457Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.3953013Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.3953560Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.3954100Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:36.7582229Z 2025-12-04T09:04:36.7584542Z  2025-12-04T09:04:36.7584975Z  2025-12-04T09:04:36.7585341Z  2025-12-04T09:04:36.7585713Z  2025-12-04T09:04:36.7586071Z  2025-12-04T09:04:36.7586468Z  2025-12-04T09:04:36.7586830Z  2025-12-04T09:04:36.7587198Z  2025-12-04T09:04:36.7588409Z [2,338 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:36.7589435Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.7590046Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.7590617Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.7591212Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.7591772Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.7592333Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.7592864Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.7593422Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:36.9949470Z 2025-12-04T09:04:36.9950182Z  2025-12-04T09:04:36.9950603Z  2025-12-04T09:04:36.9950964Z  2025-12-04T09:04:36.9951302Z  2025-12-04T09:04:36.9951644Z  2025-12-04T09:04:36.9951988Z  2025-12-04T09:04:36.9952349Z  2025-12-04T09:04:36.9952694Z  2025-12-04T09:04:36.9953571Z [2,338 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:36.9954520Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.9955107Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.9955694Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.9956269Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:36.9956863Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.9957436Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:36.9958032Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:36.9958636Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:37.3648333Z 2025-12-04T09:04:37.3649076Z  2025-12-04T09:04:37.3649465Z  2025-12-04T09:04:37.3649799Z  2025-12-04T09:04:37.3650274Z  2025-12-04T09:04:37.3650653Z  2025-12-04T09:04:37.3651024Z  2025-12-04T09:04:37.3651352Z  2025-12-04T09:04:37.3651670Z  2025-12-04T09:04:37.3652560Z [2,341 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:04:37.3653466Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.3654031Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.3654604Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.3655168Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.3655727Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.3656262Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.3656850Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:37.3657406Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:37.5954878Z 2025-12-04T09:04:37.5955610Z  2025-12-04T09:04:37.5956019Z  2025-12-04T09:04:37.5956350Z  2025-12-04T09:04:37.5956673Z  2025-12-04T09:04:37.5956958Z  2025-12-04T09:04:37.5957285Z  2025-12-04T09:04:37.5957849Z  2025-12-04T09:04:37.5958205Z  2025-12-04T09:04:37.5959108Z [2,341 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:37.5959939Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.5960436Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.5960957Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.5961477Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.5962004Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.5962538Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.5963059Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:37.5963692Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:04:37.9958371Z 2025-12-04T09:04:37.9959080Z  2025-12-04T09:04:37.9959457Z  2025-12-04T09:04:37.9959805Z  2025-12-04T09:04:37.9960116Z  2025-12-04T09:04:37.9960483Z  2025-12-04T09:04:37.9960841Z  2025-12-04T09:04:37.9961239Z  2025-12-04T09:04:37.9961597Z  2025-12-04T09:04:37.9962756Z [2,344 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:37.9963908Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.9964474Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:37.9965053Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.9965572Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:37.9966137Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:37.9966712Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:37.9967311Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:37.9967893Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:38.3746884Z 2025-12-04T09:04:38.3748005Z  2025-12-04T09:04:38.3748559Z  2025-12-04T09:04:38.3748919Z  2025-12-04T09:04:38.3749591Z  2025-12-04T09:04:38.3749958Z  2025-12-04T09:04:38.3750399Z  2025-12-04T09:04:38.3750790Z  2025-12-04T09:04:38.3751348Z  2025-12-04T09:04:38.3752351Z [2,345 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:38.3753301Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:38.3754071Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:38.3754775Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:38.3755530Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:38.3756127Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.3756852Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.3757598Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.3758207Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:38.5962108Z 2025-12-04T09:04:38.5962824Z  2025-12-04T09:04:38.5963378Z  2025-12-04T09:04:38.5963747Z  2025-12-04T09:04:38.5964117Z  2025-12-04T09:04:38.5964419Z  2025-12-04T09:04:38.5964759Z  2025-12-04T09:04:38.5965226Z  2025-12-04T09:04:38.5965435Z  2025-12-04T09:04:38.5966167Z [2,345 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:38.5966856Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:38.5967278Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:38.5967645Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:38.5968145Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:38.5968687Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.5969198Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.5969771Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.5970335Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:38.8008045Z 2025-12-04T09:04:38.8008746Z  2025-12-04T09:04:38.8009143Z  2025-12-04T09:04:38.8009479Z  2025-12-04T09:04:38.8009791Z  2025-12-04T09:04:38.8010114Z  2025-12-04T09:04:38.8010422Z  2025-12-04T09:04:38.8011051Z  2025-12-04T09:04:38.8011416Z  2025-12-04T09:04:38.8012714Z [2,347 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:38.8013671Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:38.8014274Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:38.8014853Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:38.8015462Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.8016086Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.8016717Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.8017349Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:38.8018018Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:39.0248934Z 2025-12-04T09:04:39.0249665Z  2025-12-04T09:04:39.0250117Z  2025-12-04T09:04:39.0250467Z  2025-12-04T09:04:39.0250848Z  2025-12-04T09:04:39.0251217Z  2025-12-04T09:04:39.0251590Z  2025-12-04T09:04:39.0251943Z  2025-12-04T09:04:39.0252339Z  2025-12-04T09:04:39.0253504Z [2,349 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:39.0254461Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:39.0255174Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.0255772Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.0256579Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.0257171Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:39.0257764Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:39.0258347Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:39.0258932Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:39.3177560Z 2025-12-04T09:04:39.3178313Z  2025-12-04T09:04:39.3178752Z  2025-12-04T09:04:39.3179110Z  2025-12-04T09:04:39.3179488Z  2025-12-04T09:04:39.3179862Z  2025-12-04T09:04:39.3190861Z  2025-12-04T09:04:39.3191272Z  2025-12-04T09:04:39.3191654Z  2025-12-04T09:04:39.3192488Z [2,350 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:39.3193373Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:39.3193968Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.3194527Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.3195073Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.3195641Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:39.3196182Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:39.3196752Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:39.3197316Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:39.5972152Z 2025-12-04T09:04:39.5972845Z  2025-12-04T09:04:39.5973217Z  2025-12-04T09:04:39.5973531Z  2025-12-04T09:04:39.5973860Z  2025-12-04T09:04:39.5974170Z  2025-12-04T09:04:39.5974475Z  2025-12-04T09:04:39.5974769Z  2025-12-04T09:04:39.5975108Z  2025-12-04T09:04:39.5975854Z [2,350 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:39.5976647Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:39.5977163Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.5977654Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.5978165Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:39.5978621Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:39.5979159Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:39.5979693Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:39.5980282Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:40.2435002Z 2025-12-04T09:04:40.2435611Z  2025-12-04T09:04:40.2435896Z  2025-12-04T09:04:40.2436231Z  2025-12-04T09:04:40.2436626Z  2025-12-04T09:04:40.2436873Z  2025-12-04T09:04:40.2437139Z  2025-12-04T09:04:40.2437388Z  2025-12-04T09:04:40.2437792Z  2025-12-04T09:04:40.2438459Z [2,351 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:40.2439028Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:40.2439386Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.2439773Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.2440091Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.2440514Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.2440849Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:40.2441259Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:40.2441695Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:40.5978647Z 2025-12-04T09:04:40.5979223Z  2025-12-04T09:04:40.5979500Z  2025-12-04T09:04:40.5979704Z  2025-12-04T09:04:40.5979922Z  2025-12-04T09:04:40.5980157Z  2025-12-04T09:04:40.5980372Z  2025-12-04T09:04:40.5980578Z  2025-12-04T09:04:40.5980774Z  2025-12-04T09:04:40.5981303Z [2,351 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:40.7691223Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:40.7693526Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.7694327Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.7695119Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.7695819Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.7696556Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.7697626Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.7699601Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:40.8012844Z 2025-12-04T09:04:40.8013512Z  2025-12-04T09:04:40.8013903Z  2025-12-04T09:04:40.8014244Z  2025-12-04T09:04:40.8014558Z  2025-12-04T09:04:40.8014874Z  2025-12-04T09:04:40.8015186Z  2025-12-04T09:04:40.8015497Z  2025-12-04T09:04:40.8015788Z  2025-12-04T09:04:40.8016617Z [2,352 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:40.8017464Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:40.8018022Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.8018557Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.8019073Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:40.8019561Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.8019939Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.8020413Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:40.8020914Z //:aten; 3s processwrapper-sandbox ... 2025-12-04T09:04:41.0904042Z 2025-12-04T09:04:41.0904756Z  2025-12-04T09:04:41.0905163Z  2025-12-04T09:04:41.0905518Z  2025-12-04T09:04:41.0905860Z  2025-12-04T09:04:41.0906185Z  2025-12-04T09:04:41.0906537Z  2025-12-04T09:04:41.0906873Z  2025-12-04T09:04:41.0907230Z  2025-12-04T09:04:41.0908111Z [2,353 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:41.0909025Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:41.0909604Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:41.0910170Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:41.0910682Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.0911204Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:41.0911727Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:41.0912255Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:41.0912822Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:41.4534074Z 2025-12-04T09:04:41.4534793Z  2025-12-04T09:04:41.4535203Z  2025-12-04T09:04:41.4535533Z  2025-12-04T09:04:41.4535855Z  2025-12-04T09:04:41.4536194Z  2025-12-04T09:04:41.4536518Z  2025-12-04T09:04:41.4536831Z  2025-12-04T09:04:41.4537156Z  2025-12-04T09:04:41.4538232Z [2,357 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:41.4539118Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.4539668Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.4540220Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.4540745Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.4541306Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.4542124Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.4542778Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.4543416Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:41.6854365Z 2025-12-04T09:04:41.6855041Z  2025-12-04T09:04:41.6855425Z  2025-12-04T09:04:41.6855635Z  2025-12-04T09:04:41.6855892Z  2025-12-04T09:04:41.6856188Z  2025-12-04T09:04:41.6856402Z  2025-12-04T09:04:41.6856598Z  2025-12-04T09:04:41.6856804Z  2025-12-04T09:04:41.6857482Z [2,357 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:41.6860254Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.6861005Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.6863299Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.6863799Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.6864632Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.6865337Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.6865921Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.6866726Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:41.8857994Z 2025-12-04T09:04:41.8858692Z  2025-12-04T09:04:41.8858958Z  2025-12-04T09:04:41.8859276Z  2025-12-04T09:04:41.8859480Z  2025-12-04T09:04:41.8859746Z  2025-12-04T09:04:41.8860066Z  2025-12-04T09:04:41.8860285Z  2025-12-04T09:04:41.8860560Z  2025-12-04T09:04:41.8861143Z [2,360 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:41.8861903Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.8862349Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.8862746Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:41.8863216Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:41.8863540Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.8863981Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:41.8864360Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:41.8864748Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:42.2467016Z 2025-12-04T09:04:42.2468634Z  2025-12-04T09:04:42.2469038Z  2025-12-04T09:04:42.2469925Z  2025-12-04T09:04:42.2471028Z  2025-12-04T09:04:42.2471275Z  2025-12-04T09:04:42.2471826Z  2025-12-04T09:04:42.2472048Z  2025-12-04T09:04:42.2472251Z  2025-12-04T09:04:42.2473094Z [2,361 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:42.2474095Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:42.2474967Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:42.2475844Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:42.2476628Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:42.2477396Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:42.2478276Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:42.2478882Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:42.2479507Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:42.4867333Z 2025-12-04T09:04:42.4868007Z  2025-12-04T09:04:42.4868373Z  2025-12-04T09:04:42.4868700Z  2025-12-04T09:04:42.4868994Z  2025-12-04T09:04:42.4869332Z  2025-12-04T09:04:42.4869617Z  2025-12-04T09:04:42.4869899Z  2025-12-04T09:04:42.4870187Z  2025-12-04T09:04:42.4871097Z [2,361 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:42.4877043Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:42.4877566Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:42.4878055Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:42.4878530Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:42.4879010Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:42.4879475Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:42.4879962Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:42.4880439Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:42.8438011Z 2025-12-04T09:04:42.8438613Z  2025-12-04T09:04:42.8438883Z  2025-12-04T09:04:42.8439088Z  2025-12-04T09:04:42.8439299Z  2025-12-04T09:04:42.8439512Z  2025-12-04T09:04:42.8439724Z  2025-12-04T09:04:42.8439922Z  2025-12-04T09:04:42.8440137Z  2025-12-04T09:04:42.8440630Z [2,364 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:42.8441173Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:42.8445785Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:42.8446683Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:42.8447110Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:42.8447541Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:42.8447972Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:42.8448387Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:42.8448830Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:04:43.0797718Z 2025-12-04T09:04:43.0798487Z  2025-12-04T09:04:43.0798935Z  2025-12-04T09:04:43.0799322Z  2025-12-04T09:04:43.0799693Z  2025-12-04T09:04:43.0800085Z  2025-12-04T09:04:43.0800454Z  2025-12-04T09:04:43.0800838Z  2025-12-04T09:04:43.0801205Z  2025-12-04T09:04:43.0802136Z [2,365 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:43.0803174Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:43.0803815Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.0804424Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.0805011Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.0805593Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:43.0806160Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:43.0806753Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:04:43.0807363Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:43.2873644Z 2025-12-04T09:04:43.2874381Z  2025-12-04T09:04:43.2874824Z  2025-12-04T09:04:43.2875144Z  2025-12-04T09:04:43.2875496Z  2025-12-04T09:04:43.2875832Z  2025-12-04T09:04:43.2876188Z  2025-12-04T09:04:43.2876530Z  2025-12-04T09:04:43.2876888Z  2025-12-04T09:04:43.2877677Z [2,366 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:43.2878581Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:43.2879123Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.2879676Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.2880181Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.2880664Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.2881176Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:43.2881728Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:43.2882273Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:43.6875786Z 2025-12-04T09:04:43.6876694Z  2025-12-04T09:04:43.6877191Z  2025-12-04T09:04:43.6877528Z  2025-12-04T09:04:43.6877962Z  2025-12-04T09:04:43.6878280Z  2025-12-04T09:04:43.6878656Z  2025-12-04T09:04:43.6878957Z  2025-12-04T09:04:43.6879440Z  2025-12-04T09:04:43.6880256Z [2,367 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:43.6883211Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.6883627Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.6884130Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.6884595Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.6884919Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:43.6885324Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.6885860Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:43.6886395Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:43.9060660Z 2025-12-04T09:04:43.9061401Z  2025-12-04T09:04:43.9061838Z  2025-12-04T09:04:43.9062182Z  2025-12-04T09:04:43.9062546Z  2025-12-04T09:04:43.9062912Z  2025-12-04T09:04:43.9063275Z  2025-12-04T09:04:43.9063616Z  2025-12-04T09:04:43.9063987Z  2025-12-04T09:04:43.9064872Z [2,368 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:43.9065776Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:43.9066669Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:43.9067246Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.9067933Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:43.9068500Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.9069064Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.9069620Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:43.9070192Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:44.2157759Z 2025-12-04T09:04:44.2158437Z  2025-12-04T09:04:44.2158757Z  2025-12-04T09:04:44.2159082Z  2025-12-04T09:04:44.2159288Z  2025-12-04T09:04:44.2159580Z  2025-12-04T09:04:44.2159924Z  2025-12-04T09:04:44.2160225Z  2025-12-04T09:04:44.2160532Z  2025-12-04T09:04:44.2161172Z [2,370 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:44.2161891Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:44.2162308Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:44.2162731Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.2163300Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.2163729Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.2164226Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.2164659Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:44.2165194Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:44.4892579Z 2025-12-04T09:04:44.4894364Z  2025-12-04T09:04:44.4894997Z  2025-12-04T09:04:44.4895898Z  2025-12-04T09:04:44.4896572Z  2025-12-04T09:04:44.4896938Z  2025-12-04T09:04:44.4897395Z  2025-12-04T09:04:44.4898234Z  2025-12-04T09:04:44.4898874Z  2025-12-04T09:04:44.4899620Z [2,371 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:44.4901125Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:44.4902214Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:44.4903087Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.4904149Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.4905190Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.4905929Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.4906241Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:44.4907222Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:44.8813478Z 2025-12-04T09:04:44.8814119Z  2025-12-04T09:04:44.8814456Z  2025-12-04T09:04:44.8814696Z  2025-12-04T09:04:44.8814893Z  2025-12-04T09:04:44.8815105Z  2025-12-04T09:04:44.8815337Z  2025-12-04T09:04:44.8815567Z  2025-12-04T09:04:44.8815765Z  2025-12-04T09:04:44.8816281Z [2,372 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:44.9383542Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:44.9384449Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:44.9385092Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:44.9385633Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:44.9386196Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.9386982Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.9387584Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:44.9388194Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:45.0902828Z 2025-12-04T09:04:45.0903572Z  2025-12-04T09:04:45.0903983Z  2025-12-04T09:04:45.0904262Z  2025-12-04T09:04:45.0904546Z  2025-12-04T09:04:45.0904866Z  2025-12-04T09:04:45.0905223Z  2025-12-04T09:04:45.0905485Z  2025-12-04T09:04:45.0905801Z  2025-12-04T09:04:45.0906626Z [2,373 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:45.0907508Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:45.0908052Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.0911602Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.0914282Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.0915163Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.0915919Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.0916793Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.0917796Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:45.3116159Z 2025-12-04T09:04:45.3116856Z  2025-12-04T09:04:45.3117281Z  2025-12-04T09:04:45.3117622Z  2025-12-04T09:04:45.3117985Z  2025-12-04T09:04:45.3118348Z  2025-12-04T09:04:45.3118693Z  2025-12-04T09:04:45.3119046Z  2025-12-04T09:04:45.3119385Z  2025-12-04T09:04:45.3120231Z [2,374 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:45.3121120Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:45.3121697Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.3122257Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.3122832Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.3123475Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.3124025Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.3124577Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.3125136Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:45.6906664Z 2025-12-04T09:04:45.6907309Z  2025-12-04T09:04:45.6907672Z  2025-12-04T09:04:45.6907992Z  2025-12-04T09:04:45.6908285Z  2025-12-04T09:04:45.6908593Z  2025-12-04T09:04:45.6908890Z  2025-12-04T09:04:45.6909197Z  2025-12-04T09:04:45.6909506Z  2025-12-04T09:04:45.6910235Z [2,376 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:45.6910994Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:45.6911456Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.6911947Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.6912388Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.6912862Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.6913311Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.6913770Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.6914249Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:45.8929976Z 2025-12-04T09:04:45.8930794Z  2025-12-04T09:04:45.8931225Z  2025-12-04T09:04:45.8931573Z  2025-12-04T09:04:45.8931892Z  2025-12-04T09:04:45.8932235Z  2025-12-04T09:04:45.8932585Z  2025-12-04T09:04:45.8932930Z  2025-12-04T09:04:45.8933283Z  2025-12-04T09:04:45.8934170Z [2,378 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:45.8935260Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:45.8935832Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.8936385Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:45.8936930Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.8937480Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:45.8938018Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:45.8938558Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:45.8939103Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:46.1063997Z 2025-12-04T09:04:46.1064602Z  2025-12-04T09:04:46.1064854Z  2025-12-04T09:04:46.1065068Z  2025-12-04T09:04:46.1065270Z  2025-12-04T09:04:46.1065496Z  2025-12-04T09:04:46.1065706Z  2025-12-04T09:04:46.1065903Z  2025-12-04T09:04:46.1066120Z  2025-12-04T09:04:46.1066621Z [2,379 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:46.1067152Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:46.1067478Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.2235390Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.2236291Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.2348369Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.2348801Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.2350012Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:46.2351268Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:46.3646103Z 2025-12-04T09:04:46.3646765Z  2025-12-04T09:04:46.3647192Z  2025-12-04T09:04:46.3647496Z  2025-12-04T09:04:46.3647715Z  2025-12-04T09:04:46.3647925Z  2025-12-04T09:04:46.3648217Z  2025-12-04T09:04:46.3648529Z  2025-12-04T09:04:46.3648788Z  2025-12-04T09:04:46.3649350Z [2,380 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:46.3649942Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:46.3650417Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.3650896Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.3651335Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.3651703Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.3652072Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.3652502Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.3652938Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:46.6239926Z 2025-12-04T09:04:46.6240479Z  2025-12-04T09:04:46.6240738Z  2025-12-04T09:04:46.6240955Z  2025-12-04T09:04:46.6241155Z  2025-12-04T09:04:46.6241369Z  2025-12-04T09:04:46.6241579Z  2025-12-04T09:04:46.6241774Z  2025-12-04T09:04:46.6241987Z  2025-12-04T09:04:46.6242493Z [2,380 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:46.6243002Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:46.6243398Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.6243742Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.6244055Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.6244385Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.6244692Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.6245013Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.6245341Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:46.8623924Z 2025-12-04T09:04:46.8624590Z  2025-12-04T09:04:46.8624942Z  2025-12-04T09:04:46.8625283Z  2025-12-04T09:04:46.8625608Z  2025-12-04T09:04:46.8625832Z  2025-12-04T09:04:46.8626033Z  2025-12-04T09:04:46.8626263Z  2025-12-04T09:04:46.8626589Z  2025-12-04T09:04:46.8627181Z [2,381 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:46.8627973Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:46.8629992Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:46.8630558Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.8631110Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.8631675Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.8632206Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:46.8632747Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:46.8633286Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:47.0993879Z 2025-12-04T09:04:47.0994775Z  2025-12-04T09:04:47.0995059Z  2025-12-04T09:04:47.0995263Z  2025-12-04T09:04:47.0995647Z  2025-12-04T09:04:47.0995848Z  2025-12-04T09:04:47.0996065Z  2025-12-04T09:04:47.0996415Z  2025-12-04T09:04:47.0996635Z  2025-12-04T09:04:47.0997163Z [2,382 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:47.0997658Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:47.0998075Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.0998393Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.1002240Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.1004079Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.1004458Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.1004769Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.1005101Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:47.5933291Z 2025-12-04T09:04:47.5934018Z  2025-12-04T09:04:47.5934464Z  2025-12-04T09:04:47.5934826Z  2025-12-04T09:04:47.5935197Z  2025-12-04T09:04:47.5935552Z  2025-12-04T09:04:47.5935913Z  2025-12-04T09:04:47.5936278Z  2025-12-04T09:04:47.5936641Z  2025-12-04T09:04:47.5937553Z [2,383 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:47.5938474Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:47.5939099Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.5939671Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.5940280Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.5940866Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.5941435Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.5942021Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.5942569Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:47.9003692Z 2025-12-04T09:04:47.9004383Z  2025-12-04T09:04:47.9004767Z  2025-12-04T09:04:47.9005101Z  2025-12-04T09:04:47.9005434Z  2025-12-04T09:04:47.9005748Z  2025-12-04T09:04:47.9006100Z  2025-12-04T09:04:47.9006412Z  2025-12-04T09:04:47.9006741Z  2025-12-04T09:04:47.9007547Z [2,383 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:47.9008356Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:47.9008895Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.9009411Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.9009936Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:47.9010442Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.9010947Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.9011438Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:47.9011954Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:48.3008993Z 2025-12-04T09:04:48.3009723Z  2025-12-04T09:04:48.3010144Z  2025-12-04T09:04:48.3010545Z  2025-12-04T09:04:48.3010891Z  2025-12-04T09:04:48.3011249Z  2025-12-04T09:04:48.3011593Z  2025-12-04T09:04:48.3011954Z  2025-12-04T09:04:48.3012291Z  2025-12-04T09:04:48.3013170Z [2,385 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:48.3014038Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:04:48.3014833Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:48.3015395Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.3015951Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.3016506Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:48.3017037Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:48.3017586Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:48.3018138Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:48.6072933Z 2025-12-04T09:04:48.6073803Z  2025-12-04T09:04:48.6074078Z  2025-12-04T09:04:48.6074297Z  2025-12-04T09:04:48.6074623Z  2025-12-04T09:04:48.6074841Z  2025-12-04T09:04:48.6075038Z  2025-12-04T09:04:48.6075246Z  2025-12-04T09:04:48.6075438Z  2025-12-04T09:04:48.6075950Z [2,387 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:48.6076458Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.6076798Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.6077122Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.6387874Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.6388767Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.6389373Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:48.6389952Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:48.6390501Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:48.9014389Z 2025-12-04T09:04:48.9014993Z  2025-12-04T09:04:48.9015351Z  2025-12-04T09:04:48.9015558Z  2025-12-04T09:04:48.9015866Z  2025-12-04T09:04:48.9016188Z  2025-12-04T09:04:48.9016511Z  2025-12-04T09:04:48.9016803Z  2025-12-04T09:04:48.9017137Z  2025-12-04T09:04:48.9017943Z [2,387 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:48.9018782Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.9019383Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.9019974Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.9020569Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.9020960Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.9021372Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:48.9021786Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:48.9022254Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:49.1019472Z 2025-12-04T09:04:49.1020228Z  2025-12-04T09:04:49.1020657Z  2025-12-04T09:04:49.1021024Z  2025-12-04T09:04:49.1021363Z  2025-12-04T09:04:49.1021732Z  2025-12-04T09:04:49.1022092Z  2025-12-04T09:04:49.1022481Z  2025-12-04T09:04:49.1022869Z  2025-12-04T09:04:49.1023789Z [2,388 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:49.1024727Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.1025322Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.1025956Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.1026561Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.1027139Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.1027757Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.1028346Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.1028955Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:49.3054100Z 2025-12-04T09:04:49.3054712Z  2025-12-04T09:04:49.3054994Z  2025-12-04T09:04:49.3055218Z  2025-12-04T09:04:49.3055423Z  2025-12-04T09:04:49.3055638Z  2025-12-04T09:04:49.3055839Z  2025-12-04T09:04:49.3056052Z  2025-12-04T09:04:49.3056252Z  2025-12-04T09:04:49.3056766Z [2,389 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:49.3057263Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.3057598Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.3058110Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.3058440Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.3058775Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.3059094Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.3059418Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:49.3059737Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:49.5190456Z 2025-12-04T09:04:49.5191225Z  2025-12-04T09:04:49.5191590Z  2025-12-04T09:04:49.5191811Z  2025-12-04T09:04:49.5192323Z  2025-12-04T09:04:49.5192657Z  2025-12-04T09:04:49.5193017Z  2025-12-04T09:04:49.5193344Z  2025-12-04T09:04:49.5194018Z  2025-12-04T09:04:49.5194963Z [2,390 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:49.5195951Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.5196651Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.5197384Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.5198065Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.5200427Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.5202640Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.5203184Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:49.5203569Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:49.7253976Z 2025-12-04T09:04:49.7254920Z  2025-12-04T09:04:49.7255346Z  2025-12-04T09:04:49.7255693Z  2025-12-04T09:04:49.7256051Z  2025-12-04T09:04:49.7256391Z  2025-12-04T09:04:49.7256745Z  2025-12-04T09:04:49.7257083Z  2025-12-04T09:04:49.7257429Z  2025-12-04T09:04:49.7258332Z [2,391 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:49.7259209Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.7259763Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.7260356Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.7260911Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.7261467Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.7262028Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:49.7262558Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:49.7263113Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:49.9368293Z 2025-12-04T09:04:49.9369013Z  2025-12-04T09:04:49.9369961Z  2025-12-04T09:04:49.9370214Z  2025-12-04T09:04:49.9370439Z  2025-12-04T09:04:49.9370967Z  2025-12-04T09:04:49.9371267Z  2025-12-04T09:04:49.9371570Z  2025-12-04T09:04:49.9371867Z  2025-12-04T09:04:49.9372619Z [2,392 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:49.9373374Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.9373871Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.9374392Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:49.9374879Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.9375385Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:49.9375889Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:49.9376385Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:49.9376853Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:50.1382582Z 2025-12-04T09:04:50.1383426Z  2025-12-04T09:04:50.1383749Z  2025-12-04T09:04:50.1383967Z  2025-12-04T09:04:50.1384170Z  2025-12-04T09:04:50.1384475Z  2025-12-04T09:04:50.1384756Z  2025-12-04T09:04:50.1384967Z  2025-12-04T09:04:50.1385160Z  2025-12-04T09:04:50.1385758Z [2,394 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:50.1386410Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:50.1386930Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:50.1388886Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:50.1389201Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:50.1389575Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.1389966Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.1390346Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.1390808Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:50.3423687Z 2025-12-04T09:04:50.3424428Z  2025-12-04T09:04:50.3424861Z  2025-12-04T09:04:50.3425222Z  2025-12-04T09:04:50.3425590Z  2025-12-04T09:04:50.3425944Z  2025-12-04T09:04:50.3426317Z  2025-12-04T09:04:50.3426661Z  2025-12-04T09:04:50.3427027Z  2025-12-04T09:04:50.3427915Z [2,396 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:50.3428836Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:50.3429437Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:50.3430054Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.3430643Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.3431541Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.3432133Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:50.3432849Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:04:50.3433454Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:50.7372253Z 2025-12-04T09:04:50.7373464Z  2025-12-04T09:04:50.7373982Z  2025-12-04T09:04:50.7374214Z  2025-12-04T09:04:50.7374415Z  2025-12-04T09:04:50.7374762Z  2025-12-04T09:04:50.7375251Z  2025-12-04T09:04:50.7375699Z  2025-12-04T09:04:50.7375919Z  2025-12-04T09:04:50.7376990Z [2,397 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:50.7377796Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:50.7378364Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:50.7379355Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.7380036Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.7380834Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:50.7381474Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:50.7382522Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:50.7383305Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:51.1033230Z 2025-12-04T09:04:51.1033934Z  2025-12-04T09:04:51.1034387Z  2025-12-04T09:04:51.1034605Z  2025-12-04T09:04:51.1034855Z  2025-12-04T09:04:51.1035164Z  2025-12-04T09:04:51.1035413Z  2025-12-04T09:04:51.1035691Z  2025-12-04T09:04:51.1036037Z  2025-12-04T09:04:51.1036701Z [2,397 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:51.1037293Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:51.1037805Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:51.1038291Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.1038737Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.1039148Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.1039638Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:51.1040108Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.1040572Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:51.1075023Z 2025-12-04T09:04:51.1075645Z  2025-12-04T09:04:51.1076017Z  2025-12-04T09:04:51.1076363Z  2025-12-04T09:04:51.1076723Z  2025-12-04T09:04:51.1077077Z  2025-12-04T09:04:51.1077430Z  2025-12-04T09:04:51.1077799Z  2025-12-04T09:04:51.1078152Z  2025-12-04T09:04:51.1078953Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp: 2025-12-04T09:04:51.1081399Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp: In function 'at::Tensor at::native::_wrapped_linear_prepack(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&)': 2025-12-04T09:04:51.1085345Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:509:42: 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] 2025-12-04T09:04:51.1087806Z 509 | auto ret = cpp_custom_type_hack::create( 2025-12-04T09:04:51.1088307Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-12-04T09:04:51.1088733Z 510 | std::move(unique_ptr_wrapper), weight.options()); 2025-12-04T09:04:51.1089211Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:04:51.1089784Z In file included from aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:4: 2025-12-04T09:04:51.1090447Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T09:04:51.1091027Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T09:04:51.1091579Z | ^~~~~~ 2025-12-04T09:04:51.1094485Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp: In function 'at::Tensor at::native::_wrapped_quantized_linear_prepacked(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)': 2025-12-04T09:04:51.1099460Z aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:532:77: 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] 2025-12-04T09:04:51.1102187Z 532 | cpp_custom_type_hack::cast>( 2025-12-04T09:04:51.1102985Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-12-04T09:04:51.1103482Z 533 | packed_weight); 2025-12-04T09:04:51.1103976Z | ~~~~~~~~~~~~~~ 2025-12-04T09:04:51.1104853Z In file included from aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp:4: 2025-12-04T09:04:51.1105904Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T09:04:51.1106546Z 76 | cast(const Tensor& packed) { 2025-12-04T09:04:51.1106952Z | ^~~~ 2025-12-04T09:04:51.1107828Z [2,397 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:51.1108717Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:51.1109312Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:51.1109880Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.1110473Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.1111063Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.1111640Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:51.1112231Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.1112824Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:51.4733530Z 2025-12-04T09:04:51.4734292Z  2025-12-04T09:04:51.4734696Z  2025-12-04T09:04:51.4735090Z  2025-12-04T09:04:51.4735444Z  2025-12-04T09:04:51.4735800Z  2025-12-04T09:04:51.4736142Z  2025-12-04T09:04:51.4736498Z  2025-12-04T09:04:51.4736864Z  2025-12-04T09:04:51.4737716Z [2,399 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:51.4738620Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:51.4739197Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.4739787Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.4740342Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:51.4740902Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.4741452Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.4741992Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:51.4742753Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:51.7036424Z 2025-12-04T09:04:51.7037038Z  2025-12-04T09:04:51.7037318Z  2025-12-04T09:04:51.7037559Z  2025-12-04T09:04:51.7037777Z  2025-12-04T09:04:51.7037986Z  2025-12-04T09:04:51.7038200Z  2025-12-04T09:04:51.7038408Z  2025-12-04T09:04:51.7038606Z  2025-12-04T09:04:51.7039116Z [2,401 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:51.7039615Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:51.7039960Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:51.7040284Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.7040611Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.7040919Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:51.7041238Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:51.7041564Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:51.7041883Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:52.2639643Z 2025-12-04T09:04:52.2640322Z  2025-12-04T09:04:52.2640773Z  2025-12-04T09:04:52.2641509Z  2025-12-04T09:04:52.2641854Z  2025-12-04T09:04:52.2642370Z  2025-12-04T09:04:52.2642731Z  2025-12-04T09:04:52.2643187Z  2025-12-04T09:04:52.2643556Z  2025-12-04T09:04:52.2644444Z [2,402 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:52.2645294Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:52.2645842Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:52.2646428Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.2646995Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.2647602Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.2648123Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.2648698Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.2649300Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:52.5095533Z 2025-12-04T09:04:52.5096128Z  2025-12-04T09:04:52.5096402Z  2025-12-04T09:04:52.5096635Z  2025-12-04T09:04:52.5096866Z  2025-12-04T09:04:52.5097075Z  2025-12-04T09:04:52.5097288Z  2025-12-04T09:04:52.5097503Z  2025-12-04T09:04:52.5097698Z  2025-12-04T09:04:52.5098205Z [2,402 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:52.5098702Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:52.5099032Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:52.5099350Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:52.5099671Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.5099979Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.5100329Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.5100636Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.5100968Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:52.8459692Z 2025-12-04T09:04:52.8460368Z  2025-12-04T09:04:52.8460879Z  2025-12-04T09:04:52.8461280Z  2025-12-04T09:04:52.8461675Z  2025-12-04T09:04:52.8462049Z  2025-12-04T09:04:52.8462396Z  2025-12-04T09:04:52.8462737Z  2025-12-04T09:04:52.8463088Z  2025-12-04T09:04:52.8463954Z [2,403 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:52.8464836Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:52.8465404Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:52.8465972Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:52.8466532Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:52.8467090Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.8467764Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.8468319Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:52.8469127Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:04:53.1986455Z 2025-12-04T09:04:53.1987111Z  2025-12-04T09:04:53.1987385Z  2025-12-04T09:04:53.1987619Z  2025-12-04T09:04:53.1987830Z  2025-12-04T09:04:53.1988040Z  2025-12-04T09:04:53.1988246Z  2025-12-04T09:04:53.1988439Z  2025-12-04T09:04:53.1988644Z  2025-12-04T09:04:53.1989139Z [2,404 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:53.1989649Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:53.1989980Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:53.1990298Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.1990621Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.2007854Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.2008680Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.2009422Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:53.2010235Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:53.4007434Z 2025-12-04T09:04:53.4008263Z  2025-12-04T09:04:53.4693793Z  2025-12-04T09:04:53.4695189Z  2025-12-04T09:04:53.4696623Z  2025-12-04T09:04:53.4697056Z  2025-12-04T09:04:53.4697299Z  2025-12-04T09:04:53.4698018Z  2025-12-04T09:04:53.4698920Z  2025-12-04T09:04:53.4700576Z [2,406 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:53.4701500Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:53.4702314Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:04:53.4702855Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.4703692Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.4704918Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:53.4705991Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.4707003Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:53.4707358Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:53.7250243Z 2025-12-04T09:04:53.7251011Z  2025-12-04T09:04:53.7251420Z  2025-12-04T09:04:53.7251797Z  2025-12-04T09:04:53.7252137Z  2025-12-04T09:04:53.7252493Z  2025-12-04T09:04:53.7252841Z  2025-12-04T09:04:53.7253202Z  2025-12-04T09:04:53.7253540Z  2025-12-04T09:04:53.7254394Z [2,407 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:53.7255190Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:53.7255723Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:53.7256314Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.7257123Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:53.7258012Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:53.7258594Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:53.7259245Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:53.7259838Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:54.0703197Z 2025-12-04T09:04:54.0704113Z  2025-12-04T09:04:54.0704533Z  2025-12-04T09:04:54.0704788Z  2025-12-04T09:04:54.0704997Z  2025-12-04T09:04:54.0705228Z  2025-12-04T09:04:54.0705541Z  2025-12-04T09:04:54.0705853Z  2025-12-04T09:04:54.0706158Z  2025-12-04T09:04:54.0706831Z [2,408 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:54.0707428Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:54.0707952Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:54.0708552Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:54.0709048Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.0709481Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.0709971Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:54.0711154Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:54.0711615Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:54.4839229Z 2025-12-04T09:04:54.4839984Z  2025-12-04T09:04:54.4840442Z  2025-12-04T09:04:54.4840795Z  2025-12-04T09:04:54.4841160Z  2025-12-04T09:04:54.4841503Z  2025-12-04T09:04:54.4841856Z  2025-12-04T09:04:54.4842191Z  2025-12-04T09:04:54.4842554Z  2025-12-04T09:04:54.4843499Z [2,409 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:54.4844382Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:04:54.4844973Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:54.4845744Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:54.4846564Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.4847111Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.4847676Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:54.4848201Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:54.4849011Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:54.8301186Z 2025-12-04T09:04:54.8302166Z  2025-12-04T09:04:54.8302587Z  2025-12-04T09:04:54.8302965Z  2025-12-04T09:04:54.8303326Z  2025-12-04T09:04:54.8303695Z  2025-12-04T09:04:54.8304039Z  2025-12-04T09:04:54.8304413Z  2025-12-04T09:04:54.8304774Z  2025-12-04T09:04:54.8305682Z [2,410 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:54.8306624Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:54.8307237Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:54.8308077Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:54.8308940Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:54.8309545Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.8310140Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.8310742Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:54.8311348Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:55.0398105Z 2025-12-04T09:04:55.0398710Z  2025-12-04T09:04:55.0399009Z  2025-12-04T09:04:55.0399214Z  2025-12-04T09:04:55.0399429Z  2025-12-04T09:04:55.0399629Z  2025-12-04T09:04:55.0399845Z  2025-12-04T09:04:55.0400043Z  2025-12-04T09:04:55.0400257Z  2025-12-04T09:04:55.0400760Z [2,412 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:55.0401267Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:55.0401616Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:55.0402058Z Compiling aten/src/ATen/RegisterCPU_3.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:55.0402524Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:55.0402839Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:55.0403264Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.0403577Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.0403924Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:55.2714701Z 2025-12-04T09:04:55.2715449Z  2025-12-04T09:04:55.2715873Z  2025-12-04T09:04:55.2716219Z  2025-12-04T09:04:55.2716546Z  2025-12-04T09:04:55.2716899Z  2025-12-04T09:04:55.2717251Z  2025-12-04T09:04:55.2717607Z  2025-12-04T09:04:55.2717969Z  2025-12-04T09:04:55.2718891Z [2,414 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:55.2719820Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:04:55.2720447Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:55.2721038Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:55.2721611Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.2722171Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.2723032Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.2723703Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.2724317Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:55.6715651Z 2025-12-04T09:04:55.6716259Z  2025-12-04T09:04:55.6716554Z  2025-12-04T09:04:55.6716756Z  2025-12-04T09:04:55.6716969Z  2025-12-04T09:04:55.6717166Z  2025-12-04T09:04:55.6717375Z  2025-12-04T09:04:55.6717572Z  2025-12-04T09:04:55.6717782Z  2025-12-04T09:04:55.6718282Z [2,415 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:55.6718789Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:04:55.6719114Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:55.6719442Z //:aten; 4s processwrapper-sandbox 2025-12-04T09:04:55.6719766Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.6720076Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.6720423Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.6720732Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.6731519Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:55.8743655Z 2025-12-04T09:04:55.8744705Z  2025-12-04T09:04:55.8745164Z  2025-12-04T09:04:55.8745506Z  2025-12-04T09:04:55.8745760Z  2025-12-04T09:04:55.8746015Z  2025-12-04T09:04:55.8746235Z  2025-12-04T09:04:55.8746556Z  2025-12-04T09:04:55.8746823Z  2025-12-04T09:04:55.8747529Z [2,416 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:55.8748226Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:55.8748648Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:55.8749088Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:55.8749537Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.8749982Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.8750483Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.8750913Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:55.8751445Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:56.2423279Z 2025-12-04T09:04:56.2423989Z  2025-12-04T09:04:56.2424361Z  2025-12-04T09:04:56.2424713Z  2025-12-04T09:04:56.2425074Z  2025-12-04T09:04:56.2425340Z  2025-12-04T09:04:56.2425687Z  2025-12-04T09:04:56.2426045Z  2025-12-04T09:04:56.2426378Z  2025-12-04T09:04:56.2427239Z [2,417 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:56.2428098Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:56.2428661Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:56.2429216Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:56.2429771Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.2430305Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.2430895Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.2431438Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.2432008Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:56.4747566Z 2025-12-04T09:04:56.4748163Z  2025-12-04T09:04:56.4748419Z  2025-12-04T09:04:56.4748638Z  2025-12-04T09:04:56.4748837Z  2025-12-04T09:04:56.4749047Z  2025-12-04T09:04:56.4749243Z  2025-12-04T09:04:56.4749454Z  2025-12-04T09:04:56.4749650Z  2025-12-04T09:04:56.4750160Z [2,417 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:56.4750666Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:56.4750989Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:56.4751315Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:56.4751625Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:56.4751943Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:56.5183711Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.5184261Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.5184888Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:56.7157454Z 2025-12-04T09:04:56.7158551Z  2025-12-04T09:04:56.7158972Z  2025-12-04T09:04:56.7159291Z  2025-12-04T09:04:56.7159659Z  2025-12-04T09:04:56.7160021Z  2025-12-04T09:04:56.7160375Z  2025-12-04T09:04:56.7160731Z  2025-12-04T09:04:56.7161094Z  2025-12-04T09:04:56.7161968Z [2,418 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:56.7162839Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:56.7163485Z //:aten; 5s processwrapper-sandbox 2025-12-04T09:04:56.7164065Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:56.7164639Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:56.7165200Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.7165800Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.7166321Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.7167244Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:56.9192735Z 2025-12-04T09:04:56.9193837Z  2025-12-04T09:04:56.9194312Z  2025-12-04T09:04:56.9194691Z  2025-12-04T09:04:56.9195059Z  2025-12-04T09:04:56.9195418Z  2025-12-04T09:04:56.9195743Z  2025-12-04T09:04:56.9196078Z  2025-12-04T09:04:56.9196418Z  2025-12-04T09:04:56.9197342Z [2,423 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:56.9198295Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:56.9198936Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.9199544Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.9200177Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:56.9200796Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:56.9201402Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:56.9202270Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 1s processwrapper-sandbox 2025-12-04T09:04:56.9203266Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:57.3197899Z 2025-12-04T09:04:57.3199197Z  2025-12-04T09:04:57.3199821Z  2025-12-04T09:04:57.3200201Z  2025-12-04T09:04:57.3200561Z  2025-12-04T09:04:57.3200991Z  2025-12-04T09:04:57.3201886Z  2025-12-04T09:04:57.3202375Z  2025-12-04T09:04:57.3203178Z  2025-12-04T09:04:57.3204409Z [2,424 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:57.3205704Z //:aten; 6s processwrapper-sandbox 2025-12-04T09:04:57.3206407Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.3206948Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.3207770Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.3208247Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.3209614Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:57.3210875Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:57.3211698Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:04:57.5203185Z 2025-12-04T09:04:57.5220018Z  2025-12-04T09:04:57.5220907Z  2025-12-04T09:04:57.5221217Z  2025-12-04T09:04:57.5221501Z  2025-12-04T09:04:57.5221795Z  2025-12-04T09:04:57.5222078Z  2025-12-04T09:04:57.5222370Z  2025-12-04T09:04:57.5222650Z  2025-12-04T09:04:57.5223343Z [2,425 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:57.5224094Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.5224584Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.5225032Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.5225531Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.5226238Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:57.5227103Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.5227676Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:04:57.5228254Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:57.9714635Z 2025-12-04T09:04:57.9715353Z  2025-12-04T09:04:57.9715770Z  2025-12-04T09:04:57.9716823Z  2025-12-04T09:04:57.9717148Z  2025-12-04T09:04:57.9717467Z  2025-12-04T09:04:57.9717799Z  2025-12-04T09:04:57.9718122Z  2025-12-04T09:04:57.9718413Z  2025-12-04T09:04:57.9719160Z INFO: From Compiling aten/src/ATen/native/sparse/SparseUnaryOps.cpp: 2025-12-04T09:04:57.9720547Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:198: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] 2025-12-04T09:04:57.9721754Z 198 | #pragma clang diagnostic push 2025-12-04T09:04:57.9722228Z | 2025-12-04T09:04:57.9723271Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:199: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] 2025-12-04T09:04:57.9724598Z 199 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2025-12-04T09:04:57.9725618Z | 2025-12-04T09:04:57.9726717Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:201: warning: ignoring '#pragma clang diagnostic' [-Wunknown-pragmas] 2025-12-04T09:04:57.9727866Z 201 | #pragma clang diagnostic pop 2025-12-04T09:04:57.9728366Z | 2025-12-04T09:04:57.9729206Z [2,425 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:57.9730013Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:57.9730549Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:57.9731067Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.9731577Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.9732319Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:57.9733105Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:57.9733660Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:57.9734225Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:58.1720178Z 2025-12-04T09:04:58.1720896Z  2025-12-04T09:04:58.1721390Z  2025-12-04T09:04:58.1721742Z  2025-12-04T09:04:58.1722104Z  2025-12-04T09:04:58.1722435Z  2025-12-04T09:04:58.1722751Z  2025-12-04T09:04:58.1723041Z  2025-12-04T09:04:58.1723451Z  2025-12-04T09:04:58.1724202Z [2,427 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:58.1724943Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.1725429Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.1726124Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:58.1726870Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.1727374Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:58.1727830Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:58.1728315Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:58.1728865Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:58.5063840Z 2025-12-04T09:04:58.5064514Z  2025-12-04T09:04:58.5064817Z  2025-12-04T09:04:58.5065034Z  2025-12-04T09:04:58.5065236Z  2025-12-04T09:04:58.5065447Z  2025-12-04T09:04:58.5065645Z  2025-12-04T09:04:58.5065856Z  2025-12-04T09:04:58.5066050Z  2025-12-04T09:04:58.5066566Z [2,428 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:58.5067061Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.5067527Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:58.5067979Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.5068308Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:58.5068638Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.5069101Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:58.5069424Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:58.5069751Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:58.7209126Z 2025-12-04T09:04:58.7209705Z  2025-12-04T09:04:58.7209961Z  2025-12-04T09:04:58.7210181Z  2025-12-04T09:04:58.7210394Z  2025-12-04T09:04:58.7210608Z  2025-12-04T09:04:58.7210820Z  2025-12-04T09:04:58.7211015Z  2025-12-04T09:04:58.7211223Z  2025-12-04T09:04:58.7211724Z [2,428 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:58.7212235Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.7212680Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:58.7213147Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.7213474Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:04:58.7213787Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.7214126Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:58.7214433Z //:aten; 1s processwrapper-sandbox 2025-12-04T09:04:58.9288264Z //:aten; 1s processwrapper-sandbox ... 2025-12-04T09:04:58.9469506Z 2025-12-04T09:04:58.9470218Z  2025-12-04T09:04:58.9470651Z  2025-12-04T09:04:58.9471152Z  2025-12-04T09:04:58.9471537Z  2025-12-04T09:04:58.9471897Z  2025-12-04T09:04:58.9472247Z  2025-12-04T09:04:58.9472612Z  2025-12-04T09:04:58.9472959Z  2025-12-04T09:04:58.9473774Z [2,429 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:04:58.9474784Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:58.9475599Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:58.9476142Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:58.9476720Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.9477290Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.9477850Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.9478421Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:58.9478973Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:59.3169559Z 2025-12-04T09:04:59.3170550Z  2025-12-04T09:04:59.3170943Z  2025-12-04T09:04:59.3171161Z  2025-12-04T09:04:59.3171360Z  2025-12-04T09:04:59.3171575Z  2025-12-04T09:04:59.3171791Z  2025-12-04T09:04:59.3171987Z  2025-12-04T09:04:59.3172195Z  2025-12-04T09:04:59.3172694Z [2,430 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:59.3173329Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:59.3173786Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:59.3174114Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:59.3174430Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.3174775Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.3175098Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.3175419Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.3175760Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:59.5493860Z 2025-12-04T09:04:59.5494464Z  2025-12-04T09:04:59.5494724Z  2025-12-04T09:04:59.5494944Z  2025-12-04T09:04:59.5495143Z  2025-12-04T09:04:59.5495352Z  2025-12-04T09:04:59.5495548Z  2025-12-04T09:04:59.5495755Z  2025-12-04T09:04:59.5495949Z  2025-12-04T09:04:59.5496469Z [2,431 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:04:59.5497107Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:59.5497587Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:59.5497915Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.5498353Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.5966254Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.5966595Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.5967102Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 2s processwrapper-sandbox 2025-12-04T09:04:59.5967750Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:04:59.7975191Z 2025-12-04T09:04:59.7976176Z  2025-12-04T09:04:59.7976600Z  2025-12-04T09:04:59.7976980Z  2025-12-04T09:04:59.7977323Z  2025-12-04T09:04:59.7977687Z  2025-12-04T09:04:59.7978055Z  2025-12-04T09:04:59.7978405Z  2025-12-04T09:04:59.7978754Z  2025-12-04T09:04:59.7979585Z [2,432 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:04:59.7980695Z Compiling aten/src/ATen/RegisterCPU_2.cpp; 4s processwrapper-sandbox 2025-12-04T09:04:59.7981501Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:04:59.7982083Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:59.7982695Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:59.7983264Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:04:59.7984330Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 3s processwrapper-sandbox 2025-12-04T09:04:59.7985292Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:04:59.7985851Z //:aten; 2s processwrapper-sandbox ... 2025-12-04T09:05:00.1977146Z 2025-12-04T09:05:00.1977760Z  2025-12-04T09:05:00.1978034Z  2025-12-04T09:05:00.1978238Z  2025-12-04T09:05:00.1978466Z  2025-12-04T09:05:00.1978662Z  2025-12-04T09:05:00.1978872Z  2025-12-04T09:05:00.1979065Z  2025-12-04T09:05:00.1979272Z  2025-12-04T09:05:00.1979779Z [2,436 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:00.1980274Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:00.1980615Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:00.1980961Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:00.1981287Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:00.1981607Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:05:00.1982082Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:00.1982567Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:05:00.1983029Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:00.4292346Z 2025-12-04T09:05:00.4292836Z  2025-12-04T09:05:00.4293214Z  2025-12-04T09:05:00.4293558Z  2025-12-04T09:05:00.4293796Z  2025-12-04T09:05:00.4294000Z  2025-12-04T09:05:00.4294224Z  2025-12-04T09:05:00.4294451Z  2025-12-04T09:05:00.4294659Z  2025-12-04T09:05:00.4295241Z [2,437 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:00.4295827Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:00.4296208Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:00.4296540Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:00.4296881Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:00.4297447Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:00.4298009Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:05:00.4298557Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:00.4299235Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:00.6298176Z 2025-12-04T09:05:00.6298786Z  2025-12-04T09:05:00.6299037Z  2025-12-04T09:05:00.6299251Z  2025-12-04T09:05:00.6299447Z  2025-12-04T09:05:00.6299660Z  2025-12-04T09:05:00.6299858Z  2025-12-04T09:05:00.6300080Z  2025-12-04T09:05:00.6300273Z  2025-12-04T09:05:00.6300777Z [2,440 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:00.6301846Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:00.6302361Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:00.6303092Z //:aten; 2s processwrapper-sandbox 2025-12-04T09:05:00.6303636Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:00.6304243Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:00.6304954Z Compiling test/cpp/api/torch_include.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:00.6305540Z Compiling test/cpp/jit/torch_python_test.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:00.6306069Z //:torch_dist_autograd_test; 0s processwrapper-sandbox ... 2025-12-04T09:05:01.4955450Z 2025-12-04T09:05:01.4956200Z  2025-12-04T09:05:01.4956628Z  2025-12-04T09:05:01.4956976Z  2025-12-04T09:05:01.4957317Z  2025-12-04T09:05:01.4957639Z  2025-12-04T09:05:01.4957997Z  2025-12-04T09:05:01.4958326Z  2025-12-04T09:05:01.4958662Z  2025-12-04T09:05:01.4961234Z [2,441 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:01.4962343Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:01.4962872Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:01.4963715Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:01.4964648Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:01.4965567Z Compiling test/cpp/api/torch_include.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:01.4966531Z Compiling test/cpp/jit/torch_python_test.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:01.4967365Z //:torch_dist_autograd_test; 1s processwrapper-sandbox 2025-12-04T09:05:01.4968140Z Compiling test/cpp/api/memory.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:01.8306454Z 2025-12-04T09:05:01.8307075Z  2025-12-04T09:05:01.8307403Z  2025-12-04T09:05:01.8307614Z  2025-12-04T09:05:01.8307831Z  2025-12-04T09:05:01.8308034Z  2025-12-04T09:05:01.8308248Z  2025-12-04T09:05:01.8308463Z  2025-12-04T09:05:01.8308690Z  2025-12-04T09:05:01.8309194Z [2,441 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:01.8309713Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:01.8310056Z //:aten; 3s processwrapper-sandbox 2025-12-04T09:05:01.8310500Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:01.8311085Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:01.8311647Z Compiling test/cpp/api/torch_include.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:01.8312239Z Compiling test/cpp/jit/torch_python_test.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:01.8312745Z //:torch_dist_autograd_test; 2s processwrapper-sandbox 2025-12-04T09:05:01.8313240Z Compiling test/cpp/api/memory.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:02.0592960Z 2025-12-04T09:05:02.0593706Z  2025-12-04T09:05:02.0594149Z  2025-12-04T09:05:02.0594515Z  2025-12-04T09:05:02.0594855Z  2025-12-04T09:05:02.0595227Z  2025-12-04T09:05:02.0595568Z  2025-12-04T09:05:02.0595915Z  2025-12-04T09:05:02.0596258Z  2025-12-04T09:05:02.0597129Z [2,442 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:02.0598030Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:02.0598803Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.0599874Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.0600937Z Compiling test/cpp/api/torch_include.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.0602007Z Compiling test/cpp/jit/torch_python_test.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.0604101Z //:torch_dist_autograd_test; 2s processwrapper-sandbox 2025-12-04T09:05:02.0604980Z Compiling test/cpp/api/memory.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.0605772Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:02.3894509Z 2025-12-04T09:05:02.3895258Z  2025-12-04T09:05:02.3895692Z  2025-12-04T09:05:02.3896026Z  2025-12-04T09:05:02.3896376Z  2025-12-04T09:05:02.3896712Z  2025-12-04T09:05:02.3897046Z  2025-12-04T09:05:02.3897366Z  2025-12-04T09:05:02.3897722Z  2025-12-04T09:05:02.3898665Z [2,443 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:02.3899591Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:02.3900451Z Compiling aten/src/ATen/RegisterCPU_0.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.3901503Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.3902603Z Compiling test/cpp/api/torch_include.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.3903969Z Compiling test/cpp/jit/torch_python_test.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.3904953Z //:torch_dist_autograd_test; 2s processwrapper-sandbox 2025-12-04T09:05:02.3906017Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.3907030Z Compiling test/cpp/api/static.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:02.5981166Z 2025-12-04T09:05:02.5982002Z  2025-12-04T09:05:02.5982464Z  2025-12-04T09:05:02.5982828Z  2025-12-04T09:05:02.5983167Z  2025-12-04T09:05:02.5983482Z  2025-12-04T09:05:02.5983862Z  2025-12-04T09:05:02.5984230Z  2025-12-04T09:05:02.5984613Z  2025-12-04T09:05:02.5985494Z [2,445 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:02.5986576Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.5987644Z Compiling test/cpp/api/torch_include.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.5988718Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.5989623Z //:torch_dist_autograd_test; 2s processwrapper-sandbox 2025-12-04T09:05:02.5990532Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.5991551Z Compiling test/cpp/api/static.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.5992519Z Compiling test/cpp/api/expanding-array.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.5993621Z Compiling torch/csrc/autograd/autograd.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:02.8604627Z 2025-12-04T09:05:02.8605351Z  2025-12-04T09:05:02.8605792Z  2025-12-04T09:05:02.8606133Z  2025-12-04T09:05:02.8606491Z  2025-12-04T09:05:02.8606833Z  2025-12-04T09:05:02.8607169Z  2025-12-04T09:05:02.8607512Z  2025-12-04T09:05:02.8607855Z  2025-12-04T09:05:02.8608692Z [2,445 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:02.8609690Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.8610639Z Compiling test/cpp/api/torch_include.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.8611589Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.8612507Z //:torch_dist_autograd_test; 3s processwrapper-sandbox 2025-12-04T09:05:02.8613443Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:02.8614445Z Compiling test/cpp/api/static.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.8615326Z Compiling test/cpp/api/expanding-array.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:02.8616342Z Compiling torch/csrc/autograd/autograd.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:03.2504791Z 2025-12-04T09:05:03.2505686Z  2025-12-04T09:05:03.2506105Z  2025-12-04T09:05:03.2506472Z  2025-12-04T09:05:03.2506830Z  2025-12-04T09:05:03.2507188Z  2025-12-04T09:05:03.2507542Z  2025-12-04T09:05:03.2507881Z  2025-12-04T09:05:03.2508238Z  2025-12-04T09:05:03.2509058Z [2,446 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:03.2510112Z Compiling aten/src/ATen/RegisterCPU_1.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:03.2511092Z Compiling test/cpp/api/torch_include.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:03.2512065Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.2512996Z //:torch_dist_autograd_test; 3s processwrapper-sandbox 2025-12-04T09:05:03.2513816Z Compiling test/cpp/api/static.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.2514739Z Compiling test/cpp/api/expanding-array.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.2515743Z Compiling torch/csrc/autograd/autograd.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:03.2516963Z Compiling test/cpp/api/tensor.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:03.4602631Z 2025-12-04T09:05:03.4603444Z  2025-12-04T09:05:03.4603889Z  2025-12-04T09:05:03.4604282Z  2025-12-04T09:05:03.4604651Z  2025-12-04T09:05:03.4605041Z  2025-12-04T09:05:03.4605412Z  2025-12-04T09:05:03.4605798Z  2025-12-04T09:05:03.4606168Z  2025-12-04T09:05:03.4607082Z [2,449 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:03.4608286Z Compiling test/cpp/api/torch_include.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:03.4609412Z Compiling test/cpp/jit/torch_python_test.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.4610394Z //:torch_dist_autograd_test; 3s processwrapper-sandbox 2025-12-04T09:05:03.4611273Z Compiling test/cpp/api/static.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.4612346Z Compiling test/cpp/api/expanding-array.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.4613395Z Compiling test/cpp/api/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:03.4614326Z Compiling test/cpp/api/any.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:03.4615102Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:03.7529071Z 2025-12-04T09:05:03.7529867Z  2025-12-04T09:05:03.7530327Z  2025-12-04T09:05:03.7530703Z  2025-12-04T09:05:03.7531048Z  2025-12-04T09:05:03.7531416Z  2025-12-04T09:05:03.7531775Z  2025-12-04T09:05:03.7532138Z  2025-12-04T09:05:03.7532488Z  2025-12-04T09:05:03.7533361Z [2,450 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:03.7534476Z Compiling test/cpp/api/torch_include.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:03.7535548Z Compiling test/cpp/jit/torch_python_test.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:03.7536515Z //:torch_dist_autograd_test; 3s processwrapper-sandbox 2025-12-04T09:05:03.7537369Z Compiling test/cpp/api/static.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.7538362Z Compiling test/cpp/api/expanding-array.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.7539356Z Compiling test/cpp/api/tensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.7540239Z Compiling test/cpp/api/any.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:03.7541137Z Compiling test/cpp/api/init.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:04.0686923Z 2025-12-04T09:05:04.0687772Z  2025-12-04T09:05:04.0688222Z  2025-12-04T09:05:04.0688584Z  2025-12-04T09:05:04.0688929Z  2025-12-04T09:05:04.0689450Z  2025-12-04T09:05:04.0689817Z  2025-12-04T09:05:04.0690314Z  2025-12-04T09:05:04.0690781Z  2025-12-04T09:05:04.0691837Z [2,450 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:04.0693270Z Compiling test/cpp/api/torch_include.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:04.0694483Z Compiling test/cpp/jit/torch_python_test.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:04.0695542Z //:torch_dist_autograd_test; 4s processwrapper-sandbox 2025-12-04T09:05:04.0696424Z Compiling test/cpp/api/static.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:04.0697511Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:04.0698547Z Compiling test/cpp/api/tensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:04.0699473Z Compiling test/cpp/api/any.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:04.0700469Z Compiling test/cpp/api/init.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:05.0695697Z 2025-12-04T09:05:05.0696489Z  2025-12-04T09:05:05.0699041Z  2025-12-04T09:05:05.0699436Z  2025-12-04T09:05:05.0699819Z  2025-12-04T09:05:05.0700174Z  2025-12-04T09:05:05.0700551Z  2025-12-04T09:05:05.0700911Z  2025-12-04T09:05:05.0701238Z  2025-12-04T09:05:05.0702356Z [2,450 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:05.0703609Z Compiling test/cpp/api/torch_include.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:05.0704669Z Compiling test/cpp/jit/torch_python_test.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.0705600Z //:torch_dist_autograd_test; 5s processwrapper-sandbox 2025-12-04T09:05:05.0706393Z Compiling test/cpp/api/static.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.0707191Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.0708018Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:05.0708886Z Compiling test/cpp/api/any.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:05.0709786Z Compiling test/cpp/api/init.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:05:05.2704410Z 2025-12-04T09:05:05.2705142Z  2025-12-04T09:05:05.2705522Z  2025-12-04T09:05:05.2705846Z  2025-12-04T09:05:05.2706216Z  2025-12-04T09:05:05.2706535Z  2025-12-04T09:05:05.2706828Z  2025-12-04T09:05:05.2707218Z  2025-12-04T09:05:05.2707576Z  2025-12-04T09:05:05.2708448Z [2,452 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:05.2709393Z //:torch_dist_autograd_test; 5s processwrapper-sandbox 2025-12-04T09:05:05.2710215Z Compiling test/cpp/api/static.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.2711188Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.2712165Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:05.2713005Z Compiling test/cpp/api/any.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:05.2713850Z Compiling test/cpp/api/init.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:05.2714750Z Compiling test/cpp/api/enum.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:05.2715687Z Compiling test/cpp/api/autograd.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:05.4984680Z 2025-12-04T09:05:05.4985445Z  2025-12-04T09:05:05.4985713Z  2025-12-04T09:05:05.4985928Z  2025-12-04T09:05:05.4986139Z  2025-12-04T09:05:05.4986335Z  2025-12-04T09:05:05.4986541Z  2025-12-04T09:05:05.4986743Z  2025-12-04T09:05:05.4987061Z  2025-12-04T09:05:05.4987810Z [2,453 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:05.4988616Z //:torch_dist_autograd_test; 5s processwrapper-sandbox 2025-12-04T09:05:05.4989364Z Compiling test/cpp/api/static.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.4990303Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.4991268Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:05.4992374Z Compiling test/cpp/api/any.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:05.4993246Z Compiling test/cpp/api/init.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:05.4993972Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:05.4994828Z Compiling test/cpp/api/autograd.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:05.7497835Z 2025-12-04T09:05:05.7498643Z  2025-12-04T09:05:05.7498914Z  2025-12-04T09:05:05.7499136Z  2025-12-04T09:05:05.7499335Z  2025-12-04T09:05:05.7499546Z  2025-12-04T09:05:05.7499743Z  2025-12-04T09:05:05.7499954Z  2025-12-04T09:05:05.7500154Z  2025-12-04T09:05:05.7500659Z [2,455 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:05.7501257Z Compiling test/cpp/api/static.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.7501804Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.7502380Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.7787620Z Compiling test/cpp/api/any.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:05.7790058Z Compiling test/cpp/api/init.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:05.7792553Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:05.7793449Z Compiling test/cpp/api/autograd.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:05.7794202Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:06.0706779Z 2025-12-04T09:05:06.0707414Z  2025-12-04T09:05:06.0707714Z  2025-12-04T09:05:06.0707917Z  2025-12-04T09:05:06.0708132Z  2025-12-04T09:05:06.0708332Z  2025-12-04T09:05:06.0708541Z  2025-12-04T09:05:06.0708740Z  2025-12-04T09:05:06.0709005Z  2025-12-04T09:05:06.0709596Z [2,458 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:06.0710545Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:06.0711253Z Compiling test/cpp/api/any.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:06.0711740Z Compiling test/cpp/api/init.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:06.0712305Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:06.0712929Z Compiling test/cpp/api/autograd.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:06.0713486Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:06.0713935Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:06.0714335Z Linking libaten.so; 2s processwrapper-sandbox ... 2025-12-04T09:05:07.0716014Z 2025-12-04T09:05:07.0716818Z  2025-12-04T09:05:07.0717919Z  2025-12-04T09:05:07.0718344Z  2025-12-04T09:05:07.0718797Z  2025-12-04T09:05:07.0719250Z  2025-12-04T09:05:07.0719704Z  2025-12-04T09:05:07.0720148Z  2025-12-04T09:05:07.0720549Z  2025-12-04T09:05:07.0721512Z [2,458 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:07.0723275Z Compiling test/cpp/api/tensor.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:07.0724208Z Compiling test/cpp/api/any.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:07.0724993Z Compiling test/cpp/api/init.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:07.0725871Z Compiling test/cpp/api/enum.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:07.0726792Z Compiling test/cpp/api/autograd.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:07.0727598Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:07.0728144Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:07.0728781Z Linking libaten.so; 3s processwrapper-sandbox ... 2025-12-04T09:05:07.2721234Z 2025-12-04T09:05:07.2721981Z  2025-12-04T09:05:07.2722403Z  2025-12-04T09:05:07.2722766Z  2025-12-04T09:05:07.2723184Z  2025-12-04T09:05:07.2723783Z  2025-12-04T09:05:07.2724127Z  2025-12-04T09:05:07.2724483Z  2025-12-04T09:05:07.2724822Z  2025-12-04T09:05:07.2725699Z [2,460 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:07.2726690Z Compiling test/cpp/api/init.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:07.2727545Z Compiling test/cpp/api/enum.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:07.2728388Z Compiling test/cpp/api/autograd.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:07.2729119Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:07.2729683Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:07.2730265Z Linking libaten.so; 3s processwrapper-sandbox 2025-12-04T09:05:07.2731039Z Compiling test/cpp/api/modules.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:07.2731959Z Compiling test/cpp/jit/test_utils.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:07.6727599Z 2025-12-04T09:05:07.6728388Z  2025-12-04T09:05:07.6728801Z  2025-12-04T09:05:07.6729307Z  2025-12-04T09:05:07.6729661Z  2025-12-04T09:05:07.6730030Z  2025-12-04T09:05:07.6730648Z  2025-12-04T09:05:07.6731105Z  2025-12-04T09:05:07.6731413Z  2025-12-04T09:05:07.6732273Z [2,461 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:07.6733356Z Compiling test/cpp/api/enum.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:07.6734254Z Compiling test/cpp/api/autograd.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:07.6734986Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:07.6735538Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:07.6736133Z Linking libaten.so; 4s processwrapper-sandbox 2025-12-04T09:05:07.6736983Z Compiling test/cpp/api/modules.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:07.6737975Z Compiling test/cpp/jit/test_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:07.6739051Z Compiling torch/csrc/autograd/function.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:07.8733521Z 2025-12-04T09:05:07.8734336Z  2025-12-04T09:05:07.8734855Z  2025-12-04T09:05:07.8735228Z  2025-12-04T09:05:07.8735621Z  2025-12-04T09:05:07.8735992Z  2025-12-04T09:05:07.8736367Z  2025-12-04T09:05:07.8736714Z  2025-12-04T09:05:07.8737085Z  2025-12-04T09:05:07.8737984Z [2,462 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:07.8738980Z Compiling test/cpp/api/autograd.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:07.8739700Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:07.8740227Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:07.8740777Z Linking libaten.so; 4s processwrapper-sandbox 2025-12-04T09:05:07.8741442Z Compiling test/cpp/api/modules.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:07.8742209Z Compiling test/cpp/jit/test_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:07.8743031Z Compiling torch/csrc/autograd/function.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:07.8743743Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:08.1113607Z 2025-12-04T09:05:08.1114498Z  2025-12-04T09:05:08.1114983Z  2025-12-04T09:05:08.1115333Z  2025-12-04T09:05:08.1115681Z  2025-12-04T09:05:08.1116014Z  2025-12-04T09:05:08.1116355Z  2025-12-04T09:05:08.1116662Z  2025-12-04T09:05:08.1117000Z  2025-12-04T09:05:08.1117771Z [2,464 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:05:08.1118600Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:08.1119208Z Linking libaten.so; 4s processwrapper-sandbox 2025-12-04T09:05:08.1120008Z Compiling test/cpp/api/modules.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:08.1120960Z Compiling test/cpp/jit/test_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:08.1122173Z Compiling torch/csrc/autograd/function.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:08.1123015Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:08.1123591Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:08.1124147Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:08.4739068Z 2025-12-04T09:05:08.4739760Z  2025-12-04T09:05:08.4740190Z  2025-12-04T09:05:08.4740559Z  2025-12-04T09:05:08.4740899Z  2025-12-04T09:05:08.4741263Z  2025-12-04T09:05:08.4741596Z  2025-12-04T09:05:08.4741963Z  2025-12-04T09:05:08.4742302Z  2025-12-04T09:05:08.4743184Z [2,465 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:08.4744109Z Linking libaten.so; 5s processwrapper-sandbox 2025-12-04T09:05:08.4744897Z Compiling test/cpp/api/modules.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:08.4745820Z Compiling test/cpp/jit/test_utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:08.4746867Z Compiling torch/csrc/autograd/function.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:08.4748032Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:08.4748695Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:08.4749251Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:08.4749957Z Compiling test/cpp/api/rnn.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:09.4747795Z 2025-12-04T09:05:09.4748567Z  2025-12-04T09:05:09.4749007Z  2025-12-04T09:05:09.4749354Z  2025-12-04T09:05:09.4749724Z  2025-12-04T09:05:09.4750083Z  2025-12-04T09:05:09.4750407Z  2025-12-04T09:05:09.4750736Z  2025-12-04T09:05:09.4751036Z  2025-12-04T09:05:09.4751820Z [2,465 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:09.4752717Z Linking libaten.so; 6s processwrapper-sandbox 2025-12-04T09:05:09.4753541Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:09.4754526Z Compiling test/cpp/jit/test_utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:09.4755447Z Compiling torch/csrc/autograd/function.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:09.4756212Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:09.4756777Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:09.4757351Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:09.4758084Z Compiling test/cpp/api/rnn.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:05:09.9056984Z 2025-12-04T09:05:09.9057707Z  2025-12-04T09:05:09.9058133Z  2025-12-04T09:05:09.9058450Z  2025-12-04T09:05:09.9058755Z  2025-12-04T09:05:09.9059100Z  2025-12-04T09:05:09.9059447Z  2025-12-04T09:05:09.9059813Z  2025-12-04T09:05:09.9060167Z  2025-12-04T09:05:09.9061059Z [2,466 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:09.9061994Z Linking libaten.so; 6s processwrapper-sandbox 2025-12-04T09:05:09.9062745Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:09.9063622Z Compiling torch/csrc/autograd/function.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:09.9064423Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:09.9065002Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:09.9076636Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:09.9077311Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:09.9078172Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox ... 2025-12-04T09:05:10.2244771Z 2025-12-04T09:05:10.2245686Z  2025-12-04T09:05:10.2246208Z  2025-12-04T09:05:10.2246707Z  2025-12-04T09:05:10.2247668Z  2025-12-04T09:05:10.2248058Z  2025-12-04T09:05:10.2248393Z  2025-12-04T09:05:10.2248689Z  2025-12-04T09:05:10.2249019Z  2025-12-04T09:05:10.2250111Z [2,470 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:10.2251116Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.2251884Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:10.2252449Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:10.2253027Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:10.2253727Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.2254554Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.2255394Z Compiling test/cpp/api/jit.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:10.2256307Z Compiling test/cpp/api/optim.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:10.4306171Z 2025-12-04T09:05:10.4308614Z  2025-12-04T09:05:10.4309092Z  2025-12-04T09:05:10.4309462Z  2025-12-04T09:05:10.4309815Z  2025-12-04T09:05:10.4310183Z  2025-12-04T09:05:10.4310560Z  2025-12-04T09:05:10.4310924Z  2025-12-04T09:05:10.4311262Z  2025-12-04T09:05:10.4312407Z [2,472 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:10.4313570Z Compiling test/cpp/api/modules.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:10.4314329Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:10.4315019Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.4315934Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.4316844Z Compiling test/cpp/api/jit.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.4317686Z Compiling test/cpp/api/optim.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.4318619Z Compiling test/cpp/api/tensor_options.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.4319607Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:10.6526462Z 2025-12-04T09:05:10.6527349Z  2025-12-04T09:05:10.6527770Z  2025-12-04T09:05:10.6528119Z  2025-12-04T09:05:10.6528484Z  2025-12-04T09:05:10.6528854Z  2025-12-04T09:05:10.6529224Z  2025-12-04T09:05:10.6529589Z  2025-12-04T09:05:10.6529929Z  2025-12-04T09:05:10.6530824Z [2,474 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:10.6531819Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.6532742Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.6533628Z Compiling test/cpp/api/jit.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.6534513Z Compiling test/cpp/api/optim.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.6535479Z Compiling test/cpp/api/tensor_options.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.6536447Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:10.6537351Z Compiling test/cpp/api/module.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:10.6538091Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:10.8751568Z 2025-12-04T09:05:10.8752525Z  2025-12-04T09:05:10.8753127Z  2025-12-04T09:05:10.8753473Z  2025-12-04T09:05:10.8753899Z  2025-12-04T09:05:10.8754234Z  2025-12-04T09:05:10.8754598Z  2025-12-04T09:05:10.8755036Z  2025-12-04T09:05:10.8755408Z  2025-12-04T09:05:10.8756307Z [2,474 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:10.8757242Z Compiling test/cpp/api/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.8758078Z Compiling test/cpp/api/dataloader.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:10.8758860Z Compiling test/cpp/api/jit.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.8759591Z Compiling test/cpp/api/optim.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.8760569Z Compiling test/cpp/api/tensor_options.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.8761882Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:10.8762786Z Compiling test/cpp/api/module.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:10.8763554Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:11.1468669Z 2025-12-04T09:05:11.1469429Z  2025-12-04T09:05:11.1469841Z  2025-12-04T09:05:11.1470179Z  2025-12-04T09:05:11.1470511Z  2025-12-04T09:05:11.1472424Z  2025-12-04T09:05:11.1472778Z  2025-12-04T09:05:11.1473134Z  2025-12-04T09:05:11.1473468Z  2025-12-04T09:05:11.1474330Z [2,475 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:11.1475376Z Compiling test/cpp/api/dataloader.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:11.1476299Z Compiling test/cpp/api/jit.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.1477133Z Compiling test/cpp/api/optim.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.1478071Z Compiling test/cpp/api/tensor_options.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.1483551Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.1484658Z Compiling test/cpp/api/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.1485283Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:11.1485760Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:11.4160392Z 2025-12-04T09:05:11.4161165Z  2025-12-04T09:05:11.4161633Z  2025-12-04T09:05:11.4162013Z  2025-12-04T09:05:11.4162406Z  2025-12-04T09:05:11.4162783Z  2025-12-04T09:05:11.4163238Z  2025-12-04T09:05:11.4163582Z  2025-12-04T09:05:11.4163955Z  2025-12-04T09:05:11.4164849Z [2,476 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:11.4165912Z Compiling test/cpp/api/jit.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.4166705Z Compiling test/cpp/api/optim.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.4167678Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.4168571Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.4169445Z Compiling test/cpp/api/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.4170194Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:11.4172785Z Compiling test/cpp/jit/test_upgrader_utils.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:11.4173686Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:11.6763743Z 2025-12-04T09:05:11.6764635Z  2025-12-04T09:05:11.6765099Z  2025-12-04T09:05:11.6765453Z  2025-12-04T09:05:11.6765807Z  2025-12-04T09:05:11.6766140Z  2025-12-04T09:05:11.6766474Z  2025-12-04T09:05:11.6766776Z  2025-12-04T09:05:11.6767107Z  2025-12-04T09:05:11.6767874Z [2,476 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:11.6768835Z Compiling test/cpp/api/jit.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.6769685Z Compiling test/cpp/api/optim.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.6770827Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.6771802Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.6772618Z Compiling test/cpp/api/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.6773255Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:11.6773946Z Compiling test/cpp/jit/test_upgrader_utils.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:11.6774785Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:11.9835573Z 2025-12-04T09:05:11.9837743Z  2025-12-04T09:05:11.9838227Z  2025-12-04T09:05:11.9838615Z  2025-12-04T09:05:11.9838966Z  2025-12-04T09:05:11.9839551Z  2025-12-04T09:05:11.9839907Z  2025-12-04T09:05:11.9840276Z  2025-12-04T09:05:11.9840624Z  2025-12-04T09:05:11.9841540Z [2,478 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:11.9842618Z Compiling test/cpp/api/tensor_options.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.9843741Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:11.9844667Z Compiling test/cpp/api/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:11.9845420Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:11.9846234Z Compiling test/cpp/jit/test_upgrader_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:11.9847364Z Compiling torch/csrc/autograd/input_buffer.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:11.9848272Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:11.9849068Z Compiling test/cpp/api/integration.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:12.2509085Z 2025-12-04T09:05:12.2509830Z  2025-12-04T09:05:12.2510489Z  2025-12-04T09:05:12.2510861Z  2025-12-04T09:05:12.2511214Z  2025-12-04T09:05:12.2512162Z  2025-12-04T09:05:12.2512890Z  2025-12-04T09:05:12.2513256Z  2025-12-04T09:05:12.2513895Z  2025-12-04T09:05:12.2515019Z [2,480 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:12.2516504Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:12.2517853Z Compiling test/cpp/api/module.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:12.2518829Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:12.2519914Z Compiling torch/csrc/autograd/input_buffer.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:12.2521266Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:12.2522302Z Compiling test/cpp/api/integration.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:12.2523625Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:12.2524453Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:12.4766574Z 2025-12-04T09:05:12.4767527Z  2025-12-04T09:05:12.4767958Z  2025-12-04T09:05:12.4768348Z  2025-12-04T09:05:12.4768702Z  2025-12-04T09:05:12.4769083Z  2025-12-04T09:05:12.4769460Z  2025-12-04T09:05:12.4772508Z  2025-12-04T09:05:12.4772894Z  2025-12-04T09:05:12.4773832Z [2,480 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:12.4774498Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:12.4775013Z Compiling test/cpp/api/module.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:12.4775441Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:12.4775908Z Compiling torch/csrc/autograd/input_buffer.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:12.4776399Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:12.4776832Z Compiling test/cpp/api/integration.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:12.4777281Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:12.4777628Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:13.0519987Z 2025-12-04T09:05:13.0520701Z  2025-12-04T09:05:13.0521272Z  2025-12-04T09:05:13.0522054Z  2025-12-04T09:05:13.0522271Z  2025-12-04T09:05:13.0522494Z  2025-12-04T09:05:13.0522882Z  2025-12-04T09:05:13.0523207Z  2025-12-04T09:05:13.0523621Z  2025-12-04T09:05:13.0524329Z [2,481 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:13.0525279Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:13.0526125Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:13.0527246Z Compiling torch/csrc/autograd/input_buffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.0528235Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:13.0529531Z Compiling test/cpp/api/integration.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.0530153Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:13.0530660Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:13.0531327Z Compiling test/cpp/api/modulelist.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:13.2628276Z 2025-12-04T09:05:13.2629400Z  2025-12-04T09:05:13.2629729Z  2025-12-04T09:05:13.2630050Z  2025-12-04T09:05:13.2630375Z  2025-12-04T09:05:13.2630683Z  2025-12-04T09:05:13.2631003Z  2025-12-04T09:05:13.2631314Z  2025-12-04T09:05:13.2631578Z  2025-12-04T09:05:13.2632275Z [2,484 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:13.2633024Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:13.2633851Z Compiling torch/csrc/autograd/input_buffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.2634515Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:13.2635564Z Compiling test/cpp/api/integration.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.2638115Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:13.2640193Z Compiling test/cpp/api/modulelist.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.2641088Z Compiling test/cpp/api/sequential.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.2642002Z Compiling test/cpp/api/ordered_dict.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:13.4756013Z 2025-12-04T09:05:13.4757105Z  2025-12-04T09:05:13.4757562Z  2025-12-04T09:05:13.4757910Z  2025-12-04T09:05:13.4758270Z  2025-12-04T09:05:13.4758624Z  2025-12-04T09:05:13.4758982Z  2025-12-04T09:05:13.4759328Z  2025-12-04T09:05:13.4759689Z  2025-12-04T09:05:13.4760546Z [2,486 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:13.4761711Z Compiling torch/csrc/autograd/input_buffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.4762836Z Compiling test/cpp/api/integration.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.4763727Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:13.4764513Z Compiling test/cpp/api/modulelist.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.4765474Z Compiling test/cpp/api/sequential.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.4766447Z Compiling test/cpp/api/ordered_dict.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.4767401Z Compiling test/cpp/api/nn_utils.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:13.4768354Z Compiling test/cpp/api/serialize.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:13.6777157Z 2025-12-04T09:05:13.6777887Z  2025-12-04T09:05:13.6778314Z  2025-12-04T09:05:13.6778609Z  2025-12-04T09:05:13.6778942Z  2025-12-04T09:05:13.6779249Z  2025-12-04T09:05:13.6779585Z  2025-12-04T09:05:13.6779921Z  2025-12-04T09:05:13.6780305Z  2025-12-04T09:05:13.6781237Z [2,489 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:13.6782375Z Compiling torch/csrc/autograd/input_buffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.6783356Z Compiling test/cpp/api/integration.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.6784202Z Compiling test/cpp/api/modulelist.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:13.6785106Z Compiling test/cpp/api/sequential.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.6786052Z Compiling test/cpp/api/ordered_dict.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:13.6787016Z Compiling test/cpp/api/nn_utils.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:13.6787912Z Compiling test/cpp/api/serialize.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:13.6788801Z Compiling test/cpp/jit/test_union.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:14.6372020Z 2025-12-04T09:05:14.6372950Z  2025-12-04T09:05:14.6373328Z  2025-12-04T09:05:14.6373644Z  2025-12-04T09:05:14.6373940Z  2025-12-04T09:05:14.6374254Z  2025-12-04T09:05:14.6374585Z  2025-12-04T09:05:14.6374962Z  2025-12-04T09:05:14.6375305Z  2025-12-04T09:05:14.6376214Z [2,490 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:14.6377348Z Compiling torch/csrc/autograd/input_buffer.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:14.6378409Z Compiling test/cpp/api/integration.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:14.6379413Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:14.6380436Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:14.6381459Z Compiling test/cpp/api/ordered_dict.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:14.6382412Z Compiling test/cpp/api/nn_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:14.6383409Z Compiling test/cpp/api/serialize.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:14.6384623Z Compiling test/cpp/api/misc.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:14.8785624Z 2025-12-04T09:05:14.8786557Z  2025-12-04T09:05:14.8787011Z  2025-12-04T09:05:14.8787376Z  2025-12-04T09:05:14.8787731Z  2025-12-04T09:05:14.8788082Z  2025-12-04T09:05:14.8788451Z  2025-12-04T09:05:14.8788799Z  2025-12-04T09:05:14.8789144Z  2025-12-04T09:05:14.8789973Z [2,491 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:14.8790964Z Compiling test/cpp/api/integration.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:14.8791917Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:14.8792887Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:14.8793847Z Compiling test/cpp/api/ordered_dict.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:14.8794780Z Compiling test/cpp/api/nn_utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:14.8795694Z Compiling test/cpp/api/serialize.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:14.8796549Z Compiling test/cpp/api/misc.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:14.8797443Z Compiling test/cpp/api/functional.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:15.0847171Z 2025-12-04T09:05:15.0848036Z  2025-12-04T09:05:15.0848604Z  2025-12-04T09:05:15.0849127Z  2025-12-04T09:05:15.0849591Z  2025-12-04T09:05:15.0850066Z  2025-12-04T09:05:15.0850520Z  2025-12-04T09:05:15.0850999Z  2025-12-04T09:05:15.0851475Z  2025-12-04T09:05:15.0852500Z [2,492 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:15.0853701Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.0854811Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.0856006Z Compiling test/cpp/api/ordered_dict.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.0857071Z Compiling test/cpp/api/nn_utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.0858098Z Compiling test/cpp/api/serialize.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.0859124Z Compiling test/cpp/api/misc.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:15.0860096Z Compiling test/cpp/api/functional.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:15.0860944Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:15.4788963Z 2025-12-04T09:05:15.4789683Z  2025-12-04T09:05:15.4790056Z  2025-12-04T09:05:15.4790398Z  2025-12-04T09:05:15.4790717Z  2025-12-04T09:05:15.4791046Z  2025-12-04T09:05:15.4791369Z  2025-12-04T09:05:15.4791704Z  2025-12-04T09:05:15.4792032Z  2025-12-04T09:05:15.4793182Z [2,493 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:15.4795875Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.4796706Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.4797539Z Compiling test/cpp/api/ordered_dict.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.4798356Z Compiling test/cpp/api/nn_utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.4799110Z Compiling test/cpp/api/serialize.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.4799923Z Compiling test/cpp/api/misc.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.4800662Z Compiling test/cpp/api/functional.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:15.4801323Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:15.8794111Z 2025-12-04T09:05:15.8794748Z  2025-12-04T09:05:15.8795028Z  2025-12-04T09:05:15.8795230Z  2025-12-04T09:05:15.8795519Z  2025-12-04T09:05:15.8795721Z  2025-12-04T09:05:15.8795957Z  2025-12-04T09:05:15.8796183Z  2025-12-04T09:05:15.8796433Z  2025-12-04T09:05:15.9764352Z [2,494 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:15.9767710Z Compiling test/cpp/api/modulelist.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:15.9768258Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.9768819Z Compiling test/cpp/api/ordered_dict.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.9769360Z Compiling test/cpp/api/nn_utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:15.9769880Z Compiling test/cpp/api/serialize.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.9770394Z Compiling test/cpp/api/misc.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:15.9771080Z Compiling test/cpp/api/functional.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:15.9771537Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:16.3200474Z 2025-12-04T09:05:16.3202599Z  2025-12-04T09:05:16.3202975Z  2025-12-04T09:05:16.3203381Z  2025-12-04T09:05:16.3203667Z  2025-12-04T09:05:16.3204019Z  2025-12-04T09:05:16.3204334Z  2025-12-04T09:05:16.3204621Z  2025-12-04T09:05:16.3204926Z  2025-12-04T09:05:16.3205831Z [2,495 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:16.3206898Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.3207752Z Compiling test/cpp/api/ordered_dict.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.3208653Z Compiling test/cpp/api/nn_utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.3209548Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.3210422Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.3211293Z Compiling test/cpp/api/functional.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:16.3212057Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:16.3212630Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:16.5770331Z 2025-12-04T09:05:16.5771151Z  2025-12-04T09:05:16.5771452Z  2025-12-04T09:05:16.5771659Z  2025-12-04T09:05:16.5771870Z  2025-12-04T09:05:16.5772069Z  2025-12-04T09:05:16.5772279Z  2025-12-04T09:05:16.5772475Z  2025-12-04T09:05:16.5772685Z  2025-12-04T09:05:16.5773196Z [2,495 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:16.5773804Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.5774366Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.5774895Z Compiling test/cpp/api/nn_utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.5775427Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.5829451Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.5830087Z Compiling test/cpp/api/functional.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:16.5830645Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:16.5831003Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:16.6635822Z 2025-12-04T09:05:16.6637868Z  2025-12-04T09:05:16.6638430Z  2025-12-04T09:05:16.6638887Z  2025-12-04T09:05:16.6639375Z  2025-12-04T09:05:16.6639854Z  2025-12-04T09:05:16.6640313Z  2025-12-04T09:05:16.6640782Z  2025-12-04T09:05:16.6641236Z  2025-12-04T09:05:16.6642069Z INFO: From Compiling torch/csrc/autograd/record_function_ops.cpp: 2025-12-04T09:05:16.6644158Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::Tensor torch::autograd::profiler::record_function_enter_legacy(const string&, const std::optional >&)': 2025-12-04T09:05:16.6648221Z torch/csrc/autograd/record_function_ops.cpp:39:42: 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] 2025-12-04T09:05:16.6651412Z 39 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2025-12-04T09:05:16.6652382Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-04T09:05:16.6653227Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2025-12-04T09:05:16.6654159Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2025-12-04T09:05:16.6655033Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2025-12-04T09:05:16.6655777Z | ^~~~~~ 2025-12-04T09:05:16.6657167Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::RecordFunction& torch::autograd::profiler::getRecordFunctionFromTensor(const at::Tensor&)': 2025-12-04T09:05:16.6660268Z torch/csrc/autograd/record_function_ops.cpp:54:65: 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] 2025-12-04T09:05:16.6662995Z 54 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2025-12-04T09:05:16.6663818Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2025-12-04T09:05:16.6664629Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2025-12-04T09:05:16.6665566Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2025-12-04T09:05:16.6666385Z 76 | cast(const Tensor& packed) { 2025-12-04T09:05:16.6666963Z | ^~~~ 2025-12-04T09:05:16.6668337Z [2,495 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:16.6669487Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.6670627Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.6673105Z Compiling test/cpp/api/nn_utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.6674005Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.6675028Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.6676097Z Compiling test/cpp/api/functional.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:16.6676958Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:16.6677705Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:16.9497252Z 2025-12-04T09:05:16.9497999Z  2025-12-04T09:05:16.9498423Z  2025-12-04T09:05:16.9498789Z  2025-12-04T09:05:16.9499136Z  2025-12-04T09:05:16.9499480Z  2025-12-04T09:05:16.9499791Z  2025-12-04T09:05:16.9500090Z  2025-12-04T09:05:16.9500385Z  2025-12-04T09:05:16.9501463Z [2,498 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:16.9502550Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.9503546Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:16.9504498Z Compiling test/cpp/api/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.9505347Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:16.9506129Z Compiling test/cpp/api/functional.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:16.9506877Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:16.9507683Z Compiling torch/csrc/autograd/variable.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:16.9508722Z Compiling test/cpp/jit/test_te.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:17.1840450Z 2025-12-04T09:05:17.1841141Z  2025-12-04T09:05:17.1841550Z  2025-12-04T09:05:17.1841864Z  2025-12-04T09:05:17.1842198Z  2025-12-04T09:05:17.1842500Z  2025-12-04T09:05:17.1842803Z  2025-12-04T09:05:17.1843173Z  2025-12-04T09:05:17.1843779Z  2025-12-04T09:05:17.1844522Z [2,498 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:17.1845498Z Compiling test/cpp/api/ordered_dict.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.1846345Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.1847226Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.1848107Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:17.1849006Z Compiling test/cpp/api/functional.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:17.1849786Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:17.1850561Z Compiling torch/csrc/autograd/variable.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:17.1851557Z Compiling test/cpp/jit/test_te.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:17.5841657Z 2025-12-04T09:05:17.5842262Z  2025-12-04T09:05:17.5842539Z  2025-12-04T09:05:17.5842771Z  2025-12-04T09:05:17.5842982Z  2025-12-04T09:05:17.5843270Z  2025-12-04T09:05:17.5843481Z  2025-12-04T09:05:17.5843675Z  2025-12-04T09:05:17.5843885Z  2025-12-04T09:05:17.5844382Z [2,499 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:17.5844991Z Compiling test/cpp/api/nn_utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.5845530Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.5846035Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.5846549Z Compiling test/cpp/api/functional.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:17.5846977Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:17.5847433Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:17.5847976Z Compiling test/cpp/jit/test_te.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:17.5848410Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:17.8513210Z 2025-12-04T09:05:17.8513916Z  2025-12-04T09:05:17.8514305Z  2025-12-04T09:05:17.8514659Z  2025-12-04T09:05:17.8514976Z  2025-12-04T09:05:17.8515328Z  2025-12-04T09:05:17.8515663Z  2025-12-04T09:05:17.8516023Z  2025-12-04T09:05:17.8516345Z  2025-12-04T09:05:17.8517208Z [2,500 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:17.8518269Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:17.8519198Z Compiling test/cpp/api/serialize.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.8520081Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:17.8520954Z Compiling test/cpp/api/functional.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:17.8521953Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:17.8522754Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:17.8523810Z Compiling test/cpp/jit/test_te.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:17.8524570Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:18.1753195Z 2025-12-04T09:05:18.1753802Z  2025-12-04T09:05:18.1754068Z  2025-12-04T09:05:18.1754289Z  2025-12-04T09:05:18.1754489Z  2025-12-04T09:05:18.1754703Z  2025-12-04T09:05:18.1754904Z  2025-12-04T09:05:18.1755118Z  2025-12-04T09:05:18.1755320Z  2025-12-04T09:05:18.1755834Z [2,502 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:18.1756440Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:18.1756951Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.1757501Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.1758193Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:18.1758665Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:18.1759221Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.1759556Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.1759882Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:18.4109542Z 2025-12-04T09:05:18.4110286Z  2025-12-04T09:05:18.4110702Z  2025-12-04T09:05:18.4111016Z  2025-12-04T09:05:18.4111339Z  2025-12-04T09:05:18.4111670Z  2025-12-04T09:05:18.4112010Z  2025-12-04T09:05:18.4112344Z  2025-12-04T09:05:18.4112705Z  2025-12-04T09:05:18.4113569Z [2,503 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:18.4114632Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:18.4115539Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:18.4116420Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.4117333Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:18.4118054Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.4118566Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.4119108Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:18.4119685Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:18.6158063Z 2025-12-04T09:05:18.6158670Z  2025-12-04T09:05:18.6158927Z  2025-12-04T09:05:18.6159144Z  2025-12-04T09:05:18.6159373Z  2025-12-04T09:05:18.6159568Z  2025-12-04T09:05:18.6159778Z  2025-12-04T09:05:18.6159972Z  2025-12-04T09:05:18.6160178Z  2025-12-04T09:05:18.6160671Z [2,503 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:18.6161292Z Compiling test/cpp/api/nn_utils.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:18.6161804Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:18.6162510Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.6163364Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.6163828Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.6164167Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.6164485Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.6164961Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:18.8625987Z 2025-12-04T09:05:18.8626615Z  2025-12-04T09:05:18.8626872Z  2025-12-04T09:05:18.8627093Z  2025-12-04T09:05:18.8627308Z  2025-12-04T09:05:18.8627559Z  2025-12-04T09:05:18.8627876Z  2025-12-04T09:05:18.8628146Z  2025-12-04T09:05:18.8629678Z  2025-12-04T09:05:18.8630369Z [2,504 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:18.8631208Z Compiling test/cpp/api/nn_utils.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:18.8631725Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:18.8632356Z Compiling test/cpp/api/functional.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.8632918Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:18.8633456Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.8633786Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:18.8634312Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:18.8634650Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:19.1042953Z 2025-12-04T09:05:19.1043761Z  2025-12-04T09:05:19.1044176Z  2025-12-04T09:05:19.1044533Z  2025-12-04T09:05:19.1044894Z  2025-12-04T09:05:19.1045277Z  2025-12-04T09:05:19.1045621Z  2025-12-04T09:05:19.1045970Z  2025-12-04T09:05:19.1046300Z  2025-12-04T09:05:19.1047415Z [2,505 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:19.1048532Z Compiling test/cpp/api/nn_utils.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:19.1049418Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.1049991Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.1050633Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:19.1051280Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:19.1051603Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.1051961Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.1052502Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:19.3444215Z 2025-12-04T09:05:19.3444968Z  2025-12-04T09:05:19.3445438Z  2025-12-04T09:05:19.3445792Z  2025-12-04T09:05:19.3446152Z  2025-12-04T09:05:19.3446503Z  2025-12-04T09:05:19.3446881Z  2025-12-04T09:05:19.3447220Z  2025-12-04T09:05:19.3448105Z  2025-12-04T09:05:19.3448962Z [2,506 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:19.3450006Z Compiling test/cpp/api/nn_utils.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:19.3451320Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.3452347Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:19.3453424Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:19.3453973Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:19.3454333Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.3454950Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.3455556Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:19.6466352Z 2025-12-04T09:05:19.6467151Z  2025-12-04T09:05:19.6467587Z  2025-12-04T09:05:19.6467946Z  2025-12-04T09:05:19.6468350Z  2025-12-04T09:05:19.6468679Z  2025-12-04T09:05:19.6468989Z  2025-12-04T09:05:19.6469311Z  2025-12-04T09:05:19.6469630Z  2025-12-04T09:05:19.6470522Z [2,507 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:19.6471812Z Compiling test/cpp/api/nn_utils.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:19.6472770Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.6473646Z Compiling torch/csrc/autograd/variable.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.6474499Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:19.6475086Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.6475656Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.6476240Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.6477004Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:19.9130927Z 2025-12-04T09:05:19.9131516Z  2025-12-04T09:05:19.9131807Z  2025-12-04T09:05:19.9132033Z  2025-12-04T09:05:19.9132250Z  2025-12-04T09:05:19.9132462Z  2025-12-04T09:05:19.9132671Z  2025-12-04T09:05:19.9132865Z  2025-12-04T09:05:19.9133071Z  2025-12-04T09:05:19.9133574Z [2,508 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:19.9134182Z Compiling test/cpp/api/nn_utils.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:19.9134715Z Compiling test/cpp/api/functional.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.9135292Z Compiling torch/csrc/autograd/variable.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:19.9135749Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:19.9136084Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:19.9136417Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.9136737Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:19.9385588Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:20.2475402Z 2025-12-04T09:05:20.2477037Z  2025-12-04T09:05:20.2477426Z  2025-12-04T09:05:20.2477729Z  2025-12-04T09:05:20.2477934Z  2025-12-04T09:05:20.2478295Z  2025-12-04T09:05:20.2478499Z  2025-12-04T09:05:20.2478734Z  2025-12-04T09:05:20.2478976Z  2025-12-04T09:05:20.2479573Z [2,510 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:20.2480527Z Compiling test/cpp/api/functional.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:20.2481430Z Compiling torch/csrc/autograd/variable.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:20.2482112Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:20.2482617Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:20.2483200Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:20.2483877Z Compiling torch/csrc/inductor/inductor_ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:20.2484866Z Compiling test/cpp/jit/test_subgraph_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:20.2485606Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:20.4478826Z 2025-12-04T09:05:20.4479491Z  2025-12-04T09:05:20.4479857Z  2025-12-04T09:05:20.4480191Z  2025-12-04T09:05:20.4480552Z  2025-12-04T09:05:20.4480882Z  2025-12-04T09:05:20.4481215Z  2025-12-04T09:05:20.4481552Z  2025-12-04T09:05:20.4481895Z  2025-12-04T09:05:20.4482733Z [2,514 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:20.4483662Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:20.4484474Z Compiling torch/csrc/inductor/inductor_ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:20.4485555Z Compiling test/cpp/jit/test_subgraph_utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:20.4486647Z Compiling torch/csrc/jit/api/function_impl.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:20.4487474Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:20.4488223Z Compiling torch/csrc/jit/api/module.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:20.4489108Z Compiling torch/csrc/jit/api/object.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:20.4489767Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:21.2413905Z 2025-12-04T09:05:21.2414603Z  2025-12-04T09:05:21.2414979Z  2025-12-04T09:05:21.2415409Z  2025-12-04T09:05:21.2415761Z  2025-12-04T09:05:21.2416118Z  2025-12-04T09:05:21.2416461Z  2025-12-04T09:05:21.2416789Z  2025-12-04T09:05:21.2417095Z  2025-12-04T09:05:21.2417891Z [2,515 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:21.2418722Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:21.2419780Z Compiling torch/csrc/inductor/inductor_ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:21.2420822Z Compiling torch/csrc/jit/api/function_impl.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:21.2421648Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:21.2422381Z Compiling torch/csrc/jit/api/module.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:21.2423298Z Compiling torch/csrc/jit/api/object.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:21.2424263Z Compiling test/cpp/jit/source_range_test.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:21.2425189Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:21.4483505Z 2025-12-04T09:05:21.4484218Z  2025-12-04T09:05:21.4484565Z  2025-12-04T09:05:21.4484909Z  2025-12-04T09:05:21.4485237Z  2025-12-04T09:05:21.4485564Z  2025-12-04T09:05:21.4485924Z  2025-12-04T09:05:21.4486267Z  2025-12-04T09:05:21.4486591Z  2025-12-04T09:05:21.4487133Z [2,515 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:21.4489964Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:21.4490948Z Compiling torch/csrc/inductor/inductor_ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:21.4493294Z Compiling torch/csrc/jit/api/function_impl.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:21.4494102Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:21.4494838Z Compiling torch/csrc/jit/api/module.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:21.4495775Z Compiling torch/csrc/jit/api/object.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:21.4496802Z Compiling test/cpp/jit/source_range_test.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:21.4497689Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:22.4490264Z 2025-12-04T09:05:22.4490847Z  2025-12-04T09:05:22.4491099Z  2025-12-04T09:05:22.4491322Z  2025-12-04T09:05:22.4491521Z  2025-12-04T09:05:22.4491757Z  2025-12-04T09:05:22.4491957Z  2025-12-04T09:05:22.4492167Z  2025-12-04T09:05:22.4492362Z  2025-12-04T09:05:22.4492884Z [2,515 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:22.4493414Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:22.4493883Z Compiling torch/csrc/inductor/inductor_ops.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:22.4494518Z Compiling torch/csrc/jit/api/function_impl.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:22.4494987Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:22.4495429Z Compiling torch/csrc/jit/api/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:22.4495981Z Compiling torch/csrc/jit/api/object.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:22.4496549Z Compiling test/cpp/jit/source_range_test.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:22.4497030Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:23.0241537Z 2025-12-04T09:05:23.0242146Z  2025-12-04T09:05:23.0242412Z  2025-12-04T09:05:23.0242634Z  2025-12-04T09:05:23.0242878Z  2025-12-04T09:05:23.0243167Z  2025-12-04T09:05:23.0243392Z  2025-12-04T09:05:23.0243588Z  2025-12-04T09:05:23.0243793Z  2025-12-04T09:05:23.0244290Z [2,516 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:23.0244791Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:23.0245263Z Compiling torch/csrc/inductor/inductor_ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:23.0245897Z Compiling torch/csrc/jit/api/function_impl.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:23.0246493Z Compiling torch/csrc/jit/api/module.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:23.0247038Z Compiling torch/csrc/jit/api/object.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:23.0247617Z Compiling test/cpp/jit/source_range_test.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:23.0248240Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.0248592Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:23.2754182Z 2025-12-04T09:05:23.2754997Z  2025-12-04T09:05:23.2755417Z  2025-12-04T09:05:23.2755795Z  2025-12-04T09:05:23.2756157Z  2025-12-04T09:05:23.2756520Z  2025-12-04T09:05:23.2756871Z  2025-12-04T09:05:23.2757250Z  2025-12-04T09:05:23.2757589Z  2025-12-04T09:05:23.2758445Z [2,521 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:23.2759663Z Compiling torch/csrc/inductor/inductor_ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:23.2760846Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:23.2761733Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.2762330Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.2762936Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.2763617Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:23.2764496Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:23.2765049Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:23.5901182Z 2025-12-04T09:05:23.5901943Z  2025-12-04T09:05:23.5902372Z  2025-12-04T09:05:23.5902750Z  2025-12-04T09:05:23.5903123Z  2025-12-04T09:05:23.5903458Z  2025-12-04T09:05:23.5903815Z  2025-12-04T09:05:23.5904156Z  2025-12-04T09:05:23.5904510Z  2025-12-04T09:05:23.5905391Z [2,521 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:23.5906539Z Compiling torch/csrc/inductor/inductor_ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:23.5907688Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:23.5908557Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.5909162Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.5909727Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.5910312Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.5910894Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.5911478Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:23.9906822Z 2025-12-04T09:05:23.9907808Z  2025-12-04T09:05:23.9908212Z  2025-12-04T09:05:23.9908574Z  2025-12-04T09:05:23.9908924Z  2025-12-04T09:05:23.9909275Z  2025-12-04T09:05:23.9909627Z  2025-12-04T09:05:23.9909873Z  2025-12-04T09:05:23.9910213Z  2025-12-04T09:05:23.9911053Z [2,522 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:23.9912198Z Compiling torch/csrc/inductor/inductor_ops.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:23.9913283Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:23.9914143Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:23.9914713Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.9915294Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.9915871Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.9916444Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:23.9917042Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:24.6712739Z 2025-12-04T09:05:24.6713579Z  2025-12-04T09:05:24.6713996Z  2025-12-04T09:05:24.6714526Z  2025-12-04T09:05:24.6714896Z  2025-12-04T09:05:24.6715363Z  2025-12-04T09:05:24.6722039Z  2025-12-04T09:05:24.6722574Z  2025-12-04T09:05:24.6722948Z  2025-12-04T09:05:24.6724002Z [2,523 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:24.6725265Z Compiling torch/csrc/inductor/inductor_ops.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:24.6726483Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:24.6727666Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.6728368Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.6729043Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.6729696Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.6730353Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.6730995Z //:jit_tests; 3s processwrapper-sandbox ... 2025-12-04T09:05:24.8765538Z 2025-12-04T09:05:24.8766301Z  2025-12-04T09:05:24.8766741Z  2025-12-04T09:05:24.8767094Z  2025-12-04T09:05:24.8767455Z  2025-12-04T09:05:24.8767782Z  2025-12-04T09:05:24.8768133Z  2025-12-04T09:05:24.8768442Z  2025-12-04T09:05:24.8768761Z  2025-12-04T09:05:24.8769565Z [2,526 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:24.8770927Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:24.8771854Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.8772403Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.8773219Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:24.8773852Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:05:24.8774369Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:24.8774853Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:24.8775383Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:25.2210410Z 2025-12-04T09:05:25.2211244Z  2025-12-04T09:05:25.2211916Z  2025-12-04T09:05:25.2212436Z  2025-12-04T09:05:25.2213082Z  2025-12-04T09:05:25.2213518Z  2025-12-04T09:05:25.2213984Z  2025-12-04T09:05:25.2214627Z  2025-12-04T09:05:25.2214937Z  2025-12-04T09:05:25.2215709Z [2,527 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:25.2216588Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:25.2217179Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:25.2217783Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:25.2218342Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:05:25.2218903Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:25.2219401Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:25.2219893Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:25.2220395Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:25.6005869Z 2025-12-04T09:05:25.6007104Z  2025-12-04T09:05:25.6007572Z  2025-12-04T09:05:25.6007912Z  2025-12-04T09:05:25.6008267Z  2025-12-04T09:05:25.6008602Z  2025-12-04T09:05:25.6008966Z  2025-12-04T09:05:25.6009300Z  2025-12-04T09:05:25.6009650Z  2025-12-04T09:05:25.6010537Z [2,528 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:25.6011427Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:25.6012018Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:25.6012589Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:25.6013138Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:25.6013703Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:25.6014266Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:25.6014834Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:25.6015413Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:26.0423002Z 2025-12-04T09:05:26.0423738Z  2025-12-04T09:05:26.0424160Z  2025-12-04T09:05:26.0424496Z  2025-12-04T09:05:26.0424834Z  2025-12-04T09:05:26.0425165Z  2025-12-04T09:05:26.0425522Z  2025-12-04T09:05:26.0425855Z  2025-12-04T09:05:26.0426201Z  2025-12-04T09:05:26.0427024Z [2,529 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:26.0428197Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:26.0428802Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:26.0429389Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:26.0429936Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:26.0430475Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:26.0431024Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:26.0431560Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:26.0432116Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:26.3923678Z 2025-12-04T09:05:26.3924425Z  2025-12-04T09:05:26.3924858Z  2025-12-04T09:05:26.3925232Z  2025-12-04T09:05:26.3936053Z  2025-12-04T09:05:26.3936651Z  2025-12-04T09:05:26.3937031Z  2025-12-04T09:05:26.3937383Z  2025-12-04T09:05:26.3937745Z  2025-12-04T09:05:26.3938581Z [2,532 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:05:26.3939484Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:26.3940070Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:26.3940928Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:26.3941518Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.3942178Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.3942746Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.3943283Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.3943854Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:26.7923701Z 2025-12-04T09:05:26.7924304Z  2025-12-04T09:05:26.7924565Z  2025-12-04T09:05:26.7924790Z  2025-12-04T09:05:26.7925050Z  2025-12-04T09:05:26.7925271Z  2025-12-04T09:05:26.7925488Z  2025-12-04T09:05:26.7925728Z  2025-12-04T09:05:26.7925963Z  2025-12-04T09:05:26.7926493Z [2,532 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:26.7927042Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:26.7927424Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:26.7927772Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:26.7928143Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.7928481Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.7928873Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.7929187Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:26.7929558Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:27.1024929Z 2025-12-04T09:05:27.1025668Z  2025-12-04T09:05:27.1026078Z  2025-12-04T09:05:27.1026503Z  2025-12-04T09:05:27.1026849Z  2025-12-04T09:05:27.1027184Z  2025-12-04T09:05:27.1027516Z  2025-12-04T09:05:27.1027875Z  2025-12-04T09:05:27.1028257Z  2025-12-04T09:05:27.1029071Z [2,533 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:27.1029966Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:27.1030514Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:27.1031069Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:27.1031587Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.1032229Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:27.1032778Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:27.1033311Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:27.1033860Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:27.3668373Z 2025-12-04T09:05:27.3669363Z  2025-12-04T09:05:27.3669772Z  2025-12-04T09:05:27.3670135Z  2025-12-04T09:05:27.3670435Z  2025-12-04T09:05:27.3670897Z  2025-12-04T09:05:27.3671176Z  2025-12-04T09:05:27.3671449Z  2025-12-04T09:05:27.3671733Z  2025-12-04T09:05:27.3672387Z [2,538 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:27.3673484Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.3674023Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.3674596Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.3675089Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.3675637Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:27.3676071Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:27.3676599Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:27.3677156Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:27.6104848Z 2025-12-04T09:05:27.6105575Z  2025-12-04T09:05:27.6106008Z  2025-12-04T09:05:27.6106363Z  2025-12-04T09:05:27.6106744Z  2025-12-04T09:05:27.6107115Z  2025-12-04T09:05:27.6107456Z  2025-12-04T09:05:27.6107811Z  2025-12-04T09:05:27.6108158Z  2025-12-04T09:05:27.6109013Z [2,538 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:27.6109882Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.6110447Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.6111312Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.6111876Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.6112546Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:27.6113105Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:27.6113683Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:27.6114240Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:27.9289414Z 2025-12-04T09:05:27.9290121Z  2025-12-04T09:05:27.9290562Z  2025-12-04T09:05:27.9290934Z  2025-12-04T09:05:27.9291281Z  2025-12-04T09:05:27.9291646Z  2025-12-04T09:05:27.9291997Z  2025-12-04T09:05:27.9292355Z  2025-12-04T09:05:27.9292697Z  2025-12-04T09:05:27.9293554Z [2,539 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:27.9294455Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.9295039Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.9295612Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.9296179Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:27.9296755Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:27.9297301Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:27.9298125Z Compiling torch/csrc/jit/frontend/parser.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:27.9298942Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:28.2106290Z 2025-12-04T09:05:28.2106904Z  2025-12-04T09:05:28.2107166Z  2025-12-04T09:05:28.2107385Z  2025-12-04T09:05:28.2107599Z  2025-12-04T09:05:28.2107800Z  2025-12-04T09:05:28.2108011Z  2025-12-04T09:05:28.2108208Z  2025-12-04T09:05:28.2108419Z  2025-12-04T09:05:28.2108921Z [2,540 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:28.2109452Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.2109774Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.2110116Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.2110444Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:28.2110764Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:28.2111225Z Compiling torch/csrc/jit/frontend/parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:28.2111690Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:28.2112030Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:28.5727332Z 2025-12-04T09:05:28.5727925Z  2025-12-04T09:05:28.5728318Z  2025-12-04T09:05:28.5728573Z  2025-12-04T09:05:28.5728777Z  2025-12-04T09:05:28.5728994Z  2025-12-04T09:05:28.5729306Z  2025-12-04T09:05:28.5729610Z  2025-12-04T09:05:28.5729932Z  2025-12-04T09:05:28.5730506Z [2,541 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:28.5732189Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.5732759Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.5733276Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.5733740Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.5734395Z Compiling torch/csrc/jit/frontend/parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:28.5734916Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:28.5735462Z Compiling test/cpp/jit/test_alias_analysis.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:28.5736045Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:28.8257203Z 2025-12-04T09:05:28.8257968Z  2025-12-04T09:05:28.8258418Z  2025-12-04T09:05:28.8258808Z  2025-12-04T09:05:28.8259163Z  2025-12-04T09:05:28.8259538Z  2025-12-04T09:05:28.8259873Z  2025-12-04T09:05:28.8260229Z  2025-12-04T09:05:28.8260581Z  2025-12-04T09:05:28.8261498Z [2,541 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:28.8262671Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.8263318Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.8263908Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.8264457Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:28.8265297Z Compiling torch/csrc/jit/frontend/parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:28.8266154Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:28.8267588Z Compiling test/cpp/jit/test_alias_analysis.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:28.8268459Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:29.6850359Z 2025-12-04T09:05:29.6851196Z  2025-12-04T09:05:29.6851606Z  2025-12-04T09:05:29.6851976Z  2025-12-04T09:05:29.6852328Z  2025-12-04T09:05:29.6852692Z  2025-12-04T09:05:29.6853043Z  2025-12-04T09:05:29.6853410Z  2025-12-04T09:05:29.6853960Z  2025-12-04T09:05:29.6854877Z [2,542 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:29.6855915Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:29.6856636Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:29.6857325Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:29.6858249Z Compiling torch/csrc/jit/frontend/parser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:29.6859213Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:29.6860124Z Compiling test/cpp/jit/test_alias_analysis.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:29.6861061Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:29.6861662Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:30.0265346Z 2025-12-04T09:05:30.0266136Z  2025-12-04T09:05:30.0266550Z  2025-12-04T09:05:30.0266924Z  2025-12-04T09:05:30.0267267Z  2025-12-04T09:05:30.0267643Z  2025-12-04T09:05:30.0267968Z  2025-12-04T09:05:30.0268321Z  2025-12-04T09:05:30.0268701Z  2025-12-04T09:05:30.0269595Z [2,547 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:30.0271427Z Compiling test/cpp/jit/test_alias_analysis.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:30.0272190Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:30.0272708Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:30.0273427Z Compiling torch/csrc/jit/frontend/tracer.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:30.0274184Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:30.0274911Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:30.0275879Z Compiling torch/csrc/jit/ir/attributes.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:30.0276797Z Compiling test/cpp/jit/test_stack_opt.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:31.0273963Z 2025-12-04T09:05:31.0276901Z  2025-12-04T09:05:31.0277380Z  2025-12-04T09:05:31.0278275Z  2025-12-04T09:05:31.0279979Z  2025-12-04T09:05:31.0280509Z  2025-12-04T09:05:31.0281628Z  2025-12-04T09:05:31.0282453Z  2025-12-04T09:05:31.0283697Z  2025-12-04T09:05:31.0286130Z [2,547 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:31.0289908Z Compiling test/cpp/jit/test_alias_analysis.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:31.0292170Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:31.0293145Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:31.0295931Z Compiling torch/csrc/jit/frontend/tracer.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.0297102Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:31.0297998Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.0299164Z Compiling torch/csrc/jit/ir/attributes.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.0300303Z Compiling test/cpp/jit/test_stack_opt.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:05:31.3533744Z 2025-12-04T09:05:31.3534378Z  2025-12-04T09:05:31.3534743Z  2025-12-04T09:05:31.3534951Z  2025-12-04T09:05:31.3535164Z  2025-12-04T09:05:31.3535377Z  2025-12-04T09:05:31.3535577Z  2025-12-04T09:05:31.3535788Z  2025-12-04T09:05:31.3535979Z  2025-12-04T09:05:31.3536488Z [2,548 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:31.3537312Z Compiling test/cpp/jit/test_alias_analysis.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:31.3538031Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:31.3538724Z Compiling torch/csrc/jit/frontend/tracer.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:31.3539368Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:31.3539836Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:31.3540479Z Compiling torch/csrc/jit/ir/attributes.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.3541213Z Compiling test/cpp/jit/test_stack_opt.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.3541802Z Compiling torch/csrc/jit/ir/constants.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:05:31.6276585Z 2025-12-04T09:05:31.6277519Z  2025-12-04T09:05:31.6277809Z  2025-12-04T09:05:31.6278014Z  2025-12-04T09:05:31.6278367Z  2025-12-04T09:05:31.6278568Z  2025-12-04T09:05:31.6278789Z  2025-12-04T09:05:31.6279001Z  2025-12-04T09:05:31.6279196Z  2025-12-04T09:05:31.6279703Z [2,552 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:31.6280341Z Compiling test/cpp/jit/test_alias_analysis.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:31.6280954Z Compiling torch/csrc/jit/ir/attributes.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:31.6281651Z Compiling test/cpp/jit/test_stack_opt.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.6282582Z Compiling torch/csrc/jit/ir/constants.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.6283568Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.6284204Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:31.6284629Z Compiling torch/csrc/jit/ir/ir.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:31.6285453Z Compiling torch/csrc/jit/ir/irparser.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:31.8283092Z 2025-12-04T09:05:31.8283713Z  2025-12-04T09:05:31.8284017Z  2025-12-04T09:05:31.8284263Z  2025-12-04T09:05:31.8284492Z  2025-12-04T09:05:31.8284733Z  2025-12-04T09:05:31.8284971Z  2025-12-04T09:05:31.8285196Z  2025-12-04T09:05:31.8285509Z  2025-12-04T09:05:31.8286076Z [2,553 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:31.8287382Z Compiling test/cpp/jit/test_alias_analysis.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:31.8288445Z Compiling test/cpp/jit/test_stack_opt.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.8289456Z Compiling torch/csrc/jit/ir/constants.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.8290468Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:31.8291158Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:31.8291794Z Compiling torch/csrc/jit/ir/ir.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:31.8292719Z Compiling torch/csrc/jit/ir/irparser.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:31.8293497Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:32.0295739Z 2025-12-04T09:05:32.0296454Z  2025-12-04T09:05:32.0296833Z  2025-12-04T09:05:32.0297084Z  2025-12-04T09:05:32.0297285Z  2025-12-04T09:05:32.0297500Z  2025-12-04T09:05:32.0297774Z  2025-12-04T09:05:32.0298059Z  2025-12-04T09:05:32.0298313Z  2025-12-04T09:05:32.0302036Z [2,556 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:32.0303796Z Compiling test/cpp/jit/test_stack_opt.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:32.0304342Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:32.0304766Z Compiling torch/csrc/jit/ir/ir.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:32.0305293Z Compiling torch/csrc/jit/ir/irparser.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:32.0305877Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:32.0306475Z Compiling torch/csrc/jit/ir/scope.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:32.0306955Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:32.0307491Z //:torch; 0s processwrapper-sandbox ... 2025-12-04T09:05:33.0303243Z 2025-12-04T09:05:33.0303855Z  2025-12-04T09:05:33.0304155Z  2025-12-04T09:05:33.0304358Z  2025-12-04T09:05:33.0304570Z  2025-12-04T09:05:33.0304767Z  2025-12-04T09:05:33.0304989Z  2025-12-04T09:05:33.0305185Z  2025-12-04T09:05:33.0305400Z  2025-12-04T09:05:33.0305906Z [2,556 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:33.0306538Z Compiling test/cpp/jit/test_stack_opt.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:33.0307008Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:33.0307421Z Compiling torch/csrc/jit/ir/ir.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.0307960Z Compiling torch/csrc/jit/ir/irparser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.0308532Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.0309106Z Compiling torch/csrc/jit/ir/scope.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.0309535Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:33.0309881Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:33.2529712Z 2025-12-04T09:05:33.2530466Z  2025-12-04T09:05:33.2531792Z  2025-12-04T09:05:33.2532200Z  2025-12-04T09:05:33.2532582Z  2025-12-04T09:05:33.2532964Z  2025-12-04T09:05:33.2533298Z  2025-12-04T09:05:33.2533671Z  2025-12-04T09:05:33.2534024Z  2025-12-04T09:05:33.2534931Z [2,558 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:05:33.2536055Z Compiling test/cpp/jit/test_stack_opt.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:33.2537344Z Compiling torch/csrc/jit/ir/ir.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.2538380Z Compiling torch/csrc/jit/ir/irparser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.2539483Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.2540466Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:33.2541610Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:33.2542742Z Compiling torch/csrc/jit/jit_log.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:33.2543839Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:33.4572622Z 2025-12-04T09:05:33.4573370Z  2025-12-04T09:05:33.4573820Z  2025-12-04T09:05:33.4574188Z  2025-12-04T09:05:33.4574523Z  2025-12-04T09:05:33.4574875Z  2025-12-04T09:05:33.4575243Z  2025-12-04T09:05:33.4575594Z  2025-12-04T09:05:33.4575971Z  2025-12-04T09:05:33.4576871Z [2,560 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:33.4578053Z Compiling test/cpp/jit/test_stack_opt.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:33.4579091Z Compiling torch/csrc/jit/ir/ir.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:33.4579887Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:33.4580779Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:33.4582139Z Compiling torch/csrc/jit/jit_log.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:33.4583276Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:33.4584136Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:33.4584762Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:33.6630469Z 2025-12-04T09:05:33.6631350Z  2025-12-04T09:05:33.6631775Z  2025-12-04T09:05:33.6632136Z  2025-12-04T09:05:33.6632485Z  2025-12-04T09:05:33.6632850Z  2025-12-04T09:05:33.6633198Z  2025-12-04T09:05:33.6633565Z  2025-12-04T09:05:33.6633909Z  2025-12-04T09:05:33.6634697Z [2,563 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:33.6635562Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:33.6636621Z Compiling torch/csrc/jit/jit_log.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:33.6637660Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:33.6638494Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:33.6639073Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:33.6639409Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:33.6640045Z Compiling torch/csrc/jit/mobile/function.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:33.6640929Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:34.1214116Z 2025-12-04T09:05:34.1214747Z  2025-12-04T09:05:34.1215017Z  2025-12-04T09:05:34.1215240Z  2025-12-04T09:05:34.1215443Z  2025-12-04T09:05:34.1215658Z  2025-12-04T09:05:34.1215855Z  2025-12-04T09:05:34.1216064Z  2025-12-04T09:05:34.1216261Z  2025-12-04T09:05:34.1216764Z [2,564 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:34.1217405Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.1217991Z Compiling torch/csrc/jit/jit_log.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.1218440Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:34.1218758Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:34.1219085Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:34.1219531Z Compiling torch/csrc/jit/mobile/function.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.1220139Z Compiling test/cpp/jit/test_argument_spec.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.1220746Z Compiling torch/csrc/jit/mobile/import.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:34.4640656Z 2025-12-04T09:05:34.4641967Z  2025-12-04T09:05:34.4642333Z  2025-12-04T09:05:34.4642554Z  2025-12-04T09:05:34.4642776Z  2025-12-04T09:05:34.4643110Z  2025-12-04T09:05:34.4643318Z  2025-12-04T09:05:34.4643701Z  2025-12-04T09:05:34.4643902Z  2025-12-04T09:05:34.4644429Z [2,564 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:34.4645136Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:34.4645714Z Compiling torch/csrc/jit/jit_log.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:34.4646148Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:34.4646528Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:34.4646966Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:34.4647421Z Compiling torch/csrc/jit/mobile/function.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.4648124Z Compiling test/cpp/jit/test_argument_spec.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.4648729Z Compiling torch/csrc/jit/mobile/import.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:34.8715934Z 2025-12-04T09:05:34.8716893Z  2025-12-04T09:05:34.8717301Z  2025-12-04T09:05:34.8717546Z  2025-12-04T09:05:34.8717879Z  2025-12-04T09:05:34.8718128Z  2025-12-04T09:05:34.8718670Z  2025-12-04T09:05:34.8718999Z  2025-12-04T09:05:34.8719332Z  2025-12-04T09:05:34.8720015Z [2,565 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:34.8720765Z Compiling torch/csrc/jit/jit_log.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:34.8721430Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:34.8721792Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:34.8722242Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:34.8722894Z Compiling torch/csrc/jit/mobile/function.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.8723857Z Compiling test/cpp/jit/test_argument_spec.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.8724617Z Compiling torch/csrc/jit/mobile/import.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:34.8725270Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:35.2643896Z 2025-12-04T09:05:35.2644503Z  2025-12-04T09:05:35.2644757Z  2025-12-04T09:05:35.2645007Z  2025-12-04T09:05:35.2645207Z  2025-12-04T09:05:35.2645429Z  2025-12-04T09:05:35.2645626Z  2025-12-04T09:05:35.2645832Z  2025-12-04T09:05:35.2646026Z  2025-12-04T09:05:35.2646539Z [2,565 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:35.2647146Z Compiling torch/csrc/jit/jit_log.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.2647577Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:35.2647912Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:35.2648228Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:35.2648690Z Compiling torch/csrc/jit/mobile/function.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.2649287Z Compiling test/cpp/jit/test_argument_spec.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.2649896Z Compiling torch/csrc/jit/mobile/import.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.2650361Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:35.4815549Z 2025-12-04T09:05:35.4816329Z  2025-12-04T09:05:35.4816741Z  2025-12-04T09:05:35.4817103Z  2025-12-04T09:05:35.4817439Z  2025-12-04T09:05:35.4817791Z  2025-12-04T09:05:35.4818143Z  2025-12-04T09:05:35.4818506Z  2025-12-04T09:05:35.4818841Z  2025-12-04T09:05:35.4819710Z [2,566 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:35.4820761Z Compiling torch/csrc/jit/jit_log.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:35.4821499Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:35.4822068Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:35.4822830Z Compiling torch/csrc/jit/mobile/function.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.4823891Z Compiling test/cpp/jit/test_argument_spec.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.4825133Z Compiling torch/csrc/jit/mobile/import.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.4825988Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:35.4826595Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:35.7183346Z 2025-12-04T09:05:35.7184128Z  2025-12-04T09:05:35.7184515Z  2025-12-04T09:05:35.7184845Z  2025-12-04T09:05:35.7185196Z  2025-12-04T09:05:35.7185551Z  2025-12-04T09:05:35.7185910Z  2025-12-04T09:05:35.7186281Z  2025-12-04T09:05:35.7186979Z  2025-12-04T09:05:35.7187904Z [2,567 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:35.7189015Z Compiling torch/csrc/jit/jit_log.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:35.7189825Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:35.7190412Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:35.7191282Z Compiling test/cpp/jit/test_argument_spec.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.7192697Z Compiling torch/csrc/jit/mobile/import.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:35.7193666Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:35.7194572Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:35.7195788Z Compiling torch/csrc/jit/mobile/module.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:36.1188699Z 2025-12-04T09:05:36.1189450Z  2025-12-04T09:05:36.1189885Z  2025-12-04T09:05:36.1190239Z  2025-12-04T09:05:36.1190586Z  2025-12-04T09:05:36.1190918Z  2025-12-04T09:05:36.1191268Z  2025-12-04T09:05:36.1191606Z  2025-12-04T09:05:36.1191967Z  2025-12-04T09:05:36.1192833Z [2,570 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:36.1193640Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:36.1194455Z Compiling test/cpp/jit/test_argument_spec.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:36.1195326Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:36.1196179Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:36.1197226Z Compiling torch/csrc/jit/mobile/module.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:36.1198042Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:36.1198874Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:36.1199820Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:05:36.8138241Z 2025-12-04T09:05:36.8138846Z  2025-12-04T09:05:36.8139108Z  2025-12-04T09:05:36.8139326Z  2025-12-04T09:05:36.8139559Z  2025-12-04T09:05:36.8139754Z  2025-12-04T09:05:36.8139962Z  2025-12-04T09:05:36.8140157Z  2025-12-04T09:05:36.8140366Z  2025-12-04T09:05:36.8140867Z [2,571 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:36.8141396Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:36.8141869Z Compiling test/cpp/jit/test_argument_spec.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:36.8142356Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:36.8142852Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:36.8143333Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:36.8143808Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:36.8144416Z Compiling test/cpp/jit/test_shape_analysis.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:36.8144900Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:37.1191998Z 2025-12-04T09:05:37.1192819Z  2025-12-04T09:05:37.1193110Z  2025-12-04T09:05:37.1193317Z  2025-12-04T09:05:37.1193530Z  2025-12-04T09:05:37.1193727Z  2025-12-04T09:05:37.1303409Z  2025-12-04T09:05:37.1303759Z  2025-12-04T09:05:37.1304019Z  2025-12-04T09:05:37.1304558Z [2,572 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:37.1305086Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:37.1305552Z Compiling test/cpp/jit/test_argument_spec.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:37.1306035Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:37.1306524Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:37.1307004Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:37.1307471Z Compiling test/cpp/jit/test_shape_analysis.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:37.1308081Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:37.1308582Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:37.3312286Z 2025-12-04T09:05:37.3313091Z  2025-12-04T09:05:37.3313600Z  2025-12-04T09:05:37.3313975Z  2025-12-04T09:05:37.3314322Z  2025-12-04T09:05:37.3314685Z  2025-12-04T09:05:37.3315322Z  2025-12-04T09:05:37.3315705Z  2025-12-04T09:05:37.3316168Z  2025-12-04T09:05:37.3317031Z [2,574 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:37.3317912Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:37.3318758Z Compiling test/cpp/jit/test_argument_spec.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:37.3319612Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:37.3320464Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:37.3321335Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:37.3322151Z Compiling test/cpp/jit/test_shape_analysis.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:37.3323346Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:37.3324239Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:37.7314710Z 2025-12-04T09:05:37.7315513Z  2025-12-04T09:05:37.7315832Z  2025-12-04T09:05:37.7316035Z  2025-12-04T09:05:37.7316371Z  2025-12-04T09:05:37.7316745Z  2025-12-04T09:05:37.7316964Z  2025-12-04T09:05:37.7317172Z  2025-12-04T09:05:37.7317369Z  2025-12-04T09:05:37.7318155Z [2,575 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:37.7318662Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:37.7319143Z Compiling test/cpp/jit/test_argument_spec.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:37.7319734Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:37.7320065Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:37.7320809Z Compiling test/cpp/jit/test_shape_analysis.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:37.7321561Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:37.7322203Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:37.7322628Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:38.4394423Z 2025-12-04T09:05:38.4395133Z  2025-12-04T09:05:38.4395526Z  2025-12-04T09:05:38.4395790Z  2025-12-04T09:05:38.4396044Z  2025-12-04T09:05:38.4396360Z  2025-12-04T09:05:38.4396718Z  2025-12-04T09:05:38.4397017Z  2025-12-04T09:05:38.4397244Z  2025-12-04T09:05:38.4397965Z [2,576 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:38.4398797Z Compiling test/cpp/jit/test_argument_spec.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:38.4399542Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:38.4399999Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:38.4400616Z Compiling test/cpp/jit/test_shape_analysis.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:38.4403107Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:38.4403732Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:38.4404263Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:38.4404791Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:38.6453152Z 2025-12-04T09:05:38.6453927Z  2025-12-04T09:05:38.6454446Z  2025-12-04T09:05:38.6454863Z  2025-12-04T09:05:38.6455296Z  2025-12-04T09:05:38.6455710Z  2025-12-04T09:05:38.6456121Z  2025-12-04T09:05:38.6456533Z  2025-12-04T09:05:38.6456954Z  2025-12-04T09:05:38.6457962Z [2,578 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:38.6459675Z Compiling test/cpp/jit/test_argument_spec.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:38.6460666Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:38.6461954Z Compiling test/cpp/jit/test_shape_analysis.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:38.6463464Z Compiling torch/csrc/jit/mobile/nnc/context.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:38.6464933Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:38.6465840Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:38.6466588Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:38.6467359Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:38.9323199Z 2025-12-04T09:05:38.9323785Z  2025-12-04T09:05:38.9324046Z  2025-12-04T09:05:38.9324266Z  2025-12-04T09:05:38.9324478Z  2025-12-04T09:05:38.9324675Z  2025-12-04T09:05:38.9324889Z  2025-12-04T09:05:38.9325154Z  2025-12-04T09:05:38.9325421Z  2025-12-04T09:05:38.9325938Z [2,583 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:38.9326442Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:38.9327016Z Compiling test/cpp/jit/test_shape_analysis.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:38.9327568Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:38.9327916Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:38.9328379Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:38.9328878Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:38.9329208Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:38.9329534Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:39.8384637Z 2025-12-04T09:05:39.8385309Z  2025-12-04T09:05:39.8385731Z  2025-12-04T09:05:39.8386097Z  2025-12-04T09:05:39.8386450Z  2025-12-04T09:05:39.8386810Z  2025-12-04T09:05:39.8387149Z  2025-12-04T09:05:39.8387505Z  2025-12-04T09:05:39.8387871Z  2025-12-04T09:05:39.8388722Z [2,584 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:39.8389608Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:39.8390444Z Compiling test/cpp/jit/test_shape_analysis.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:39.8391322Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:39.8392144Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:39.8393024Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:39.8393594Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:39.8394152Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:39.8394728Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:40.1600856Z 2025-12-04T09:05:40.1601476Z  2025-12-04T09:05:40.1601768Z  2025-12-04T09:05:40.1601985Z  2025-12-04T09:05:40.1602188Z  2025-12-04T09:05:40.1602399Z  2025-12-04T09:05:40.1602600Z  2025-12-04T09:05:40.1602819Z  2025-12-04T09:05:40.1603091Z  2025-12-04T09:05:40.1603620Z [2,584 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:40.2183253Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:40.2184103Z Compiling test/cpp/jit/test_shape_analysis.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:40.2184941Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.2185765Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:40.2186562Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:40.2187091Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:40.2188299Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:40.2189116Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:40.4964386Z 2025-12-04T09:05:40.4965112Z  2025-12-04T09:05:40.4965544Z  2025-12-04T09:05:40.4965884Z  2025-12-04T09:05:40.4966225Z  2025-12-04T09:05:40.4966553Z  2025-12-04T09:05:40.4966868Z  2025-12-04T09:05:40.4967175Z  2025-12-04T09:05:40.4967503Z  2025-12-04T09:05:40.4968302Z [2,585 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:40.4969675Z Compiling test/cpp/jit/test_shape_analysis.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:40.4970497Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.4973600Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:40.4974364Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.4974766Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.4975278Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.4975760Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:40.4976248Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:40.8190054Z 2025-12-04T09:05:40.8190648Z  2025-12-04T09:05:40.8190905Z  2025-12-04T09:05:40.8191125Z  2025-12-04T09:05:40.8191322Z  2025-12-04T09:05:40.8191533Z  2025-12-04T09:05:40.8191731Z  2025-12-04T09:05:40.8191940Z  2025-12-04T09:05:40.8192156Z  2025-12-04T09:05:40.8192662Z [2,586 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:40.8193327Z Compiling test/cpp/jit/test_shape_analysis.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:40.8193826Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.8194161Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.8194473Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.8194794Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:40.8195102Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:40.8195424Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:40.8195745Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:41.1963365Z 2025-12-04T09:05:41.1964079Z  2025-12-04T09:05:41.1964526Z  2025-12-04T09:05:41.1964873Z  2025-12-04T09:05:41.1965223Z  2025-12-04T09:05:41.1965573Z  2025-12-04T09:05:41.1965913Z  2025-12-04T09:05:41.1966282Z  2025-12-04T09:05:41.1966685Z  2025-12-04T09:05:41.1967561Z [2,587 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:41.1968416Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:41.1968988Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:41.1969495Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:41.1970057Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:41.1970591Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.1971294Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.1971846Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.1972405Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:41.4869449Z 2025-12-04T09:05:41.4870071Z  2025-12-04T09:05:41.4870329Z  2025-12-04T09:05:41.4870549Z  2025-12-04T09:05:41.4878918Z  2025-12-04T09:05:41.4879186Z  2025-12-04T09:05:41.4879391Z  2025-12-04T09:05:41.5799181Z  2025-12-04T09:05:41.5799573Z  2025-12-04T09:05:41.5800386Z [2,590 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:41.5801239Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:41.5801777Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:41.5802655Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.5803234Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.5803718Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.5804034Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.5804368Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:41.5804710Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:42.2919646Z 2025-12-04T09:05:42.2920424Z  2025-12-04T09:05:42.2920849Z  2025-12-04T09:05:42.2921221Z  2025-12-04T09:05:42.2921577Z  2025-12-04T09:05:42.2921921Z  2025-12-04T09:05:42.2922243Z  2025-12-04T09:05:42.2922579Z  2025-12-04T09:05:42.2922921Z  2025-12-04T09:05:42.2924426Z [2,591 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:42.2925475Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:42.2926002Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.2926513Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.2927028Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.2927572Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.2928126Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.2928949Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:42.2930048Z Compiling test/cpp/jit/test_autodiff.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:05:42.5808662Z 2025-12-04T09:05:42.5809350Z  2025-12-04T09:05:42.5809623Z  2025-12-04T09:05:42.5809825Z  2025-12-04T09:05:42.5810040Z  2025-12-04T09:05:42.5810257Z  2025-12-04T09:05:42.5810468Z  2025-12-04T09:05:42.5810675Z  2025-12-04T09:05:42.5810867Z  2025-12-04T09:05:42.5811388Z [2,591 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:42.5811894Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:42.5812231Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.5812546Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.5812871Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.5813180Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.5813501Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:42.5813983Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:42.5814602Z Compiling test/cpp/jit/test_autodiff.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:05:43.0723551Z 2025-12-04T09:05:43.0724247Z  2025-12-04T09:05:43.0724578Z  2025-12-04T09:05:43.0724872Z  2025-12-04T09:05:43.0725300Z  2025-12-04T09:05:43.0725579Z  2025-12-04T09:05:43.0725839Z  2025-12-04T09:05:43.0726035Z  2025-12-04T09:05:43.0726269Z  2025-12-04T09:05:43.0726910Z [2,592 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:43.0727542Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.0727950Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.0728457Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.0728914Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.0729341Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.0729801Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:43.0730512Z Compiling test/cpp/jit/test_autodiff.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:43.0731287Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:43.4526511Z 2025-12-04T09:05:43.4527343Z  2025-12-04T09:05:43.4528036Z  2025-12-04T09:05:43.4528401Z  2025-12-04T09:05:43.4528753Z  2025-12-04T09:05:43.4529115Z  2025-12-04T09:05:43.4529475Z  2025-12-04T09:05:43.4529830Z  2025-12-04T09:05:43.4530185Z  2025-12-04T09:05:43.4531039Z [2,593 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:43.4531769Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.4532119Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.4532456Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.4532837Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:43.4533343Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:43.4534038Z Compiling test/cpp/jit/test_autodiff.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:43.4534558Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:43.4534934Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:44.4530267Z 2025-12-04T09:05:44.4530874Z  2025-12-04T09:05:44.4531150Z  2025-12-04T09:05:44.4531369Z  2025-12-04T09:05:44.5114684Z  2025-12-04T09:05:44.5115576Z  2025-12-04T09:05:44.5116066Z  2025-12-04T09:05:44.5116432Z  2025-12-04T09:05:44.5116780Z  2025-12-04T09:05:44.5117672Z [2,593 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:44.5118545Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.5119107Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.5119673Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.5120215Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.5121021Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:44.5122036Z Compiling test/cpp/jit/test_autodiff.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:44.5122853Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:44.5123516Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:44.6602366Z 2025-12-04T09:05:44.6603142Z  2025-12-04T09:05:44.6603561Z  2025-12-04T09:05:44.6603958Z  2025-12-04T09:05:44.6604322Z  2025-12-04T09:05:44.6604703Z  2025-12-04T09:05:44.6605048Z  2025-12-04T09:05:44.6605400Z  2025-12-04T09:05:44.6605741Z  2025-12-04T09:05:44.6606601Z [2,594 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:44.6607484Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:44.6608031Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.6608580Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.6609360Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:44.6610414Z Compiling test/cpp/jit/test_autodiff.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:44.6611190Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:44.6611764Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:44.6612319Z //:torch; 4s processwrapper-sandbox ... 2025-12-04T09:05:44.9122876Z 2025-12-04T09:05:44.9123664Z  2025-12-04T09:05:44.9123993Z  2025-12-04T09:05:44.9124213Z  2025-12-04T09:05:44.9124410Z  2025-12-04T09:05:44.9124636Z  2025-12-04T09:05:44.9124918Z  2025-12-04T09:05:44.9125222Z  2025-12-04T09:05:44.9125508Z  2025-12-04T09:05:44.9126018Z [2,594 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:44.9126585Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:44.9126940Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:44.9127434Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:44.9127942Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:44.9128820Z Compiling test/cpp/jit/test_autodiff.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:44.9130718Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:44.9131121Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:44.9131484Z //:torch; 4s processwrapper-sandbox ... 2025-12-04T09:05:45.4517335Z 2025-12-04T09:05:45.4518025Z  2025-12-04T09:05:45.4518425Z  2025-12-04T09:05:45.4518792Z  2025-12-04T09:05:45.4519143Z  2025-12-04T09:05:45.4519495Z  2025-12-04T09:05:45.4519818Z  2025-12-04T09:05:45.4520149Z  2025-12-04T09:05:45.4520527Z  2025-12-04T09:05:45.4521414Z [2,595 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:45.4522309Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:45.4522872Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:45.4523743Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:45.4524772Z Compiling test/cpp/jit/test_autodiff.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:45.4525612Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:45.4526196Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:45.4527027Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:45.4527659Z //:jit_tests; 4s processwrapper-sandbox ... 2025-12-04T09:05:45.7131181Z 2025-12-04T09:05:45.7131918Z  2025-12-04T09:05:45.7132345Z  2025-12-04T09:05:45.7132718Z  2025-12-04T09:05:45.7133077Z  2025-12-04T09:05:45.7133427Z  2025-12-04T09:05:45.7133778Z  2025-12-04T09:05:45.7134116Z  2025-12-04T09:05:45.7134474Z  2025-12-04T09:05:45.7135357Z [2,595 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:45.7136246Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:45.7136766Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:45.7137455Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:45.7138418Z Compiling test/cpp/jit/test_autodiff.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:45.7139212Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:45.7139800Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:45.7140358Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:45.7140962Z //:jit_tests; 4s processwrapper-sandbox ... 2025-12-04T09:05:46.1299758Z 2025-12-04T09:05:46.1300756Z  2025-12-04T09:05:46.1301169Z  2025-12-04T09:05:46.1301518Z  2025-12-04T09:05:46.1301888Z  2025-12-04T09:05:46.1302220Z  2025-12-04T09:05:46.1302569Z  2025-12-04T09:05:46.1302897Z  2025-12-04T09:05:46.1303238Z  2025-12-04T09:05:46.1304087Z [2,596 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:46.1314937Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:46.1315661Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:46.1316456Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:46.1317520Z Compiling test/cpp/jit/test_autodiff.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:46.1318298Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.1318871Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.1319649Z Compiling test/cpp/jit/test_script_profile.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:46.1320491Z //:torch; 4s processwrapper-sandbox ... 2025-12-04T09:05:46.3089189Z 2025-12-04T09:05:46.3089769Z  2025-12-04T09:05:46.3090029Z  2025-12-04T09:05:46.3090243Z  2025-12-04T09:05:46.3090447Z  2025-12-04T09:05:46.3090661Z  2025-12-04T09:05:46.3090854Z  2025-12-04T09:05:46.3091063Z  2025-12-04T09:05:46.3091258Z  2025-12-04T09:05:46.3091766Z [2,598 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:46.3092272Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:46.3092733Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:46.3093502Z Compiling test/cpp/jit/test_autodiff.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:46.3093960Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.3094433Z Compiling test/cpp/jit/test_script_profile.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:46.3094901Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.3095228Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:46.3095553Z //:torch; 4s processwrapper-sandbox ... 2025-12-04T09:05:46.5138648Z 2025-12-04T09:05:46.5139374Z  2025-12-04T09:05:46.5139835Z  2025-12-04T09:05:46.5140210Z  2025-12-04T09:05:46.5140588Z  2025-12-04T09:05:46.5140944Z  2025-12-04T09:05:46.5141329Z  2025-12-04T09:05:46.5141683Z  2025-12-04T09:05:46.5142065Z  2025-12-04T09:05:46.5142970Z [2,599 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:46.5143936Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:46.5144799Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:46.5146192Z Compiling test/cpp/jit/test_autodiff.cpp; 7s processwrapper-sandbox 2025-12-04T09:05:46.5147418Z Compiling test/cpp/jit/test_script_profile.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:46.5148305Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.5148917Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.5149502Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:46.5150115Z //:torch; 4s processwrapper-sandbox ... 2025-12-04T09:05:47.0523772Z 2025-12-04T09:05:47.0524518Z  2025-12-04T09:05:47.0524934Z  2025-12-04T09:05:47.0525273Z  2025-12-04T09:05:47.0525598Z  2025-12-04T09:05:47.0525937Z  2025-12-04T09:05:47.0526270Z  2025-12-04T09:05:47.0526580Z  2025-12-04T09:05:47.0526914Z  2025-12-04T09:05:47.0527674Z [2,600 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:47.0528525Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:47.0529362Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:47.0530453Z Compiling test/cpp/jit/test_autodiff.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:47.0531588Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:47.0532226Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:47.0532880Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:47.0533709Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:47.0534669Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:05:47.3095520Z 2025-12-04T09:05:47.3096249Z  2025-12-04T09:05:47.3096527Z  2025-12-04T09:05:47.3096731Z  2025-12-04T09:05:47.3097047Z  2025-12-04T09:05:47.3097443Z  2025-12-04T09:05:47.3097657Z  2025-12-04T09:05:47.3097881Z  2025-12-04T09:05:47.3098194Z  2025-12-04T09:05:47.3098808Z [2,602 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:47.3099333Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:47.3100052Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:47.3100651Z Compiling test/cpp/jit/test_autodiff.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:47.3101098Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:47.3101485Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:47.3101923Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:47.3102238Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:47.3102686Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:47.5142463Z 2025-12-04T09:05:47.5143060Z  2025-12-04T09:05:47.5143326Z  2025-12-04T09:05:47.5143530Z  2025-12-04T09:05:47.5143742Z  2025-12-04T09:05:47.6184995Z  2025-12-04T09:05:47.6185311Z  2025-12-04T09:05:47.6185592Z  2025-12-04T09:05:47.6185884Z  2025-12-04T09:05:47.6186638Z [2,603 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:47.6187223Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:47.6187707Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:47.6188294Z Compiling test/cpp/jit/test_autodiff.cpp; 8s processwrapper-sandbox 2025-12-04T09:05:47.6188748Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:47.6189063Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:47.6189386Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:47.6189713Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:47.6190031Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:47.7994378Z 2025-12-04T09:05:47.7995668Z  2025-12-04T09:05:47.7996125Z  2025-12-04T09:05:47.7996504Z  2025-12-04T09:05:47.7996844Z  2025-12-04T09:05:47.7997200Z  2025-12-04T09:05:47.7997542Z  2025-12-04T09:05:47.7997893Z  2025-12-04T09:05:47.7998562Z  2025-12-04T09:05:47.7999570Z [2,603 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:47.8000783Z //:torch; 9s processwrapper-sandbox 2025-12-04T09:05:47.8001865Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 9s processwrapper-sandbox 2025-12-04T09:05:47.8002934Z Compiling test/cpp/jit/test_autodiff.cpp; 9s processwrapper-sandbox 2025-12-04T09:05:47.8007435Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:47.8007880Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:47.8008271Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:47.8008781Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:47.8009322Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:48.0195162Z 2025-12-04T09:05:48.0195929Z  2025-12-04T09:05:48.0196384Z  2025-12-04T09:05:48.0196754Z  2025-12-04T09:05:48.0197126Z  2025-12-04T09:05:48.0197475Z  2025-12-04T09:05:48.0197849Z  2025-12-04T09:05:48.0198193Z  2025-12-04T09:05:48.0198574Z  2025-12-04T09:05:48.0199450Z [2,605 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:48.0200343Z //:torch; 9s processwrapper-sandbox 2025-12-04T09:05:48.0201156Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 9s processwrapper-sandbox 2025-12-04T09:05:48.0202217Z Compiling test/cpp/jit/test_autodiff.cpp; 9s processwrapper-sandbox 2025-12-04T09:05:48.0203078Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:48.0203660Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:48.0204225Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.0204757Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:48.0205336Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:48.4039660Z 2025-12-04T09:05:48.4040358Z  2025-12-04T09:05:48.4040762Z  2025-12-04T09:05:48.4041075Z  2025-12-04T09:05:48.4041494Z  2025-12-04T09:05:48.4041883Z  2025-12-04T09:05:48.4042227Z  2025-12-04T09:05:48.4042535Z  2025-12-04T09:05:48.4042859Z  2025-12-04T09:05:48.4043791Z [2,608 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:48.4044746Z Compiling test/cpp/jit/test_autodiff.cpp; 9s processwrapper-sandbox 2025-12-04T09:05:48.4045421Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:48.4045964Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:48.4046456Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.4046868Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.4047384Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.4047759Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.4048282Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:48.6197266Z 2025-12-04T09:05:48.6197857Z  2025-12-04T09:05:48.6198126Z  2025-12-04T09:05:48.6198384Z  2025-12-04T09:05:48.6198582Z  2025-12-04T09:05:48.6198801Z  2025-12-04T09:05:48.6198995Z  2025-12-04T09:05:48.6199201Z  2025-12-04T09:05:48.6199394Z  2025-12-04T09:05:48.6199918Z [2,608 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:48.6200529Z Compiling test/cpp/jit/test_autodiff.cpp; 9s processwrapper-sandbox 2025-12-04T09:05:48.6200992Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:48.6201306Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:48.6203347Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.6203675Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.6204006Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.6204314Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.6204665Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:48.8375978Z 2025-12-04T09:05:48.8376696Z  2025-12-04T09:05:48.8377720Z  2025-12-04T09:05:48.8378492Z  2025-12-04T09:05:48.8379002Z  2025-12-04T09:05:48.8379350Z  2025-12-04T09:05:48.8379701Z  2025-12-04T09:05:48.8379987Z  2025-12-04T09:05:48.8380312Z  2025-12-04T09:05:48.8381179Z [2,609 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:48.8382042Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:48.8382551Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:48.8383138Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.8383689Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.8384256Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.8384813Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:48.8385645Z Compiling test/cpp/jit/test_schema_matching.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:48.8386522Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:49.2235414Z 2025-12-04T09:05:49.2236293Z  2025-12-04T09:05:49.2236746Z  2025-12-04T09:05:49.2237119Z  2025-12-04T09:05:49.2237483Z  2025-12-04T09:05:49.2237836Z  2025-12-04T09:05:49.2238204Z  2025-12-04T09:05:49.2238555Z  2025-12-04T09:05:49.2238912Z  2025-12-04T09:05:49.2239767Z [2,610 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:49.2240692Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:49.2241284Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:05:49.2241870Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.2242421Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.2242995Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.2243893Z Compiling test/cpp/jit/test_schema_matching.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:49.2244772Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.2245341Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:49.6700104Z 2025-12-04T09:05:49.6700790Z  2025-12-04T09:05:49.6701231Z  2025-12-04T09:05:49.6701608Z  2025-12-04T09:05:49.6701966Z  2025-12-04T09:05:49.6702328Z  2025-12-04T09:05:49.6702675Z  2025-12-04T09:05:49.6703046Z  2025-12-04T09:05:49.6703382Z  2025-12-04T09:05:49.6704270Z [2,612 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:05:49.6705167Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:49.6705745Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:49.6706331Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:49.6707120Z Compiling test/cpp/jit/test_schema_matching.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:49.6707985Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.6708793Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.6709315Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:49.6709878Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:49.9612548Z 2025-12-04T09:05:49.9613310Z  2025-12-04T09:05:49.9613592Z  2025-12-04T09:05:49.9613791Z  2025-12-04T09:05:49.9614002Z  2025-12-04T09:05:49.9614382Z  2025-12-04T09:05:49.9614802Z  2025-12-04T09:05:49.9615067Z  2025-12-04T09:05:49.9615418Z  2025-12-04T09:05:49.9616227Z [2,613 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:49.9616872Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:49.9617426Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:49.9618110Z Compiling test/cpp/jit/test_schema_matching.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:49.9618740Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.9619235Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.9619713Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.9620228Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:49.9621634Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:50.2241610Z 2025-12-04T09:05:50.2242445Z  2025-12-04T09:05:50.2242881Z  2025-12-04T09:05:50.2243354Z  2025-12-04T09:05:50.2243753Z  2025-12-04T09:05:50.2244127Z  2025-12-04T09:05:50.2244487Z  2025-12-04T09:05:50.2244863Z  2025-12-04T09:05:50.2245220Z  2025-12-04T09:05:50.2246132Z [2,613 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:50.2247055Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:50.2247666Z //:torch; 8s processwrapper-sandbox 2025-12-04T09:05:50.2248534Z Compiling test/cpp/jit/test_schema_matching.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:50.2249446Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:50.2250078Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.2250637Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.2251241Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.2251829Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:50.5863029Z 2025-12-04T09:05:50.5863893Z  2025-12-04T09:05:50.5864338Z  2025-12-04T09:05:50.5864705Z  2025-12-04T09:05:50.5865010Z  2025-12-04T09:05:50.5865349Z  2025-12-04T09:05:50.5865696Z  2025-12-04T09:05:50.5866015Z  2025-12-04T09:05:50.5866323Z  2025-12-04T09:05:50.5867123Z [2,615 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:50.5868159Z //:torch; 9s processwrapper-sandbox 2025-12-04T09:05:50.5868692Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:50.5869187Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:50.5869724Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.5870283Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.5871083Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.5871645Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.5872195Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:50.8244657Z 2025-12-04T09:05:50.8245217Z  2025-12-04T09:05:50.8245486Z  2025-12-04T09:05:50.8245692Z  2025-12-04T09:05:50.8245909Z  2025-12-04T09:05:50.8246109Z  2025-12-04T09:05:50.8246320Z  2025-12-04T09:05:50.8246514Z  2025-12-04T09:05:50.8246720Z  2025-12-04T09:05:50.8247211Z [2,616 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:50.8247718Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:50.8248042Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:50.8248368Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:50.8248681Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.8517465Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.8517802Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.8518140Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:50.8518476Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:51.0524892Z 2025-12-04T09:05:51.0525646Z  2025-12-04T09:05:51.0526081Z  2025-12-04T09:05:51.0526430Z  2025-12-04T09:05:51.0526707Z  2025-12-04T09:05:51.0526907Z  2025-12-04T09:05:51.0527148Z  2025-12-04T09:05:51.0527484Z  2025-12-04T09:05:51.0527796Z  2025-12-04T09:05:51.0528685Z [2,618 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:51.0529630Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.0530226Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.0530731Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.0531065Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.0531478Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.0532043Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.0534333Z Compiling test/cpp/jit/test_backend.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:51.0537216Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:51.3146648Z 2025-12-04T09:05:51.3147371Z  2025-12-04T09:05:51.3147819Z  2025-12-04T09:05:51.3148156Z  2025-12-04T09:05:51.3148469Z  2025-12-04T09:05:51.3148795Z  2025-12-04T09:05:51.3149113Z  2025-12-04T09:05:51.3149444Z  2025-12-04T09:05:51.3149784Z  2025-12-04T09:05:51.3150661Z [2,619 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:51.3151528Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.3152077Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.3152665Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.3153203Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.3153780Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.3154531Z Compiling test/cpp/jit/test_backend.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:51.3155360Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.3155938Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:51.6424661Z 2025-12-04T09:05:51.6425389Z  2025-12-04T09:05:51.6425836Z  2025-12-04T09:05:51.6426188Z  2025-12-04T09:05:51.6426544Z  2025-12-04T09:05:51.6426884Z  2025-12-04T09:05:51.6427259Z  2025-12-04T09:05:51.6428272Z  2025-12-04T09:05:51.6428674Z  2025-12-04T09:05:51.6429536Z [2,622 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:51.6430400Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.6430981Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.6431741Z Compiling test/cpp/jit/test_backend.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:51.6432569Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.6433119Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:51.6433702Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:51.6434272Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:51.6434843Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:51.8533953Z 2025-12-04T09:05:51.8534675Z  2025-12-04T09:05:51.8535091Z  2025-12-04T09:05:51.8535459Z  2025-12-04T09:05:51.8535819Z  2025-12-04T09:05:51.8536176Z  2025-12-04T09:05:51.8536530Z  2025-12-04T09:05:51.8536873Z  2025-12-04T09:05:51.8537226Z  2025-12-04T09:05:51.8538075Z [2,622 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:51.8538965Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.8539531Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:51.8540344Z Compiling test/cpp/jit/test_backend.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:51.8541344Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.8541928Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.8542498Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:51.8543083Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:51.8543646Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:52.2535073Z 2025-12-04T09:05:52.2535574Z  2025-12-04T09:05:52.2535841Z  2025-12-04T09:05:52.2536047Z  2025-12-04T09:05:52.2536259Z  2025-12-04T09:05:52.2536458Z  2025-12-04T09:05:52.2536667Z  2025-12-04T09:05:52.2536877Z  2025-12-04T09:05:52.2537074Z  2025-12-04T09:05:52.2537575Z [2,623 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:52.2538071Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:52.2538524Z Compiling test/cpp/jit/test_backend.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:52.2538980Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:52.2539311Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.3749067Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.3750019Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.3750493Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:52.3751129Z Compiling test/cpp/jit/test_schema_info.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:05:52.7519345Z 2025-12-04T09:05:52.7520102Z  2025-12-04T09:05:52.7520535Z  2025-12-04T09:05:52.7520923Z  2025-12-04T09:05:52.7521295Z  2025-12-04T09:05:52.7521646Z  2025-12-04T09:05:52.7522000Z  2025-12-04T09:05:52.7522379Z  2025-12-04T09:05:52.7522707Z  2025-12-04T09:05:52.7523667Z [2,624 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:52.7524539Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:52.7525339Z Compiling test/cpp/jit/test_backend.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:52.7526201Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:52.7526801Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:52.7527351Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.7527894Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.7528722Z Compiling test/cpp/jit/test_schema_info.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:52.7529572Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:52.9760640Z 2025-12-04T09:05:52.9761352Z  2025-12-04T09:05:52.9761779Z  2025-12-04T09:05:52.9762087Z  2025-12-04T09:05:52.9762430Z  2025-12-04T09:05:52.9762790Z  2025-12-04T09:05:52.9763238Z  2025-12-04T09:05:52.9763606Z  2025-12-04T09:05:52.9763943Z  2025-12-04T09:05:52.9764819Z [2,624 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:52.9765680Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:52.9766479Z Compiling test/cpp/jit/test_backend.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:52.9767221Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:52.9767768Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:52.9768331Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.9768833Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:52.9769575Z Compiling test/cpp/jit/test_schema_info.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:52.9770183Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:53.3847303Z 2025-12-04T09:05:53.3848008Z  2025-12-04T09:05:53.3848430Z  2025-12-04T09:05:53.3848776Z  2025-12-04T09:05:53.3849137Z  2025-12-04T09:05:53.3849476Z  2025-12-04T09:05:53.3849831Z  2025-12-04T09:05:53.3850185Z  2025-12-04T09:05:53.3850522Z  2025-12-04T09:05:53.3851334Z [2,625 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:53.3852302Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:53.3853101Z Compiling test/cpp/jit/test_backend.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:53.3853894Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.3854487Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.3855043Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.3855764Z Compiling test/cpp/jit/test_schema_info.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:53.3856450Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:53.3856971Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:53.6926520Z 2025-12-04T09:05:53.6927225Z  2025-12-04T09:05:53.6927657Z  2025-12-04T09:05:53.6928007Z  2025-12-04T09:05:53.6928345Z  2025-12-04T09:05:53.6928698Z  2025-12-04T09:05:53.6929043Z  2025-12-04T09:05:53.6929378Z  2025-12-04T09:05:53.6929713Z  2025-12-04T09:05:53.6930549Z [2,626 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:53.6931447Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:53.6932460Z Compiling test/cpp/jit/test_backend.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:53.6933361Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.6933910Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.6934742Z Compiling test/cpp/jit/test_schema_info.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:53.6935408Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.6935855Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:53.6936331Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:53.9768587Z 2025-12-04T09:05:53.9769377Z  2025-12-04T09:05:53.9769765Z  2025-12-04T09:05:53.9770111Z  2025-12-04T09:05:53.9770432Z  2025-12-04T09:05:53.9772257Z  2025-12-04T09:05:53.9772635Z  2025-12-04T09:05:53.9772984Z  2025-12-04T09:05:53.9773346Z  2025-12-04T09:05:53.9774240Z [2,627 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:53.9775163Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:53.9775928Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:53.9776689Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.9777418Z Compiling test/cpp/jit/test_schema_info.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:53.9778176Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.9778661Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:53.9779138Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:53.9779583Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:54.1773145Z 2025-12-04T09:05:54.1773974Z  2025-12-04T09:05:54.1774578Z  2025-12-04T09:05:54.1774901Z  2025-12-04T09:05:54.1775225Z  2025-12-04T09:05:54.1775528Z  2025-12-04T09:05:54.1775840Z  2025-12-04T09:05:54.1776152Z  2025-12-04T09:05:54.1776485Z  2025-12-04T09:05:54.1777629Z [2,629 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:05:54.1778863Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:54.1779651Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:54.1780759Z Compiling test/cpp/jit/test_schema_info.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:54.1781674Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:54.1782147Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:54.1782926Z Compiling torch/csrc/jit/passes/fuse_linear.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:54.1784232Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:54.1785092Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:54.4791094Z 2025-12-04T09:05:54.4791866Z  2025-12-04T09:05:54.4792337Z  2025-12-04T09:05:54.4793012Z  2025-12-04T09:05:54.4793484Z  2025-12-04T09:05:54.4793843Z  2025-12-04T09:05:54.4794210Z  2025-12-04T09:05:54.4794576Z  2025-12-04T09:05:54.4794917Z  2025-12-04T09:05:54.4795814Z [2,632 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:54.4796716Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:54.4797511Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:54.4798341Z Compiling test/cpp/jit/test_schema_info.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:54.4799036Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:54.4799905Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:54.4800786Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:54.4801438Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:54.4801895Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:54.7774786Z 2025-12-04T09:05:54.7775413Z  2025-12-04T09:05:54.7775687Z  2025-12-04T09:05:54.7779481Z  2025-12-04T09:05:54.7779951Z  2025-12-04T09:05:54.7781114Z  2025-12-04T09:05:54.7781478Z  2025-12-04T09:05:54.7781692Z  2025-12-04T09:05:54.7781891Z  2025-12-04T09:05:54.7782406Z [2,634 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:05:54.7783063Z Compiling test/cpp/jit/test_backend.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:54.7783844Z Compiling test/cpp/jit/test_schema_info.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:54.7784304Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:54.7784792Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:54.7785417Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:54.7785737Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:54.7786080Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:54.7786473Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:54.9777636Z 2025-12-04T09:05:54.9778264Z  2025-12-04T09:05:54.9778559Z  2025-12-04T09:05:54.9778766Z  2025-12-04T09:05:54.9779006Z  2025-12-04T09:05:54.9779203Z  2025-12-04T09:05:54.9779410Z  2025-12-04T09:05:54.9779739Z  2025-12-04T09:05:54.9780082Z  2025-12-04T09:05:54.9780909Z [2,634 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:54.9781884Z Compiling test/cpp/jit/test_backend.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:54.9782935Z Compiling test/cpp/jit/test_schema_info.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:54.9783781Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:54.9784616Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:54.9785101Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:54.9785440Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:54.9785755Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:54.9786107Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:55.4733706Z 2025-12-04T09:05:55.4734766Z  2025-12-04T09:05:55.4735179Z  2025-12-04T09:05:55.4735522Z  2025-12-04T09:05:55.4735821Z  2025-12-04T09:05:55.4736151Z  2025-12-04T09:05:55.4736461Z  2025-12-04T09:05:55.4736899Z  2025-12-04T09:05:55.4737259Z  2025-12-04T09:05:55.4738145Z [2,635 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:55.4739149Z Compiling test/cpp/jit/test_backend.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:55.4740145Z Compiling test/cpp/jit/test_schema_info.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:55.4740951Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:55.4741749Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:55.4743028Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:55.4743580Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:55.4744133Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:55.4744711Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:55.7790443Z 2025-12-04T09:05:55.7791200Z  2025-12-04T09:05:55.7791672Z  2025-12-04T09:05:55.7792038Z  2025-12-04T09:05:55.7792402Z  2025-12-04T09:05:55.7792764Z  2025-12-04T09:05:55.7793107Z  2025-12-04T09:05:55.7793438Z  2025-12-04T09:05:55.7793799Z  2025-12-04T09:05:55.7794693Z [2,635 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:55.7795357Z Compiling test/cpp/jit/test_backend.cpp; 6s processwrapper-sandbox 2025-12-04T09:05:55.7796382Z Compiling test/cpp/jit/test_schema_info.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:55.7797154Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:55.7797741Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:55.7800235Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:55.7801861Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:55.7802441Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:55.7803116Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:56.1794957Z 2025-12-04T09:05:56.1795541Z  2025-12-04T09:05:56.1795813Z  2025-12-04T09:05:56.1796020Z  2025-12-04T09:05:56.1796226Z  2025-12-04T09:05:56.1796423Z  2025-12-04T09:05:56.1796633Z  2025-12-04T09:05:56.1796827Z  2025-12-04T09:05:56.1797033Z  2025-12-04T09:05:56.1797532Z [2,638 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:56.1798036Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:56.1798510Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:56.1799020Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:56.1799369Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:56.1799691Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:56.1800017Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:56.1800466Z Compiling torch/csrc/jit/passes/inliner.cpp; 1s processwrapper-sandbox 2025-12-04T09:05:56.1800953Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:57.1055673Z 2025-12-04T09:05:57.1057884Z  2025-12-04T09:05:57.1058327Z  2025-12-04T09:05:57.1058699Z  2025-12-04T09:05:57.1059085Z  2025-12-04T09:05:57.1059467Z  2025-12-04T09:05:57.1059826Z  2025-12-04T09:05:57.1060206Z  2025-12-04T09:05:57.1060569Z  2025-12-04T09:05:57.1061480Z [2,639 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:57.1062416Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:57.1063355Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 5s processwrapper-sandbox 2025-12-04T09:05:57.1064312Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:57.1065153Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.1065873Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.1066829Z Compiling torch/csrc/jit/passes/inliner.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:57.1067812Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:57.1068491Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:57.4584278Z 2025-12-04T09:05:57.4585050Z  2025-12-04T09:05:57.4585458Z  2025-12-04T09:05:57.4585827Z  2025-12-04T09:05:57.4586155Z  2025-12-04T09:05:57.4586490Z  2025-12-04T09:05:57.4586781Z  2025-12-04T09:05:57.4587137Z  2025-12-04T09:05:57.4587489Z  2025-12-04T09:05:57.4588379Z [2,642 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:05:57.4589487Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:57.4590060Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:57.4590812Z Compiling torch/csrc/jit/passes/inliner.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:57.4591696Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.4592300Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.4592897Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:57.4593498Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:57.4594095Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:05:57.6877266Z 2025-12-04T09:05:57.6878073Z  2025-12-04T09:05:57.6878393Z  2025-12-04T09:05:57.6878595Z  2025-12-04T09:05:57.6878810Z  2025-12-04T09:05:57.6879007Z  2025-12-04T09:05:57.6879216Z  2025-12-04T09:05:57.6879410Z  2025-12-04T09:05:57.6879631Z  2025-12-04T09:05:57.6880144Z [2,644 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:57.6880665Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:57.7283996Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.7286312Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.7287128Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.7288622Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.7289306Z Compiling torch/csrc/jit/passes/liveness.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:57.7290008Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:57.7291066Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:05:57.9062540Z 2025-12-04T09:05:57.9063360Z  2025-12-04T09:05:57.9063754Z  2025-12-04T09:05:57.9064107Z  2025-12-04T09:05:57.9064481Z  2025-12-04T09:05:57.9064850Z  2025-12-04T09:05:57.9065195Z  2025-12-04T09:05:57.9065554Z  2025-12-04T09:05:57.9065866Z  2025-12-04T09:05:57.9066655Z [2,645 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:57.9067558Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:05:57.9068117Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.9068693Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.9069222Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:57.9070041Z Compiling torch/csrc/jit/passes/liveness.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:57.9071028Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:57.9071598Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:57.9072322Z Compiling test/cpp/jit/test_save_load.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:05:58.1074436Z 2025-12-04T09:05:58.1075472Z  2025-12-04T09:05:58.1075740Z  2025-12-04T09:05:58.1075954Z  2025-12-04T09:05:58.1076157Z  2025-12-04T09:05:58.1076371Z  2025-12-04T09:05:58.1076700Z  2025-12-04T09:05:58.1076994Z  2025-12-04T09:05:58.1077235Z  2025-12-04T09:05:58.1077905Z [2,648 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:58.1078418Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:05:58.1078945Z Compiling torch/csrc/jit/passes/liveness.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:58.1079432Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:58.1079834Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:58.1080539Z Compiling test/cpp/jit/test_save_load.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:58.1081154Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:58.1081514Z //:torch; 0s processwrapper-sandbox 2025-12-04T09:05:58.1081887Z //:torch; 0s processwrapper-sandbox ... 2025-12-04T09:05:58.3294434Z 2025-12-04T09:05:58.3295157Z  2025-12-04T09:05:58.3295585Z  2025-12-04T09:05:58.3296297Z  2025-12-04T09:05:58.3296657Z  2025-12-04T09:05:58.3297148Z  2025-12-04T09:05:58.3298702Z  2025-12-04T09:05:58.3298991Z  2025-12-04T09:05:58.3299234Z  2025-12-04T09:05:58.3299947Z [2,648 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:58.3300660Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:58.3301375Z Compiling torch/csrc/jit/passes/liveness.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:58.3301986Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:58.3302350Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:58.3302914Z Compiling test/cpp/jit/test_save_load.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:58.3303546Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:58.3303944Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:58.3304444Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:58.5983807Z 2025-12-04T09:05:58.5984471Z  2025-12-04T09:05:58.5984740Z  2025-12-04T09:05:58.5984962Z  2025-12-04T09:05:58.5985206Z  2025-12-04T09:05:58.5985409Z  2025-12-04T09:05:58.5985618Z  2025-12-04T09:05:58.5985814Z  2025-12-04T09:05:58.5986385Z  2025-12-04T09:05:58.5987236Z [2,649 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:58.5988204Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:58.5989022Z Compiling torch/csrc/jit/passes/liveness.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:58.5989881Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:05:58.5990667Z Compiling test/cpp/jit/test_save_load.cpp; 2s processwrapper-sandbox 2025-12-04T09:05:58.5991467Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:58.5992041Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:58.5992596Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:58.5993178Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:58.9299633Z 2025-12-04T09:05:58.9300257Z  2025-12-04T09:05:58.9300561Z  2025-12-04T09:05:58.9300823Z  2025-12-04T09:05:58.9301040Z  2025-12-04T09:05:58.9301341Z  2025-12-04T09:05:58.9301707Z  2025-12-04T09:05:58.9302037Z  2025-12-04T09:05:58.9302357Z  2025-12-04T09:05:58.9303223Z [2,649 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:58.9304097Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:05:58.9304914Z Compiling torch/csrc/jit/passes/liveness.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:58.9305746Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:05:58.9306504Z Compiling test/cpp/jit/test_save_load.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:58.9307260Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:58.9307826Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:58.9308362Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:58.9308892Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:59.2920781Z 2025-12-04T09:05:59.2921505Z  2025-12-04T09:05:59.2921948Z  2025-12-04T09:05:59.2922303Z  2025-12-04T09:05:59.2922697Z  2025-12-04T09:05:59.2923097Z  2025-12-04T09:05:59.2923431Z  2025-12-04T09:05:59.2923758Z  2025-12-04T09:05:59.2924083Z  2025-12-04T09:05:59.2924847Z [2,651 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:05:59.2925614Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:59.2926401Z Compiling torch/csrc/jit/passes/liveness.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:59.2927378Z Compiling test/cpp/jit/test_save_load.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:59.2928119Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:59.2928621Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:59.2929126Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:59.2929662Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:05:59.2931920Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:05:59.5306232Z 2025-12-04T09:05:59.5307038Z  2025-12-04T09:05:59.5307502Z  2025-12-04T09:05:59.5307883Z  2025-12-04T09:05:59.5308240Z  2025-12-04T09:05:59.5308595Z  2025-12-04T09:05:59.5308936Z  2025-12-04T09:05:59.5309311Z  2025-12-04T09:05:59.5309654Z  2025-12-04T09:05:59.5310546Z [2,651 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:05:59.5311396Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:05:59.5312201Z Compiling torch/csrc/jit/passes/liveness.cpp; 4s processwrapper-sandbox 2025-12-04T09:05:59.5313285Z Compiling test/cpp/jit/test_save_load.cpp; 3s processwrapper-sandbox 2025-12-04T09:05:59.5314092Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:59.5314685Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:59.5315227Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:59.5315794Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:05:59.5316369Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:00.2167159Z 2025-12-04T09:06:00.2168054Z  2025-12-04T09:06:00.2168409Z  2025-12-04T09:06:00.2168629Z  2025-12-04T09:06:00.2168827Z  2025-12-04T09:06:00.2169036Z  2025-12-04T09:06:00.2169233Z  2025-12-04T09:06:00.2169446Z  2025-12-04T09:06:00.2169642Z  2025-12-04T09:06:00.2170157Z [2,652 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:00.2170851Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:00.2171546Z Compiling torch/csrc/jit/passes/liveness.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:00.2172437Z Compiling test/cpp/jit/test_save_load.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:00.2173123Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.2173608Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.2174114Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.2174660Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.2175190Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:00.4767357Z 2025-12-04T09:06:00.4768138Z  2025-12-04T09:06:00.4768402Z  2025-12-04T09:06:00.4768627Z  2025-12-04T09:06:00.4768829Z  2025-12-04T09:06:00.4769053Z  2025-12-04T09:06:00.4769269Z  2025-12-04T09:06:00.4769485Z  2025-12-04T09:06:00.4769697Z  2025-12-04T09:06:00.4770191Z [2,654 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:00.4771100Z Compiling torch/csrc/jit/passes/liveness.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:00.4771994Z Compiling test/cpp/jit/test_save_load.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:00.4772589Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.4772909Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.4773266Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.4773577Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.4774058Z Compiling torch/csrc/jit/passes/peephole.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:00.4774556Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:00.7310674Z 2025-12-04T09:06:00.7311478Z  2025-12-04T09:06:00.7311755Z  2025-12-04T09:06:00.7311958Z  2025-12-04T09:06:00.7312167Z  2025-12-04T09:06:00.7312363Z  2025-12-04T09:06:00.7312570Z  2025-12-04T09:06:00.7312763Z  2025-12-04T09:06:00.7312968Z  2025-12-04T09:06:00.7313471Z [2,655 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:00.7314120Z Compiling torch/csrc/jit/passes/liveness.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:00.7314726Z Compiling test/cpp/jit/test_save_load.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:00.7315171Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.7576031Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.7576352Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.7576845Z Compiling torch/csrc/jit/passes/peephole.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:00.7577326Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.7577667Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:00.9586813Z 2025-12-04T09:06:00.9587574Z  2025-12-04T09:06:00.9588006Z  2025-12-04T09:06:00.9588386Z  2025-12-04T09:06:00.9588745Z  2025-12-04T09:06:00.9589113Z  2025-12-04T09:06:00.9589456Z  2025-12-04T09:06:00.9589823Z  2025-12-04T09:06:00.9590181Z  2025-12-04T09:06:00.9591107Z [2,656 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:00.9592282Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:00.9593159Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.9593768Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.9594282Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:00.9596829Z Compiling torch/csrc/jit/passes/peephole.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:00.9599318Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.9600118Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:00.9601408Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:01.1599193Z 2025-12-04T09:06:01.1600549Z  2025-12-04T09:06:01.1601069Z  2025-12-04T09:06:01.1603203Z  2025-12-04T09:06:01.1603627Z  2025-12-04T09:06:01.1603928Z  2025-12-04T09:06:01.1604169Z  2025-12-04T09:06:01.1604447Z  2025-12-04T09:06:01.1604734Z  2025-12-04T09:06:01.1605478Z [2,657 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:01.1606379Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:01.1607020Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.1607447Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.1608097Z Compiling torch/csrc/jit/passes/peephole.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:01.1608725Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.1609124Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.1609478Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.1609918Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:01.3600114Z 2025-12-04T09:06:01.3601092Z  2025-12-04T09:06:01.3601361Z  2025-12-04T09:06:01.3601578Z  2025-12-04T09:06:01.3601812Z  2025-12-04T09:06:01.3602021Z  2025-12-04T09:06:01.3602217Z  2025-12-04T09:06:01.3602643Z  2025-12-04T09:06:01.3602838Z  2025-12-04T09:06:01.3603623Z [2,658 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:01.3604415Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:01.3604891Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:01.3605345Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.3605936Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.3606272Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.3606608Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.3606952Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:01.3607500Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:01.6384059Z 2025-12-04T09:06:01.6384761Z  2025-12-04T09:06:01.6396508Z  2025-12-04T09:06:01.6397141Z  2025-12-04T09:06:01.6397555Z  2025-12-04T09:06:01.6397982Z  2025-12-04T09:06:01.6398399Z  2025-12-04T09:06:01.6398817Z  2025-12-04T09:06:01.6399209Z  2025-12-04T09:06:01.6400222Z [2,660 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:06:01.6401617Z Compiling test/cpp/jit/test_save_load.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:01.6402434Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:01.6402978Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:01.6403767Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.6404383Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.6404892Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:01.6405448Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:01.6406043Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:01.9609361Z 2025-12-04T09:06:01.9611888Z  2025-12-04T09:06:01.9612302Z  2025-12-04T09:06:01.9612589Z  2025-12-04T09:06:01.9614958Z  2025-12-04T09:06:01.9615280Z  2025-12-04T09:06:01.9615577Z  2025-12-04T09:06:01.9616719Z  2025-12-04T09:06:01.9617059Z  2025-12-04T09:06:01.9617804Z [2,661 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:01.9618775Z Compiling test/cpp/jit/test_save_load.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:01.9619795Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:01.9620625Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:01.9621115Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:01.9621540Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:01.9621957Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:01.9622386Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:01.9622851Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:02.1609920Z 2025-12-04T09:06:02.1610563Z  2025-12-04T09:06:02.1610827Z  2025-12-04T09:06:02.1611043Z  2025-12-04T09:06:02.1611241Z  2025-12-04T09:06:02.1611451Z  2025-12-04T09:06:02.1611649Z  2025-12-04T09:06:02.1611911Z  2025-12-04T09:06:02.1612212Z  2025-12-04T09:06:02.1612722Z [2,662 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:02.1613420Z Compiling test/cpp/jit/test_save_load.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:02.1613997Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:02.1614434Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:02.1614752Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:02.1615092Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:02.1615417Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:02.1615811Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:02.1616179Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:02.4011371Z 2025-12-04T09:06:02.4012301Z  2025-12-04T09:06:02.4012715Z  2025-12-04T09:06:02.4013070Z  2025-12-04T09:06:02.4013421Z  2025-12-04T09:06:02.4013760Z  2025-12-04T09:06:02.4014099Z  2025-12-04T09:06:02.4014431Z  2025-12-04T09:06:02.4014763Z  2025-12-04T09:06:02.4015647Z [2,664 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:02.4016708Z Compiling test/cpp/jit/test_save_load.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:02.4017477Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:02.4018020Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:02.4018590Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:02.4019137Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:02.4019706Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:02.4020404Z Compiling torch/csrc/lazy/ts_backend/config.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:02.4021138Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:02.7622017Z 2025-12-04T09:06:02.7622737Z  2025-12-04T09:06:02.7623161Z  2025-12-04T09:06:02.7623480Z  2025-12-04T09:06:02.7623815Z  2025-12-04T09:06:02.7624119Z  2025-12-04T09:06:02.7624421Z  2025-12-04T09:06:02.7624950Z  2025-12-04T09:06:02.7625260Z  2025-12-04T09:06:02.7626068Z [2,665 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:02.7626858Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:02.7627330Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:02.7627833Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:02.7628347Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:02.7628792Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:02.7629487Z Compiling torch/csrc/lazy/ts_backend/config.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:02.7630204Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:02.7630666Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:03.5490439Z 2025-12-04T09:06:03.5491284Z  2025-12-04T09:06:03.5491712Z  2025-12-04T09:06:03.5492078Z  2025-12-04T09:06:03.5492436Z  2025-12-04T09:06:03.5492815Z  2025-12-04T09:06:03.5493213Z  2025-12-04T09:06:03.5493580Z  2025-12-04T09:06:03.5493937Z  2025-12-04T09:06:03.5496026Z [2,666 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:03.5497662Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:03.5498263Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:03.5498875Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:03.5499450Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:03.5500272Z Compiling torch/csrc/lazy/ts_backend/config.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:03.5501142Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:03.5501720Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:03.5502294Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:03.7582832Z 2025-12-04T09:06:03.7583479Z  2025-12-04T09:06:03.7583745Z  2025-12-04T09:06:03.7584024Z  2025-12-04T09:06:03.7584238Z  2025-12-04T09:06:03.7584471Z  2025-12-04T09:06:03.7584728Z  2025-12-04T09:06:03.7584939Z  2025-12-04T09:06:03.7585150Z  2025-12-04T09:06:03.7585825Z [2,667 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:03.7586406Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:03.7586746Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:03.7587130Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:03.7587443Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:03.7587765Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:03.7588078Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:03.7588401Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:03.7588796Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:04.0799080Z 2025-12-04T09:06:04.0799876Z  2025-12-04T09:06:04.0800375Z  2025-12-04T09:06:04.0800695Z  2025-12-04T09:06:04.0800913Z  2025-12-04T09:06:04.0801133Z  2025-12-04T09:06:04.0801341Z  2025-12-04T09:06:04.0801536Z  2025-12-04T09:06:04.0801742Z  2025-12-04T09:06:04.0802253Z [2,668 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:04.0802789Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.0803218Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.0803537Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.0803864Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.0804178Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.0804506Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.0804822Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.0805165Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:04.3631438Z 2025-12-04T09:06:04.3632310Z  2025-12-04T09:06:04.3632700Z  2025-12-04T09:06:04.3633008Z  2025-12-04T09:06:04.3633286Z  2025-12-04T09:06:04.3634247Z  2025-12-04T09:06:04.3634469Z  2025-12-04T09:06:04.3634722Z  2025-12-04T09:06:04.3635030Z  2025-12-04T09:06:04.3635658Z [2,670 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:04.3636307Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:04.3636817Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.3637166Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.3637565Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.3637889Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.3638359Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.3638774Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.3639163Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:04.7635677Z 2025-12-04T09:06:04.7636359Z  2025-12-04T09:06:04.7636786Z  2025-12-04T09:06:04.7637378Z  2025-12-04T09:06:04.7637736Z  2025-12-04T09:06:04.7638115Z  2025-12-04T09:06:04.7638466Z  2025-12-04T09:06:04.7638817Z  2025-12-04T09:06:04.7639138Z  2025-12-04T09:06:04.7640248Z [2,672 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:04.7641212Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:04.7641774Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.7642322Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.7642880Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.7643519Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.7644084Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.7644866Z Compiling test/cpp/jit/test_backend_lib.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:04.7645674Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:04.9930956Z 2025-12-04T09:06:04.9931495Z  2025-12-04T09:06:04.9931746Z  2025-12-04T09:06:04.9931960Z  2025-12-04T09:06:04.9932183Z  2025-12-04T09:06:04.9932391Z  2025-12-04T09:06:04.9932588Z  2025-12-04T09:06:04.9932798Z  2025-12-04T09:06:04.9933024Z  2025-12-04T09:06:04.9933517Z [2,673 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:04.9934026Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:04.9934354Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.9934681Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.9934994Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:04.9935323Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.9935762Z Compiling test/cpp/jit/test_backend_lib.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:04.9936230Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:04.9936571Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:06:05.3028372Z 2025-12-04T09:06:05.3029109Z  2025-12-04T09:06:05.3029515Z  2025-12-04T09:06:05.3029875Z  2025-12-04T09:06:05.3030219Z  2025-12-04T09:06:05.3030537Z  2025-12-04T09:06:05.3030880Z  2025-12-04T09:06:05.3031136Z  2025-12-04T09:06:05.3031462Z  2025-12-04T09:06:05.3032226Z [2,674 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:05.3032904Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:05.3033461Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.3033965Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.3034452Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.3035128Z Compiling test/cpp/jit/test_backend_lib.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:05.3035892Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:05.3036590Z Compiling test/cpp/jit/test_qualified_name.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:05.3037330Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:05.5641956Z 2025-12-04T09:06:05.5642894Z  2025-12-04T09:06:05.5643383Z  2025-12-04T09:06:05.5643749Z  2025-12-04T09:06:05.5644089Z  2025-12-04T09:06:05.5644454Z  2025-12-04T09:06:05.5644821Z  2025-12-04T09:06:05.5645194Z  2025-12-04T09:06:05.5645530Z  2025-12-04T09:06:05.5646401Z [2,674 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:05.5647249Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:05.5647818Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.5648375Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.5648921Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.5649713Z Compiling test/cpp/jit/test_backend_lib.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:05.5650508Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.5651321Z Compiling test/cpp/jit/test_qualified_name.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:05.5652141Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:05.8564413Z 2025-12-04T09:06:05.8565123Z  2025-12-04T09:06:05.8565508Z  2025-12-04T09:06:05.8565820Z  2025-12-04T09:06:05.8567348Z  2025-12-04T09:06:05.8568035Z  2025-12-04T09:06:05.8568330Z  2025-12-04T09:06:05.8568642Z  2025-12-04T09:06:05.8568925Z  2025-12-04T09:06:05.8569577Z [2,676 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:05.8570327Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:05.8570961Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:05.8571618Z Compiling test/cpp/jit/test_backend_lib.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:05.8572188Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:05.8572826Z Compiling test/cpp/jit/test_qualified_name.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:05.8573394Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:05.8573798Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:05.8574308Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:06.0652225Z 2025-12-04T09:06:06.0653000Z  2025-12-04T09:06:06.0653453Z  2025-12-04T09:06:06.0653787Z  2025-12-04T09:06:06.0654141Z  2025-12-04T09:06:06.0654480Z  2025-12-04T09:06:06.0654836Z  2025-12-04T09:06:06.0655161Z  2025-12-04T09:06:06.0655508Z  2025-12-04T09:06:06.0656364Z [2,679 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:06.0657244Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:06.0657839Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:06.0658410Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.0658983Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.0659555Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:06.0660152Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:06.0660726Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:06.0661348Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:06.3670466Z 2025-12-04T09:06:06.3671322Z  2025-12-04T09:06:06.3671775Z  2025-12-04T09:06:06.3672157Z  2025-12-04T09:06:06.3672507Z  2025-12-04T09:06:06.3672865Z  2025-12-04T09:06:06.3673210Z  2025-12-04T09:06:06.3673539Z  2025-12-04T09:06:06.3673889Z  2025-12-04T09:06:06.3674758Z [2,679 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:06.3675652Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:06.3676205Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:06.3676770Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.3677331Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.3677890Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.3678437Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.3678995Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:06.3679792Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:07.2504750Z 2025-12-04T09:06:07.2505430Z  2025-12-04T09:06:07.2505874Z  2025-12-04T09:06:07.2506239Z  2025-12-04T09:06:07.2506579Z  2025-12-04T09:06:07.2506931Z  2025-12-04T09:06:07.2507279Z  2025-12-04T09:06:07.2507618Z  2025-12-04T09:06:07.2507947Z  2025-12-04T09:06:07.2508780Z [2,680 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:07.2509621Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:07.2510187Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:07.2510763Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.2511312Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.2511870Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.2512372Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:07.2512905Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:07.2513448Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:07.5676451Z 2025-12-04T09:06:07.5677169Z  2025-12-04T09:06:07.5682814Z  2025-12-04T09:06:07.5684938Z  2025-12-04T09:06:07.5685162Z  2025-12-04T09:06:07.5685414Z  2025-12-04T09:06:07.5685907Z  2025-12-04T09:06:07.5686229Z  2025-12-04T09:06:07.5686592Z  2025-12-04T09:06:07.5687539Z [2,682 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:07.5688319Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:07.5689138Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.5689697Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.5690365Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.5690784Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.5691324Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.5692127Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:07.5692796Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:07.8093607Z 2025-12-04T09:06:07.8094590Z  2025-12-04T09:06:07.8095054Z  2025-12-04T09:06:07.8095444Z  2025-12-04T09:06:07.8095807Z  2025-12-04T09:06:07.8096151Z  2025-12-04T09:06:07.8096490Z  2025-12-04T09:06:07.8096816Z  2025-12-04T09:06:07.8097124Z  2025-12-04T09:06:07.8097995Z [2,683 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:07.8098844Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:07.8099414Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.8099986Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.8100555Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.8101159Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:07.8101747Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:07.8102352Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:07.8102967Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:08.1430285Z 2025-12-04T09:06:08.1430996Z  2025-12-04T09:06:08.1431418Z  2025-12-04T09:06:08.1431745Z  2025-12-04T09:06:08.1432098Z  2025-12-04T09:06:08.1432446Z  2025-12-04T09:06:08.1432781Z  2025-12-04T09:06:08.1433112Z  2025-12-04T09:06:08.1433434Z  2025-12-04T09:06:08.1434263Z [2,686 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:08.1435117Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:08.1435837Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.1436416Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.1437020Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.1437609Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.1438253Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.1438897Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:08.1439684Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:06:08.3691034Z 2025-12-04T09:06:08.3691631Z  2025-12-04T09:06:08.3692058Z  2025-12-04T09:06:08.3692419Z  2025-12-04T09:06:08.3692688Z  2025-12-04T09:06:08.3692896Z  2025-12-04T09:06:08.3693093Z  2025-12-04T09:06:08.3693300Z  2025-12-04T09:06:08.3693506Z  2025-12-04T09:06:08.3694006Z [2,687 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:08.3694514Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:08.3694840Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.3695171Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.3695479Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.3695798Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.3696114Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:08.3696580Z Compiling test/cpp/jit/test_class_import.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:08.3697061Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:08.5976118Z 2025-12-04T09:06:08.5977506Z  2025-12-04T09:06:08.5978100Z  2025-12-04T09:06:08.5978457Z  2025-12-04T09:06:08.5978828Z  2025-12-04T09:06:08.5979177Z  2025-12-04T09:06:08.5979538Z  2025-12-04T09:06:08.5979879Z  2025-12-04T09:06:08.5980235Z  2025-12-04T09:06:08.5981105Z [2,689 / 3,080] 3 / 26 tests; 16 actions, 14 running; last test: ...base_tests 2025-12-04T09:06:08.5982000Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.5982591Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.5983174Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.5983736Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:08.5984563Z Compiling test/cpp/jit/test_class_import.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:08.5985411Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.5985990Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:08.5986595Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:08.9040181Z 2025-12-04T09:06:08.9042016Z  2025-12-04T09:06:08.9042592Z  2025-12-04T09:06:08.9043497Z  2025-12-04T09:06:08.9044304Z  2025-12-04T09:06:08.9044917Z  2025-12-04T09:06:08.9045448Z  2025-12-04T09:06:08.9046105Z  2025-12-04T09:06:08.9046394Z  2025-12-04T09:06:08.9047928Z [2,689 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:08.9048976Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.9050151Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.9050903Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:08.9051859Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:08.9052443Z Compiling test/cpp/jit/test_class_import.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:08.9053700Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:08.9054908Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:08.9055726Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:09.3624168Z 2025-12-04T09:06:09.3624807Z  2025-12-04T09:06:09.3625064Z  2025-12-04T09:06:09.3625287Z  2025-12-04T09:06:09.3625488Z  2025-12-04T09:06:09.3625709Z  2025-12-04T09:06:09.3625925Z  2025-12-04T09:06:09.3626135Z  2025-12-04T09:06:09.3626333Z  2025-12-04T09:06:09.3626855Z [2,690 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:09.3627402Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:09.3627754Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:09.3628087Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:09.3628606Z Compiling test/cpp/jit/test_class_import.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:09.3850230Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:09.3850711Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.3851261Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.3851764Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:09.6612137Z 2025-12-04T09:06:09.6612891Z  2025-12-04T09:06:09.6613344Z  2025-12-04T09:06:09.6613702Z  2025-12-04T09:06:09.6614082Z  2025-12-04T09:06:09.6614424Z  2025-12-04T09:06:09.6614787Z  2025-12-04T09:06:09.6615143Z  2025-12-04T09:06:09.6615494Z  2025-12-04T09:06:09.6616024Z [2,693 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:09.6616819Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:09.6617551Z Compiling test/cpp/jit/test_class_import.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:09.6618389Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.6618970Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.6619573Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.6620143Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:09.6621477Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:09.6623156Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:09.9050209Z 2025-12-04T09:06:09.9050916Z  2025-12-04T09:06:09.9051330Z  2025-12-04T09:06:09.9051701Z  2025-12-04T09:06:09.9052060Z  2025-12-04T09:06:09.9052418Z  2025-12-04T09:06:09.9052767Z  2025-12-04T09:06:09.9053124Z  2025-12-04T09:06:09.9053449Z  2025-12-04T09:06:09.9054251Z [2,693 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:09.9055037Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:09.9055770Z Compiling test/cpp/jit/test_class_import.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:09.9056636Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.9057234Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.9057831Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.9058380Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.9058893Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:09.9059410Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:10.6181960Z 2025-12-04T09:06:10.6182689Z  2025-12-04T09:06:10.6183140Z  2025-12-04T09:06:10.6183499Z  2025-12-04T09:06:10.6183862Z  2025-12-04T09:06:10.6184217Z  2025-12-04T09:06:10.6184582Z  2025-12-04T09:06:10.6185218Z  2025-12-04T09:06:10.6185677Z  2025-12-04T09:06:10.6186635Z [2,694 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:10.6187501Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:10.6188238Z Compiling test/cpp/jit/test_class_import.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:10.6189047Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:10.6189624Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:10.6190112Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:10.6190678Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:10.6191173Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:10.6191743Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:10.8630340Z 2025-12-04T09:06:10.8631386Z  2025-12-04T09:06:10.8632134Z  2025-12-04T09:06:10.8632969Z  2025-12-04T09:06:10.8633365Z  2025-12-04T09:06:10.8633701Z  2025-12-04T09:06:10.8634054Z  2025-12-04T09:06:10.8634395Z  2025-12-04T09:06:10.8634759Z  2025-12-04T09:06:10.8635618Z [2,695 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:10.8636463Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:10.8637254Z Compiling test/cpp/jit/test_class_import.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:10.8638291Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:10.8638848Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:10.8639409Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:10.8639973Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:10.8640538Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:10.8641004Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:11.1094983Z 2025-12-04T09:06:11.1095924Z  2025-12-04T09:06:11.1096354Z  2025-12-04T09:06:11.1096714Z  2025-12-04T09:06:11.1097044Z  2025-12-04T09:06:11.1097383Z  2025-12-04T09:06:11.1097707Z  2025-12-04T09:06:11.1098042Z  2025-12-04T09:06:11.1098363Z  2025-12-04T09:06:11.1099200Z [2,696 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:11.1100020Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:11.1100702Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:11.1101210Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.1102410Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.1103120Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.1103525Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.1103984Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.1104505Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:11.5056836Z 2025-12-04T09:06:11.5057535Z  2025-12-04T09:06:11.5057935Z  2025-12-04T09:06:11.5058222Z  2025-12-04T09:06:11.5058536Z  2025-12-04T09:06:11.5058830Z  2025-12-04T09:06:11.5059142Z  2025-12-04T09:06:11.5059445Z  2025-12-04T09:06:11.5059755Z  2025-12-04T09:06:11.5060537Z [2,698 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:11.5061537Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:11.5062311Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:11.5062823Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:11.5063350Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.5063850Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.5064365Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.5064866Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.5065389Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:11.7060143Z 2025-12-04T09:06:11.7060776Z  2025-12-04T09:06:11.7061040Z  2025-12-04T09:06:11.7061258Z  2025-12-04T09:06:11.7061475Z  2025-12-04T09:06:11.7061684Z  2025-12-04T09:06:11.7061878Z  2025-12-04T09:06:11.7062085Z  2025-12-04T09:06:11.7062280Z  2025-12-04T09:06:11.7062792Z [2,699 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:11.7063430Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:11.7063919Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:11.7064253Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:11.7064582Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.7064920Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.7065234Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:11.7065560Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.7065880Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:11.9126746Z 2025-12-04T09:06:11.9127340Z  2025-12-04T09:06:11.9127790Z  2025-12-04T09:06:11.9128006Z  2025-12-04T09:06:11.9128221Z  2025-12-04T09:06:11.9128420Z  2025-12-04T09:06:11.9128628Z  2025-12-04T09:06:11.9128840Z  2025-12-04T09:06:11.9129034Z  2025-12-04T09:06:11.9129545Z [2,702 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:11.9130238Z Compiling test/cpp/jit/test_class_import.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:11.9131848Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:11.9132187Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:11.9132517Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.9133257Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.9133717Z Compiling test/cpp/jit/test_op_replacement.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:11.9134198Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:11.9134518Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:12.1131174Z 2025-12-04T09:06:12.1131783Z  2025-12-04T09:06:12.1132112Z  2025-12-04T09:06:12.1132315Z  2025-12-04T09:06:12.1132527Z  2025-12-04T09:06:12.1132778Z  2025-12-04T09:06:12.1132991Z  2025-12-04T09:06:12.1133184Z  2025-12-04T09:06:12.1133398Z  2025-12-04T09:06:12.1133955Z [2,703 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:12.1134683Z Compiling test/cpp/jit/test_class_import.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:12.2137511Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:12.2138651Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:12.2139379Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:12.2139858Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:12.2140633Z Compiling test/cpp/jit/test_op_replacement.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:12.2141621Z Compiling torch/csrc/jit/frontend/strtod.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:12.2142844Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:12.4614801Z 2025-12-04T09:06:12.4615403Z  2025-12-04T09:06:12.4615713Z  2025-12-04T09:06:12.4615933Z  2025-12-04T09:06:12.4616133Z  2025-12-04T09:06:12.4616368Z  2025-12-04T09:06:12.4616707Z  2025-12-04T09:06:12.4617040Z  2025-12-04T09:06:12.4617353Z  2025-12-04T09:06:12.4618154Z [2,704 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:12.4619176Z Compiling test/cpp/jit/test_class_import.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:12.4620015Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:12.4620610Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:12.4621165Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:12.4621752Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:12.4622457Z Compiling torch/csrc/jit/frontend/strtod.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:12.4622940Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:12.4623301Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:12.7255489Z 2025-12-04T09:06:12.7256189Z  2025-12-04T09:06:12.7256594Z  2025-12-04T09:06:12.7256959Z  2025-12-04T09:06:12.7257261Z  2025-12-04T09:06:12.7257576Z  2025-12-04T09:06:12.7257910Z  2025-12-04T09:06:12.7258285Z  2025-12-04T09:06:12.7258607Z  2025-12-04T09:06:12.7259411Z [2,705 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:12.7260288Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:12.7260879Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:12.7261467Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:12.7262037Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:12.7262655Z Compiling torch/csrc/jit/frontend/strtod.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:12.7263431Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:12.7263921Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:12.7264423Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:13.0097955Z 2025-12-04T09:06:13.0098701Z  2025-12-04T09:06:13.0099124Z  2025-12-04T09:06:13.0099495Z  2025-12-04T09:06:13.0099842Z  2025-12-04T09:06:13.0100212Z  2025-12-04T09:06:13.0100799Z  2025-12-04T09:06:13.0101162Z  2025-12-04T09:06:13.0101509Z  2025-12-04T09:06:13.0102426Z [2,705 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:13.0103316Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:13.0103892Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:13.0104465Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:13.0105019Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:13.0105832Z Compiling torch/csrc/jit/frontend/strtod.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:13.0106668Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.0107234Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.0107798Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:13.2932292Z 2025-12-04T09:06:13.2932889Z  2025-12-04T09:06:13.2933217Z  2025-12-04T09:06:13.2933582Z  2025-12-04T09:06:13.2933808Z  2025-12-04T09:06:13.2934174Z  2025-12-04T09:06:13.2934444Z  2025-12-04T09:06:13.2934777Z  2025-12-04T09:06:13.2935089Z  2025-12-04T09:06:13.2936708Z [2,706 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:13.2937819Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:13.2938277Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:13.2938757Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:13.2939226Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:13.2939717Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.2940217Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.2940901Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:13.2941677Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:13.6093486Z 2025-12-04T09:06:13.6094046Z  2025-12-04T09:06:13.6094299Z  2025-12-04T09:06:13.6094516Z  2025-12-04T09:06:13.6094750Z  2025-12-04T09:06:13.6094947Z  2025-12-04T09:06:13.6095154Z  2025-12-04T09:06:13.6095348Z  2025-12-04T09:06:13.6095554Z  2025-12-04T09:06:13.6096059Z [2,706 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:13.6096571Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:13.6096893Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:13.6097218Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:13.6097528Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:13.6097848Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.6098174Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.6098630Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:13.6099120Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:13.8494111Z 2025-12-04T09:06:13.8494835Z  2025-12-04T09:06:13.8495169Z  2025-12-04T09:06:13.8495495Z  2025-12-04T09:06:13.8495785Z  2025-12-04T09:06:13.8496069Z  2025-12-04T09:06:13.8496343Z  2025-12-04T09:06:13.8496628Z  2025-12-04T09:06:13.8496924Z  2025-12-04T09:06:13.8497629Z [2,707 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:13.8498322Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:13.8498763Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:13.8499216Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:13.8499642Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:13.8500089Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.8500719Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:13.8501394Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:13.8501832Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:14.0616149Z 2025-12-04T09:06:14.0616915Z  2025-12-04T09:06:14.0617628Z  2025-12-04T09:06:14.0618012Z  2025-12-04T09:06:14.0618362Z  2025-12-04T09:06:14.0618729Z  2025-12-04T09:06:14.0619098Z  2025-12-04T09:06:14.0619496Z  2025-12-04T09:06:14.0619871Z  2025-12-04T09:06:14.0620750Z [2,708 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:14.0621542Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:14.0622032Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:14.0622508Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:14.0623016Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:14.0623766Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:14.0624587Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.0625161Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.0625743Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:14.4333838Z 2025-12-04T09:06:14.4334575Z  2025-12-04T09:06:14.4334959Z  2025-12-04T09:06:14.4335394Z  2025-12-04T09:06:14.4335755Z  2025-12-04T09:06:14.4336108Z  2025-12-04T09:06:14.4336774Z  2025-12-04T09:06:14.4337144Z  2025-12-04T09:06:14.4337671Z  2025-12-04T09:06:14.4338505Z [2,710 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:14.4339339Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:14.4339711Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:14.4340370Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:14.4341228Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:14.4341808Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.4342379Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.4342911Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.4343467Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:14.6497985Z 2025-12-04T09:06:14.6498724Z  2025-12-04T09:06:14.6499154Z  2025-12-04T09:06:14.6499499Z  2025-12-04T09:06:14.6499859Z  2025-12-04T09:06:14.6500231Z  2025-12-04T09:06:14.6500614Z  2025-12-04T09:06:14.6500978Z  2025-12-04T09:06:14.6501308Z  2025-12-04T09:06:14.6502170Z [2,710 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:14.6503037Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:14.6503561Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:14.6504386Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:14.6505283Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:14.6505863Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.6506455Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.6507070Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.6507666Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:14.8501356Z 2025-12-04T09:06:14.8502307Z  2025-12-04T09:06:14.8503055Z  2025-12-04T09:06:14.8503726Z  2025-12-04T09:06:14.8504332Z  2025-12-04T09:06:14.8504897Z  2025-12-04T09:06:14.8505650Z  2025-12-04T09:06:14.8506236Z  2025-12-04T09:06:14.8506785Z  2025-12-04T09:06:14.8507893Z [2,712 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:14.8509042Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:14.8509708Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:14.8510413Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:14.8511328Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:14.8512252Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:14.8512975Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.8513951Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:14.8514921Z Compiling test/cpp/jit/test_module_api.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:15.1734626Z 2025-12-04T09:06:15.1735296Z  2025-12-04T09:06:15.1735622Z  2025-12-04T09:06:15.1735913Z  2025-12-04T09:06:15.1736191Z  2025-12-04T09:06:15.1736405Z  2025-12-04T09:06:15.1736620Z  2025-12-04T09:06:15.1736851Z  2025-12-04T09:06:15.1737163Z  2025-12-04T09:06:15.1737672Z [2,714 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:15.1738166Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:15.1738572Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.1738928Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.1739403Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.1739854Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.1740411Z Compiling test/cpp/jit/test_module_api.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:15.1741134Z Compiling test/cpp/jit/test_class_parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:15.1741775Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:15.4504782Z 2025-12-04T09:06:15.5084360Z  2025-12-04T09:06:15.5086265Z  2025-12-04T09:06:15.5086798Z  2025-12-04T09:06:15.5087845Z  2025-12-04T09:06:15.5088202Z  2025-12-04T09:06:15.5088550Z  2025-12-04T09:06:15.5089791Z  2025-12-04T09:06:15.5090241Z  2025-12-04T09:06:15.5091341Z [2,714 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:15.5092092Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:15.5092680Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.5093375Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.5093801Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.5094271Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.5094852Z Compiling test/cpp/jit/test_module_api.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:15.5096406Z Compiling test/cpp/jit/test_class_parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:15.5097093Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:15.7184950Z 2025-12-04T09:06:15.7185561Z  2025-12-04T09:06:15.7185835Z  2025-12-04T09:06:15.7186044Z  2025-12-04T09:06:15.7186264Z  2025-12-04T09:06:15.7186465Z  2025-12-04T09:06:15.7186678Z  2025-12-04T09:06:15.7186879Z  2025-12-04T09:06:15.7187090Z  2025-12-04T09:06:15.7187594Z [2,715 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:15.7188104Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:15.7188432Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.7188766Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.7189103Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.7189761Z Compiling test/cpp/jit/test_module_api.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:15.7190536Z Compiling test/cpp/jit/test_class_parser.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:15.7191068Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:15.7191404Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:15.9477447Z 2025-12-04T09:06:15.9478102Z  2025-12-04T09:06:15.9478450Z  2025-12-04T09:06:15.9478754Z  2025-12-04T09:06:15.9479046Z  2025-12-04T09:06:15.9479354Z  2025-12-04T09:06:15.9479630Z  2025-12-04T09:06:15.9479929Z  2025-12-04T09:06:15.9480240Z  2025-12-04T09:06:15.9480803Z [2,716 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:15.9481317Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:15.9481643Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:15.9481976Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:15.9482419Z Compiling test/cpp/jit/test_module_api.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:15.9484289Z Compiling test/cpp/jit/test_class_parser.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:15.9484834Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:15.9485218Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:15.9485559Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:16.2801593Z 2025-12-04T09:06:16.2802250Z  2025-12-04T09:06:16.2802653Z  2025-12-04T09:06:16.2803079Z  2025-12-04T09:06:16.2803427Z  2025-12-04T09:06:16.2803786Z  2025-12-04T09:06:16.2804131Z  2025-12-04T09:06:16.2804482Z  2025-12-04T09:06:16.2804831Z  2025-12-04T09:06:16.2805718Z [2,718 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:16.2806610Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:16.2807141Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:16.2807720Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:16.2808513Z Compiling test/cpp/jit/test_module_api.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:16.2809337Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:16.2810205Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:16.2811127Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:16.2811997Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:16.7894321Z 2025-12-04T09:06:16.7895163Z  2025-12-04T09:06:16.7895581Z  2025-12-04T09:06:16.7895950Z  2025-12-04T09:06:16.7896291Z  2025-12-04T09:06:16.7896648Z  2025-12-04T09:06:16.7897001Z  2025-12-04T09:06:16.7897354Z  2025-12-04T09:06:16.7897690Z  2025-12-04T09:06:16.7898812Z [2,719 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:16.7899836Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:16.7900556Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:16.7901266Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:16.7902174Z Compiling test/cpp/jit/test_module_api.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:16.7903118Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:16.7904092Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:16.7905296Z Compiling torch/csrc/jit/runtime/logging.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:16.7906277Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:17.0807762Z 2025-12-04T09:06:17.0808511Z  2025-12-04T09:06:17.0808967Z  2025-12-04T09:06:17.0809301Z  2025-12-04T09:06:17.0809662Z  2025-12-04T09:06:17.0810028Z  2025-12-04T09:06:17.0810386Z  2025-12-04T09:06:17.0810776Z  2025-12-04T09:06:17.0811151Z  2025-12-04T09:06:17.0812089Z [2,721 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:17.0813072Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.0813693Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.0814273Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.0815132Z Compiling test/cpp/jit/test_module_api.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:17.0816240Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:17.0817395Z Compiling torch/csrc/jit/runtime/operator.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:17.0818258Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:17.0829808Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:17.3406081Z 2025-12-04T09:06:17.3406780Z  2025-12-04T09:06:17.3407206Z  2025-12-04T09:06:17.3407569Z  2025-12-04T09:06:17.3407914Z  2025-12-04T09:06:17.3408279Z  2025-12-04T09:06:17.3408617Z  2025-12-04T09:06:17.3408977Z  2025-12-04T09:06:17.3409323Z  2025-12-04T09:06:17.3410197Z [2,722 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:17.3411317Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.3411896Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.3412454Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.3413231Z Compiling test/cpp/jit/test_module_api.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:17.3414285Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:17.3415390Z Compiling torch/csrc/jit/runtime/operator.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:17.3416247Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:17.3416807Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:17.6817638Z 2025-12-04T09:06:17.6818386Z  2025-12-04T09:06:17.6818812Z  2025-12-04T09:06:17.6819169Z  2025-12-04T09:06:17.6819540Z  2025-12-04T09:06:17.6819885Z  2025-12-04T09:06:17.6820245Z  2025-12-04T09:06:17.6820601Z  2025-12-04T09:06:17.6820996Z  2025-12-04T09:06:17.6821886Z [2,722 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:17.6823052Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.6823766Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.6824325Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:17.6825126Z Compiling test/cpp/jit/test_module_api.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:17.6826209Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:17.6827286Z Compiling torch/csrc/jit/runtime/operator.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:17.6828130Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:17.6828729Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:18.0556448Z 2025-12-04T09:06:18.0557149Z  2025-12-04T09:06:18.0557587Z  2025-12-04T09:06:18.0557963Z  2025-12-04T09:06:18.0558306Z  2025-12-04T09:06:18.0558671Z  2025-12-04T09:06:18.0559017Z  2025-12-04T09:06:18.0559372Z  2025-12-04T09:06:18.0559723Z  2025-12-04T09:06:18.0560610Z [2,723 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:18.0561502Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.0562013Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.0562558Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.0563400Z Compiling test/cpp/jit/test_module_api.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:18.0564438Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:18.0565211Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.0565781Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:18.0566314Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:18.2822285Z 2025-12-04T09:06:18.2824209Z  2025-12-04T09:06:18.2824830Z  2025-12-04T09:06:18.2825343Z  2025-12-04T09:06:18.2825709Z  2025-12-04T09:06:18.2826059Z  2025-12-04T09:06:18.2826413Z  2025-12-04T09:06:18.2826911Z  2025-12-04T09:06:18.2827556Z  2025-12-04T09:06:18.2828814Z [2,723 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:18.2830236Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.2831168Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.2832210Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.2833996Z Compiling test/cpp/jit/test_module_api.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:18.2835662Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:18.2836524Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.2837119Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.2837685Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:18.4851615Z 2025-12-04T09:06:18.5083536Z  2025-12-04T09:06:18.5083906Z  2025-12-04T09:06:18.5084225Z  2025-12-04T09:06:18.5084526Z  2025-12-04T09:06:18.5084873Z  2025-12-04T09:06:18.5085221Z  2025-12-04T09:06:18.5085540Z  2025-12-04T09:06:18.5085838Z  2025-12-04T09:06:18.5086603Z [2,724 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:18.5087320Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.5087649Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.5088071Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:18.5088546Z Compiling test/cpp/jit/test_module_api.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:18.5089354Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:18.5089943Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.5090437Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.5090950Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:18.6862958Z 2025-12-04T09:06:18.6863641Z  2025-12-04T09:06:18.6864065Z  2025-12-04T09:06:18.6864412Z  2025-12-04T09:06:18.6865029Z  2025-12-04T09:06:18.6865381Z  2025-12-04T09:06:18.6865833Z  2025-12-04T09:06:18.6866188Z  2025-12-04T09:06:18.6866527Z  2025-12-04T09:06:18.6867354Z [2,727 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:18.6868418Z Compiling test/cpp/jit/test_module_api.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:18.6869475Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:18.6870300Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.6874077Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.6874646Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:18.6875194Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:18.6875975Z Compiling test/cpp/jit/test_class_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:18.6876807Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:18.9399509Z 2025-12-04T09:06:18.9400240Z  2025-12-04T09:06:18.9400665Z  2025-12-04T09:06:18.9401052Z  2025-12-04T09:06:18.9401408Z  2025-12-04T09:06:18.9401768Z  2025-12-04T09:06:18.9402133Z  2025-12-04T09:06:18.9402482Z  2025-12-04T09:06:18.9402845Z  2025-12-04T09:06:18.9403814Z [2,728 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:18.9404918Z Compiling test/cpp/jit/test_module_api.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:18.9406002Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:18.9406867Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.9407431Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.9407996Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:18.9408579Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:18.9409353Z Compiling test/cpp/jit/test_class_type.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:18.9410213Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:19.2834374Z 2025-12-04T09:06:19.2835643Z  2025-12-04T09:06:19.2836482Z  2025-12-04T09:06:19.2837142Z  2025-12-04T09:06:19.2837512Z  2025-12-04T09:06:19.2837857Z  2025-12-04T09:06:19.2838204Z  2025-12-04T09:06:19.2838549Z  2025-12-04T09:06:19.2838913Z  2025-12-04T09:06:19.2840203Z [2,730 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:19.2841803Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:19.2842671Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:19.2843567Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:19.2844230Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:19.2845235Z Compiling test/cpp/jit/test_class_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:19.2846548Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:19.2847121Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:19.2847705Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:19.8138249Z 2025-12-04T09:06:19.8138954Z  2025-12-04T09:06:19.8139354Z  2025-12-04T09:06:19.8139692Z  2025-12-04T09:06:19.8140004Z  2025-12-04T09:06:19.8140353Z  2025-12-04T09:06:19.8140701Z  2025-12-04T09:06:19.8141066Z  2025-12-04T09:06:19.8141407Z  2025-12-04T09:06:19.8142305Z [2,731 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:19.8143356Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:19.8144106Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:19.8144613Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:19.8145134Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:19.8145928Z Compiling test/cpp/jit/test_class_type.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:19.8147077Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:19.8147762Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:19.8148281Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:20.0837474Z 2025-12-04T09:06:20.0838199Z  2025-12-04T09:06:20.0838626Z  2025-12-04T09:06:20.0838993Z  2025-12-04T09:06:20.0839364Z  2025-12-04T09:06:20.0839720Z  2025-12-04T09:06:20.0840084Z  2025-12-04T09:06:20.0840454Z  2025-12-04T09:06:20.0840828Z  2025-12-04T09:06:20.0841693Z [2,732 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:20.0842853Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:20.0843810Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:20.0844427Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:20.0845015Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:20.0845806Z Compiling test/cpp/jit/test_class_type.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:20.0846605Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:20.0847184Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:20.0847738Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:20.2843897Z 2025-12-04T09:06:20.2845205Z  2025-12-04T09:06:20.2846171Z  2025-12-04T09:06:20.2846782Z  2025-12-04T09:06:20.2847154Z  2025-12-04T09:06:20.2847486Z  2025-12-04T09:06:20.2847815Z  2025-12-04T09:06:20.2848172Z  2025-12-04T09:06:20.2848504Z  2025-12-04T09:06:20.2849354Z [2,733 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:20.2850241Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:20.2850804Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:20.2851425Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:20.2852256Z Compiling test/cpp/jit/test_class_type.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:20.2853071Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:20.2853617Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:20.2854222Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:20.2854811Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:20.9160700Z 2025-12-04T09:06:20.9161447Z  2025-12-04T09:06:20.9161899Z  2025-12-04T09:06:20.9162287Z  2025-12-04T09:06:20.9162659Z  2025-12-04T09:06:20.9163130Z  2025-12-04T09:06:20.9163435Z  2025-12-04T09:06:20.9163773Z  2025-12-04T09:06:20.9164104Z  2025-12-04T09:06:20.9164914Z [2,735 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:06:20.9165888Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:20.9166971Z Compiling test/cpp/jit/test_class_type.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:20.9167767Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:20.9168365Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:20.9168954Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:20.9169508Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:20.9170103Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:20.9170881Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:21.1280659Z 2025-12-04T09:06:21.1283677Z  2025-12-04T09:06:21.1284131Z  2025-12-04T09:06:21.1284522Z  2025-12-04T09:06:21.1284894Z  2025-12-04T09:06:21.1285244Z  2025-12-04T09:06:21.1285616Z  2025-12-04T09:06:21.1285962Z  2025-12-04T09:06:21.1286335Z  2025-12-04T09:06:21.1287223Z [2,736 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:21.1288151Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:21.1289007Z Compiling test/cpp/jit/test_class_type.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:21.1290166Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:21.1290775Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:21.1291424Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.1292018Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.1292603Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.1293215Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:21.3965737Z 2025-12-04T09:06:21.3967386Z  2025-12-04T09:06:21.3967823Z  2025-12-04T09:06:21.3968151Z  2025-12-04T09:06:21.3968442Z  2025-12-04T09:06:21.3968766Z  2025-12-04T09:06:21.3969112Z  2025-12-04T09:06:21.3969460Z  2025-12-04T09:06:21.3969808Z  2025-12-04T09:06:21.3970918Z [2,738 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:21.3971987Z Compiling test/cpp/jit/test_class_type.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:21.3972679Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:21.3973203Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:21.3973706Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.3974205Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.3974905Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:21.3975648Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.3976197Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:06:21.6849116Z 2025-12-04T09:06:21.6849708Z  2025-12-04T09:06:21.6849969Z  2025-12-04T09:06:21.6850191Z  2025-12-04T09:06:21.6850391Z  2025-12-04T09:06:21.6850603Z  2025-12-04T09:06:21.6850810Z  2025-12-04T09:06:21.6851006Z  2025-12-04T09:06:21.6851216Z  2025-12-04T09:06:21.6851716Z [2,739 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:21.6852368Z Compiling test/cpp/jit/test_class_type.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:21.6852841Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:21.6853247Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:21.6853566Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.6854045Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:21.6854532Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:21.6854853Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:21.6855193Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:22.0172679Z 2025-12-04T09:06:22.0173424Z  2025-12-04T09:06:22.0173834Z  2025-12-04T09:06:22.0174191Z  2025-12-04T09:06:22.0174531Z  2025-12-04T09:06:22.0174878Z  2025-12-04T09:06:22.0175214Z  2025-12-04T09:06:22.0175653Z  2025-12-04T09:06:22.0175994Z  2025-12-04T09:06:22.0177082Z [2,740 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:22.0178189Z Compiling test/cpp/jit/test_class_type.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:22.0179006Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:22.0179596Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:22.0180156Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:22.0181005Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:22.0181861Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:22.0182430Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:22.0182983Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:22.2957432Z 2025-12-04T09:06:22.2957980Z  2025-12-04T09:06:22.2958234Z  2025-12-04T09:06:22.2958452Z  2025-12-04T09:06:22.2958650Z  2025-12-04T09:06:22.2958864Z  2025-12-04T09:06:22.2959063Z  2025-12-04T09:06:22.2959291Z  2025-12-04T09:06:22.2959494Z  2025-12-04T09:06:22.2960244Z [2,741 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:22.2960973Z Compiling test/cpp/jit/test_class_type.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:22.2961450Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:22.2961789Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:22.2962105Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:22.2962589Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:22.2963154Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:22.2963485Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:22.2963810Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:22.5128948Z 2025-12-04T09:06:22.5129696Z  2025-12-04T09:06:22.5130138Z  2025-12-04T09:06:22.5130490Z  2025-12-04T09:06:22.5130849Z  2025-12-04T09:06:22.5131222Z  2025-12-04T09:06:22.5131586Z  2025-12-04T09:06:22.5131926Z  2025-12-04T09:06:22.5132285Z  2025-12-04T09:06:22.5133143Z [2,743 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:22.5134050Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:22.5134605Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:22.5135184Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:22.5136021Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:22.5136870Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:22.5137430Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:22.5137961Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:22.5138521Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:22.7909911Z 2025-12-04T09:06:22.7910605Z  2025-12-04T09:06:22.7911084Z  2025-12-04T09:06:22.7911468Z  2025-12-04T09:06:22.7911858Z  2025-12-04T09:06:22.7912174Z  2025-12-04T09:06:22.7912391Z  2025-12-04T09:06:22.7912642Z  2025-12-04T09:06:22.7913001Z  2025-12-04T09:06:22.7913852Z [2,745 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:22.7914771Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:22.7915345Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:22.7916213Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:22.7917108Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:22.7917532Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:22.7917943Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:22.7918480Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:22.7919011Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:23.0962441Z 2025-12-04T09:06:23.0963222Z  2025-12-04T09:06:23.0963484Z  2025-12-04T09:06:23.1613133Z  2025-12-04T09:06:23.1613453Z  2025-12-04T09:06:23.1613777Z  2025-12-04T09:06:23.1614092Z  2025-12-04T09:06:23.1614371Z  2025-12-04T09:06:23.1614569Z  2025-12-04T09:06:23.1615190Z [2,745 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:23.1615810Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:23.1616176Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:23.1616663Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:23.1617192Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:23.1617524Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:23.1617836Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:23.1618162Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:23.1618482Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:23.8234315Z 2025-12-04T09:06:23.8235439Z  2025-12-04T09:06:23.8235912Z  2025-12-04T09:06:23.8238123Z  2025-12-04T09:06:23.8238517Z  2025-12-04T09:06:23.8238895Z  2025-12-04T09:06:23.8239613Z  2025-12-04T09:06:23.8240004Z  2025-12-04T09:06:23.8240458Z  2025-12-04T09:06:23.8241382Z [2,746 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:23.8242291Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:23.8242906Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:23.8243857Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:23.8244811Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:23.8245426Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:23.8246018Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:23.8246631Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:23.8247237Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:24.0359722Z 2025-12-04T09:06:24.0360485Z  2025-12-04T09:06:24.0360895Z  2025-12-04T09:06:24.0361247Z  2025-12-04T09:06:24.0361604Z  2025-12-04T09:06:24.0361976Z  2025-12-04T09:06:24.0362352Z  2025-12-04T09:06:24.0362719Z  2025-12-04T09:06:24.0363145Z  2025-12-04T09:06:24.0364014Z [2,747 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:24.0364801Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:24.0365371Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:24.0366217Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:24.0367123Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:24.0367680Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.0368213Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:24.0368780Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:24.0369359Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:24.3627660Z 2025-12-04T09:06:24.3628502Z  2025-12-04T09:06:24.3628944Z  2025-12-04T09:06:24.3629303Z  2025-12-04T09:06:24.3629698Z  2025-12-04T09:06:24.3630064Z  2025-12-04T09:06:24.3630442Z  2025-12-04T09:06:24.3630793Z  2025-12-04T09:06:24.3631132Z  2025-12-04T09:06:24.3632006Z [2,747 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:24.3632870Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:24.3633433Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:24.3634258Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:24.3635113Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:24.3635676Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.3636219Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.3636788Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:24.3637316Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:24.5631064Z 2025-12-04T09:06:24.5631820Z  2025-12-04T09:06:24.5632237Z  2025-12-04T09:06:24.5632622Z  2025-12-04T09:06:24.5632986Z  2025-12-04T09:06:24.5633345Z  2025-12-04T09:06:24.5633699Z  2025-12-04T09:06:24.5634036Z  2025-12-04T09:06:24.5634391Z  2025-12-04T09:06:24.5635243Z [2,749 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:24.5636094Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:24.5636666Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:24.5637491Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:24.5638371Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:24.5638922Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.5639512Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.5640054Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:24.5640876Z Compiling test/cpp/jit/test_misc.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:24.9317498Z 2025-12-04T09:06:24.9320259Z  2025-12-04T09:06:24.9321086Z  2025-12-04T09:06:24.9322548Z  2025-12-04T09:06:24.9322883Z  2025-12-04T09:06:24.9323314Z  2025-12-04T09:06:24.9323638Z  2025-12-04T09:06:24.9323985Z  2025-12-04T09:06:24.9324318Z  2025-12-04T09:06:24.9325185Z [2,751 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:24.9326326Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:24.9327222Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:24.9327800Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.9328431Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:24.9328904Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:24.9329508Z Compiling test/cpp/jit/test_misc.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:24.9330373Z Compiling test/cpp/jit/test_cleanup_passes.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:24.9331112Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:25.1635082Z 2025-12-04T09:06:25.1636654Z  2025-12-04T09:06:25.1638056Z  2025-12-04T09:06:25.1638496Z  2025-12-04T09:06:25.1639203Z  2025-12-04T09:06:25.1639633Z  2025-12-04T09:06:25.1640284Z  2025-12-04T09:06:25.1640979Z  2025-12-04T09:06:25.1642166Z  2025-12-04T09:06:25.1643733Z [2,751 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:25.1646312Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:25.1647810Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:25.1648181Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:25.1648677Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:25.1649087Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:25.1649758Z Compiling test/cpp/jit/test_misc.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:25.1650536Z Compiling test/cpp/jit/test_cleanup_passes.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:25.1651250Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:25.5241985Z 2025-12-04T09:06:25.5242626Z  2025-12-04T09:06:25.5242916Z  2025-12-04T09:06:25.5243267Z  2025-12-04T09:06:25.5243567Z  2025-12-04T09:06:25.5243822Z  2025-12-04T09:06:25.5244169Z  2025-12-04T09:06:25.5244510Z  2025-12-04T09:06:25.5244800Z  2025-12-04T09:06:25.5245465Z [2,752 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:25.5246241Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:25.5246860Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:25.5247280Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:25.5249179Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:25.5250214Z Compiling test/cpp/jit/test_misc.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:25.5251007Z Compiling test/cpp/jit/test_cleanup_passes.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:25.5252018Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:25.5252393Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:25.7386856Z 2025-12-04T09:06:25.7387567Z  2025-12-04T09:06:25.7387994Z  2025-12-04T09:06:25.7388296Z  2025-12-04T09:06:25.7388705Z  2025-12-04T09:06:25.7389071Z  2025-12-04T09:06:25.7389401Z  2025-12-04T09:06:25.7389754Z  2025-12-04T09:06:25.7390071Z  2025-12-04T09:06:25.7390928Z [2,753 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:25.7391959Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:25.7392794Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:25.7393304Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:25.7394154Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:25.7394876Z Compiling test/cpp/jit/test_misc.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:25.7395904Z Compiling test/cpp/jit/test_cleanup_passes.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:25.7396419Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:25.7396983Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:25.9646169Z 2025-12-04T09:06:25.9647526Z  2025-12-04T09:06:25.9648031Z  2025-12-04T09:06:25.9648357Z  2025-12-04T09:06:25.9649042Z  2025-12-04T09:06:25.9649684Z  2025-12-04T09:06:25.9650134Z  2025-12-04T09:06:25.9650423Z  2025-12-04T09:06:25.9650749Z  2025-12-04T09:06:25.9651739Z [2,755 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:25.9653494Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2025-12-04T09:06:25.9654917Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:25.9655505Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:25.9656483Z Compiling test/cpp/jit/test_misc.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:25.9657472Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:25.9658300Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:25.9659270Z Compiling torch/csrc/utils/out_types.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:25.9660085Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:26.1650555Z 2025-12-04T09:06:26.1651441Z  2025-12-04T09:06:26.1651933Z  2025-12-04T09:06:26.1652339Z  2025-12-04T09:06:26.1652780Z  2025-12-04T09:06:26.1653278Z  2025-12-04T09:06:26.1653638Z  2025-12-04T09:06:26.1653985Z  2025-12-04T09:06:26.1654296Z  2025-12-04T09:06:26.1655027Z [2,757 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:06:26.1656163Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2025-12-04T09:06:26.1656995Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:26.1657586Z Compiling test/cpp/jit/test_misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:26.1658367Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:26.1659175Z Compiling torch/csrc/utils/out_types.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:26.1659954Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:26.1660555Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:26.1661164Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:26.3569147Z 2025-12-04T09:06:26.3569971Z  2025-12-04T09:06:26.3570234Z  2025-12-04T09:06:26.3570451Z  2025-12-04T09:06:26.3570834Z  2025-12-04T09:06:26.3571166Z  2025-12-04T09:06:26.3571471Z  2025-12-04T09:06:26.3571803Z  2025-12-04T09:06:26.3572310Z  2025-12-04T09:06:26.3572956Z INFO: From Compiling torch/csrc/jit/runtime/static/ops.cpp: 2025-12-04T09:06:26.3573742Z In file included from torch/csrc/jit/runtime/static/ops.cpp:18: 2025-12-04T09:06:26.3574499Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2025-12-04T09:06:26.3575722Z 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 2025-12-04T09:06:26.3576864Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2025-12-04T09:06:26.3577404Z | ^ 2025-12-04T09:06:26.3594482Z [2,758 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:26.3595172Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2025-12-04T09:06:26.3595679Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:26.3596115Z Compiling test/cpp/jit/test_misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:26.3596562Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:26.3596889Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:26.3670310Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:26.3672276Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:26.3672853Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:26.5653034Z 2025-12-04T09:06:26.5653634Z  2025-12-04T09:06:26.5653905Z  2025-12-04T09:06:26.5654112Z  2025-12-04T09:06:26.5654340Z  2025-12-04T09:06:26.5654549Z  2025-12-04T09:06:26.5654745Z  2025-12-04T09:06:26.5654952Z  2025-12-04T09:06:26.5655146Z  2025-12-04T09:06:26.5655666Z [2,759 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:26.5656166Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:26.5656605Z Compiling test/cpp/jit/test_misc.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:26.5657054Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:26.5657384Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:26.5657711Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:26.5658035Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:26.5658366Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:26.5658689Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:27.6396029Z 2025-12-04T09:06:27.6396722Z  2025-12-04T09:06:27.6397161Z  2025-12-04T09:06:27.6397509Z  2025-12-04T09:06:27.6397837Z  2025-12-04T09:06:27.6398175Z  2025-12-04T09:06:27.6398505Z  2025-12-04T09:06:27.6398844Z  2025-12-04T09:06:27.6399170Z  2025-12-04T09:06:27.6399987Z [2,759 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:27.6400869Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:27.6401643Z Compiling test/cpp/jit/test_misc.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:27.6402410Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:27.6403049Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:27.6403611Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:27.6404134Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:27.6404669Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:27.6405198Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:27.8401214Z 2025-12-04T09:06:27.8401932Z  2025-12-04T09:06:27.8402330Z  2025-12-04T09:06:27.8402691Z  2025-12-04T09:06:27.8403165Z  2025-12-04T09:06:27.8403526Z  2025-12-04T09:06:27.8403889Z  2025-12-04T09:06:27.8404238Z  2025-12-04T09:06:27.8404606Z  2025-12-04T09:06:27.8405490Z [2,763 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:27.8406570Z Compiling test/cpp/jit/test_misc.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:27.8407274Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:27.8408099Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:27.8408646Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:27.8409212Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:27.8409780Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:27.8410589Z Compiling test/cpp/jit/test_code_template.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:27.8411460Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:28.0825288Z 2025-12-04T09:06:28.0825985Z  2025-12-04T09:06:28.0826408Z  2025-12-04T09:06:28.0826782Z  2025-12-04T09:06:28.0827134Z  2025-12-04T09:06:28.0827497Z  2025-12-04T09:06:28.0827795Z  2025-12-04T09:06:28.0828110Z  2025-12-04T09:06:28.0828406Z  2025-12-04T09:06:28.0829295Z [2,764 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:28.0830338Z Compiling test/cpp/jit/test_misc.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:28.0831115Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:28.0831650Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:28.0832473Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.0833102Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.0833855Z Compiling test/cpp/jit/test_code_template.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:28.0834670Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.0835205Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:28.3134736Z 2025-12-04T09:06:28.3135381Z  2025-12-04T09:06:28.3135659Z  2025-12-04T09:06:28.3135915Z  2025-12-04T09:06:28.3136140Z  2025-12-04T09:06:28.3136337Z  2025-12-04T09:06:28.3136683Z  2025-12-04T09:06:28.3136946Z  2025-12-04T09:06:28.3137158Z  2025-12-04T09:06:28.3137714Z [2,765 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:28.3138628Z Compiling test/cpp/jit/test_misc.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:28.3139371Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:28.3139878Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:28.3140391Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.3140758Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.3141322Z Compiling test/cpp/jit/test_code_template.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:28.3141903Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.3142361Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:28.6406827Z 2025-12-04T09:06:28.6407567Z  2025-12-04T09:06:28.6408014Z  2025-12-04T09:06:28.6408376Z  2025-12-04T09:06:28.6408754Z  2025-12-04T09:06:28.6409114Z  2025-12-04T09:06:28.6409454Z  2025-12-04T09:06:28.6409812Z  2025-12-04T09:06:28.6410183Z  2025-12-04T09:06:28.6411073Z [2,765 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:28.6412428Z Compiling test/cpp/jit/test_misc.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:28.6413377Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:28.6414108Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:28.6414852Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:28.6415441Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.6416253Z Compiling test/cpp/jit/test_code_template.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:28.6417140Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:28.6417728Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:29.3737101Z 2025-12-04T09:06:29.3737817Z  2025-12-04T09:06:29.3738259Z  2025-12-04T09:06:29.3738622Z  2025-12-04T09:06:29.3738993Z  2025-12-04T09:06:29.3739346Z  2025-12-04T09:06:29.3739704Z  2025-12-04T09:06:29.3740024Z  2025-12-04T09:06:29.3740357Z  2025-12-04T09:06:29.3741405Z [2,767 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:06:29.3742286Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:29.3742862Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.3743434Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.3744223Z Compiling test/cpp/jit/test_code_template.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:29.3744963Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.3745721Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:29.3746572Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.3747156Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:29.6481634Z 2025-12-04T09:06:29.6482357Z  2025-12-04T09:06:29.6482755Z  2025-12-04T09:06:29.6483257Z  2025-12-04T09:06:29.6483582Z  2025-12-04T09:06:29.6483949Z  2025-12-04T09:06:29.6484277Z  2025-12-04T09:06:29.6484660Z  2025-12-04T09:06:29.6485003Z  2025-12-04T09:06:29.6486214Z [2,768 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:29.6487182Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:29.6487684Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:29.6488191Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.6488684Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.6489482Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:29.6490282Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:29.6491022Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:29.6491810Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:30.1020134Z 2025-12-04T09:06:30.1020824Z  2025-12-04T09:06:30.1021219Z  2025-12-04T09:06:30.1021551Z  2025-12-04T09:06:30.1021881Z  2025-12-04T09:06:30.1022267Z  2025-12-04T09:06:30.1022609Z  2025-12-04T09:06:30.1022957Z  2025-12-04T09:06:30.1023300Z  2025-12-04T09:06:30.1024166Z [2,769 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:30.1025005Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:30.1025493Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.1025976Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.1026474Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.1027287Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:30.1028138Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:30.1028949Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:30.1029764Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:30.4542843Z 2025-12-04T09:06:30.4543740Z  2025-12-04T09:06:30.4544171Z  2025-12-04T09:06:30.4544540Z  2025-12-04T09:06:30.4544875Z  2025-12-04T09:06:30.4545184Z  2025-12-04T09:06:30.4545518Z  2025-12-04T09:06:30.4545846Z  2025-12-04T09:06:30.4546224Z  2025-12-04T09:06:30.4547123Z [2,769 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:30.4548012Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:30.4548564Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.4549062Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.4549599Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.4550426Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:30.4551304Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.4552131Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:30.4553505Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:30.8173273Z 2025-12-04T09:06:30.8174231Z  2025-12-04T09:06:30.8174678Z  2025-12-04T09:06:30.8175038Z  2025-12-04T09:06:30.8175401Z  2025-12-04T09:06:30.8175735Z  2025-12-04T09:06:30.8176100Z  2025-12-04T09:06:30.8176404Z  2025-12-04T09:06:30.8176698Z  2025-12-04T09:06:30.8177408Z [2,771 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:30.8178255Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:30.8178840Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:30.8179604Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:30.8180321Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:30.8180983Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:30.8181916Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:30.8182738Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:30.8183353Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:31.0497058Z 2025-12-04T09:06:31.0497751Z  2025-12-04T09:06:31.0498164Z  2025-12-04T09:06:31.0498793Z  2025-12-04T09:06:31.0499240Z  2025-12-04T09:06:31.0499582Z  2025-12-04T09:06:31.0499913Z  2025-12-04T09:06:31.0500261Z  2025-12-04T09:06:31.0500594Z  2025-12-04T09:06:31.0501453Z [2,773 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:31.0502567Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:31.0503432Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:31.0504213Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:31.0505241Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:31.0506059Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.0506582Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.0507157Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.0507714Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:31.4330241Z 2025-12-04T09:06:31.4331123Z  2025-12-04T09:06:31.4331538Z  2025-12-04T09:06:31.4331903Z  2025-12-04T09:06:31.4332282Z  2025-12-04T09:06:31.4332642Z  2025-12-04T09:06:31.4333021Z  2025-12-04T09:06:31.4333303Z  2025-12-04T09:06:31.4333652Z  2025-12-04T09:06:31.4334474Z [2,774 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:31.4335614Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:31.4336567Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:31.4337289Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:31.4338328Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:31.4339188Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.4339753Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.4340313Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.4340872Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:31.6501578Z 2025-12-04T09:06:31.6502350Z  2025-12-04T09:06:31.6502799Z  2025-12-04T09:06:31.6503144Z  2025-12-04T09:06:31.6503507Z  2025-12-04T09:06:31.6503845Z  2025-12-04T09:06:31.6504192Z  2025-12-04T09:06:31.6504542Z  2025-12-04T09:06:31.6504892Z  2025-12-04T09:06:31.6505771Z [2,775 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:31.6506917Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:31.6508005Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:31.6509025Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:31.6510041Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.6510589Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.6511125Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.6511676Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.6512227Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:31.8534822Z 2025-12-04T09:06:31.8535541Z  2025-12-04T09:06:31.8535940Z  2025-12-04T09:06:31.8536308Z  2025-12-04T09:06:31.8536710Z  2025-12-04T09:06:31.8537119Z  2025-12-04T09:06:31.8537524Z  2025-12-04T09:06:31.8537938Z  2025-12-04T09:06:31.8538342Z  2025-12-04T09:06:31.8540119Z [2,778 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:06:31.8545131Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:31.8545901Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:31.8546588Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:31.8547255Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:31.8548288Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:31.8549065Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:31.8550049Z Compiling test/cpp/jit/test_concat_opt.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:31.8551075Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:32.2507251Z 2025-12-04T09:06:32.2508047Z  2025-12-04T09:06:32.2508548Z  2025-12-04T09:06:32.2508975Z  2025-12-04T09:06:32.2509380Z  2025-12-04T09:06:32.2509796Z  2025-12-04T09:06:32.2510198Z  2025-12-04T09:06:32.2510594Z  2025-12-04T09:06:32.2511021Z  2025-12-04T09:06:32.2511806Z [2,778 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:32.2512863Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:32.2513719Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.2514308Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.2514891Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.2515472Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:32.2516002Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:32.2516703Z Compiling test/cpp/jit/test_concat_opt.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:32.2517461Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:32.4704038Z 2025-12-04T09:06:32.4704995Z  2025-12-04T09:06:32.4705487Z  2025-12-04T09:06:32.4705886Z  2025-12-04T09:06:32.4706286Z  2025-12-04T09:06:32.4706701Z  2025-12-04T09:06:32.4707094Z  2025-12-04T09:06:32.4707499Z  2025-12-04T09:06:32.4707892Z  2025-12-04T09:06:32.4708977Z [2,779 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:32.4709835Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.4710345Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.4710788Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.4711329Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.4711829Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:32.4712441Z Compiling test/cpp/jit/test_concat_opt.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:32.4713082Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:32.4713807Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:32.8512889Z 2025-12-04T09:06:32.8513619Z  2025-12-04T09:06:32.8514041Z  2025-12-04T09:06:32.8514351Z  2025-12-04T09:06:32.8514633Z  2025-12-04T09:06:32.8514921Z  2025-12-04T09:06:32.8515247Z  2025-12-04T09:06:32.8515515Z  2025-12-04T09:06:32.8515801Z  2025-12-04T09:06:32.8516640Z [2,779 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:32.8517665Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:32.8518131Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:32.8518635Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.8519091Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:32.8519581Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:32.8520208Z Compiling test/cpp/jit/test_concat_opt.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:32.8520884Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:32.8521566Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:33.0565197Z 2025-12-04T09:06:33.0565962Z  2025-12-04T09:06:33.0566363Z  2025-12-04T09:06:33.0599825Z  2025-12-04T09:06:33.0600247Z  2025-12-04T09:06:33.0600591Z  2025-12-04T09:06:33.0600948Z  2025-12-04T09:06:33.0601290Z  2025-12-04T09:06:33.0601660Z  2025-12-04T09:06:33.0602474Z [2,782 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:33.0603695Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:33.0604247Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:33.0604924Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:33.0605498Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:33.0605976Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.0606502Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.0607032Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.0607625Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:06:33.4515159Z 2025-12-04T09:06:33.4515762Z  2025-12-04T09:06:33.4516072Z  2025-12-04T09:06:33.4516279Z  2025-12-04T09:06:33.4516491Z  2025-12-04T09:06:33.4516690Z  2025-12-04T09:06:33.4516904Z  2025-12-04T09:06:33.4517102Z  2025-12-04T09:06:33.4517315Z  2025-12-04T09:06:33.4517825Z [2,783 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:33.4518368Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:33.4518708Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:33.4519033Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:33.4519359Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:33.4519670Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.4519996Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.4520447Z Compiling test/cpp/jit/test_load_upgraders.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:33.4520937Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:33.7047058Z 2025-12-04T09:06:33.7047859Z  2025-12-04T09:06:33.7048327Z  2025-12-04T09:06:33.7048720Z  2025-12-04T09:06:33.7049151Z  2025-12-04T09:06:33.7049527Z  2025-12-04T09:06:33.7049934Z  2025-12-04T09:06:33.7050318Z  2025-12-04T09:06:33.7050726Z  2025-12-04T09:06:33.7051697Z [2,784 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:33.7052631Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:33.7053251Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:33.7053804Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:33.7054366Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.7054924Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.7055745Z Compiling test/cpp/jit/test_load_upgraders.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:33.7056605Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.7057203Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:33.9443152Z 2025-12-04T09:06:33.9444032Z  2025-12-04T09:06:33.9444474Z  2025-12-04T09:06:33.9445057Z  2025-12-04T09:06:33.9445339Z  2025-12-04T09:06:33.9445680Z  2025-12-04T09:06:33.9446233Z  2025-12-04T09:06:33.9446590Z  2025-12-04T09:06:33.9448352Z  2025-12-04T09:06:33.9449459Z [2,784 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:33.9450237Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:33.9450584Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:33.9451398Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:33.9451906Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:33.9452700Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.9453435Z Compiling test/cpp/jit/test_load_upgraders.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:33.9454571Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:33.9455224Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:34.1691891Z 2025-12-04T09:06:34.1692542Z  2025-12-04T09:06:34.1692871Z  2025-12-04T09:06:34.1693095Z  2025-12-04T09:06:34.1693296Z  2025-12-04T09:06:34.1693504Z  2025-12-04T09:06:34.1693701Z  2025-12-04T09:06:34.1693932Z  2025-12-04T09:06:34.1694128Z  2025-12-04T09:06:34.1694881Z [2,785 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:34.1695458Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:34.1695798Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:34.1696111Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.1696452Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.1697235Z Compiling test/cpp/jit/test_load_upgraders.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:34.1698049Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:34.1698608Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:34.1699185Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:34.5452162Z 2025-12-04T09:06:34.5453180Z  2025-12-04T09:06:34.5454001Z  2025-12-04T09:06:34.5454556Z  2025-12-04T09:06:34.5455342Z  2025-12-04T09:06:34.5455815Z  2025-12-04T09:06:34.5456502Z  2025-12-04T09:06:34.5457336Z  2025-12-04T09:06:34.5457664Z  2025-12-04T09:06:34.5458824Z [2,786 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:34.5459917Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:34.5460447Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:34.5461163Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.5461950Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.5462560Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.5462919Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:34.5463872Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:34.5464583Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:34.7646616Z 2025-12-04T09:06:34.7647375Z  2025-12-04T09:06:34.7647827Z  2025-12-04T09:06:34.7648221Z  2025-12-04T09:06:34.7648595Z  2025-12-04T09:06:34.7648980Z  2025-12-04T09:06:34.7649337Z  2025-12-04T09:06:34.7649669Z  2025-12-04T09:06:34.7649990Z  2025-12-04T09:06:34.7650819Z [2,788 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:34.7651660Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:34.7652230Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.7652753Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.7653261Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.7653792Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.7654298Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:34.7654845Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:34.7655387Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:34.9751614Z 2025-12-04T09:06:34.9752347Z  2025-12-04T09:06:34.9752787Z  2025-12-04T09:06:34.9753142Z  2025-12-04T09:06:34.9753500Z  2025-12-04T09:06:34.9753837Z  2025-12-04T09:06:34.9754430Z  2025-12-04T09:06:34.9754770Z  2025-12-04T09:06:34.9755130Z  2025-12-04T09:06:34.9756010Z [2,790 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:34.9756908Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:34.9757475Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:34.9758041Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.9758599Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.9759155Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.9759724Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:34.9760528Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:34.9761420Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:06:35.6503514Z 2025-12-04T09:06:35.6504246Z  2025-12-04T09:06:35.6504681Z  2025-12-04T09:06:35.6505038Z  2025-12-04T09:06:35.6505427Z  2025-12-04T09:06:35.6505774Z  2025-12-04T09:06:35.6506134Z  2025-12-04T09:06:35.6506491Z  2025-12-04T09:06:35.6506843Z  2025-12-04T09:06:35.6508341Z [2,791 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:35.6511199Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:35.6511771Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:35.6512430Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:35.6512928Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:35.6513396Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:35.6514191Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:35.6515577Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:35.6516194Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:35.9071770Z 2025-12-04T09:06:35.9072524Z  2025-12-04T09:06:35.9072953Z  2025-12-04T09:06:35.9073353Z  2025-12-04T09:06:35.9073702Z  2025-12-04T09:06:35.9074018Z  2025-12-04T09:06:35.9074347Z  2025-12-04T09:06:35.9074649Z  2025-12-04T09:06:35.9075020Z  2025-12-04T09:06:35.9075897Z [2,792 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:35.9076793Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:35.9077345Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:35.9077867Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:35.9078419Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:35.9079248Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:35.9080119Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:35.9080698Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:35.9081277Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:36.1212027Z 2025-12-04T09:06:36.1212747Z  2025-12-04T09:06:36.1213185Z  2025-12-04T09:06:36.1213565Z  2025-12-04T09:06:36.1213942Z  2025-12-04T09:06:36.1214302Z  2025-12-04T09:06:36.1214676Z  2025-12-04T09:06:36.1215071Z  2025-12-04T09:06:36.1215459Z  2025-12-04T09:06:36.1216376Z [2,793 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:36.1217161Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.1217734Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.1218314Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.1218867Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.1219757Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:36.1220651Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.1221231Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.1221817Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:36.3315386Z 2025-12-04T09:06:36.3317339Z  2025-12-04T09:06:36.3317785Z  2025-12-04T09:06:36.3318142Z  2025-12-04T09:06:36.3318525Z  2025-12-04T09:06:36.3318815Z  2025-12-04T09:06:36.3319103Z  2025-12-04T09:06:36.3319393Z  2025-12-04T09:06:36.3319727Z  2025-12-04T09:06:36.3320439Z [2,794 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:36.3321244Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.3321750Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.3322256Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.3323028Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:36.3323726Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:36.3324144Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.3324538Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.3325044Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:06:36.5428854Z 2025-12-04T09:06:36.5429818Z  2025-12-04T09:06:36.5430226Z  2025-12-04T09:06:36.5430564Z  2025-12-04T09:06:36.5431063Z  2025-12-04T09:06:36.5433036Z  2025-12-04T09:06:36.5434152Z  2025-12-04T09:06:36.5434480Z  2025-12-04T09:06:36.5434805Z  2025-12-04T09:06:36.5435936Z [2,796 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:36.5436777Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:36.5437770Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:36.5438665Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:36.5439306Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.5439804Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.5440684Z Compiling test/cpp/jit/test_lite_trainer.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:36.5441496Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:36.5442241Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:36.8250078Z 2025-12-04T09:06:36.8250806Z  2025-12-04T09:06:36.8251240Z  2025-12-04T09:06:36.8251623Z  2025-12-04T09:06:36.8251996Z  2025-12-04T09:06:36.8252351Z  2025-12-04T09:06:36.8252687Z  2025-12-04T09:06:36.8253053Z  2025-12-04T09:06:36.8253401Z  2025-12-04T09:06:36.8254277Z [2,797 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:36.8255416Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:36.8256308Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:36.8256877Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:36.8257446Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.8258239Z Compiling test/cpp/jit/test_lite_trainer.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:36.8259072Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.8259658Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:36.8260234Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:37.1467072Z 2025-12-04T09:06:37.1467822Z  2025-12-04T09:06:37.1468230Z  2025-12-04T09:06:37.1468576Z  2025-12-04T09:06:37.1468887Z  2025-12-04T09:06:37.1469204Z  2025-12-04T09:06:37.1469514Z  2025-12-04T09:06:37.1469833Z  2025-12-04T09:06:37.1470165Z  2025-12-04T09:06:37.1471199Z [2,797 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:37.1472370Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:37.1473250Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:37.1473786Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.1474267Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:37.1474981Z Compiling test/cpp/jit/test_lite_trainer.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:37.1476029Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:37.1476568Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:37.1477174Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:37.5577631Z 2025-12-04T09:06:37.5578362Z  2025-12-04T09:06:37.5578728Z  2025-12-04T09:06:37.5579058Z  2025-12-04T09:06:37.5579341Z  2025-12-04T09:06:37.5579661Z  2025-12-04T09:06:37.5579944Z  2025-12-04T09:06:37.5580232Z  2025-12-04T09:06:37.5580534Z  2025-12-04T09:06:37.5581437Z [2,798 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:37.5582298Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:37.5582828Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.5583343Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.5584067Z Compiling test/cpp/jit/test_lite_trainer.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:37.5584881Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:37.5585439Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:37.5586328Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:37.5586875Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:37.9477717Z 2025-12-04T09:06:37.9478444Z  2025-12-04T09:06:37.9478886Z  2025-12-04T09:06:37.9479250Z  2025-12-04T09:06:37.9479612Z  2025-12-04T09:06:37.9479953Z  2025-12-04T09:06:37.9480314Z  2025-12-04T09:06:37.9480655Z  2025-12-04T09:06:37.9481021Z  2025-12-04T09:06:37.9481896Z [2,798 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:37.9482766Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:37.9483394Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:37.9483943Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.9484712Z Compiling test/cpp/jit/test_lite_trainer.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:37.9485570Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.9486152Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.9486729Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:37.9487315Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:38.4228274Z 2025-12-04T09:06:38.4228859Z  2025-12-04T09:06:38.4229187Z  2025-12-04T09:06:38.4229398Z  2025-12-04T09:06:38.4229617Z  2025-12-04T09:06:38.4229863Z  2025-12-04T09:06:38.4230097Z  2025-12-04T09:06:38.4230296Z  2025-12-04T09:06:38.4230582Z  2025-12-04T09:06:38.4231430Z [2,799 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:38.4232343Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:38.4232897Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.4233461Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.4234271Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:38.4235111Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.4235695Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.4236250Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.4236845Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:38.6839671Z 2025-12-04T09:06:38.6840403Z  2025-12-04T09:06:38.6840817Z  2025-12-04T09:06:38.6841181Z  2025-12-04T09:06:38.6841536Z  2025-12-04T09:06:38.6841902Z  2025-12-04T09:06:38.6842247Z  2025-12-04T09:06:38.6842606Z  2025-12-04T09:06:38.6843015Z  2025-12-04T09:06:38.6843829Z [2,801 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:38.6844597Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.6845315Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:38.6846120Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.6846970Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.6847552Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.6848108Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.6848631Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.6849115Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:38.9511033Z 2025-12-04T09:06:38.9511835Z  2025-12-04T09:06:38.9512258Z  2025-12-04T09:06:38.9512496Z  2025-12-04T09:06:38.9512711Z  2025-12-04T09:06:38.9512971Z  2025-12-04T09:06:38.9513184Z  2025-12-04T09:06:38.9513380Z  2025-12-04T09:06:38.9513607Z  2025-12-04T09:06:38.9514156Z [2,801 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:38.9514753Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.9515361Z Compiling test/cpp/jit/test_lite_trainer.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:38.9515840Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.9516215Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.9516860Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:38.9517200Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.9517647Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:38.9518052Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:39.2715785Z 2025-12-04T09:06:39.2716508Z  2025-12-04T09:06:39.2716964Z  2025-12-04T09:06:39.2717318Z  2025-12-04T09:06:39.2717690Z  2025-12-04T09:06:39.2718051Z  2025-12-04T09:06:39.2718424Z  2025-12-04T09:06:39.2718798Z  2025-12-04T09:06:39.2719113Z  2025-12-04T09:06:39.2720004Z [2,803 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:39.2721159Z Compiling test/cpp/jit/test_lite_trainer.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:39.2722044Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.2722657Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.2723324Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.2723878Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.2724467Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.2725005Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:39.2725577Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:39.4811197Z 2025-12-04T09:06:39.4811937Z  2025-12-04T09:06:39.4812354Z  2025-12-04T09:06:39.4812729Z  2025-12-04T09:06:39.4813083Z  2025-12-04T09:06:39.4813449Z  2025-12-04T09:06:39.4813804Z  2025-12-04T09:06:39.4814168Z  2025-12-04T09:06:39.4814526Z  2025-12-04T09:06:39.4815426Z [2,804 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:39.4816623Z Compiling test/cpp/jit/test_lite_trainer.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:39.4817498Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.4818139Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.4818744Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.4819338Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.4819924Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.4820520Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.4821120Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:39.7231869Z 2025-12-04T09:06:39.7232598Z  2025-12-04T09:06:39.7233026Z  2025-12-04T09:06:39.7233387Z  2025-12-04T09:06:39.7233740Z  2025-12-04T09:06:39.7234078Z  2025-12-04T09:06:39.7234447Z  2025-12-04T09:06:39.7234795Z  2025-12-04T09:06:39.7235153Z  2025-12-04T09:06:39.7235984Z [2,808 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:39.7236810Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.7237382Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.7238161Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.7238752Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.7239303Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.7239880Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:39.7240427Z //:jit_tests; 1s processwrapper-sandbox 2025-12-04T09:06:39.7241018Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:39.9519426Z 2025-12-04T09:06:39.9520116Z  2025-12-04T09:06:39.9520515Z  2025-12-04T09:06:39.9520860Z  2025-12-04T09:06:39.9521207Z  2025-12-04T09:06:39.9521583Z  2025-12-04T09:06:39.9521933Z  2025-12-04T09:06:39.9522291Z  2025-12-04T09:06:39.9522639Z  2025-12-04T09:06:39.9523600Z [2,808 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:39.9524507Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.9525098Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:39.9525696Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.9526524Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.9527104Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.9527765Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:39.9528340Z //:jit_tests; 1s processwrapper-sandbox 2025-12-04T09:06:39.9528922Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:40.5664466Z 2025-12-04T09:06:40.5665333Z  2025-12-04T09:06:40.5665927Z  2025-12-04T09:06:40.5666330Z  2025-12-04T09:06:40.5666695Z  2025-12-04T09:06:40.5667057Z  2025-12-04T09:06:40.5667357Z  2025-12-04T09:06:40.5667654Z  2025-12-04T09:06:40.5667958Z  2025-12-04T09:06:40.5668678Z [2,809 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:40.5669446Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.5670131Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.5670883Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.5671437Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.5671941Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:40.5672468Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:40.5673024Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:40.5673579Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:40.9525591Z 2025-12-04T09:06:40.9526320Z  2025-12-04T09:06:40.9526710Z  2025-12-04T09:06:40.9526997Z  2025-12-04T09:06:40.9527340Z  2025-12-04T09:06:40.9527688Z  2025-12-04T09:06:40.9528059Z  2025-12-04T09:06:40.9528405Z  2025-12-04T09:06:40.9528760Z  2025-12-04T09:06:40.9529598Z [2,810 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:40.9530478Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.9531077Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.9531632Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.9532207Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:40.9532762Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:40.9533345Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:40.9533894Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:40.9534478Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:41.1529852Z 2025-12-04T09:06:41.1531530Z  2025-12-04T09:06:41.1532389Z  2025-12-04T09:06:41.1532662Z  2025-12-04T09:06:41.1532889Z  2025-12-04T09:06:41.1533315Z  2025-12-04T09:06:41.1533597Z  2025-12-04T09:06:41.1533929Z  2025-12-04T09:06:41.1534289Z  2025-12-04T09:06:41.1535113Z [2,811 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:41.1535955Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.1536712Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.1537271Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.1537832Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.1538379Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:41.1538943Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:41.1539726Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:41.1540604Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:41.5221460Z 2025-12-04T09:06:41.5222364Z  2025-12-04T09:06:41.5222737Z  2025-12-04T09:06:41.5223407Z  2025-12-04T09:06:41.5224093Z  2025-12-04T09:06:41.5224563Z  2025-12-04T09:06:41.5224766Z  2025-12-04T09:06:41.5224982Z  2025-12-04T09:06:41.5225550Z  2025-12-04T09:06:41.5227186Z [2,812 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:41.5228408Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:41.5228967Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.5229682Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.5230466Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:41.5231389Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:41.5232129Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:41.5233447Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:41.5234226Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:41.7531483Z 2025-12-04T09:06:41.7531997Z  2025-12-04T09:06:41.7532279Z  2025-12-04T09:06:41.7532486Z  2025-12-04T09:06:41.7532699Z  2025-12-04T09:06:41.7532895Z  2025-12-04T09:06:41.7533107Z  2025-12-04T09:06:41.7533303Z  2025-12-04T09:06:41.7533511Z  2025-12-04T09:06:41.7534016Z [2,813 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:41.7534533Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:41.7534867Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:41.7535193Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:41.7535535Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:41.7535888Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:41.7536512Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:41.7537273Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:41.7537621Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:41.9797260Z 2025-12-04T09:06:41.9798262Z  2025-12-04T09:06:41.9798676Z  2025-12-04T09:06:41.9799021Z  2025-12-04T09:06:41.9799353Z  2025-12-04T09:06:41.9799709Z  2025-12-04T09:06:41.9800050Z  2025-12-04T09:06:41.9800401Z  2025-12-04T09:06:41.9800719Z  2025-12-04T09:06:41.9801584Z [2,814 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:41.9802476Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:41.9803153Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:41.9803740Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:41.9804330Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:41.9805133Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:41.9805957Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:41.9806642Z Compiling torch/csrc/jit/testing/file_check.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:41.9807358Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:06:42.2846066Z 2025-12-04T09:06:42.2846824Z  2025-12-04T09:06:42.2847221Z  2025-12-04T09:06:42.2847532Z  2025-12-04T09:06:42.2847925Z  2025-12-04T09:06:42.2848281Z  2025-12-04T09:06:42.2848619Z  2025-12-04T09:06:42.2848980Z  2025-12-04T09:06:42.2849572Z  2025-12-04T09:06:42.2850453Z [2,818 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:06:42.2851285Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:42.2851825Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:42.2852544Z Compiling torch/csrc/jit/testing/file_check.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:42.2853362Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:42.2853947Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:42.2854511Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:42.2855087Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:42.2855648Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:42.5547706Z 2025-12-04T09:06:42.5548466Z  2025-12-04T09:06:42.5548749Z  2025-12-04T09:06:42.5548965Z  2025-12-04T09:06:42.5549164Z  2025-12-04T09:06:42.5549371Z  2025-12-04T09:06:42.5549568Z  2025-12-04T09:06:42.5549794Z  2025-12-04T09:06:42.5549990Z  2025-12-04T09:06:42.6786820Z [2,820 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:42.6788250Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:42.6788604Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:42.6788936Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:42.6789280Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:42.6789615Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:42.6789928Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:42.6790253Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:42.6790741Z Compiling torch/csrc/lazy/core/config.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:42.8792176Z 2025-12-04T09:06:42.8792997Z  2025-12-04T09:06:42.8793382Z  2025-12-04T09:06:42.8793691Z  2025-12-04T09:06:42.8794023Z  2025-12-04T09:06:42.8794247Z  2025-12-04T09:06:42.8794475Z  2025-12-04T09:06:42.8794672Z  2025-12-04T09:06:42.8794878Z  2025-12-04T09:06:42.8795564Z [2,821 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:42.8796347Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:42.8796755Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:42.8797086Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:42.8797444Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:42.8797959Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:42.8798299Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:42.8798735Z Compiling torch/csrc/lazy/core/config.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:42.8799297Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:43.6320472Z 2025-12-04T09:06:43.6321851Z  2025-12-04T09:06:43.6322230Z  2025-12-04T09:06:43.6322558Z  2025-12-04T09:06:43.6322798Z  2025-12-04T09:06:43.6323150Z  2025-12-04T09:06:43.6323447Z  2025-12-04T09:06:43.6323674Z  2025-12-04T09:06:43.6323999Z  2025-12-04T09:06:43.6324675Z [2,822 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:43.6325543Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:43.6326032Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:43.6326458Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:43.6326830Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:43.6327277Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:43.6327940Z Compiling torch/csrc/lazy/core/config.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:43.6328964Z Compiling torch/csrc/lazy/core/debug_util.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:43.6329671Z Compiling torch/csrc/lazy/core/hash.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:43.8802155Z 2025-12-04T09:06:43.8802722Z  2025-12-04T09:06:43.8803269Z  2025-12-04T09:06:43.8803491Z  2025-12-04T09:06:43.8803695Z  2025-12-04T09:06:43.8803911Z  2025-12-04T09:06:43.8804122Z  2025-12-04T09:06:43.8804343Z  2025-12-04T09:06:43.8804670Z  2025-12-04T09:06:43.8805495Z [2,822 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:43.8806356Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:43.8806921Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:43.8807488Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:43.8808026Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:43.8808569Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:43.8809275Z Compiling torch/csrc/lazy/core/config.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:43.8810313Z Compiling torch/csrc/lazy/core/debug_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:43.8811367Z Compiling torch/csrc/lazy/core/hash.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:44.2228291Z 2025-12-04T09:06:44.2229062Z  2025-12-04T09:06:44.2229514Z  2025-12-04T09:06:44.2230195Z  2025-12-04T09:06:44.2230579Z  2025-12-04T09:06:44.2231049Z  2025-12-04T09:06:44.2231404Z  2025-12-04T09:06:44.2231773Z  2025-12-04T09:06:44.2232149Z  2025-12-04T09:06:44.2233039Z [2,825 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:44.2233979Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:44.2234587Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:44.2235197Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:44.2236053Z Compiling torch/csrc/lazy/core/debug_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.2237136Z Compiling torch/csrc/lazy/core/hash.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.2238236Z Compiling torch/csrc/lazy/core/helpers.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.2239325Z Compiling torch/csrc/lazy/core/ir.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.2240155Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:44.4243144Z 2025-12-04T09:06:44.4243901Z  2025-12-04T09:06:44.4244325Z  2025-12-04T09:06:44.4244711Z  2025-12-04T09:06:44.4245084Z  2025-12-04T09:06:44.4245434Z  2025-12-04T09:06:44.4245782Z  2025-12-04T09:06:44.4246099Z  2025-12-04T09:06:44.4246431Z  2025-12-04T09:06:44.4247318Z [2,826 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:44.4248256Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:44.4248852Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:44.4249650Z Compiling torch/csrc/lazy/core/debug_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.4250736Z Compiling torch/csrc/lazy/core/hash.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.4251791Z Compiling torch/csrc/lazy/core/helpers.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.4252856Z Compiling torch/csrc/lazy/core/ir.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.4253914Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:44.4254839Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:45.2718675Z 2025-12-04T09:06:45.2722140Z  2025-12-04T09:06:45.2723690Z  2025-12-04T09:06:45.2724606Z  2025-12-04T09:06:45.2725137Z  2025-12-04T09:06:45.2726262Z  2025-12-04T09:06:45.2726823Z  2025-12-04T09:06:45.2728423Z  2025-12-04T09:06:45.2729384Z  2025-12-04T09:06:45.2731263Z [2,827 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:45.2732571Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:45.2733503Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:45.2734505Z Compiling torch/csrc/lazy/core/debug_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.2736608Z Compiling torch/csrc/lazy/core/helpers.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.2738255Z Compiling torch/csrc/lazy/core/ir.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.2739693Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.2741285Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:45.2742199Z Compiling torch/csrc/lazy/core/ir_util.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:45.4811963Z 2025-12-04T09:06:45.4813502Z  2025-12-04T09:06:45.4814398Z  2025-12-04T09:06:45.4815145Z  2025-12-04T09:06:45.4815979Z  2025-12-04T09:06:45.4816271Z  2025-12-04T09:06:45.4816687Z  2025-12-04T09:06:45.4816900Z  2025-12-04T09:06:45.4817451Z  2025-12-04T09:06:45.4818588Z [2,827 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:45.4819193Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:45.4819610Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:45.4822993Z Compiling torch/csrc/lazy/core/debug_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.4825847Z Compiling torch/csrc/lazy/core/helpers.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.4826664Z Compiling torch/csrc/lazy/core/ir.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.4828327Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.4829517Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.4831644Z Compiling torch/csrc/lazy/core/ir_util.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:06:45.8808641Z 2025-12-04T09:06:45.8809572Z  2025-12-04T09:06:45.8809997Z  2025-12-04T09:06:45.8810350Z  2025-12-04T09:06:45.8810705Z  2025-12-04T09:06:45.8811051Z  2025-12-04T09:06:45.8811415Z  2025-12-04T09:06:45.8811770Z  2025-12-04T09:06:45.8812098Z  2025-12-04T09:06:45.8812898Z [2,828 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:45.8813744Z //:jit_tests; 6s processwrapper-sandbox 2025-12-04T09:06:45.8814301Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:45.8815032Z Compiling torch/csrc/lazy/core/helpers.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.8815884Z Compiling torch/csrc/lazy/core/ir.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.8816799Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.8817731Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.8818654Z Compiling torch/csrc/lazy/core/ir_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:45.8819297Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:46.2140425Z 2025-12-04T09:06:46.2141201Z  2025-12-04T09:06:46.2141639Z  2025-12-04T09:06:46.2141978Z  2025-12-04T09:06:46.2142293Z  2025-12-04T09:06:46.2142616Z  2025-12-04T09:06:46.2142962Z  2025-12-04T09:06:46.2143280Z  2025-12-04T09:06:46.2143613Z  2025-12-04T09:06:46.2144403Z [2,831 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:46.2145198Z //:jit_tests; 6s processwrapper-sandbox 2025-12-04T09:06:46.2145872Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:46.2146885Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:46.2148273Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:46.2149618Z Compiling torch/csrc/lazy/core/ir_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:46.2150622Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:46.2151646Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:46.2153010Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:46.4819086Z 2025-12-04T09:06:46.4819756Z  2025-12-04T09:06:46.4820126Z  2025-12-04T09:06:46.4820370Z  2025-12-04T09:06:46.4820734Z  2025-12-04T09:06:46.4821063Z  2025-12-04T09:06:46.4821374Z  2025-12-04T09:06:46.4821690Z  2025-12-04T09:06:46.4821972Z  2025-12-04T09:06:46.4822657Z [2,836 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:46.4823433Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:46.4824125Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:46.4824655Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:46.4825332Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:46.4826077Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:46.4826725Z Compiling test/cpp/jit/test_custom_class.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:46.4827730Z Compiling torch/csrc/lazy/core/shape.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:46.4830060Z //:torch; 0s processwrapper-sandbox ... 2025-12-04T09:06:46.8821488Z 2025-12-04T09:06:46.8821967Z  2025-12-04T09:06:46.8822215Z  2025-12-04T09:06:46.8822433Z  2025-12-04T09:06:46.8822643Z  2025-12-04T09:06:46.8822837Z  2025-12-04T09:06:46.8823043Z  2025-12-04T09:06:46.8823238Z  2025-12-04T09:06:46.8823444Z  2025-12-04T09:06:46.8823931Z [2,837 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:46.8824439Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:46.8824764Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:46.8825238Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:46.8825714Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:46.8826159Z Compiling test/cpp/jit/test_custom_class.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:46.8826768Z Compiling torch/csrc/lazy/core/shape.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:46.8827209Z //:torch; 0s processwrapper-sandbox 2025-12-04T09:06:46.8827549Z //:torch; 0s processwrapper-sandbox ... 2025-12-04T09:06:47.6564050Z 2025-12-04T09:06:47.6564781Z  2025-12-04T09:06:47.6565191Z  2025-12-04T09:06:47.6565502Z  2025-12-04T09:06:47.6565842Z  2025-12-04T09:06:47.6566167Z  2025-12-04T09:06:47.6566505Z  2025-12-04T09:06:47.6566803Z  2025-12-04T09:06:47.6567120Z  2025-12-04T09:06:47.6567895Z [2,838 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:47.6568743Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:47.6569284Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:47.6570066Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:47.6571322Z Compiling test/cpp/jit/test_custom_class.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:47.6572170Z Compiling torch/csrc/lazy/core/shape.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:47.6572804Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:47.6573505Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:47.6574408Z Compiling torch/csrc/lazy/core/tensor.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:47.8872695Z 2025-12-04T09:06:47.8873395Z  2025-12-04T09:06:47.8873814Z  2025-12-04T09:06:47.8874173Z  2025-12-04T09:06:47.8874511Z  2025-12-04T09:06:47.8874856Z  2025-12-04T09:06:47.8875198Z  2025-12-04T09:06:47.8875592Z  2025-12-04T09:06:47.8875927Z  2025-12-04T09:06:47.8876802Z [2,841 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:47.8878960Z Compiling test/cpp/jit/test_custom_class.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:47.8881545Z Compiling torch/csrc/lazy/core/shape.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:47.8882371Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:06:47.8883315Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:47.8884521Z Compiling torch/csrc/lazy/core/tensor.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:47.8885652Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:47.8886818Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:47.8890709Z Compiling torch/csrc/monitor/counters.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:48.5188791Z 2025-12-04T09:06:48.5189639Z  2025-12-04T09:06:48.5190065Z  2025-12-04T09:06:48.5190433Z  2025-12-04T09:06:48.5190777Z  2025-12-04T09:06:48.5191134Z  2025-12-04T09:06:48.5191473Z  2025-12-04T09:06:48.5191821Z  2025-12-04T09:06:48.5192191Z  2025-12-04T09:06:48.5193330Z [2,842 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:48.5194412Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:48.5195343Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:48.5196149Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.5197161Z Compiling torch/csrc/lazy/core/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.5198199Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.5199245Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.5200252Z Compiling torch/csrc/monitor/counters.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.5201289Z Compiling torch/csrc/lazy/core/trie.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:48.7873848Z 2025-12-04T09:06:48.7874531Z  2025-12-04T09:06:48.7874857Z  2025-12-04T09:06:48.7875073Z  2025-12-04T09:06:48.7875271Z  2025-12-04T09:06:48.7875592Z  2025-12-04T09:06:48.7875790Z  2025-12-04T09:06:48.7876011Z  2025-12-04T09:06:48.7876259Z  2025-12-04T09:06:48.7876780Z [2,843 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:48.7879076Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:48.7881495Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:48.7885174Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.7886095Z Compiling torch/csrc/lazy/core/tensor.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.7886698Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.7887476Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.7888124Z Compiling torch/csrc/monitor/counters.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:48.7888954Z Compiling torch/csrc/lazy/core/trie.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:49.0898815Z 2025-12-04T09:06:49.0899818Z  2025-12-04T09:06:49.0900278Z  2025-12-04T09:06:49.0900660Z  2025-12-04T09:06:49.0901045Z  2025-12-04T09:06:49.0901409Z  2025-12-04T09:06:49.0901796Z  2025-12-04T09:06:49.0902165Z  2025-12-04T09:06:49.0902553Z  2025-12-04T09:06:49.0903484Z [2,843 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:49.0904702Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:49.0905617Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:49.0906508Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.0907691Z Compiling torch/csrc/lazy/core/tensor.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.0909056Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:49.0910269Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:49.0911394Z Compiling torch/csrc/monitor/counters.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:49.0912481Z Compiling torch/csrc/lazy/core/trie.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:49.2899004Z 2025-12-04T09:06:49.2899687Z  2025-12-04T09:06:49.2900085Z  2025-12-04T09:06:49.2900414Z  2025-12-04T09:06:49.2900723Z  2025-12-04T09:06:49.2901026Z  2025-12-04T09:06:49.2901351Z  2025-12-04T09:06:49.2901705Z  2025-12-04T09:06:49.2902039Z  2025-12-04T09:06:49.2902939Z [2,846 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:49.2904046Z Compiling test/cpp/jit/test_custom_class.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:49.2904813Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:49.2905813Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.2906917Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.2908118Z Compiling torch/csrc/lazy/core/trie.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.2908913Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:49.2909458Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:49.2909966Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:49.6900644Z 2025-12-04T09:06:49.6901339Z  2025-12-04T09:06:49.6901602Z  2025-12-04T09:06:49.6901817Z  2025-12-04T09:06:49.6902017Z  2025-12-04T09:06:49.6902230Z  2025-12-04T09:06:49.6902430Z  2025-12-04T09:06:49.6902640Z  2025-12-04T09:06:49.6902835Z  2025-12-04T09:06:49.6903356Z [2,846 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:49.6904021Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:49.6904500Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:49.6915791Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.6916558Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.6917164Z Compiling torch/csrc/lazy/core/trie.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.6917611Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:49.6917967Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:49.6918301Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:49.8948638Z 2025-12-04T09:06:49.8949685Z  2025-12-04T09:06:49.8950105Z  2025-12-04T09:06:49.8950466Z  2025-12-04T09:06:49.8950811Z  2025-12-04T09:06:49.8951177Z  2025-12-04T09:06:49.8951513Z  2025-12-04T09:06:49.8951883Z  2025-12-04T09:06:49.8952275Z  2025-12-04T09:06:49.8953131Z [2,847 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:49.8954128Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:49.8954853Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:49.8955619Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.8956661Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:49.8957544Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:49.8958133Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:49.8958923Z Compiling torch/csrc/profiler/collection.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:49.8959696Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:50.1726524Z 2025-12-04T09:06:50.1727255Z  2025-12-04T09:06:50.1727588Z  2025-12-04T09:06:50.1728642Z  2025-12-04T09:06:50.1728850Z  2025-12-04T09:06:50.1729137Z  2025-12-04T09:06:50.1729334Z  2025-12-04T09:06:50.1729543Z  2025-12-04T09:06:50.1729754Z  2025-12-04T09:06:50.1730331Z [2,849 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:50.1731063Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:50.1731658Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:50.1732002Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:50.1732387Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:50.1732927Z Compiling torch/csrc/profiler/collection.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:50.1733913Z Compiling torch/csrc/jit/serialization/onnx.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:50.1734648Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:50.1735294Z Compiling torch/csrc/profiler/data_flow.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:50.3727532Z 2025-12-04T09:06:50.3728087Z  2025-12-04T09:06:50.3728344Z  2025-12-04T09:06:50.3728568Z  2025-12-04T09:06:50.3978727Z  2025-12-04T09:06:50.3979540Z  2025-12-04T09:06:50.3980212Z  2025-12-04T09:06:50.3980544Z  2025-12-04T09:06:50.3980867Z  2025-12-04T09:06:50.3981554Z [2,850 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:50.3982488Z Compiling test/cpp/jit/test_custom_class.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:50.3983163Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:50.3983548Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:50.3984215Z Compiling torch/csrc/profiler/collection.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:50.3985072Z Compiling torch/csrc/jit/serialization/onnx.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:50.3985819Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:50.3986534Z Compiling torch/csrc/profiler/data_flow.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:50.3987111Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:50.9584485Z 2025-12-04T09:06:50.9586055Z  2025-12-04T09:06:50.9586498Z  2025-12-04T09:06:50.9586833Z  2025-12-04T09:06:50.9587192Z  2025-12-04T09:06:50.9587543Z  2025-12-04T09:06:50.9587895Z  2025-12-04T09:06:50.9588231Z  2025-12-04T09:06:50.9588548Z  2025-12-04T09:06:50.9589344Z [2,851 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:50.9590295Z Compiling test/cpp/jit/test_custom_class.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:50.9590997Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:50.9591529Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:50.9592341Z Compiling torch/csrc/profiler/collection.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:50.9593359Z Compiling torch/csrc/jit/serialization/onnx.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:50.9594228Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:50.9594812Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:50.9595323Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:51.1989396Z 2025-12-04T09:06:51.1990260Z  2025-12-04T09:06:51.1990562Z  2025-12-04T09:06:51.1990948Z  2025-12-04T09:06:51.1991172Z  2025-12-04T09:06:51.1991507Z  2025-12-04T09:06:51.1991720Z  2025-12-04T09:06:51.1991935Z  2025-12-04T09:06:51.1992135Z  2025-12-04T09:06:51.1993121Z [2,851 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:51.1993957Z Compiling test/cpp/jit/test_custom_class.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:51.1994699Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:51.1995054Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:51.1996801Z Compiling torch/csrc/profiler/collection.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:51.1997550Z Compiling torch/csrc/jit/serialization/onnx.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:51.1998178Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:51.1998762Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.1999122Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:51.5992957Z 2025-12-04T09:06:51.5993772Z  2025-12-04T09:06:51.5994029Z  2025-12-04T09:06:51.5994248Z  2025-12-04T09:06:51.5994451Z  2025-12-04T09:06:51.5994663Z  2025-12-04T09:06:51.5994861Z  2025-12-04T09:06:51.5995070Z  2025-12-04T09:06:51.5995266Z  2025-12-04T09:06:51.5995774Z [2,855 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:51.5996400Z Compiling test/cpp/jit/test_custom_class.cpp; 7s processwrapper-sandbox 2025-12-04T09:06:51.5996884Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:51.5997246Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:51.6487219Z Compiling torch/csrc/profiler/kineto_shim.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:51.6490279Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.6490950Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.6491442Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.6492106Z Compiling torch/csrc/profiler/perf.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:51.8039352Z 2025-12-04T09:06:51.8040077Z  2025-12-04T09:06:51.8040510Z  2025-12-04T09:06:51.8040861Z  2025-12-04T09:06:51.8041230Z  2025-12-04T09:06:51.8041576Z  2025-12-04T09:06:51.8041942Z  2025-12-04T09:06:51.8042287Z  2025-12-04T09:06:51.8042645Z  2025-12-04T09:06:51.8043614Z [2,856 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:51.8044503Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:51.8045123Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:51.8045996Z Compiling torch/csrc/profiler/kineto_shim.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:51.8046862Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.8047439Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.8048020Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:51.8048782Z Compiling torch/csrc/profiler/perf.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:51.8049600Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:52.2607734Z 2025-12-04T09:06:52.5576093Z  2025-12-04T09:06:52.5576480Z  2025-12-04T09:06:52.5576790Z  2025-12-04T09:06:52.5577097Z  2025-12-04T09:06:52.5577383Z  2025-12-04T09:06:52.5577690Z  2025-12-04T09:06:52.5577987Z  2025-12-04T09:06:52.5578294Z  2025-12-04T09:06:52.5579035Z [2,857 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:52.5579806Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:52.5580301Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:52.5581039Z Compiling torch/csrc/profiler/kineto_shim.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:52.5581788Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:52.5582276Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:52.5582949Z Compiling torch/csrc/profiler/perf.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:52.5583632Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:52.5584196Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:52.5584565Z 2025-12-04T09:06:52.5584788Z  2025-12-04T09:06:52.5585145Z  2025-12-04T09:06:52.5585474Z  2025-12-04T09:06:52.5585822Z  2025-12-04T09:06:52.5586150Z  2025-12-04T09:06:52.5586469Z  2025-12-04T09:06:52.5586802Z  2025-12-04T09:06:52.5587104Z  2025-12-04T09:06:52.5587846Z [2,858 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:52.5588866Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:52.5589457Z //:jit_tests; 6s processwrapper-sandbox 2025-12-04T09:06:52.5590003Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:52.5590537Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:52.5591261Z Compiling torch/csrc/profiler/perf.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:52.5592034Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:52.5592584Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:52.5593141Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:52.8476955Z 2025-12-04T09:06:52.8477593Z  2025-12-04T09:06:52.8477875Z  2025-12-04T09:06:52.8478086Z  2025-12-04T09:06:52.8478302Z  2025-12-04T09:06:52.8478726Z  2025-12-04T09:06:52.8478941Z  2025-12-04T09:06:52.8479141Z  2025-12-04T09:06:52.8479354Z  2025-12-04T09:06:52.8479902Z [2,858 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:52.8483642Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:52.8484567Z //:jit_tests; 6s processwrapper-sandbox 2025-12-04T09:06:52.8486590Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:52.8487458Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:52.8488218Z Compiling torch/csrc/profiler/perf.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:52.8489098Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:52.8489932Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:52.8490526Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:53.2020775Z 2025-12-04T09:06:53.2022734Z  2025-12-04T09:06:53.2023501Z  2025-12-04T09:06:53.2023822Z  2025-12-04T09:06:53.2024556Z  2025-12-04T09:06:53.2024862Z  2025-12-04T09:06:53.2025576Z  2025-12-04T09:06:53.2026321Z  2025-12-04T09:06:53.2026885Z  2025-12-04T09:06:53.2028209Z [2,859 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:53.2029559Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:06:53.2030465Z //:jit_tests; 6s processwrapper-sandbox 2025-12-04T09:06:53.2030995Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:53.2031448Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.2031875Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.2032683Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.2033442Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:53.2035549Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:53.4479705Z 2025-12-04T09:06:53.4480294Z  2025-12-04T09:06:53.4480580Z  2025-12-04T09:06:53.4480787Z  2025-12-04T09:06:53.4481002Z  2025-12-04T09:06:53.4481202Z  2025-12-04T09:06:53.4481418Z  2025-12-04T09:06:53.4481618Z  2025-12-04T09:06:53.4481855Z  2025-12-04T09:06:53.4482352Z [2,859 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:53.4482880Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:06:53.4483288Z //:jit_tests; 7s processwrapper-sandbox 2025-12-04T09:06:53.4483633Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:53.4483950Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:53.4484282Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.4484615Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.4484927Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.4485260Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:53.7070098Z 2025-12-04T09:06:53.7071007Z  2025-12-04T09:06:53.7071363Z  2025-12-04T09:06:53.7071590Z  2025-12-04T09:06:53.7071803Z  2025-12-04T09:06:53.7071998Z  2025-12-04T09:06:53.7072204Z  2025-12-04T09:06:53.7072399Z  2025-12-04T09:06:53.7081583Z  2025-12-04T09:06:53.7082397Z [2,861 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:53.7083376Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:06:53.7083978Z //:jit_tests; 7s processwrapper-sandbox 2025-12-04T09:06:53.7084542Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.7085104Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.7085660Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:53.7086197Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:53.7086983Z Compiling torch/csrc/profiler/stubs/base.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:53.7087832Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:53.9105033Z 2025-12-04T09:06:53.9105966Z  2025-12-04T09:06:53.9106264Z  2025-12-04T09:06:53.9106534Z  2025-12-04T09:06:53.9106798Z  2025-12-04T09:06:53.9107006Z  2025-12-04T09:06:53.9107202Z  2025-12-04T09:06:53.9107437Z  2025-12-04T09:06:53.9107635Z  2025-12-04T09:06:53.9110173Z [2,867 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:53.9110968Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:53.9112204Z Compiling torch/csrc/profiler/stubs/base.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:53.9112941Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:53.9113493Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:06:53.9113875Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:53.9114365Z Compiling torch/csrc/profiler/util.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:53.9115106Z Compiling torch/csrc/shim_common.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:53.9115766Z //:torch; 0s processwrapper-sandbox ... 2025-12-04T09:06:54.3080950Z 2025-12-04T09:06:54.3082158Z  2025-12-04T09:06:54.3082567Z  2025-12-04T09:06:54.3082916Z  2025-12-04T09:06:54.3083346Z  2025-12-04T09:06:54.3083716Z  2025-12-04T09:06:54.3084042Z  2025-12-04T09:06:54.3084395Z  2025-12-04T09:06:54.3084734Z  2025-12-04T09:06:54.3085471Z [2,867 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:54.3086262Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:54.3087025Z Compiling torch/csrc/profiler/stubs/base.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:54.3088013Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:54.3088826Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:54.3089366Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:54.3090076Z Compiling torch/csrc/profiler/util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:54.3091014Z Compiling torch/csrc/shim_common.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:54.3091757Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:54.5078137Z 2025-12-04T09:06:54.5079534Z  2025-12-04T09:06:54.5079910Z  2025-12-04T09:06:54.5080221Z  2025-12-04T09:06:54.5080877Z  2025-12-04T09:06:54.5081231Z  2025-12-04T09:06:54.5082372Z  2025-12-04T09:06:54.5082586Z  2025-12-04T09:06:54.5083192Z  2025-12-04T09:06:54.5084039Z [2,869 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:54.5084828Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:54.5085301Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:54.5085715Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:06:54.5086588Z Compiling torch/csrc/profiler/util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:54.5087604Z Compiling torch/csrc/shim_common.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:54.5088326Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:54.5089290Z Compiling torch/csrc/utils/schema_info.cpp; 0s processwrapper-sandbox 2025-12-04T09:06:54.5090829Z //:torch; 0s processwrapper-sandbox ... 2025-12-04T09:06:54.9081743Z 2025-12-04T09:06:54.9082456Z  2025-12-04T09:06:54.9082800Z  2025-12-04T09:06:54.9083023Z  2025-12-04T09:06:54.9083315Z  2025-12-04T09:06:54.9083672Z  2025-12-04T09:06:54.9083910Z  2025-12-04T09:06:54.9084254Z  2025-12-04T09:06:54.9084570Z  2025-12-04T09:06:54.9085222Z [2,870 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:54.9085726Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:54.9086116Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:06:54.9086730Z Compiling torch/csrc/profiler/util.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:54.9087298Z Compiling torch/csrc/shim_common.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:54.9088026Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:54.9088673Z Compiling torch/csrc/utils/schema_info.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:54.9091700Z Compiling torch/csrc/utils/tensor_flatten.cpp; 1s processwrapper-sandbox 2025-12-04T09:06:54.9093032Z Compiling test/cpp/jit/test_lexer.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:06:55.9088407Z 2025-12-04T09:06:55.9088994Z  2025-12-04T09:06:55.9089244Z  2025-12-04T09:06:55.9089463Z  2025-12-04T09:06:55.9089665Z  2025-12-04T09:06:55.9089876Z  2025-12-04T09:06:55.9090073Z  2025-12-04T09:06:55.9090278Z  2025-12-04T09:06:55.9090473Z  2025-12-04T09:06:55.9090990Z [2,870 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:55.9091485Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:55.9091830Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:55.9092288Z Compiling torch/csrc/profiler/util.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:55.9092843Z Compiling torch/csrc/shim_common.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:55.9093429Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:55.9094034Z Compiling torch/csrc/utils/schema_info.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:55.9094632Z Compiling torch/csrc/utils/tensor_flatten.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:55.9095213Z Compiling test/cpp/jit/test_lexer.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:56.4333108Z 2025-12-04T09:06:56.4334092Z  2025-12-04T09:06:56.4334511Z  2025-12-04T09:06:56.4334885Z  2025-12-04T09:06:56.4335246Z  2025-12-04T09:06:56.4335595Z  2025-12-04T09:06:56.4335959Z  2025-12-04T09:06:56.4336318Z  2025-12-04T09:06:56.4336685Z  2025-12-04T09:06:56.4337590Z [2,871 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:56.4338515Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:56.4339098Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:56.4339935Z Compiling torch/csrc/profiler/util.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:56.4340941Z Compiling torch/csrc/shim_common.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:56.4341974Z Compiling torch/csrc/utils/schema_info.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:56.4343129Z Compiling torch/csrc/utils/tensor_flatten.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:56.4344134Z Compiling test/cpp/jit/test_lexer.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:56.4345129Z Compiling torch/csrc/utils/variadic.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:06:56.6551233Z 2025-12-04T09:06:56.6552002Z  2025-12-04T09:06:56.6552698Z  2025-12-04T09:06:56.6553068Z  2025-12-04T09:06:56.6553542Z  2025-12-04T09:06:56.6554077Z  2025-12-04T09:06:56.6554527Z  2025-12-04T09:06:56.6554882Z  2025-12-04T09:06:56.6555603Z  2025-12-04T09:06:56.6556618Z [2,872 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:56.6557658Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:56.6558331Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:06:56.6559125Z Compiling torch/csrc/shim_common.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:56.6560234Z Compiling torch/csrc/utils/schema_info.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:56.6561430Z Compiling torch/csrc/utils/tensor_flatten.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:56.6562552Z Compiling test/cpp/jit/test_lexer.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:56.6564308Z Compiling torch/csrc/utils/variadic.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:56.6565164Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:56.9428352Z 2025-12-04T09:06:56.9429112Z  2025-12-04T09:06:56.9429550Z  2025-12-04T09:06:56.9429903Z  2025-12-04T09:06:56.9430290Z  2025-12-04T09:06:56.9430659Z  2025-12-04T09:06:56.9431012Z  2025-12-04T09:06:56.9431378Z  2025-12-04T09:06:56.9432549Z  2025-12-04T09:06:56.9433884Z [2,875 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:56.9434965Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:56.9435598Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:56.9436478Z Compiling torch/csrc/utils/tensor_flatten.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:56.9437599Z Compiling torch/csrc/utils/variadic.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:56.9438451Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:56.9439047Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:56.9439655Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:56.9440242Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:57.1686915Z 2025-12-04T09:06:57.1688061Z  2025-12-04T09:06:57.1688610Z  2025-12-04T09:06:57.1688994Z  2025-12-04T09:06:57.1689375Z  2025-12-04T09:06:57.1689727Z  2025-12-04T09:06:57.1690265Z  2025-12-04T09:06:57.1690467Z  2025-12-04T09:06:57.1690718Z  2025-12-04T09:06:57.1691635Z [2,876 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:57.1692791Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:57.1693379Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:57.1694382Z Compiling torch/csrc/utils/tensor_flatten.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:57.1695219Z Compiling torch/csrc/utils/variadic.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:57.1696095Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.1696684Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.1697567Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.1698258Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:57.5428087Z 2025-12-04T09:06:57.5429585Z  2025-12-04T09:06:57.5430136Z  2025-12-04T09:06:57.5430511Z  2025-12-04T09:06:57.5430891Z  2025-12-04T09:06:57.5431260Z  2025-12-04T09:06:57.5431619Z  2025-12-04T09:06:57.5431997Z  2025-12-04T09:06:57.5432347Z  2025-12-04T09:06:57.5433240Z [2,877 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:57.5434086Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:57.5434681Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:57.5435508Z Compiling torch/csrc/utils/tensor_flatten.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:57.5436380Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.5436958Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.5437592Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.5438165Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.5438738Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:57.7696421Z 2025-12-04T09:06:57.7697115Z  2025-12-04T09:06:57.7697546Z  2025-12-04T09:06:57.7697939Z  2025-12-04T09:06:57.7698300Z  2025-12-04T09:06:57.7698650Z  2025-12-04T09:06:57.7698981Z  2025-12-04T09:06:57.7699305Z  2025-12-04T09:06:57.7699650Z  2025-12-04T09:06:57.7700308Z [2,878 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:57.7701150Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:06:57.7701967Z Compiling torch/csrc/utils/tensor_flatten.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:57.7702776Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.7703315Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.7703683Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.7704175Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.7704538Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:57.7705284Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:06:57.9699110Z 2025-12-04T09:06:57.9699938Z  2025-12-04T09:06:58.0836442Z  2025-12-04T09:06:58.0837512Z  2025-12-04T09:06:58.0837972Z  2025-12-04T09:06:58.0838355Z  2025-12-04T09:06:58.0838616Z  2025-12-04T09:06:58.0838915Z  2025-12-04T09:06:58.0839236Z  2025-12-04T09:06:58.0840061Z [2,879 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:58.0840903Z //:jit_tests; 6s processwrapper-sandbox 2025-12-04T09:06:58.0841720Z Compiling torch/csrc/utils/tensor_flatten.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:58.0842481Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.0843030Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.0843706Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:58.0844247Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:58.0844830Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:58.0845250Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:58.5281914Z 2025-12-04T09:06:58.5282733Z  2025-12-04T09:06:58.5283151Z  2025-12-04T09:06:58.5283610Z  2025-12-04T09:06:58.5283981Z  2025-12-04T09:06:58.5284346Z  2025-12-04T09:06:58.5284690Z  2025-12-04T09:06:58.5285042Z  2025-12-04T09:06:58.5285372Z  2025-12-04T09:06:58.5286180Z [2,880 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:58.5287146Z Compiling torch/csrc/utils/tensor_flatten.cpp; 4s processwrapper-sandbox 2025-12-04T09:06:58.5287941Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.5288481Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.5289037Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.5289572Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.5290131Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:58.5290921Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:58.5291698Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:06:58.8846833Z 2025-12-04T09:06:58.8847822Z  2025-12-04T09:06:58.8848098Z  2025-12-04T09:06:58.8848299Z  2025-12-04T09:06:58.8848509Z  2025-12-04T09:06:58.8848706Z  2025-12-04T09:06:58.8848916Z  2025-12-04T09:06:58.8849124Z  2025-12-04T09:06:58.8849318Z  2025-12-04T09:06:58.8849997Z [2,880 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:58.8850652Z Compiling torch/csrc/utils/tensor_flatten.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:58.8851213Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.8851636Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.8852043Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.8852483Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.8853915Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:58.8854834Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:58.8855753Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:59.0851966Z 2025-12-04T09:06:59.0852694Z  2025-12-04T09:06:59.0853108Z  2025-12-04T09:06:59.0853432Z  2025-12-04T09:06:59.0853772Z  2025-12-04T09:06:59.0854115Z  2025-12-04T09:06:59.0854467Z  2025-12-04T09:06:59.0854812Z  2025-12-04T09:06:59.0855178Z  2025-12-04T09:06:59.0856122Z [2,884 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:59.0857173Z Compiling torch/csrc/utils/tensor_flatten.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:59.0857945Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.0858439Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.0858991Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:59.0859578Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:59.0860148Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:59.0861255Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:59.0862126Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:59.3778890Z 2025-12-04T09:06:59.3779976Z  2025-12-04T09:06:59.3780419Z  2025-12-04T09:06:59.3780792Z  2025-12-04T09:06:59.3781142Z  2025-12-04T09:06:59.3781508Z  2025-12-04T09:06:59.3781848Z  2025-12-04T09:06:59.3782211Z  2025-12-04T09:06:59.3782554Z  2025-12-04T09:06:59.3783346Z [2,885 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:06:59.3784423Z Compiling torch/csrc/utils/tensor_flatten.cpp; 5s processwrapper-sandbox 2025-12-04T09:06:59.3785274Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.3785857Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.3786447Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.3786975Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:59.3787474Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:06:59.3788261Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 2s processwrapper-sandbox 2025-12-04T09:06:59.3789116Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:59.6857744Z 2025-12-04T09:06:59.6858333Z  2025-12-04T09:06:59.6858588Z  2025-12-04T09:06:59.6858805Z  2025-12-04T09:06:59.6859021Z  2025-12-04T09:06:59.6859232Z  2025-12-04T09:06:59.6859427Z  2025-12-04T09:06:59.6859634Z  2025-12-04T09:06:59.6859844Z  2025-12-04T09:06:59.6860342Z [2,886 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:59.6860992Z Compiling torch/csrc/utils/tensor_flatten.cpp; 6s processwrapper-sandbox 2025-12-04T09:06:59.6861467Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.6861822Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.6862144Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.6862472Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.6862790Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.6863257Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:59.6863744Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:06:59.8963384Z 2025-12-04T09:06:59.8964192Z  2025-12-04T09:06:59.8965263Z  2025-12-04T09:06:59.8965588Z  2025-12-04T09:06:59.8965938Z  2025-12-04T09:06:59.8966226Z  2025-12-04T09:06:59.8966526Z  2025-12-04T09:06:59.8966858Z  2025-12-04T09:06:59.8967141Z  2025-12-04T09:06:59.8967906Z [2,887 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:06:59.8968693Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:06:59.8984186Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.8984655Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.8985154Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.8985630Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:06:59.8986366Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 3s processwrapper-sandbox 2025-12-04T09:06:59.8987106Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:06:59.8987630Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:00.6575623Z 2025-12-04T09:07:00.6578495Z  2025-12-04T09:07:00.6578921Z  2025-12-04T09:07:00.6579235Z  2025-12-04T09:07:00.6579566Z  2025-12-04T09:07:00.6579896Z  2025-12-04T09:07:00.6580251Z  2025-12-04T09:07:00.6580576Z  2025-12-04T09:07:00.6580933Z  2025-12-04T09:07:00.6581815Z [2,888 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:00.6582690Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:00.6583323Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:00.6584165Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:00.6584776Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:00.6585718Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:00.6586590Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:00.6587181Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:00.6587821Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:07:00.8614966Z 2025-12-04T09:07:00.8615673Z  2025-12-04T09:07:00.8616089Z  2025-12-04T09:07:00.8616430Z  2025-12-04T09:07:00.8616753Z  2025-12-04T09:07:00.8617097Z  2025-12-04T09:07:00.8617405Z  2025-12-04T09:07:00.8617733Z  2025-12-04T09:07:00.8618057Z  2025-12-04T09:07:00.8618882Z [2,889 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:00.8619739Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:00.8620272Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:00.8620834Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:00.8621654Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:00.8622537Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:00.8623124Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:00.8623649Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:07:00.8624184Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:01.0971959Z 2025-12-04T09:07:01.0972669Z  2025-12-04T09:07:01.0973074Z  2025-12-04T09:07:01.0973391Z  2025-12-04T09:07:01.0973724Z  2025-12-04T09:07:01.0974051Z  2025-12-04T09:07:01.0974366Z  2025-12-04T09:07:01.0974693Z  2025-12-04T09:07:01.0975011Z  2025-12-04T09:07:01.0975817Z [2,891 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:01.0976604Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:07:01.0977530Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:01.0978317Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:01.0978834Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:01.0979360Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:07:01.0980160Z Compiling torch/csrc/distributed/c10d/Store.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:01.0980967Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:01.0981489Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:01.4977904Z 2025-12-04T09:07:01.4978594Z  2025-12-04T09:07:01.4979019Z  2025-12-04T09:07:01.4979389Z  2025-12-04T09:07:01.4979729Z  2025-12-04T09:07:01.4980094Z  2025-12-04T09:07:01.4980438Z  2025-12-04T09:07:01.4980785Z  2025-12-04T09:07:01.4981139Z  2025-12-04T09:07:01.4982252Z [2,892 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:01.4983388Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:01.4984229Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:01.4984789Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:01.4985334Z //:jit_tests; 2s processwrapper-sandbox 2025-12-04T09:07:01.4986170Z Compiling torch/csrc/distributed/c10d/Store.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:01.4987028Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:01.4987572Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:01.4988136Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:01.8536348Z 2025-12-04T09:07:01.8537006Z  2025-12-04T09:07:01.8537397Z  2025-12-04T09:07:01.8537722Z  2025-12-04T09:07:01.8538040Z  2025-12-04T09:07:01.8538348Z  2025-12-04T09:07:01.8538680Z  2025-12-04T09:07:01.8539003Z  2025-12-04T09:07:01.8539325Z  2025-12-04T09:07:01.8540847Z [2,893 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:01.8542018Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:01.8542708Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:01.8543196Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:01.8543535Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:07:01.8543981Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:01.8544346Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:01.8544679Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:01.8545189Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:02.0979569Z 2025-12-04T09:07:02.0980163Z  2025-12-04T09:07:02.0980432Z  2025-12-04T09:07:02.0980640Z  2025-12-04T09:07:02.0980854Z  2025-12-04T09:07:02.0981050Z  2025-12-04T09:07:02.0981280Z  2025-12-04T09:07:02.0981477Z  2025-12-04T09:07:02.0981688Z  2025-12-04T09:07:02.0982215Z [2,893 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:02.0982870Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:02.0983359Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:02.0983681Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:02.0984012Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:07:02.0984333Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.0984654Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.0984963Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:02.0985297Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:02.3347354Z 2025-12-04T09:07:02.3348060Z  2025-12-04T09:07:02.3348473Z  2025-12-04T09:07:02.3348842Z  2025-12-04T09:07:02.3349188Z  2025-12-04T09:07:02.3349576Z  2025-12-04T09:07:02.3349929Z  2025-12-04T09:07:02.3350268Z  2025-12-04T09:07:02.3350624Z  2025-12-04T09:07:02.3351479Z [2,894 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:02.3352596Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:02.3353425Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:02.3353989Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:02.3354543Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:07:02.3355135Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.3355706Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.3356577Z Compiling torch/csrc/distributed/c10d/Types.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:02.3357491Z //:jit_tests; 2s processwrapper-sandbox ... 2025-12-04T09:07:02.5805615Z 2025-12-04T09:07:02.5806381Z  2025-12-04T09:07:02.5806811Z  2025-12-04T09:07:02.5807369Z  2025-12-04T09:07:02.5807731Z  2025-12-04T09:07:02.5808079Z  2025-12-04T09:07:02.5808442Z  2025-12-04T09:07:02.5808798Z  2025-12-04T09:07:02.5809164Z  2025-12-04T09:07:02.5810056Z [2,895 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:02.5811136Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 6s processwrapper-sandbox 2025-12-04T09:07:02.5812002Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:02.5812612Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:02.5813216Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:07:02.5813806Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.5814355Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.5814937Z //:jit_tests; 3s processwrapper-sandbox 2025-12-04T09:07:02.5815524Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:02.8294563Z 2025-12-04T09:07:02.8295285Z  2025-12-04T09:07:02.8295696Z  2025-12-04T09:07:02.8296069Z  2025-12-04T09:07:02.8296410Z  2025-12-04T09:07:02.8296766Z  2025-12-04T09:07:02.8297393Z  2025-12-04T09:07:02.8297889Z  2025-12-04T09:07:02.8298242Z  2025-12-04T09:07:02.8299107Z [2,898 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:02.8299980Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:02.8300553Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:07:02.8301128Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.8301679Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:02.8302514Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:02.8303632Z Compiling torch/csrc/distributed/c10d/Work.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:02.8304744Z Compiling torch/csrc/distributed/c10d/comm.cpp; 1s processwrapper-sandbox 2025-12-04T09:07:02.8305614Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:03.0348079Z 2025-12-04T09:07:03.0348822Z  2025-12-04T09:07:03.0349293Z  2025-12-04T09:07:03.0349696Z  2025-12-04T09:07:03.0350085Z  2025-12-04T09:07:03.0350456Z  2025-12-04T09:07:03.0350792Z  2025-12-04T09:07:03.0351135Z  2025-12-04T09:07:03.0351486Z  2025-12-04T09:07:03.0352371Z [2,899 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:03.0353301Z //:jit_tests; 4s processwrapper-sandbox 2025-12-04T09:07:03.0353945Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:03.0354522Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:03.0355418Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:03.0356539Z Compiling torch/csrc/distributed/c10d/Work.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:03.0357677Z Compiling torch/csrc/distributed/c10d/comm.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:03.0358562Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:03.0359155Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:03.8392128Z 2025-12-04T09:07:03.8392976Z  2025-12-04T09:07:03.8393498Z  2025-12-04T09:07:03.8393826Z  2025-12-04T09:07:03.8394185Z  2025-12-04T09:07:03.8394531Z  2025-12-04T09:07:03.8394885Z  2025-12-04T09:07:03.8395229Z  2025-12-04T09:07:03.8395599Z  2025-12-04T09:07:03.8396498Z [2,900 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:03.8397401Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:07:03.8397976Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:03.8398531Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:03.8399377Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:03.8400475Z Compiling torch/csrc/distributed/c10d/Work.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:03.8401800Z Compiling torch/csrc/distributed/c10d/comm.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:03.8402708Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:03.8403358Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:04.0638091Z 2025-12-04T09:07:04.0638839Z  2025-12-04T09:07:04.0639266Z  2025-12-04T09:07:04.0639636Z  2025-12-04T09:07:04.0639974Z  2025-12-04T09:07:04.0640329Z  2025-12-04T09:07:04.0640675Z  2025-12-04T09:07:04.0641036Z  2025-12-04T09:07:04.0641382Z  2025-12-04T09:07:04.0642244Z [2,901 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:04.0643121Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:07:04.0643792Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:04.0644367Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:04.0645197Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:04.0646380Z Compiling torch/csrc/distributed/c10d/Work.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:04.0647842Z Compiling torch/csrc/distributed/c10d/comm.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:04.0648820Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:04.0649400Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:04.3301067Z 2025-12-04T09:07:04.3301787Z  2025-12-04T09:07:04.3302204Z  2025-12-04T09:07:04.3302549Z  2025-12-04T09:07:04.3302890Z  2025-12-04T09:07:04.3303239Z  2025-12-04T09:07:04.3303582Z  2025-12-04T09:07:04.3303934Z  2025-12-04T09:07:04.3304271Z  2025-12-04T09:07:04.3305102Z [2,903 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:04.3305927Z //:jit_tests; 5s processwrapper-sandbox 2025-12-04T09:07:04.3306442Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:04.3307004Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:04.3307825Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:04.3308969Z Compiling torch/csrc/distributed/c10d/Work.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:04.3310096Z Compiling torch/csrc/distributed/c10d/comm.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:04.3310897Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:04.3311404Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:04.6324510Z 2025-12-04T09:07:04.6325727Z  2025-12-04T09:07:04.6326176Z  2025-12-04T09:07:04.6326573Z  2025-12-04T09:07:04.6326941Z  2025-12-04T09:07:04.6327312Z  2025-12-04T09:07:04.6327674Z  2025-12-04T09:07:04.6328056Z  2025-12-04T09:07:04.6328418Z  2025-12-04T09:07:04.6329338Z [2,904 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:04.6330238Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:04.6330805Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:04.6331694Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:04.6332794Z Compiling torch/csrc/distributed/c10d/Work.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:04.6333848Z Compiling torch/csrc/distributed/c10d/comm.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:04.6334702Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:04.6335545Z Compiling torch/csrc/distributed/c10d/debug.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:04.6336606Z Compiling test/cpp/jit/test_irparser.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:05.0330019Z 2025-12-04T09:07:05.0330674Z  2025-12-04T09:07:05.0331080Z  2025-12-04T09:07:05.0331453Z  2025-12-04T09:07:05.0331796Z  2025-12-04T09:07:05.0332164Z  2025-12-04T09:07:05.0332505Z  2025-12-04T09:07:05.0332836Z  2025-12-04T09:07:05.0333410Z  2025-12-04T09:07:05.0334232Z [2,905 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:05.0335106Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:05.0335673Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:05.0336512Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:05.0337581Z Compiling torch/csrc/distributed/c10d/Work.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.0338716Z Compiling torch/csrc/distributed/c10d/comm.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.0339580Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:05.0340333Z Compiling test/cpp/jit/test_irparser.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:05.0341144Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:05.2332677Z 2025-12-04T09:07:05.2333401Z  2025-12-04T09:07:05.2333816Z  2025-12-04T09:07:05.2334127Z  2025-12-04T09:07:05.2334469Z  2025-12-04T09:07:05.2334800Z  2025-12-04T09:07:05.2335126Z  2025-12-04T09:07:05.2335476Z  2025-12-04T09:07:05.2335823Z  2025-12-04T09:07:05.2337051Z [2,906 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:05.2338008Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:05.2338767Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:05.2339797Z Compiling torch/csrc/distributed/c10d/Work.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.2340917Z Compiling torch/csrc/distributed/c10d/comm.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.2341772Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:05.2342533Z Compiling test/cpp/jit/test_irparser.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:05.2343270Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:05.2343780Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:05.4350067Z 2025-12-04T09:07:05.4350870Z  2025-12-04T09:07:05.4351272Z  2025-12-04T09:07:05.4351576Z  2025-12-04T09:07:05.4351888Z  2025-12-04T09:07:05.4352228Z  2025-12-04T09:07:05.4352572Z  2025-12-04T09:07:05.4352996Z  2025-12-04T09:07:05.4353360Z  2025-12-04T09:07:05.4354217Z [2,908 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:05.4355271Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:05.4356392Z Compiling torch/csrc/distributed/c10d/Work.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.4357480Z Compiling torch/csrc/distributed/c10d/comm.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.4358346Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:05.4358905Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:05.4359469Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:05.4360021Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:05.4360643Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:05.8335421Z 2025-12-04T09:07:05.8336244Z  2025-12-04T09:07:05.8336546Z  2025-12-04T09:07:05.8336759Z  2025-12-04T09:07:05.8336970Z  2025-12-04T09:07:05.8337166Z  2025-12-04T09:07:05.8337373Z  2025-12-04T09:07:05.8337566Z  2025-12-04T09:07:05.8337770Z  2025-12-04T09:07:05.8338279Z [2,909 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:05.8338923Z Compiling torch/csrc/distributed/c10d/Work.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:05.8339559Z Compiling torch/csrc/distributed/c10d/comm.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:05.8340037Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:05.8340373Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:05.8340693Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:05.8341024Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:05.8424399Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:05.8424785Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:06.0432181Z 2025-12-04T09:07:06.0433193Z  2025-12-04T09:07:06.0433632Z  2025-12-04T09:07:06.0434198Z  2025-12-04T09:07:06.0434565Z  2025-12-04T09:07:06.0435062Z  2025-12-04T09:07:06.0449089Z  2025-12-04T09:07:06.0449712Z  2025-12-04T09:07:06.0450200Z  2025-12-04T09:07:06.0451390Z [2,910 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:06.0452899Z Compiling torch/csrc/distributed/c10d/Work.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:06.0454385Z Compiling torch/csrc/distributed/c10d/comm.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:06.0455256Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:06.0455841Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.0456412Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.0456979Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.0459506Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:06.0460298Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:06.3135453Z 2025-12-04T09:07:06.3136424Z  2025-12-04T09:07:06.3136839Z  2025-12-04T09:07:06.3137190Z  2025-12-04T09:07:06.3137474Z  2025-12-04T09:07:06.3137756Z  2025-12-04T09:07:06.3138094Z  2025-12-04T09:07:06.3138455Z  2025-12-04T09:07:06.3138806Z  2025-12-04T09:07:06.3139637Z [2,911 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:06.3140713Z Compiling torch/csrc/distributed/c10d/comm.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:06.3141577Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:06.3142137Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.3142664Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.3143210Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.3143758Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:06.3144312Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:06.3144881Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:06.6439300Z 2025-12-04T09:07:06.6440029Z  2025-12-04T09:07:06.6440410Z  2025-12-04T09:07:06.6440736Z  2025-12-04T09:07:06.6441041Z  2025-12-04T09:07:06.6441366Z  2025-12-04T09:07:06.6441692Z  2025-12-04T09:07:06.6442000Z  2025-12-04T09:07:06.6442323Z  2025-12-04T09:07:06.6443109Z [2,911 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:06.6444235Z Compiling torch/csrc/distributed/c10d/comm.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:06.6444996Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:06.6445520Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.6446043Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.6446550Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:06.6447077Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:06.6447570Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:06.6448100Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:07.2935575Z 2025-12-04T09:07:07.2936494Z  2025-12-04T09:07:07.2936944Z  2025-12-04T09:07:07.2937311Z  2025-12-04T09:07:07.2937678Z  2025-12-04T09:07:07.2938028Z  2025-12-04T09:07:07.2938362Z  2025-12-04T09:07:07.2938695Z  2025-12-04T09:07:07.2939026Z  2025-12-04T09:07:07.2939814Z [2,912 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:07.2940606Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:07.2941183Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.2941754Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.2942578Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.2943137Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.2943731Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.2944255Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:07.2944977Z Compiling test/cpp/jit/test_dce.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:07:07.5467088Z 2025-12-04T09:07:07.5467807Z  2025-12-04T09:07:07.5468234Z  2025-12-04T09:07:07.5468601Z  2025-12-04T09:07:07.5468952Z  2025-12-04T09:07:07.5469326Z  2025-12-04T09:07:07.5469682Z  2025-12-04T09:07:07.5470033Z  2025-12-04T09:07:07.5470401Z  2025-12-04T09:07:07.5471378Z [2,914 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:07.5472133Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:07.5472662Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.5473254Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.5473869Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.5474451Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.5475276Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.5475868Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:07.5476357Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:07.8446658Z 2025-12-04T09:07:07.8447554Z  2025-12-04T09:07:07.8447983Z  2025-12-04T09:07:07.8448327Z  2025-12-04T09:07:07.8448686Z  2025-12-04T09:07:07.8449039Z  2025-12-04T09:07:07.8449389Z  2025-12-04T09:07:07.8449750Z  2025-12-04T09:07:07.8450092Z  2025-12-04T09:07:07.8450958Z [2,914 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:07.8451853Z //:torch; 6s processwrapper-sandbox 2025-12-04T09:07:07.8452439Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:07.8453003Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:07.8453582Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:07.8454126Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.8454691Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.8455261Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:07.8455834Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:08.0448321Z 2025-12-04T09:07:08.0449078Z  2025-12-04T09:07:08.0449342Z  2025-12-04T09:07:08.0449560Z  2025-12-04T09:07:08.0450066Z  2025-12-04T09:07:08.0450353Z  2025-12-04T09:07:08.0450552Z  2025-12-04T09:07:08.0450915Z  2025-12-04T09:07:08.0451120Z  2025-12-04T09:07:08.0451785Z [2,915 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:08.0452476Z //:torch; 7s processwrapper-sandbox 2025-12-04T09:07:08.0452800Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.0453255Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.0453701Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.0454294Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.0454668Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.0455006Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:08.0455450Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:08.2533625Z 2025-12-04T09:07:08.2534327Z  2025-12-04T09:07:08.2534766Z  2025-12-04T09:07:08.2535139Z  2025-12-04T09:07:08.2535490Z  2025-12-04T09:07:08.2535854Z  2025-12-04T09:07:08.2536195Z  2025-12-04T09:07:08.2536550Z  2025-12-04T09:07:08.2536894Z  2025-12-04T09:07:08.2537764Z [2,917 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:08.2538631Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.2539213Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.2539746Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.2540538Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:08.2541126Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:08.2541682Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.2542236Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:08.2542793Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:08.5850230Z 2025-12-04T09:07:08.5850861Z  2025-12-04T09:07:08.5851123Z  2025-12-04T09:07:08.5851377Z  2025-12-04T09:07:08.5851608Z  2025-12-04T09:07:08.5851833Z  2025-12-04T09:07:08.5852045Z  2025-12-04T09:07:08.5852308Z  2025-12-04T09:07:08.5852516Z  2025-12-04T09:07:08.5853064Z [2,918 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:08.5853566Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.5853955Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:08.5854282Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:08.5854674Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:08.5854993Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.6374911Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.6378498Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:08.6378851Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:08.8149800Z 2025-12-04T09:07:08.8150581Z  2025-12-04T09:07:08.8150991Z  2025-12-04T09:07:08.8151320Z  2025-12-04T09:07:08.8151622Z  2025-12-04T09:07:08.8151931Z  2025-12-04T09:07:08.8152239Z  2025-12-04T09:07:08.8152576Z  2025-12-04T09:07:08.8152917Z  2025-12-04T09:07:08.8153807Z [2,920 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:08.8155062Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:08.8155738Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:08.8156347Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.8156928Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.8157560Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:08.8158210Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:08.8158906Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:08.8159598Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:09.0455981Z 2025-12-04T09:07:09.0457287Z  2025-12-04T09:07:09.0457693Z  2025-12-04T09:07:09.0458140Z  2025-12-04T09:07:09.0458727Z  2025-12-04T09:07:09.0459262Z  2025-12-04T09:07:09.0459513Z  2025-12-04T09:07:09.0459898Z  2025-12-04T09:07:09.0460119Z  2025-12-04T09:07:09.0461242Z [2,920 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:09.0461986Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.0462534Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.0463098Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.0463853Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.0464387Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.0464785Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.0465605Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:09.0466368Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:09.5166550Z 2025-12-04T09:07:09.5167288Z  2025-12-04T09:07:09.5167705Z  2025-12-04T09:07:09.5168074Z  2025-12-04T09:07:09.5168396Z  2025-12-04T09:07:09.5168740Z  2025-12-04T09:07:09.5169060Z  2025-12-04T09:07:09.5169408Z  2025-12-04T09:07:09.5169780Z  2025-12-04T09:07:09.5170879Z [2,921 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:09.5171806Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:09.5172386Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:09.5172970Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.5173773Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.5174346Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.5174922Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.5175467Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.5175970Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:09.8461811Z 2025-12-04T09:07:09.8462577Z  2025-12-04T09:07:09.8462957Z  2025-12-04T09:07:09.8463281Z  2025-12-04T09:07:09.8463587Z  2025-12-04T09:07:09.8463923Z  2025-12-04T09:07:09.8464252Z  2025-12-04T09:07:09.8464605Z  2025-12-04T09:07:09.8464930Z  2025-12-04T09:07:09.8465760Z [2,922 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:09.8466581Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:09.8467092Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.8467626Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.8468156Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:09.8468692Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.8469467Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:09.8470113Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:09.8470570Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:10.2466401Z 2025-12-04T09:07:10.2467142Z  2025-12-04T09:07:10.2467539Z  2025-12-04T09:07:10.2467791Z  2025-12-04T09:07:10.2468110Z  2025-12-04T09:07:10.2468444Z  2025-12-04T09:07:10.2468771Z  2025-12-04T09:07:10.2469116Z  2025-12-04T09:07:10.2469442Z  2025-12-04T09:07:10.2470269Z [2,923 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:10.2471295Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:10.2471879Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.2472463Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.2473046Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.2473607Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:10.2474172Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:10.2474725Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:10.2475213Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:10.4467387Z 2025-12-04T09:07:10.4467989Z  2025-12-04T09:07:10.4468266Z  2025-12-04T09:07:10.4468469Z  2025-12-04T09:07:10.4468682Z  2025-12-04T09:07:10.4468881Z  2025-12-04T09:07:10.4469093Z  2025-12-04T09:07:10.4469291Z  2025-12-04T09:07:10.4469499Z  2025-12-04T09:07:10.4470013Z [2,924 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:10.4470522Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:10.4471108Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:10.4471671Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.4472268Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.4472848Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.4473459Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:10.4474063Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:10.4474688Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:10.6483945Z 2025-12-04T09:07:10.6484651Z  2025-12-04T09:07:10.6485361Z  2025-12-04T09:07:10.6485899Z  2025-12-04T09:07:10.6486372Z  2025-12-04T09:07:10.6486854Z  2025-12-04T09:07:10.6487333Z  2025-12-04T09:07:10.6487789Z  2025-12-04T09:07:10.6488262Z  2025-12-04T09:07:10.6489264Z [2,925 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:10.6490261Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:10.6490949Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:10.6491617Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.6492556Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:10.6493218Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:10.6493913Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:10.6494595Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:10.6495529Z Compiling test/cpp/jit/test_interpreter.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:07:11.0499958Z 2025-12-04T09:07:11.0501768Z  2025-12-04T09:07:11.0503046Z  2025-12-04T09:07:11.0503412Z  2025-12-04T09:07:11.0503749Z  2025-12-04T09:07:11.0504110Z  2025-12-04T09:07:11.0504453Z  2025-12-04T09:07:11.0504804Z  2025-12-04T09:07:11.0505150Z  2025-12-04T09:07:11.0505993Z [2,926 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:11.0506865Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:11.0507398Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:11.0507913Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:11.0508444Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:11.0508975Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.0509777Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.0510478Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.0511234Z Compiling test/cpp/jit/test_interpreter.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:07:11.2506024Z 2025-12-04T09:07:11.2506778Z  2025-12-04T09:07:11.2507206Z  2025-12-04T09:07:11.2507547Z  2025-12-04T09:07:11.2507766Z  2025-12-04T09:07:11.2507964Z  2025-12-04T09:07:11.2508254Z  2025-12-04T09:07:11.2508572Z  2025-12-04T09:07:11.2508892Z  2025-12-04T09:07:11.2509691Z [2,929 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:07:11.2510592Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:11.2511170Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:11.2511789Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.2512239Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.2512578Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.2513299Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:11.2514028Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:11.2514758Z Compiling test/cpp/jit/test_flatbuffer.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:11.5142919Z 2025-12-04T09:07:11.5143654Z  2025-12-04T09:07:11.5144078Z  2025-12-04T09:07:11.5144424Z  2025-12-04T09:07:11.5144787Z  2025-12-04T09:07:11.5145137Z  2025-12-04T09:07:11.5145507Z  2025-12-04T09:07:11.5145866Z  2025-12-04T09:07:11.5146209Z  2025-12-04T09:07:11.8498883Z [2,930 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:11.8499436Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:11.8499796Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:11.8500128Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:11.8500459Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.8500914Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:11.8501395Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:11.8501830Z Compiling test/cpp/jit/test_flatbuffer.cpp; 1s processwrapper-sandbox 2025-12-04T09:07:11.8502299Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:11.8502522Z 2025-12-04T09:07:11.8502631Z  2025-12-04T09:07:11.8502845Z  2025-12-04T09:07:11.8503043Z  2025-12-04T09:07:11.8503253Z  2025-12-04T09:07:11.8503449Z  2025-12-04T09:07:11.8503656Z  2025-12-04T09:07:11.8503851Z  2025-12-04T09:07:11.8504059Z  2025-12-04T09:07:11.8504519Z [2,930 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:11.8626012Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:11.8626583Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:11.8627188Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:11.8627736Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.8628761Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:11.8629665Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:11.8630424Z Compiling test/cpp/jit/test_flatbuffer.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:11.8631688Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:12.0636523Z 2025-12-04T09:07:12.0637349Z  2025-12-04T09:07:12.0637774Z  2025-12-04T09:07:12.0638144Z  2025-12-04T09:07:12.0638482Z  2025-12-04T09:07:12.0638842Z  2025-12-04T09:07:12.0639184Z  2025-12-04T09:07:12.0639543Z  2025-12-04T09:07:12.0639874Z  2025-12-04T09:07:12.0640725Z [2,931 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:12.0641641Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:12.0642467Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:12.0643039Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:12.0643996Z Compiling test/cpp/jit/test_interpreter.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:12.0644819Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:12.0645578Z Compiling test/cpp/jit/test_flatbuffer.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:12.0646376Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:12.0646903Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:12.7524341Z 2025-12-04T09:07:12.7525235Z  2025-12-04T09:07:12.7525643Z  2025-12-04T09:07:12.7525993Z  2025-12-04T09:07:12.7526362Z  2025-12-04T09:07:12.7526741Z  2025-12-04T09:07:12.7527102Z  2025-12-04T09:07:12.7527462Z  2025-12-04T09:07:12.7527834Z  2025-12-04T09:07:12.7528765Z [2,932 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:12.7529716Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:12.7530314Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:12.7531178Z Compiling test/cpp/jit/test_interpreter.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:12.7531962Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:12.7532800Z Compiling test/cpp/jit/test_flatbuffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:12.7533658Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:12.7534266Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:12.7534888Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:13.0646129Z 2025-12-04T09:07:13.0646867Z  2025-12-04T09:07:13.0647323Z  2025-12-04T09:07:13.0647670Z  2025-12-04T09:07:13.0648021Z  2025-12-04T09:07:13.0648365Z  2025-12-04T09:07:13.0648727Z  2025-12-04T09:07:13.0649086Z  2025-12-04T09:07:13.0649415Z  2025-12-04T09:07:13.0650261Z [2,932 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:13.0651091Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:13.0651970Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:13.0652772Z Compiling test/cpp/jit/test_interpreter.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:13.0653582Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:13.0654306Z Compiling test/cpp/jit/test_flatbuffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:13.0655021Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.0655541Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.0656064Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:13.2700000Z 2025-12-04T09:07:13.2700769Z  2025-12-04T09:07:13.2701269Z  2025-12-04T09:07:13.2701692Z  2025-12-04T09:07:13.2702143Z  2025-12-04T09:07:13.2702841Z  2025-12-04T09:07:13.2703215Z  2025-12-04T09:07:13.2703628Z  2025-12-04T09:07:13.2704034Z  2025-12-04T09:07:13.2705002Z [2,934 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:13.2705982Z Compiling test/cpp/jit/test_interpreter.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:13.2706725Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:13.2707416Z Compiling test/cpp/jit/test_flatbuffer.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:13.2708144Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.2708652Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.2709268Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:13.2709945Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:13.2710645Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:13.6651314Z 2025-12-04T09:07:13.6653235Z  2025-12-04T09:07:13.6653642Z  2025-12-04T09:07:13.6653966Z  2025-12-04T09:07:13.6654301Z  2025-12-04T09:07:13.6654644Z  2025-12-04T09:07:13.6654986Z  2025-12-04T09:07:13.6655312Z  2025-12-04T09:07:13.6656007Z  2025-12-04T09:07:13.6656886Z [2,934 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:13.6658027Z Compiling test/cpp/jit/test_interpreter.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:13.6658784Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:13.6659566Z Compiling test/cpp/jit/test_flatbuffer.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:13.6660370Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:13.6660945Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.6661503Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.6662013Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.6662559Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:13.9321093Z 2025-12-04T09:07:13.9321829Z  2025-12-04T09:07:13.9322271Z  2025-12-04T09:07:13.9322639Z  2025-12-04T09:07:13.9322990Z  2025-12-04T09:07:13.9323448Z  2025-12-04T09:07:13.9323820Z  2025-12-04T09:07:13.9324180Z  2025-12-04T09:07:13.9324542Z  2025-12-04T09:07:13.9325417Z [2,935 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:13.9326506Z Compiling test/cpp/jit/test_interpreter.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:13.9327543Z Compiling test/cpp/jit/test_flatbuffer.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:13.9328362Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:13.9328953Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.9329551Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.9330140Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.9330666Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:13.9331205Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:14.2335668Z 2025-12-04T09:07:14.2336384Z  2025-12-04T09:07:14.2336790Z  2025-12-04T09:07:14.2337224Z  2025-12-04T09:07:14.2337620Z  2025-12-04T09:07:14.2337975Z  2025-12-04T09:07:14.2338344Z  2025-12-04T09:07:14.2338643Z  2025-12-04T09:07:14.2338959Z  2025-12-04T09:07:14.2339728Z [2,937 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:14.2340776Z Compiling test/cpp/jit/test_flatbuffer.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:14.2341570Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.2342106Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.2342638Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.2343185Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.2343708Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.2344220Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.2344760Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:14.4656649Z 2025-12-04T09:07:14.4657322Z  2025-12-04T09:07:14.4657744Z  2025-12-04T09:07:14.4658158Z  2025-12-04T09:07:14.4658525Z  2025-12-04T09:07:14.4658899Z  2025-12-04T09:07:14.4659244Z  2025-12-04T09:07:14.4659603Z  2025-12-04T09:07:14.4659963Z  2025-12-04T09:07:14.4660832Z [2,937 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:14.4661938Z Compiling test/cpp/jit/test_flatbuffer.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:14.4662765Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.4663350Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.4663903Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.4664461Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.4665006Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.4665570Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.4666160Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:14.6660381Z 2025-12-04T09:07:14.6661098Z  2025-12-04T09:07:14.6661544Z  2025-12-04T09:07:14.6662238Z  2025-12-04T09:07:14.6662730Z  2025-12-04T09:07:14.6663076Z  2025-12-04T09:07:14.6663443Z  2025-12-04T09:07:14.6663780Z  2025-12-04T09:07:14.6664119Z  2025-12-04T09:07:14.6665000Z [2,938 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:14.6666089Z Compiling test/cpp/jit/test_flatbuffer.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:14.6666904Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.6667467Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.6668035Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:14.6668585Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.6669140Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.6669679Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:14.6670255Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:14.8702011Z 2025-12-04T09:07:14.8702694Z  2025-12-04T09:07:15.1765195Z  2025-12-04T09:07:15.1765847Z  2025-12-04T09:07:15.1766157Z  2025-12-04T09:07:15.1766487Z  2025-12-04T09:07:15.1766834Z  2025-12-04T09:07:15.1767159Z  2025-12-04T09:07:15.1767504Z  2025-12-04T09:07:15.1768272Z [2,939 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:15.1769248Z Compiling test/cpp/jit/test_flatbuffer.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:15.1769841Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1770180Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1770836Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1771358Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:15.1771873Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:15.1772709Z Compiling torch/csrc/jit/mobile/import_data.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:15.1773565Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:15.1773952Z 2025-12-04T09:07:15.1774127Z  2025-12-04T09:07:15.1774484Z  2025-12-04T09:07:15.1774790Z  2025-12-04T09:07:15.1775125Z  2025-12-04T09:07:15.1775466Z  2025-12-04T09:07:15.1775759Z  2025-12-04T09:07:15.1776095Z  2025-12-04T09:07:15.1776389Z  2025-12-04T09:07:15.1777165Z [2,941 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:15.1777966Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1778521Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1779082Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1779612Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1780103Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.1780659Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:15.1781414Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.1781982Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:15.4665496Z 2025-12-04T09:07:15.4666197Z  2025-12-04T09:07:15.4666593Z  2025-12-04T09:07:15.4666962Z  2025-12-04T09:07:15.4667293Z  2025-12-04T09:07:15.4667621Z  2025-12-04T09:07:15.4667945Z  2025-12-04T09:07:15.4668293Z  2025-12-04T09:07:15.4668631Z  2025-12-04T09:07:15.4669469Z [2,942 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:15.4670325Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.4678901Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.4679492Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.4680004Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.4680507Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:15.4681003Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.4681535Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.4682077Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:15.6878040Z 2025-12-04T09:07:15.6878912Z  2025-12-04T09:07:15.7154112Z  2025-12-04T09:07:15.7154452Z  2025-12-04T09:07:15.7154783Z  2025-12-04T09:07:15.7155115Z  2025-12-04T09:07:15.7155451Z  2025-12-04T09:07:15.7155768Z  2025-12-04T09:07:15.7156113Z  2025-12-04T09:07:15.7156990Z [2,943 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:07:15.7157826Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.7158375Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.7158895Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.7159443Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.7159956Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.7160484Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.7161046Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.7161625Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:15.8712067Z 2025-12-04T09:07:15.8713331Z  2025-12-04T09:07:15.8714352Z  2025-12-04T09:07:15.8714891Z  2025-12-04T09:07:15.8715811Z  2025-12-04T09:07:15.8716789Z  2025-12-04T09:07:15.8717676Z  2025-12-04T09:07:15.8718049Z  2025-12-04T09:07:15.8718415Z  2025-12-04T09:07:15.8719237Z [2,944 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:15.8720052Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.8720562Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.8721074Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:15.8721592Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:15.8722121Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.8722695Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:15.8723348Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:15.8724194Z Compiling test/cpp/jit/test_interface.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:16.2054850Z 2025-12-04T09:07:16.2055763Z  2025-12-04T09:07:16.2056173Z  2025-12-04T09:07:16.2056531Z  2025-12-04T09:07:16.2056802Z  2025-12-04T09:07:16.2057103Z  2025-12-04T09:07:16.2057416Z  2025-12-04T09:07:16.2057722Z  2025-12-04T09:07:16.2057986Z  2025-12-04T09:07:16.2058826Z [2,945 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:16.2059665Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:16.2060202Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:16.2060750Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:16.2061296Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.2061877Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.2062637Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:16.2063385Z Compiling test/cpp/jit/test_interface.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:16.2064177Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:16.4075893Z 2025-12-04T09:07:16.4076647Z  2025-12-04T09:07:16.4077052Z  2025-12-04T09:07:16.4077374Z  2025-12-04T09:07:16.4077711Z  2025-12-04T09:07:16.4078025Z  2025-12-04T09:07:16.4078355Z  2025-12-04T09:07:16.4078664Z  2025-12-04T09:07:16.4078971Z  2025-12-04T09:07:16.4079789Z [2,947 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:16.4080616Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:16.4081159Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.4081694Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.4082189Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.4082903Z Compiling test/cpp/jit/test_interface.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:16.4083771Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:16.4084593Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:16.4085163Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:16.6889391Z 2025-12-04T09:07:16.6890133Z  2025-12-04T09:07:16.6890553Z  2025-12-04T09:07:16.6890914Z  2025-12-04T09:07:16.6891259Z  2025-12-04T09:07:16.6891630Z  2025-12-04T09:07:16.6891974Z  2025-12-04T09:07:16.6892368Z  2025-12-04T09:07:16.6892728Z  2025-12-04T09:07:16.6893608Z [2,948 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:16.6894522Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.6895105Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.6895664Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:16.6896443Z Compiling test/cpp/jit/test_interface.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:16.6897293Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:16.6897830Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:16.6898401Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:16.6899183Z Compiling test/cpp/jit/test_fuser.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:17.5461935Z 2025-12-04T09:07:17.5462693Z  2025-12-04T09:07:17.5463235Z  2025-12-04T09:07:17.5463709Z  2025-12-04T09:07:17.5464152Z  2025-12-04T09:07:17.5464576Z  2025-12-04T09:07:17.5465112Z  2025-12-04T09:07:17.5465477Z  2025-12-04T09:07:17.5465863Z  2025-12-04T09:07:17.5466760Z [2,949 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:17.5467695Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:17.5468301Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:17.5469160Z Compiling test/cpp/jit/test_interface.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:17.5470236Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:17.5479132Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:17.5479893Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:17.5480822Z Compiling test/cpp/jit/test_fuser.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:17.5481803Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:17.8894905Z 2025-12-04T09:07:17.8895528Z  2025-12-04T09:07:17.8895800Z  2025-12-04T09:07:17.8896003Z  2025-12-04T09:07:17.8896213Z  2025-12-04T09:07:17.8896411Z  2025-12-04T09:07:17.8896620Z  2025-12-04T09:07:17.8896816Z  2025-12-04T09:07:17.8897025Z  2025-12-04T09:07:17.8897527Z [2,951 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:17.8898042Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:17.8898504Z Compiling test/cpp/jit/test_interface.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:17.9215696Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:17.9216229Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:17.9216769Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:17.9217468Z Compiling test/cpp/jit/test_fuser.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:17.9218175Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:17.9218713Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:18.1225020Z 2025-12-04T09:07:18.1225751Z  2025-12-04T09:07:18.1226169Z  2025-12-04T09:07:18.1226530Z  2025-12-04T09:07:18.1226910Z  2025-12-04T09:07:18.1227268Z  2025-12-04T09:07:18.1227606Z  2025-12-04T09:07:18.1227953Z  2025-12-04T09:07:18.1228296Z  2025-12-04T09:07:18.1229133Z [2,952 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:18.1230139Z Compiling test/cpp/jit/test_interface.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:18.1230920Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:18.1231485Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:18.1232376Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:18.1233119Z Compiling test/cpp/jit/test_fuser.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:18.1233958Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:18.1234531Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:18.1235044Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:18.7847269Z 2025-12-04T09:07:18.7848030Z  2025-12-04T09:07:18.7848445Z  2025-12-04T09:07:18.7848775Z  2025-12-04T09:07:18.7849143Z  2025-12-04T09:07:18.7849531Z  2025-12-04T09:07:18.7849882Z  2025-12-04T09:07:18.7850241Z  2025-12-04T09:07:18.7850583Z  2025-12-04T09:07:18.7851431Z [2,953 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:18.7852428Z Compiling test/cpp/jit/test_interface.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:18.7853209Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:18.7853716Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:18.7854424Z Compiling test/cpp/jit/test_fuser.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:18.7855160Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:18.7855673Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:18.7856194Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:18.7856758Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:19.1230701Z 2025-12-04T09:07:19.1231349Z  2025-12-04T09:07:19.1231622Z  2025-12-04T09:07:19.1231827Z  2025-12-04T09:07:19.1232120Z  2025-12-04T09:07:19.1232433Z  2025-12-04T09:07:19.1232765Z  2025-12-04T09:07:19.1233103Z  2025-12-04T09:07:19.1233448Z  2025-12-04T09:07:19.1234257Z [2,954 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:19.1235146Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.1235723Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.1236423Z Compiling test/cpp/jit/test_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:19.1237164Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.1237701Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.1238236Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.1238742Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:19.1239286Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:19.3794077Z 2025-12-04T09:07:19.3794764Z  2025-12-04T09:07:19.3795182Z  2025-12-04T09:07:19.3795548Z  2025-12-04T09:07:19.3795896Z  2025-12-04T09:07:19.3796274Z  2025-12-04T09:07:19.3796632Z  2025-12-04T09:07:19.3796966Z  2025-12-04T09:07:19.3797329Z  2025-12-04T09:07:19.3798198Z [2,956 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:19.3799304Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.3800072Z Compiling test/cpp/jit/test_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:19.3800858Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.3801386Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.3801928Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.3802469Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.3803019Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.3803680Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:19.6340598Z 2025-12-04T09:07:19.6341332Z  2025-12-04T09:07:19.6341772Z  2025-12-04T09:07:19.6342128Z  2025-12-04T09:07:19.6342500Z  2025-12-04T09:07:19.6342852Z  2025-12-04T09:07:19.6343209Z  2025-12-04T09:07:19.6343561Z  2025-12-04T09:07:19.6343911Z  2025-12-04T09:07:19.6344786Z [2,957 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:19.6345871Z Compiling test/cpp/jit/test_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:19.6347052Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.6347721Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.6348295Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.6348848Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.6349422Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.6349981Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.6350560Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:19.9092060Z 2025-12-04T09:07:19.9092747Z  2025-12-04T09:07:19.9093150Z  2025-12-04T09:07:19.9093528Z  2025-12-04T09:07:19.9093881Z  2025-12-04T09:07:19.9094241Z  2025-12-04T09:07:19.9094607Z  2025-12-04T09:07:19.9094943Z  2025-12-04T09:07:19.9095290Z  2025-12-04T09:07:19.9096109Z [2,958 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:19.9098639Z Compiling test/cpp/jit/test_fuser.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:19.9099359Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.9099876Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.9100362Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:19.9100900Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.9101467Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.9102549Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:19.9103156Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:20.1230907Z 2025-12-04T09:07:20.1231927Z  2025-12-04T09:07:20.1232532Z  2025-12-04T09:07:20.1233120Z  2025-12-04T09:07:20.1234086Z  2025-12-04T09:07:20.1234480Z  2025-12-04T09:07:20.1234791Z  2025-12-04T09:07:20.1235103Z  2025-12-04T09:07:20.1235425Z  2025-12-04T09:07:20.1236298Z [2,960 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:20.1237401Z Compiling test/cpp/jit/test_fuser.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:20.1238210Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.1238755Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.1239256Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.1239757Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.1240237Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.1240758Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.1241615Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:20.3239843Z 2025-12-04T09:07:20.3240585Z  2025-12-04T09:07:20.3241012Z  2025-12-04T09:07:20.3241377Z  2025-12-04T09:07:20.3241723Z  2025-12-04T09:07:20.3242074Z  2025-12-04T09:07:20.3242415Z  2025-12-04T09:07:20.3242772Z  2025-12-04T09:07:20.3243447Z  2025-12-04T09:07:20.3244273Z [2,961 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:20.3245074Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.3245610Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.3246118Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.3246644Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.3247214Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.3247775Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.3248359Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:20.3248946Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:20.7970997Z 2025-12-04T09:07:20.7971723Z  2025-12-04T09:07:20.7972072Z  2025-12-04T09:07:20.7972374Z  2025-12-04T09:07:20.7972660Z  2025-12-04T09:07:20.7972951Z  2025-12-04T09:07:20.7973262Z  2025-12-04T09:07:20.7973608Z  2025-12-04T09:07:20.7973932Z  2025-12-04T09:07:20.7974826Z [2,962 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:20.7976032Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.7976739Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.7977297Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.7977845Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.7978383Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:20.7978916Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.7979463Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:20.7980213Z Compiling test/cpp/jit/test_inliner.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:21.1170270Z 2025-12-04T09:07:21.1177884Z  2025-12-04T09:07:21.1178484Z  2025-12-04T09:07:21.1178819Z  2025-12-04T09:07:21.1179592Z  2025-12-04T09:07:21.1179918Z  2025-12-04T09:07:21.1180561Z  2025-12-04T09:07:21.1180915Z  2025-12-04T09:07:21.1181300Z  2025-12-04T09:07:21.1182644Z [2,963 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:21.1183161Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.1183969Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.1184477Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.1185048Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.1185602Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:21.1186408Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:21.1187179Z Compiling test/cpp/jit/test_inliner.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:21.1188112Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:21.3244738Z 2025-12-04T09:07:21.3245634Z  2025-12-04T09:07:21.3246066Z  2025-12-04T09:07:21.3246403Z  2025-12-04T09:07:21.3246658Z  2025-12-04T09:07:21.3246872Z  2025-12-04T09:07:21.3247088Z  2025-12-04T09:07:21.3247355Z  2025-12-04T09:07:21.3247569Z  2025-12-04T09:07:21.3248215Z [2,964 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:21.3248988Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:21.3249477Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:21.3249969Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.3250452Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.3250954Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:21.3251411Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:21.3252068Z Compiling test/cpp/jit/test_inliner.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:21.3252772Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:21.5686895Z 2025-12-04T09:07:21.5687673Z  2025-12-04T09:07:21.5688105Z  2025-12-04T09:07:21.5688482Z  2025-12-04T09:07:21.5688840Z  2025-12-04T09:07:21.5689197Z  2025-12-04T09:07:21.5689783Z  2025-12-04T09:07:21.5690092Z  2025-12-04T09:07:21.5690421Z  2025-12-04T09:07:21.5691212Z [2,965 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:21.5692026Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:21.5692554Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:21.5693127Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:21.5693683Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.5694258Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:21.5695004Z Compiling test/cpp/jit/test_inliner.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:21.5695727Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:21.5696284Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:21.8162536Z 2025-12-04T09:07:21.8163641Z  2025-12-04T09:07:21.8164115Z  2025-12-04T09:07:21.8164509Z  2025-12-04T09:07:21.8164873Z  2025-12-04T09:07:21.8165280Z  2025-12-04T09:07:21.8165661Z  2025-12-04T09:07:21.8166013Z  2025-12-04T09:07:21.8166374Z  2025-12-04T09:07:21.8167596Z [2,968 / 3,080] 3 / 26 tests; 15 actions, 14 running; last test: ...base_tests 2025-12-04T09:07:21.8168649Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:21.8169240Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.8169845Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:21.8170439Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:21.8171614Z Compiling torch/csrc/distributed/rpc/types.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:21.8172501Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:21.8173384Z Compiling torch/csrc/distributed/rpc/utils.cpp; 1s processwrapper-sandbox 2025-12-04T09:07:21.8174536Z Compiling torch/csrc/api/src/cuda.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:22.1255994Z 2025-12-04T09:07:22.1256905Z  2025-12-04T09:07:22.1257379Z  2025-12-04T09:07:22.1257727Z  2025-12-04T09:07:22.1258090Z  2025-12-04T09:07:22.1258441Z  2025-12-04T09:07:22.1258817Z  2025-12-04T09:07:22.1259176Z  2025-12-04T09:07:22.1259545Z  2025-12-04T09:07:22.1260451Z [2,969 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:22.1261329Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:22.1261884Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:22.1262470Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:22.1263360Z Compiling torch/csrc/distributed/rpc/types.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.1264294Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:22.1265149Z Compiling torch/csrc/distributed/rpc/utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.1266229Z Compiling torch/csrc/api/src/cuda.cpp; 1s processwrapper-sandbox 2025-12-04T09:07:22.1267036Z //:jit_tests; 1s processwrapper-sandbox ... 2025-12-04T09:07:22.3258666Z 2025-12-04T09:07:22.3259464Z  2025-12-04T09:07:22.3259853Z  2025-12-04T09:07:22.3260083Z  2025-12-04T09:07:22.3260338Z  2025-12-04T09:07:22.3260562Z  2025-12-04T09:07:22.3260791Z  2025-12-04T09:07:22.3261032Z  2025-12-04T09:07:22.3261370Z  2025-12-04T09:07:22.3261957Z [2,970 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:22.3262580Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:22.3262949Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:22.3263392Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:22.3263787Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:22.3264472Z Compiling torch/csrc/distributed/rpc/utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.3265217Z Compiling torch/csrc/api/src/cuda.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.3265908Z Compiling test/cpp/jit/test_graph_executor.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.3267367Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:22.9450810Z 2025-12-04T09:07:22.9451835Z  2025-12-04T09:07:22.9452303Z  2025-12-04T09:07:22.9452690Z  2025-12-04T09:07:22.9453038Z  2025-12-04T09:07:22.9453392Z  2025-12-04T09:07:22.9453745Z  2025-12-04T09:07:22.9454106Z  2025-12-04T09:07:22.9454471Z  2025-12-04T09:07:22.9455337Z [2,971 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:22.9456206Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:22.9456774Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:22.9457342Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:22.9458178Z Compiling torch/csrc/distributed/rpc/utils.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.9459214Z Compiling torch/csrc/api/src/cuda.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.9460251Z Compiling test/cpp/jit/test_graph_executor.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:22.9461071Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:22.9461915Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:23.3264204Z 2025-12-04T09:07:23.3264801Z  2025-12-04T09:07:23.3265055Z  2025-12-04T09:07:23.3265279Z  2025-12-04T09:07:23.3265478Z  2025-12-04T09:07:23.3265690Z  2025-12-04T09:07:23.3265886Z  2025-12-04T09:07:23.3266097Z  2025-12-04T09:07:23.3266289Z  2025-12-04T09:07:23.3266810Z [2,973 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:23.3267315Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:23.3267792Z Compiling torch/csrc/distributed/rpc/utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:23.3268394Z Compiling torch/csrc/api/src/cuda.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:23.3268958Z Compiling test/cpp/jit/test_graph_executor.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:23.3269456Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:23.3269784Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:23.3270116Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:23.3270457Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:23.5296222Z 2025-12-04T09:07:23.5296861Z  2025-12-04T09:07:23.5297147Z  2025-12-04T09:07:23.5297408Z  2025-12-04T09:07:23.5297626Z  2025-12-04T09:07:23.5297826Z  2025-12-04T09:07:23.5298119Z  2025-12-04T09:07:23.5298424Z  2025-12-04T09:07:23.5298690Z  2025-12-04T09:07:23.5299440Z [2,974 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:23.5300065Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:23.5300760Z Compiling torch/csrc/distributed/rpc/utils.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:23.5301596Z Compiling test/cpp/jit/test_graph_executor.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:23.5302312Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:23.5302799Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:23.5303199Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:23.5303654Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:23.5303978Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:24.3871736Z 2025-12-04T09:07:24.3872456Z  2025-12-04T09:07:24.3872880Z  2025-12-04T09:07:24.3873221Z  2025-12-04T09:07:24.3873541Z  2025-12-04T09:07:24.3873881Z  2025-12-04T09:07:24.3874199Z  2025-12-04T09:07:24.3874549Z  2025-12-04T09:07:24.3874871Z  2025-12-04T09:07:24.3875772Z [2,975 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:24.3876680Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:24.3877451Z Compiling torch/csrc/distributed/rpc/utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:24.3878694Z Compiling test/cpp/jit/test_graph_executor.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:24.3879573Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.3880163Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.3880740Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.3881310Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:24.3881816Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:24.7320917Z 2025-12-04T09:07:24.7321623Z  2025-12-04T09:07:24.7322055Z  2025-12-04T09:07:24.7322421Z  2025-12-04T09:07:24.7322754Z  2025-12-04T09:07:24.7323075Z  2025-12-04T09:07:24.7323510Z  2025-12-04T09:07:24.7323826Z  2025-12-04T09:07:24.7324172Z  2025-12-04T09:07:24.7324987Z [2,975 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:24.7325812Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:24.7326687Z Compiling torch/csrc/distributed/rpc/utils.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:24.7328116Z Compiling test/cpp/jit/test_graph_executor.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:24.7329023Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.7329509Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.7329992Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.7330522Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:24.7331091Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:25.0564071Z 2025-12-04T09:07:25.0564804Z  2025-12-04T09:07:25.0565226Z  2025-12-04T09:07:25.0565591Z  2025-12-04T09:07:25.0565949Z  2025-12-04T09:07:25.0566294Z  2025-12-04T09:07:25.0566649Z  2025-12-04T09:07:25.0566991Z  2025-12-04T09:07:25.0567354Z  2025-12-04T09:07:25.0568216Z [2,977 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:25.0569371Z Compiling torch/csrc/distributed/rpc/utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:25.0570488Z Compiling test/cpp/jit/test_graph_executor.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:25.0575610Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.0576178Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:25.0576760Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:25.0577340Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:25.0577907Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:25.0578519Z //:jit_tests; 3s processwrapper-sandbox ... 2025-12-04T09:07:25.3330757Z 2025-12-04T09:07:25.3331511Z  2025-12-04T09:07:25.3331962Z  2025-12-04T09:07:25.3332325Z  2025-12-04T09:07:25.3332701Z  2025-12-04T09:07:25.3333088Z  2025-12-04T09:07:25.3333439Z  2025-12-04T09:07:25.3333814Z  2025-12-04T09:07:25.3334169Z  2025-12-04T09:07:25.3335090Z [2,978 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:25.3336291Z Compiling torch/csrc/distributed/rpc/utils.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:25.3337408Z Compiling test/cpp/jit/test_graph_executor.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:25.3338244Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.3338856Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.3339410Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.3339978Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:25.3340549Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:25.3341130Z //:jit_tests; 3s processwrapper-sandbox ... 2025-12-04T09:07:25.7293311Z 2025-12-04T09:07:25.7294030Z  2025-12-04T09:07:25.7294460Z  2025-12-04T09:07:25.7294793Z  2025-12-04T09:07:25.7295102Z  2025-12-04T09:07:25.7295448Z  2025-12-04T09:07:25.7295797Z  2025-12-04T09:07:25.7296124Z  2025-12-04T09:07:25.7296720Z  2025-12-04T09:07:25.7297562Z [2,980 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:25.7298729Z Compiling test/cpp/jit/test_graph_executor.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:25.7299606Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.7300150Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.7300640Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.7301156Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.7301730Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.7302559Z Compiling test/cpp/jit/test_graph_iterator.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:25.7303437Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:25.9338989Z 2025-12-04T09:07:25.9339668Z  2025-12-04T09:07:25.9340053Z  2025-12-04T09:07:25.9340370Z  2025-12-04T09:07:25.9340684Z  2025-12-04T09:07:25.9341006Z  2025-12-04T09:07:25.9341374Z  2025-12-04T09:07:25.9341717Z  2025-12-04T09:07:25.9342073Z  2025-12-04T09:07:25.9343259Z [2,980 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:25.9344448Z Compiling test/cpp/jit/test_graph_executor.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:25.9345175Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:25.9345716Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.9346257Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.9346816Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.9347354Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:25.9348163Z Compiling test/cpp/jit/test_graph_iterator.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:25.9348980Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:26.5980104Z 2025-12-04T09:07:26.5980772Z  2025-12-04T09:07:26.5981163Z  2025-12-04T09:07:26.5981491Z  2025-12-04T09:07:26.5981832Z  2025-12-04T09:07:26.5982135Z  2025-12-04T09:07:26.5982443Z  2025-12-04T09:07:26.5982801Z  2025-12-04T09:07:26.5983147Z  2025-12-04T09:07:26.5984066Z [2,981 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:26.5984973Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.5985504Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.5986002Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.5986502Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.5987007Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:26.5987760Z Compiling test/cpp/jit/test_graph_iterator.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:26.5988602Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:26.5989449Z Compiling torch/csrc/api/src/serialize.cpp; 3s processwrapper-sandbox ... 2025-12-04T09:07:26.8347900Z 2025-12-04T09:07:26.8348610Z  2025-12-04T09:07:26.8349093Z  2025-12-04T09:07:26.8349462Z  2025-12-04T09:07:26.8349844Z  2025-12-04T09:07:26.8350214Z  2025-12-04T09:07:26.8350592Z  2025-12-04T09:07:26.8350966Z  2025-12-04T09:07:26.8351340Z  2025-12-04T09:07:26.8352259Z [2,983 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:26.8353187Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.8353793Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.8354360Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:26.8355223Z Compiling test/cpp/jit/test_graph_iterator.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:26.8356124Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:26.8356979Z Compiling torch/csrc/api/src/serialize.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:26.8358004Z Compiling torch/csrc/api/src/nn/init.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:26.8359051Z Compiling torch/csrc/api/src/nn/module.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:07:27.1346709Z 2025-12-04T09:07:27.1347398Z  2025-12-04T09:07:27.1347838Z  2025-12-04T09:07:27.1348236Z  2025-12-04T09:07:27.1348609Z  2025-12-04T09:07:27.1348973Z  2025-12-04T09:07:27.1349335Z  2025-12-04T09:07:27.1349685Z  2025-12-04T09:07:27.1350033Z  2025-12-04T09:07:27.1350892Z [2,984 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:27.1351798Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:27.1352370Z //:torch; 5s processwrapper-sandbox 2025-12-04T09:07:27.1353210Z Compiling test/cpp/jit/test_graph_iterator.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:27.1354064Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:27.1354885Z Compiling torch/csrc/api/src/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:27.1355932Z Compiling torch/csrc/api/src/nn/init.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:27.1356967Z Compiling torch/csrc/api/src/nn/module.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:27.1358138Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:27.4879750Z 2025-12-04T09:07:27.4880646Z  2025-12-04T09:07:27.4881056Z  2025-12-04T09:07:27.4881416Z  2025-12-04T09:07:27.4881777Z  2025-12-04T09:07:27.4882128Z  2025-12-04T09:07:27.4882507Z  2025-12-04T09:07:27.4882857Z  2025-12-04T09:07:27.4883318Z  2025-12-04T09:07:27.4884147Z [2,986 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:27.4885142Z Compiling test/cpp/jit/test_graph_iterator.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:27.4885932Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:27.4886752Z Compiling torch/csrc/api/src/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:27.4887833Z Compiling torch/csrc/api/src/nn/init.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:27.4888823Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:27.4889571Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.4890085Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.4890680Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:27.7346015Z 2025-12-04T09:07:27.7346773Z  2025-12-04T09:07:27.7347228Z  2025-12-04T09:07:27.7347583Z  2025-12-04T09:07:27.7347949Z  2025-12-04T09:07:27.7348309Z  2025-12-04T09:07:27.7348651Z  2025-12-04T09:07:27.7349015Z  2025-12-04T09:07:27.7349344Z  2025-12-04T09:07:27.7350139Z [2,986 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:27.7351111Z Compiling test/cpp/jit/test_graph_iterator.cpp; 5s processwrapper-sandbox 2025-12-04T09:07:27.7351950Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:27.7352750Z Compiling torch/csrc/api/src/serialize.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:27.7353832Z Compiling torch/csrc/api/src/nn/init.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:27.7354793Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:27.7355476Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.7356001Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.7356553Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:27.9349524Z 2025-12-04T09:07:27.9350859Z  2025-12-04T09:07:27.9351302Z  2025-12-04T09:07:27.9351658Z  2025-12-04T09:07:27.9352006Z  2025-12-04T09:07:27.9352351Z  2025-12-04T09:07:27.9352676Z  2025-12-04T09:07:27.9353051Z  2025-12-04T09:07:27.9353406Z  2025-12-04T09:07:27.9354300Z [2,988 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:27.9355184Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:27.9355959Z Compiling torch/csrc/api/src/nn/init.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:27.9357200Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:27.9358072Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:27.9358660Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.9359227Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.9359786Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:27.9360360Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:28.3354145Z 2025-12-04T09:07:28.3354888Z  2025-12-04T09:07:28.3355310Z  2025-12-04T09:07:28.3355673Z  2025-12-04T09:07:28.3356006Z  2025-12-04T09:07:28.3356372Z  2025-12-04T09:07:28.3356729Z  2025-12-04T09:07:28.3357090Z  2025-12-04T09:07:28.3357414Z  2025-12-04T09:07:28.3358212Z [2,990 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:28.3359335Z Compiling torch/csrc/api/src/nn/module.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:28.3360194Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.3361079Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.3361725Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.3362250Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:28.3362762Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:28.3363329Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:28.3363910Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:28.6783120Z 2025-12-04T09:07:28.6783888Z  2025-12-04T09:07:28.6784314Z  2025-12-04T09:07:28.6784686Z  2025-12-04T09:07:28.6785043Z  2025-12-04T09:07:28.6785409Z  2025-12-04T09:07:28.6785750Z  2025-12-04T09:07:28.6786076Z  2025-12-04T09:07:28.6786416Z  2025-12-04T09:07:28.6787213Z [2,991 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:28.6788048Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.6788555Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.6789088Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.6789569Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.6790078Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:28.6790560Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:28.6791080Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:28.6791566Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:28.9360705Z 2025-12-04T09:07:28.9361767Z  2025-12-04T09:07:28.9362339Z  2025-12-04T09:07:28.9362889Z  2025-12-04T09:07:28.9363951Z  2025-12-04T09:07:28.9364325Z  2025-12-04T09:07:28.9364674Z  2025-12-04T09:07:28.9364984Z  2025-12-04T09:07:28.9365316Z  2025-12-04T09:07:28.9366140Z [2,991 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:28.9366997Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:28.9367540Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.9368053Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.9368591Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.9369107Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:28.9369626Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:28.9370134Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:28.9382752Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:29.3361290Z 2025-12-04T09:07:29.3361902Z  2025-12-04T09:07:29.3362162Z  2025-12-04T09:07:29.3362384Z  2025-12-04T09:07:29.3362599Z  2025-12-04T09:07:29.3362826Z  2025-12-04T09:07:29.3363026Z  2025-12-04T09:07:29.3363293Z  2025-12-04T09:07:29.3363510Z  2025-12-04T09:07:29.3364020Z [2,992 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:29.3639000Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:29.3639599Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:29.3640215Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:29.3640725Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:29.3641233Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.3641694Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.3642127Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.3642465Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:29.5647807Z 2025-12-04T09:07:29.5648614Z  2025-12-04T09:07:29.5649059Z  2025-12-04T09:07:29.5649404Z  2025-12-04T09:07:29.5649745Z  2025-12-04T09:07:29.5650088Z  2025-12-04T09:07:29.5650440Z  2025-12-04T09:07:29.5650795Z  2025-12-04T09:07:29.5651163Z  2025-12-04T09:07:29.5652062Z [2,993 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:29.5652911Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:29.5653407Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:29.5654239Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:29.5654935Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.5655498Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.5656074Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.5656584Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.5657093Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:29.7651002Z 2025-12-04T09:07:29.7651896Z  2025-12-04T09:07:29.7652300Z  2025-12-04T09:07:29.7652649Z  2025-12-04T09:07:29.7652952Z  2025-12-04T09:07:29.7653274Z  2025-12-04T09:07:29.7653597Z  2025-12-04T09:07:29.7653946Z  2025-12-04T09:07:29.7654287Z  2025-12-04T09:07:29.7655175Z [2,994 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:29.7656081Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:29.7656666Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:29.7657207Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:29.7657748Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:29.7658319Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.7659124Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.7659712Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:29.7660262Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:30.1502408Z 2025-12-04T09:07:30.1503129Z  2025-12-04T09:07:30.1503618Z  2025-12-04T09:07:30.1503992Z  2025-12-04T09:07:30.1504362Z  2025-12-04T09:07:30.1504713Z  2025-12-04T09:07:30.1505073Z  2025-12-04T09:07:30.1505412Z  2025-12-04T09:07:30.1505765Z  2025-12-04T09:07:30.1506636Z [2,996 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:30.1507566Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:30.1508145Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.1508740Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.1509258Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.1509830Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.1510394Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:30.1510970Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:30.1511576Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:30.3673875Z 2025-12-04T09:07:30.3674743Z  2025-12-04T09:07:30.3675175Z  2025-12-04T09:07:30.3675504Z  2025-12-04T09:07:30.3675803Z  2025-12-04T09:07:30.3676118Z  2025-12-04T09:07:30.3676433Z  2025-12-04T09:07:30.3676761Z  2025-12-04T09:07:30.3677076Z  2025-12-04T09:07:30.3677924Z [2,997 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:30.3679036Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.3679604Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.3680138Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.3680627Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.3681117Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:30.3681650Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:30.3682218Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:30.3682796Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:31.2104129Z 2025-12-04T09:07:31.2105394Z  2025-12-04T09:07:31.2105822Z  2025-12-04T09:07:31.2108380Z  2025-12-04T09:07:31.2108879Z  2025-12-04T09:07:31.2109192Z  2025-12-04T09:07:31.2109506Z  2025-12-04T09:07:31.2109824Z  2025-12-04T09:07:31.2110167Z  2025-12-04T09:07:31.2111036Z [2,998 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:31.2111954Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.2112539Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.2113366Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.2113889Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.2114479Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.2114986Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.2115498Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.2116082Z //:torch; 3s processwrapper-sandbox ... 2025-12-04T09:07:31.5162271Z 2025-12-04T09:07:31.5163332Z  2025-12-04T09:07:31.5163781Z  2025-12-04T09:07:31.5164124Z  2025-12-04T09:07:31.5164483Z  2025-12-04T09:07:31.5164849Z  2025-12-04T09:07:31.5165204Z  2025-12-04T09:07:31.5165564Z  2025-12-04T09:07:31.5165909Z  2025-12-04T09:07:31.5166769Z [3,001 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:31.5167647Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.5168229Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.5168805Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.5169377Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.5173400Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.5174024Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:31.5174620Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:31.5175196Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:31.7183288Z 2025-12-04T09:07:31.7185320Z  2025-12-04T09:07:31.7185766Z  2025-12-04T09:07:31.7186092Z  2025-12-04T09:07:31.7186398Z  2025-12-04T09:07:31.7186716Z  2025-12-04T09:07:31.7187030Z  2025-12-04T09:07:31.7187367Z  2025-12-04T09:07:31.7187693Z  2025-12-04T09:07:31.7188570Z [3,002 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:31.7189435Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.7189992Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.7190567Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.7191107Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.7191653Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.7192181Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:31.7193030Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:31.7193854Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:31.9689617Z 2025-12-04T09:07:31.9690358Z  2025-12-04T09:07:31.9690795Z  2025-12-04T09:07:31.9691137Z  2025-12-04T09:07:31.9691486Z  2025-12-04T09:07:31.9691790Z  2025-12-04T09:07:31.9692103Z  2025-12-04T09:07:31.9692428Z  2025-12-04T09:07:31.9692800Z  2025-12-04T09:07:31.9693694Z [3,002 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:31.9694929Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.9695477Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.9695991Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:31.9696518Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.9697024Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:31.9697540Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:31.9698282Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:31.9699084Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:32.3697603Z 2025-12-04T09:07:32.3698337Z  2025-12-04T09:07:32.3698742Z  2025-12-04T09:07:32.3699080Z  2025-12-04T09:07:32.3699424Z  2025-12-04T09:07:32.3699782Z  2025-12-04T09:07:32.3700128Z  2025-12-04T09:07:32.3700501Z  2025-12-04T09:07:32.3700842Z  2025-12-04T09:07:32.3701719Z [3,003 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:32.3702556Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:32.3703345Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:32.3704023Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:32.3704573Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.3705132Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.3705955Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:32.3706755Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:32.3707261Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:32.5700434Z 2025-12-04T09:07:32.5701392Z  2025-12-04T09:07:32.5701842Z  2025-12-04T09:07:32.5702217Z  2025-12-04T09:07:32.5702566Z  2025-12-04T09:07:32.5702927Z  2025-12-04T09:07:32.5703273Z  2025-12-04T09:07:32.5703631Z  2025-12-04T09:07:32.5703978Z  2025-12-04T09:07:32.5704823Z [3,004 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:32.5705647Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:32.5706190Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:32.5706695Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.5707209Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.5708018Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:32.5708895Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:32.5709457Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:32.5710026Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:32.9707457Z 2025-12-04T09:07:32.9708287Z  2025-12-04T09:07:32.9708737Z  2025-12-04T09:07:32.9709103Z  2025-12-04T09:07:32.9709434Z  2025-12-04T09:07:32.9709787Z  2025-12-04T09:07:32.9710101Z  2025-12-04T09:07:32.9710411Z  2025-12-04T09:07:32.9710743Z  2025-12-04T09:07:32.9711656Z [3,006 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:32.9712568Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:32.9713157Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.9713979Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:32.9714781Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.9715301Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:32.9715828Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:32.9716373Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:32.9716941Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:33.1710451Z 2025-12-04T09:07:33.1711214Z  2025-12-04T09:07:33.1711645Z  2025-12-04T09:07:33.1711980Z  2025-12-04T09:07:33.1712350Z  2025-12-04T09:07:33.1712703Z  2025-12-04T09:07:33.1713048Z  2025-12-04T09:07:33.1713387Z  2025-12-04T09:07:33.1713976Z  2025-12-04T09:07:33.1714827Z [3,007 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:33.1715611Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:33.1716413Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:33.1717272Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.1717856Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.1718398Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.1718954Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:33.1719457Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:33.1719956Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:33.5202676Z 2025-12-04T09:07:33.5203419Z  2025-12-04T09:07:33.5203886Z  2025-12-04T09:07:33.5204203Z  2025-12-04T09:07:33.5204496Z  2025-12-04T09:07:33.5204751Z  2025-12-04T09:07:33.5204963Z  2025-12-04T09:07:33.5205190Z  2025-12-04T09:07:33.5205398Z  2025-12-04T09:07:33.5206206Z [3,008 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:33.5206949Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:33.5207439Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.5207775Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.5208091Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.5208413Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.5208723Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:33.5209045Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:33.5209377Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:33.7714277Z 2025-12-04T09:07:33.7715077Z  2025-12-04T09:07:33.7715527Z  2025-12-04T09:07:33.7715868Z  2025-12-04T09:07:33.7716164Z  2025-12-04T09:07:33.7716449Z  2025-12-04T09:07:33.7716689Z  2025-12-04T09:07:33.7716887Z  2025-12-04T09:07:33.7717099Z  2025-12-04T09:07:33.7717902Z [3,008 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:33.7718800Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:33.7719659Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:33.7720205Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.7720537Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.7720853Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:33.7721176Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:33.7721487Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:33.7721818Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:34.0237356Z 2025-12-04T09:07:34.0237955Z  2025-12-04T09:07:34.0238214Z  2025-12-04T09:07:34.0238436Z  2025-12-04T09:07:34.0238638Z  2025-12-04T09:07:34.0238877Z  2025-12-04T09:07:34.0239091Z  2025-12-04T09:07:34.0239288Z  2025-12-04T09:07:34.0239500Z  2025-12-04T09:07:34.0240007Z [3,009 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:34.0240521Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:34.0240848Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:34.0241178Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.0241489Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.0241809Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.0242320Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.0242646Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.0243052Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:34.2346801Z 2025-12-04T09:07:34.2347526Z  2025-12-04T09:07:34.2347966Z  2025-12-04T09:07:34.2348324Z  2025-12-04T09:07:34.2348686Z  2025-12-04T09:07:34.2349314Z  2025-12-04T09:07:34.2349681Z  2025-12-04T09:07:34.2350031Z  2025-12-04T09:07:34.2350373Z  2025-12-04T09:07:34.2351555Z [3,011 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:34.2352552Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:34.2353202Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.2353826Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.2354463Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.2355098Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.2355713Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.2356354Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.2357035Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:34.5720262Z 2025-12-04T09:07:34.5721325Z  2025-12-04T09:07:34.5721748Z  2025-12-04T09:07:34.5722060Z  2025-12-04T09:07:34.5722398Z  2025-12-04T09:07:34.5722757Z  2025-12-04T09:07:34.5723113Z  2025-12-04T09:07:34.5723544Z  2025-12-04T09:07:34.5723910Z  2025-12-04T09:07:34.5725104Z [3,012 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:34.5726003Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:34.5726509Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.5726999Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.5727536Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.5728077Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.5728643Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.5729199Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.5729785Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:34.9729104Z 2025-12-04T09:07:34.9729929Z  2025-12-04T09:07:34.9730564Z  2025-12-04T09:07:34.9731026Z  2025-12-04T09:07:34.9731485Z  2025-12-04T09:07:34.9731970Z  2025-12-04T09:07:34.9732433Z  2025-12-04T09:07:34.9732893Z  2025-12-04T09:07:34.9733349Z  2025-12-04T09:07:34.9734202Z [3,013 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:34.9734998Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.9735723Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.9736306Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.9736940Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.9737588Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:34.9738211Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.9738857Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:34.9739463Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:35.5725114Z 2025-12-04T09:07:35.5725864Z  2025-12-04T09:07:35.5726283Z  2025-12-04T09:07:35.5726634Z  2025-12-04T09:07:35.5726971Z  2025-12-04T09:07:35.5727372Z  2025-12-04T09:07:35.5727692Z  2025-12-04T09:07:35.5728036Z  2025-12-04T09:07:35.5728382Z  2025-12-04T09:07:35.5729239Z [3,014 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:35.5730080Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:35.5730627Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:35.5731182Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:35.5731735Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.5732310Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.5732857Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:35.5733405Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:35.5733940Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:35.7733340Z 2025-12-04T09:07:35.7734154Z  2025-12-04T09:07:35.7734608Z  2025-12-04T09:07:35.7734990Z  2025-12-04T09:07:35.7735356Z  2025-12-04T09:07:35.7735926Z  2025-12-04T09:07:35.7736286Z  2025-12-04T09:07:35.7736639Z  2025-12-04T09:07:35.7737003Z  2025-12-04T09:07:35.7737876Z [3,016 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:35.7738757Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:35.7739313Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:35.7739881Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.7740441Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.7740984Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.7741559Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.7742137Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:35.7742731Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:35.9903757Z 2025-12-04T09:07:35.9904480Z  2025-12-04T09:07:35.9904894Z  2025-12-04T09:07:35.9905258Z  2025-12-04T09:07:35.9905611Z  2025-12-04T09:07:35.9906042Z  2025-12-04T09:07:35.9906386Z  2025-12-04T09:07:35.9906747Z  2025-12-04T09:07:35.9907088Z  2025-12-04T09:07:35.9908246Z [3,017 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:35.9909251Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:35.9909824Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.9910395Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.9910952Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.9911529Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:35.9912073Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:35.9912633Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:35.9913186Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:36.1961284Z 2025-12-04T09:07:36.1961958Z  2025-12-04T09:07:36.1962242Z  2025-12-04T09:07:36.1962514Z  2025-12-04T09:07:36.1962731Z  2025-12-04T09:07:36.1962948Z  2025-12-04T09:07:36.1963271Z  2025-12-04T09:07:36.1963488Z  2025-12-04T09:07:36.1963721Z  2025-12-04T09:07:36.1964323Z [3,018 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:36.1964884Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:36.1965228Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.1965604Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.1965937Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.1966279Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.1966646Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:36.1967176Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:36.1967686Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:36.5742335Z 2025-12-04T09:07:36.5743082Z  2025-12-04T09:07:36.5743527Z  2025-12-04T09:07:36.5743893Z  2025-12-04T09:07:36.5744274Z  2025-12-04T09:07:36.5744642Z  2025-12-04T09:07:36.5745013Z  2025-12-04T09:07:36.5745363Z  2025-12-04T09:07:36.5745733Z  2025-12-04T09:07:36.5746565Z [3,018 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:36.5747469Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:36.5748047Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.5748620Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.5749178Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.5749748Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.5750293Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.5751139Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:36.5751966Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:36.9279840Z 2025-12-04T09:07:36.9280601Z  2025-12-04T09:07:36.9281013Z  2025-12-04T09:07:36.9281608Z  2025-12-04T09:07:36.9281956Z  2025-12-04T09:07:36.9282309Z  2025-12-04T09:07:36.9282641Z  2025-12-04T09:07:36.9283001Z  2025-12-04T09:07:36.9283398Z  2025-12-04T09:07:36.9284233Z [3,020 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:36.9285061Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:36.9285602Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:36.9286142Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.9286637Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:36.9287442Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:36.9288292Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:36.9288814Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:36.9289350Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:37.2008080Z 2025-12-04T09:07:37.2008821Z  2025-12-04T09:07:37.2009268Z  2025-12-04T09:07:37.2009639Z  2025-12-04T09:07:37.2009980Z  2025-12-04T09:07:37.2010344Z  2025-12-04T09:07:37.2011050Z  2025-12-04T09:07:37.2011421Z  2025-12-04T09:07:37.2011868Z  2025-12-04T09:07:37.2012771Z [3,022 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:37.2013686Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:37.2014246Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.2015051Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:37.2015903Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:37.2016464Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:37.2017238Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:37.2018081Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:37.2018884Z Compiling torch/csrc/api/src/optim/adam.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:37.4665398Z 2025-12-04T09:07:37.4666125Z  2025-12-04T09:07:37.4666554Z  2025-12-04T09:07:37.4666974Z  2025-12-04T09:07:37.4667325Z  2025-12-04T09:07:37.4667701Z  2025-12-04T09:07:37.4668050Z  2025-12-04T09:07:37.4668408Z  2025-12-04T09:07:37.4668749Z  2025-12-04T09:07:37.4669629Z [3,023 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:37.4670504Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.4671555Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:37.4672427Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.4673014Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.4673843Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:37.4674698Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:37.4675532Z Compiling torch/csrc/api/src/optim/adam.cpp; 1s processwrapper-sandbox 2025-12-04T09:07:37.4676389Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:37.8013901Z 2025-12-04T09:07:37.8014628Z  2025-12-04T09:07:37.8015055Z  2025-12-04T09:07:37.8015394Z  2025-12-04T09:07:37.8015743Z  2025-12-04T09:07:37.8016091Z  2025-12-04T09:07:37.8016446Z  2025-12-04T09:07:37.8016799Z  2025-12-04T09:07:37.8017162Z  2025-12-04T09:07:37.8017996Z [3,023 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:37.8018791Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:37.8019521Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:37.8030463Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.8031080Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.8031816Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:37.8032790Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:37.8033515Z Compiling torch/csrc/api/src/optim/adam.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:37.8035751Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:38.2072592Z 2025-12-04T09:07:38.2075600Z  2025-12-04T09:07:38.2076080Z  2025-12-04T09:07:38.2076466Z  2025-12-04T09:07:38.2076871Z  2025-12-04T09:07:38.2077247Z  2025-12-04T09:07:38.2077635Z  2025-12-04T09:07:38.2078000Z  2025-12-04T09:07:38.2078396Z  2025-12-04T09:07:38.2079294Z [3,024 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:38.2080064Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:38.2080631Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:38.2081019Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:38.2081569Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:38.2082141Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:38.2090071Z Compiling torch/csrc/api/src/optim/adam.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:38.2090804Z Compiling torch/csrc/api/src/optim/adamw.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:38.2091293Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:38.5570378Z 2025-12-04T09:07:38.5571326Z  2025-12-04T09:07:38.5571766Z  2025-12-04T09:07:38.5572087Z  2025-12-04T09:07:38.5572510Z  2025-12-04T09:07:38.5572871Z  2025-12-04T09:07:38.5573278Z  2025-12-04T09:07:38.5573604Z  2025-12-04T09:07:38.5573974Z  2025-12-04T09:07:38.5574956Z [3,025 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:38.5576045Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:38.5576716Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:38.5577783Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:38.5578736Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:38.5579571Z Compiling torch/csrc/api/src/optim/adam.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:38.5580717Z Compiling torch/csrc/api/src/optim/adamw.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:38.5581769Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:38.5582640Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:38.8024475Z 2025-12-04T09:07:38.8025201Z  2025-12-04T09:07:38.8025591Z  2025-12-04T09:07:38.8025919Z  2025-12-04T09:07:38.8026233Z  2025-12-04T09:07:38.8026548Z  2025-12-04T09:07:38.8026856Z  2025-12-04T09:07:38.8027195Z  2025-12-04T09:07:38.8027542Z  2025-12-04T09:07:38.8028452Z [3,026 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:38.8029374Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:38.8030200Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:38.8030946Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:38.8031662Z Compiling torch/csrc/api/src/optim/adam.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:38.8032721Z Compiling torch/csrc/api/src/optim/adamw.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:38.8033805Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:38.8034650Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:38.8035170Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:39.0135516Z 2025-12-04T09:07:39.0136240Z  2025-12-04T09:07:39.0136690Z  2025-12-04T09:07:39.0137056Z  2025-12-04T09:07:39.0137416Z  2025-12-04T09:07:39.0137767Z  2025-12-04T09:07:39.0138123Z  2025-12-04T09:07:39.0138491Z  2025-12-04T09:07:39.0138840Z  2025-12-04T09:07:39.0139928Z [3,030 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:39.0140821Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:39.0141664Z Compiling torch/csrc/api/src/optim/adam.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.0142709Z Compiling torch/csrc/api/src/optim/adamw.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.0143766Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.0144640Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:39.0145481Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:39.0146342Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:39.0147171Z Compiling torch/csrc/api/src/optim/sgd.cpp; 1s processwrapper-sandbox ... 2025-12-04T09:07:39.4027078Z 2025-12-04T09:07:39.4027802Z  2025-12-04T09:07:39.4028196Z  2025-12-04T09:07:39.4028511Z  2025-12-04T09:07:39.4028875Z  2025-12-04T09:07:39.4029236Z  2025-12-04T09:07:39.4029577Z  2025-12-04T09:07:39.4029938Z  2025-12-04T09:07:39.4030663Z  2025-12-04T09:07:39.4031528Z [3,030 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:39.4032460Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:39.4033211Z Compiling torch/csrc/api/src/optim/adam.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.4034511Z Compiling torch/csrc/api/src/optim/adamw.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.4035972Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.4038386Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:39.4039165Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.4040042Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:39.4041098Z Compiling torch/csrc/api/src/optim/sgd.cpp; 2s processwrapper-sandbox ... 2025-12-04T09:07:39.6032868Z 2025-12-04T09:07:39.6033606Z  2025-12-04T09:07:39.6034017Z  2025-12-04T09:07:39.6034467Z  2025-12-04T09:07:39.6034867Z  2025-12-04T09:07:39.6035310Z  2025-12-04T09:07:39.6035724Z  2025-12-04T09:07:39.6036127Z  2025-12-04T09:07:39.6036508Z  2025-12-04T09:07:39.6037506Z [3,032 / 3,080] 3 / 26 tests; 15 actions running; last test: ...til_base_tests 2025-12-04T09:07:39.6038629Z Compiling torch/csrc/api/src/optim/adam.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:39.6039970Z Compiling torch/csrc/api/src/optim/adamw.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.6040867Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.6041570Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:39.6042281Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:39.6043004Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:39.6043938Z Compiling torch/csrc/api/src/optim/sgd.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:39.6044782Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:40.0037336Z 2025-12-04T09:07:40.0040072Z  2025-12-04T09:07:40.0040540Z  2025-12-04T09:07:40.0040887Z  2025-12-04T09:07:40.0041242Z  2025-12-04T09:07:40.0041576Z  2025-12-04T09:07:40.0041935Z  2025-12-04T09:07:40.0042269Z  2025-12-04T09:07:40.0042628Z  2025-12-04T09:07:40.0043564Z [3,032 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:40.0044672Z Compiling torch/csrc/api/src/optim/adam.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.0045739Z Compiling torch/csrc/api/src/optim/adamw.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.0046750Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.0047567Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:40.0048643Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:40.0049525Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:40.0050338Z Compiling torch/csrc/api/src/optim/sgd.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:40.0051186Z //:torch; 2s processwrapper-sandbox ... 2025-12-04T09:07:40.4138011Z 2025-12-04T09:07:40.4138980Z  2025-12-04T09:07:40.4139406Z  2025-12-04T09:07:40.4139774Z  2025-12-04T09:07:40.4140125Z  2025-12-04T09:07:40.4140481Z  2025-12-04T09:07:40.4140806Z  2025-12-04T09:07:40.4141148Z  2025-12-04T09:07:40.4141471Z  2025-12-04T09:07:40.4142231Z [3,033 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:40.4143381Z Compiling torch/csrc/api/src/optim/adamw.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.4144495Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.4145317Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:40.4146319Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.4147204Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:40.4147935Z Compiling torch/csrc/api/src/optim/sgd.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:40.4148674Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:40.4149218Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:40.6240404Z 2025-12-04T09:07:40.6241153Z  2025-12-04T09:07:40.6241564Z  2025-12-04T09:07:40.6242163Z  2025-12-04T09:07:40.6242520Z  2025-12-04T09:07:40.6243046Z  2025-12-04T09:07:40.6243468Z  2025-12-04T09:07:40.6243810Z  2025-12-04T09:07:40.6244147Z  2025-12-04T09:07:40.6245006Z [3,035 / 3,080] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:40.6245881Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:40.6246715Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:40.6247612Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:40.6248410Z Compiling torch/csrc/api/src/optim/sgd.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:40.6249224Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:40.6249800Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:40.6250485Z Compiling torch/csrc/api/src/xpu.cpp; 1s processwrapper-sandbox 2025-12-04T09:07:40.6251212Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:41.0044033Z 2025-12-04T09:07:41.0044676Z  2025-12-04T09:07:41.0045109Z  2025-12-04T09:07:41.0045477Z  2025-12-04T09:07:41.0045823Z  2025-12-04T09:07:41.0046179Z  2025-12-04T09:07:41.0046530Z  2025-12-04T09:07:41.0046878Z  2025-12-04T09:07:41.0047179Z  2025-12-04T09:07:41.0048008Z [3,038 / 3,080] 3 / 26 tests; 14 actions running; last test: ...til_base_tests 2025-12-04T09:07:41.0048905Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:41.0049691Z Compiling torch/csrc/api/src/optim/sgd.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:41.0050466Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:41.0050936Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.0051468Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.0052175Z Compiling torch/csrc/jit/passes/autocast.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:41.0053153Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:41.0053826Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:41.6048066Z 2025-12-04T09:07:41.6048886Z  2025-12-04T09:07:41.6049304Z  2025-12-04T09:07:41.6049659Z  2025-12-04T09:07:41.6050009Z  2025-12-04T09:07:41.6050358Z  2025-12-04T09:07:41.6050676Z  2025-12-04T09:07:41.6051032Z  2025-12-04T09:07:41.6051672Z  2025-12-04T09:07:41.6052578Z [3,040 / 3,080] 3 / 26 tests; 12 actions running; last test: ...til_base_tests 2025-12-04T09:07:41.6053654Z Compiling torch/csrc/api/src/optim/sgd.cpp; 4s processwrapper-sandbox 2025-12-04T09:07:41.6054472Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:41.6055018Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:41.6055580Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.6056353Z Compiling torch/csrc/jit/passes/autocast.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:41.6057149Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.6057683Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.6058245Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:41.8050885Z 2025-12-04T09:07:41.8051651Z  2025-12-04T09:07:41.8052073Z  2025-12-04T09:07:41.8052448Z  2025-12-04T09:07:41.8052785Z  2025-12-04T09:07:41.8053147Z  2025-12-04T09:07:41.8053522Z  2025-12-04T09:07:41.8053881Z  2025-12-04T09:07:41.8054219Z  2025-12-04T09:07:41.8055391Z [3,042 / 3,080] 3 / 26 tests; 10 actions running; last test: ...til_base_tests 2025-12-04T09:07:41.8056331Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:41.8056887Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:41.8057462Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.8058296Z Compiling torch/csrc/jit/passes/autocast.cpp; 2s processwrapper-sandbox 2025-12-04T09:07:41.8059169Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.8059693Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:41.8060180Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:41.8060668Z //:torch; 1s processwrapper-sandbox ... 2025-12-04T09:07:42.2054673Z 2025-12-04T09:07:42.2055441Z  2025-12-04T09:07:42.2055848Z  2025-12-04T09:07:42.2056162Z  2025-12-04T09:07:42.2056487Z  2025-12-04T09:07:42.2056818Z  2025-12-04T09:07:42.2057125Z  2025-12-04T09:07:42.2057470Z  2025-12-04T09:07:42.2057826Z  2025-12-04T09:07:42.2058744Z [3,044 / 3,080] 3 / 26 tests; 8 actions running; last test: ...util_base_tests 2025-12-04T09:07:42.2059662Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:42.2060245Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:42.2060753Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:42.2061497Z Compiling torch/csrc/jit/passes/autocast.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:42.2062239Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:42.2062782Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:42.2063347Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:42.2063917Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:42.4058484Z 2025-12-04T09:07:42.4059282Z  2025-12-04T09:07:42.4059554Z  2025-12-04T09:07:42.4059768Z  2025-12-04T09:07:42.4059991Z  2025-12-04T09:07:42.4060203Z  2025-12-04T09:07:42.4060399Z  2025-12-04T09:07:42.4060699Z  2025-12-04T09:07:42.4060909Z  2025-12-04T09:07:42.4061420Z [3,046 / 3,080] 3 / 26 tests; 6 actions running; last test: ...util_base_tests 2025-12-04T09:07:42.4061968Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:42.4062358Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:42.4062814Z Compiling torch/csrc/jit/passes/autocast.cpp; 3s processwrapper-sandbox 2025-12-04T09:07:42.4063307Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:42.4063636Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:42.4063948Z //:torch; 1s processwrapper-sandbox 2025-12-04T09:07:43.0063285Z 2025-12-04T09:07:43.0064162Z  2025-12-04T09:07:43.0064425Z  2025-12-04T09:07:43.0064644Z  2025-12-04T09:07:43.0064841Z  2025-12-04T09:07:43.0065052Z  2025-12-04T09:07:43.0065249Z  2025-12-04T09:07:43.0066042Z [3,048 / 3,080] 3 / 26 tests; 4 actions running; last test: ...util_base_tests 2025-12-04T09:07:43.0066565Z //:torch; 4s processwrapper-sandbox 2025-12-04T09:07:43.0066902Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:43.0067234Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:43.0067550Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:43.4067427Z 2025-12-04T09:07:43.4068287Z  2025-12-04T09:07:43.4068575Z  2025-12-04T09:07:43.4068779Z  2025-12-04T09:07:43.4068988Z  2025-12-04T09:07:43.4069488Z [3,049 / 3,080] 3 / 26 tests; 3 actions running; last test: ...util_base_tests 2025-12-04T09:07:43.4070001Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:43.4070329Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:43.4070655Z //:torch; 2s processwrapper-sandbox 2025-12-04T09:07:44.0071946Z 2025-12-04T09:07:44.0072786Z  2025-12-04T09:07:44.0073127Z  2025-12-04T09:07:44.0073343Z  2025-12-04T09:07:44.0074090Z [3,051 / 3,080] 3 / 26 tests; 1 action; last test: //c10/test:util_base_tests 2025-12-04T09:07:44.0074596Z //:torch; 3s processwrapper-sandbox 2025-12-04T09:07:44.2148160Z 2025-12-04T09:07:44.2148792Z  2025-12-04T09:07:44.2149422Z [3,052 / 3,080] 3 / 26 tests; 1 action; last test: //c10/test:util_base_tests 2025-12-04T09:07:44.2149944Z [Prepa] Linking libtorch.so 2025-12-04T09:07:44.6076587Z 2025-12-04T09:07:44.6077371Z  2025-12-04T09:07:44.6077942Z [3,052 / 3,080] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2025-12-04T09:07:44.6078495Z Linking libtorch.so; 0s processwrapper-sandbox 2025-12-04T09:07:44.6078885Z Linking jit_tests; 0s processwrapper-sandbox 2025-12-04T09:07:45.8082510Z 2025-12-04T09:07:45.8083106Z  2025-12-04T09:07:45.8083423Z  2025-12-04T09:07:45.8083956Z [3,052 / 3,080] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2025-12-04T09:07:45.8084514Z Linking libtorch.so; 1s processwrapper-sandbox 2025-12-04T09:07:45.8084910Z Linking jit_tests; 1s processwrapper-sandbox 2025-12-04T09:07:46.8088435Z 2025-12-04T09:07:46.8089005Z  2025-12-04T09:07:46.8089279Z  2025-12-04T09:07:46.8089782Z [3,052 / 3,080] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2025-12-04T09:07:46.8090329Z Linking libtorch.so; 2s processwrapper-sandbox 2025-12-04T09:07:46.8090725Z Linking jit_tests; 2s processwrapper-sandbox 2025-12-04T09:07:48.0093951Z 2025-12-04T09:07:48.0094475Z  2025-12-04T09:07:48.0094738Z  2025-12-04T09:07:48.0095250Z [3,052 / 3,080] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2025-12-04T09:07:48.0095798Z Linking libtorch.so; 3s processwrapper-sandbox 2025-12-04T09:07:48.0096206Z Linking jit_tests; 3s processwrapper-sandbox 2025-12-04T09:07:49.0099018Z 2025-12-04T09:07:49.0099554Z  2025-12-04T09:07:49.0099801Z  2025-12-04T09:07:49.0100342Z [3,052 / 3,080] 3 / 26 tests; 2 actions running; last test: ...util_base_tests 2025-12-04T09:07:49.0100890Z Linking libtorch.so; 4s processwrapper-sandbox 2025-12-04T09:07:49.0101280Z Linking jit_tests; 4s processwrapper-sandbox 2025-12-04T09:07:50.1000827Z 2025-12-04T09:07:50.1001600Z  2025-12-04T09:07:50.1001947Z  2025-12-04T09:07:50.1002707Z [3,054 / 3,080] 3 / 26 tests; 2 actions, 1 running; last test: ...l_base_tests 2025-12-04T09:07:50.1003561Z Linking jit_tests; 5s processwrapper-sandbox 2025-12-04T09:07:50.1004102Z [Prepa] Linking modules_test 2025-12-04T09:07:50.4113694Z 2025-12-04T09:07:50.4114410Z  2025-12-04T09:07:50.4114885Z  2025-12-04T09:07:50.4115801Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:50.4117116Z Linking jit_tests; 6s processwrapper-sandbox 2025-12-04T09:07:50.4118082Z Linking static_test; 0s processwrapper-sandbox 2025-12-04T09:07:50.4118834Z Linking rnn_test; 0s processwrapper-sandbox 2025-12-04T09:07:50.4119440Z Linking misc_test; 0s processwrapper-sandbox 2025-12-04T09:07:50.4120182Z Linking autograd_test; 0s processwrapper-sandbox 2025-12-04T09:07:50.4120920Z Linking modules_test; 0s processwrapper-sandbox 2025-12-04T09:07:50.4121665Z Linking tensor_test; 0s processwrapper-sandbox 2025-12-04T09:07:50.4122506Z Linking expanding_array_test; 0s processwrapper-sandbox ... 2025-12-04T09:07:51.6118459Z 2025-12-04T09:07:51.6119172Z  2025-12-04T09:07:51.6119536Z  2025-12-04T09:07:51.6119834Z  2025-12-04T09:07:51.6120112Z  2025-12-04T09:07:51.6120393Z  2025-12-04T09:07:51.6120659Z  2025-12-04T09:07:51.6120939Z  2025-12-04T09:07:51.6121234Z  2025-12-04T09:07:51.6121931Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:51.6122957Z Linking jit_tests; 7s processwrapper-sandbox 2025-12-04T09:07:51.6123688Z Linking static_test; 1s processwrapper-sandbox 2025-12-04T09:07:51.6124193Z Linking rnn_test; 1s processwrapper-sandbox 2025-12-04T09:07:51.6124688Z Linking misc_test; 1s processwrapper-sandbox 2025-12-04T09:07:51.6125212Z Linking autograd_test; 1s processwrapper-sandbox 2025-12-04T09:07:51.6125736Z Linking modules_test; 1s processwrapper-sandbox 2025-12-04T09:07:51.6126266Z Linking tensor_test; 1s processwrapper-sandbox 2025-12-04T09:07:51.6126846Z Linking expanding_array_test; 1s processwrapper-sandbox ... 2025-12-04T09:07:52.6126305Z 2025-12-04T09:07:52.6127127Z  2025-12-04T09:07:52.6127509Z  2025-12-04T09:07:52.6127849Z  2025-12-04T09:07:52.6128187Z  2025-12-04T09:07:52.6128488Z  2025-12-04T09:07:52.6128802Z  2025-12-04T09:07:52.6129109Z  2025-12-04T09:07:52.6129412Z  2025-12-04T09:07:52.6130276Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:52.6131090Z Linking jit_tests; 8s processwrapper-sandbox 2025-12-04T09:07:52.6131682Z Linking static_test; 2s processwrapper-sandbox 2025-12-04T09:07:52.6132310Z Linking rnn_test; 2s processwrapper-sandbox 2025-12-04T09:07:52.6132948Z Linking misc_test; 2s processwrapper-sandbox 2025-12-04T09:07:52.6133536Z Linking autograd_test; 2s processwrapper-sandbox 2025-12-04T09:07:52.6134162Z Linking modules_test; 2s processwrapper-sandbox 2025-12-04T09:07:52.6134794Z Linking tensor_test; 2s processwrapper-sandbox 2025-12-04T09:07:52.6135437Z Linking expanding_array_test; 2s processwrapper-sandbox ... 2025-12-04T09:07:53.6365037Z 2025-12-04T09:07:53.6365669Z  2025-12-04T09:07:53.6365961Z  2025-12-04T09:07:53.6366219Z  2025-12-04T09:07:53.6366439Z  2025-12-04T09:07:53.6366647Z  2025-12-04T09:07:53.6366868Z  2025-12-04T09:07:53.6367084Z  2025-12-04T09:07:53.6367305Z  2025-12-04T09:07:53.6367828Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:53.6368375Z Linking jit_tests; 9s processwrapper-sandbox 2025-12-04T09:07:53.6368782Z Linking static_test; 3s processwrapper-sandbox 2025-12-04T09:07:53.6369164Z Linking rnn_test; 3s processwrapper-sandbox 2025-12-04T09:07:53.6369546Z Linking misc_test; 3s processwrapper-sandbox 2025-12-04T09:07:53.6369933Z Linking autograd_test; 3s processwrapper-sandbox 2025-12-04T09:07:53.6370351Z Linking modules_test; 3s processwrapper-sandbox 2025-12-04T09:07:53.6370908Z Linking tensor_test; 3s processwrapper-sandbox 2025-12-04T09:07:53.6371373Z Linking expanding_array_test; 3s processwrapper-sandbox ... 2025-12-04T09:07:54.6138348Z 2025-12-04T09:07:54.6138988Z  2025-12-04T09:07:54.6139289Z  2025-12-04T09:07:54.6139509Z  2025-12-04T09:07:54.6139735Z  2025-12-04T09:07:54.6139983Z  2025-12-04T09:07:54.6140211Z  2025-12-04T09:07:54.6140429Z  2025-12-04T09:07:54.6140656Z  2025-12-04T09:07:54.6141170Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:54.6141700Z Linking jit_tests; 10s processwrapper-sandbox 2025-12-04T09:07:54.6142103Z Linking static_test; 4s processwrapper-sandbox 2025-12-04T09:07:54.6142483Z Linking rnn_test; 4s processwrapper-sandbox 2025-12-04T09:07:54.6142864Z Linking misc_test; 4s processwrapper-sandbox 2025-12-04T09:07:54.6143246Z Linking autograd_test; 4s processwrapper-sandbox 2025-12-04T09:07:54.6143651Z Linking modules_test; 4s processwrapper-sandbox 2025-12-04T09:07:54.6144047Z Linking tensor_test; 4s processwrapper-sandbox 2025-12-04T09:07:54.6144485Z Linking expanding_array_test; 4s processwrapper-sandbox ... 2025-12-04T09:07:55.6277788Z 2025-12-04T09:07:55.6278395Z  2025-12-04T09:07:55.6278974Z  2025-12-04T09:07:55.6279196Z  2025-12-04T09:07:55.6354489Z  2025-12-04T09:07:55.6354697Z  2025-12-04T09:07:55.6354912Z  2025-12-04T09:07:55.6355112Z  2025-12-04T09:07:55.6355324Z  2025-12-04T09:07:55.6355831Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:55.6356451Z Linking jit_tests; 11s processwrapper-sandbox 2025-12-04T09:07:55.6357199Z Linking static_test; 5s processwrapper-sandbox 2025-12-04T09:07:55.6357821Z Linking rnn_test; 5s processwrapper-sandbox 2025-12-04T09:07:55.6358514Z Linking misc_test; 5s processwrapper-sandbox 2025-12-04T09:07:55.6359227Z Linking autograd_test; 5s processwrapper-sandbox 2025-12-04T09:07:55.6359961Z Linking modules_test; 5s processwrapper-sandbox 2025-12-04T09:07:55.6360646Z Linking tensor_test; 5s processwrapper-sandbox 2025-12-04T09:07:55.6361088Z Linking expanding_array_test; 5s processwrapper-sandbox ... 2025-12-04T09:07:56.6207292Z 2025-12-04T09:07:56.6207873Z  2025-12-04T09:07:56.6208151Z  2025-12-04T09:07:56.6208364Z  2025-12-04T09:07:56.6208562Z  2025-12-04T09:07:56.6208773Z  2025-12-04T09:07:56.6208971Z  2025-12-04T09:07:56.6209181Z  2025-12-04T09:07:56.6209381Z  2025-12-04T09:07:56.6209890Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:56.6210411Z Linking jit_tests; 12s processwrapper-sandbox 2025-12-04T09:07:56.6210813Z Linking static_test; 6s processwrapper-sandbox 2025-12-04T09:07:56.6211301Z Linking rnn_test; 6s processwrapper-sandbox 2025-12-04T09:07:56.6211991Z Linking misc_test; 6s processwrapper-sandbox 2025-12-04T09:07:56.6212464Z Linking autograd_test; 6s processwrapper-sandbox 2025-12-04T09:07:56.6212860Z Linking modules_test; 6s processwrapper-sandbox 2025-12-04T09:07:56.6213249Z Linking tensor_test; 6s processwrapper-sandbox 2025-12-04T09:07:56.6213688Z Linking expanding_array_test; 6s processwrapper-sandbox ... 2025-12-04T09:07:57.8214334Z 2025-12-04T09:07:57.8214932Z  2025-12-04T09:07:57.8215193Z  2025-12-04T09:07:57.8215421Z  2025-12-04T09:07:57.8215627Z  2025-12-04T09:07:57.8215839Z  2025-12-04T09:07:57.8216039Z  2025-12-04T09:07:57.8216248Z  2025-12-04T09:07:57.8216441Z  2025-12-04T09:07:57.8216946Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:57.8217468Z Linking jit_tests; 13s processwrapper-sandbox 2025-12-04T09:07:57.8217868Z Linking static_test; 7s processwrapper-sandbox 2025-12-04T09:07:57.8218254Z Linking rnn_test; 7s processwrapper-sandbox 2025-12-04T09:07:57.8218615Z Linking misc_test; 7s processwrapper-sandbox 2025-12-04T09:07:57.8401348Z Linking autograd_test; 7s processwrapper-sandbox 2025-12-04T09:07:57.8401769Z Linking modules_test; 7s processwrapper-sandbox 2025-12-04T09:07:57.8402167Z Linking tensor_test; 7s processwrapper-sandbox 2025-12-04T09:07:57.8402616Z Linking expanding_array_test; 7s processwrapper-sandbox ... 2025-12-04T09:07:58.8220171Z 2025-12-04T09:07:58.8220764Z  2025-12-04T09:07:58.8221023Z  2025-12-04T09:07:58.8221254Z  2025-12-04T09:07:58.8221452Z  2025-12-04T09:07:58.8221664Z  2025-12-04T09:07:58.8221859Z  2025-12-04T09:07:58.8222073Z  2025-12-04T09:07:58.8222271Z  2025-12-04T09:07:58.8222789Z [3,054 / 3,080] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:58.8223323Z Linking jit_tests; 14s processwrapper-sandbox 2025-12-04T09:07:58.8223707Z Linking static_test; 8s processwrapper-sandbox 2025-12-04T09:07:58.8224092Z Linking rnn_test; 8s processwrapper-sandbox 2025-12-04T09:07:58.8224475Z Linking misc_test; 8s processwrapper-sandbox 2025-12-04T09:07:58.8225106Z Linking autograd_test; 8s processwrapper-sandbox 2025-12-04T09:07:58.8225497Z Linking modules_test; 8s processwrapper-sandbox 2025-12-04T09:07:58.8225966Z Linking tensor_test; 8s processwrapper-sandbox 2025-12-04T09:07:58.8226394Z Linking expanding_array_test; 8s processwrapper-sandbox ... 2025-12-04T09:07:59.1087242Z 2025-12-04T09:07:59.1087853Z  2025-12-04T09:07:59.1088119Z  2025-12-04T09:07:59.1088351Z  2025-12-04T09:07:59.1088562Z  2025-12-04T09:07:59.1088787Z  2025-12-04T09:07:59.1088984Z  2025-12-04T09:07:59.1089194Z  2025-12-04T09:07:59.1089388Z  2025-12-04T09:07:59.1089915Z [3,055 / 3,081] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:07:59.1090445Z Linking jit_tests; 14s processwrapper-sandbox 2025-12-04T09:07:59.1090835Z Linking static_test; 8s processwrapper-sandbox 2025-12-04T09:07:59.1091241Z Linking rnn_test; 8s processwrapper-sandbox 2025-12-04T09:07:59.1091613Z Linking misc_test; 8s processwrapper-sandbox 2025-12-04T09:07:59.1092016Z Linking autograd_test; 8s processwrapper-sandbox 2025-12-04T09:07:59.1092409Z Linking modules_test; 8s processwrapper-sandbox 2025-12-04T09:07:59.1092810Z Linking tensor_test; 8s processwrapper-sandbox 2025-12-04T09:07:59.1093267Z Linking expanding_array_test; 8s processwrapper-sandbox ... 2025-12-04T09:07:59.4224269Z 2025-12-04T09:07:59.4224893Z  2025-12-04T09:07:59.4225176Z  2025-12-04T09:07:59.4225392Z  2025-12-04T09:07:59.4225630Z  2025-12-04T09:07:59.4225833Z  2025-12-04T09:07:59.4226047Z  2025-12-04T09:07:59.4226243Z  2025-12-04T09:07:59.4226458Z  2025-12-04T09:07:59.4226966Z [3,055 / 3,081] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:07:59.4227536Z Linking jit_tests; 15s processwrapper-sandbox 2025-12-04T09:07:59.4227945Z Linking static_test; 9s processwrapper-sandbox 2025-12-04T09:07:59.4228342Z Linking rnn_test; 9s processwrapper-sandbox 2025-12-04T09:07:59.4228732Z Linking misc_test; 9s processwrapper-sandbox 2025-12-04T09:07:59.4229181Z Linking autograd_test; 9s processwrapper-sandbox 2025-12-04T09:07:59.4229584Z Linking modules_test; 9s processwrapper-sandbox 2025-12-04T09:07:59.4229966Z Linking tensor_test; 9s processwrapper-sandbox 2025-12-04T09:07:59.4230409Z Linking expanding_array_test; 9s processwrapper-sandbox ... 2025-12-04T09:08:00.4231326Z 2025-12-04T09:08:00.4231932Z  2025-12-04T09:08:00.4232208Z  2025-12-04T09:08:00.4232413Z  2025-12-04T09:08:00.4232631Z  2025-12-04T09:08:00.4232836Z  2025-12-04T09:08:00.4233046Z  2025-12-04T09:08:00.4233243Z  2025-12-04T09:08:00.4233457Z  2025-12-04T09:08:00.4233959Z [3,055 / 3,081] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:08:00.4234676Z Linking jit_tests; 16s processwrapper-sandbox 2025-12-04T09:08:00.4235079Z Linking static_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.4235481Z Linking rnn_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.4235870Z Linking misc_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.4236254Z Linking autograd_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.4236662Z Linking modules_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.4237049Z Linking tensor_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.4237495Z Linking expanding_array_test; 10s processwrapper-sandbox ... 2025-12-04T09:08:00.7354597Z 2025-12-04T09:08:00.7355300Z  2025-12-04T09:08:00.7355765Z  2025-12-04T09:08:00.7356137Z  2025-12-04T09:08:00.7356522Z  2025-12-04T09:08:00.7356881Z  2025-12-04T09:08:00.7357262Z  2025-12-04T09:08:00.7357621Z  2025-12-04T09:08:00.7358019Z  2025-12-04T09:08:00.7358924Z [3,056 / 3,082] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:08:00.7360164Z Linking jit_tests; 16s processwrapper-sandbox 2025-12-04T09:08:00.7360987Z Linking static_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.7361695Z Linking rnn_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.7362398Z Linking misc_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.7363120Z Linking autograd_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.7363955Z Linking modules_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.7364684Z Linking tensor_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.7365448Z Linking init_test; 10s processwrapper-sandbox ... 2025-12-04T09:08:00.9377888Z 2025-12-04T09:08:00.9378584Z  2025-12-04T09:08:00.9378993Z  2025-12-04T09:08:00.9379309Z  2025-12-04T09:08:00.9379630Z  2025-12-04T09:08:00.9379943Z  2025-12-04T09:08:00.9380298Z  2025-12-04T09:08:00.9380616Z  2025-12-04T09:08:00.9380954Z  2025-12-04T09:08:00.9381766Z [3,057 / 3,083] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:08:00.9382641Z Linking jit_tests; 16s processwrapper-sandbox 2025-12-04T09:08:00.9383284Z Linking static_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.9383895Z Linking misc_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.9384539Z Linking autograd_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.9385179Z Linking modules_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.9385816Z Linking tensor_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.9386430Z Linking init_test; 10s processwrapper-sandbox 2025-12-04T09:08:00.9387167Z Linking torch_dist_autograd_test; 10s processwrapper-sandbox ... 2025-12-04T09:08:01.2239850Z 2025-12-04T09:08:01.2240808Z  2025-12-04T09:08:01.2241273Z  2025-12-04T09:08:01.2241665Z  2025-12-04T09:08:01.2242039Z  2025-12-04T09:08:01.2242401Z  2025-12-04T09:08:01.2242770Z  2025-12-04T09:08:01.2243143Z  2025-12-04T09:08:01.2243585Z  2025-12-04T09:08:01.2244489Z [3,057 / 3,083] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:08:01.2245465Z Linking jit_tests; 16s processwrapper-sandbox 2025-12-04T09:08:01.2246203Z Linking static_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.2246925Z Linking misc_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.2247669Z Linking autograd_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.2248405Z Linking modules_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.2249149Z Linking tensor_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.2249852Z Linking init_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.2250691Z Linking torch_dist_autograd_test; 11s processwrapper-sandbox ... 2025-12-04T09:08:01.4240154Z 2025-12-04T09:08:01.4240816Z  2025-12-04T09:08:01.4241082Z  2025-12-04T09:08:01.4241301Z  2025-12-04T09:08:01.4241529Z  2025-12-04T09:08:01.4241749Z  2025-12-04T09:08:01.4241955Z  2025-12-04T09:08:01.4242166Z  2025-12-04T09:08:01.4242362Z  2025-12-04T09:08:01.4242890Z [3,060 / 3,085] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:08:01.4243504Z Linking jit_tests; 17s processwrapper-sandbox 2025-12-04T09:08:01.4243902Z Linking static_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.4244301Z Linking misc_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.4244689Z Linking modules_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.4245094Z Linking init_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.4245459Z Linking any_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.4245840Z Linking enum_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.4246252Z Linking memory_test; 11s processwrapper-sandbox ... 2025-12-04T09:08:01.8079435Z 2025-12-04T09:08:01.8080299Z  2025-12-04T09:08:01.8081010Z  2025-12-04T09:08:01.8082226Z  2025-12-04T09:08:01.8082678Z  2025-12-04T09:08:01.8083039Z  2025-12-04T09:08:01.8083487Z  2025-12-04T09:08:01.8083871Z  2025-12-04T09:08:01.8084243Z  2025-12-04T09:08:01.8085119Z [3,063 / 3,087] 3 / 26 tests; 16 actions, 15 running; last test: ...base_tests 2025-12-04T09:08:01.8086087Z Linking jit_tests; 17s processwrapper-sandbox 2025-12-04T09:08:01.8086820Z Linking static_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.8087533Z Linking modules_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.8088243Z Linking init_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.8088952Z Linking enum_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.8089626Z Linking memory_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.8090394Z Linking dataloader_test; 11s processwrapper-sandbox 2025-12-04T09:08:01.8091235Z Testing //:torch_include_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:02.0373694Z 2025-12-04T09:08:02.0374426Z  2025-12-04T09:08:02.0374866Z  2025-12-04T09:08:02.0375223Z  2025-12-04T09:08:02.0375575Z  2025-12-04T09:08:02.0375942Z  2025-12-04T09:08:02.0376277Z  2025-12-04T09:08:02.0376670Z  2025-12-04T09:08:02.0377026Z  2025-12-04T09:08:02.0377934Z [3,064 / 3,088] 3 / 26 tests; 16 actions running; last test: ...til_base_tests 2025-12-04T09:08:02.0378892Z Linking jit_tests; 17s processwrapper-sandbox 2025-12-04T09:08:02.0379618Z Linking static_test; 11s processwrapper-sandbox 2025-12-04T09:08:02.0380345Z Linking init_test; 11s processwrapper-sandbox 2025-12-04T09:08:02.0381011Z Linking enum_test; 11s processwrapper-sandbox 2025-12-04T09:08:02.0381728Z Linking memory_test; 11s processwrapper-sandbox 2025-12-04T09:08:02.0382476Z Linking dataloader_test; 11s processwrapper-sandbox 2025-12-04T09:08:02.0383289Z Testing //:torch_include_test; 2s processwrapper-sandbox 2025-12-04T09:08:02.0384185Z Testing //:expanding_array_test; 1s processwrapper-sandbox ... 2025-12-04T09:08:02.3856150Z 2025-12-04T09:08:02.3856864Z  2025-12-04T09:08:02.3857265Z  2025-12-04T09:08:02.3857586Z  2025-12-04T09:08:02.3857922Z  2025-12-04T09:08:02.3858240Z  2025-12-04T09:08:02.3858568Z  2025-12-04T09:08:02.3858894Z  2025-12-04T09:08:02.3859225Z  2025-12-04T09:08:02.3860050Z [3,065 / 3,089] 4 / 26 tests; 16 actions running; last test: ...h_include_test 2025-12-04T09:08:02.3860905Z Linking jit_tests; 18s processwrapper-sandbox 2025-12-04T09:08:02.3861566Z Linking static_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3862191Z Linking init_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3863035Z Linking memory_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3863678Z Linking dataloader_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3864409Z Testing //:torch_include_test; 3s processwrapper-sandbox 2025-12-04T09:08:02.3865180Z Testing //:expanding_array_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.3865905Z Testing //:rnn_test; 1s processwrapper-sandbox ... 2025-12-04T09:08:02.3869966Z 2025-12-04T09:08:02.3870259Z  2025-12-04T09:08:02.3870599Z  2025-12-04T09:08:02.3871118Z  2025-12-04T09:08:02.3871440Z  2025-12-04T09:08:02.3871775Z  2025-12-04T09:08:02.3872097Z  2025-12-04T09:08:02.3872431Z  2025-12-04T09:08:02.3872743Z  2025-12-04T09:08:02.3873261Z INFO: From Testing //:torch_include_test: 2025-12-04T09:08:02.3873900Z ==================== Test output for //:torch_include_test: 2025-12-04T09:08:02.3874454Z Running main() from gmock_main.cc 2025-12-04T09:08:02.3874947Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:02.3875445Z [==========] Running 1 test from 1 test suite. 2025-12-04T09:08:02.3876207Z [----------] Global test environment set-up. 2025-12-04T09:08:02.3876744Z [----------] 1 test from TorchIncludeTest 2025-12-04T09:08:02.3877399Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2025-12-04T09:08:02.3878013Z [ OK ] TorchIncludeTest.GetSetNumThreads (0 ms) 2025-12-04T09:08:02.3878647Z [----------] 1 test from TorchIncludeTest (0 ms total) 2025-12-04T09:08:02.3879046Z 2025-12-04T09:08:02.3879254Z [----------] Global test environment tear-down 2025-12-04T09:08:02.3879809Z [==========] 1 test from 1 test suite ran. (0 ms total) 2025-12-04T09:08:02.3880346Z [ PASSED ] 1 test. 2025-12-04T09:08:02.3880736Z ================================================================================ 2025-12-04T09:08:02.3933170Z [3,065 / 3,089] 4 / 26 tests; 16 actions running; last test: ...h_include_test 2025-12-04T09:08:02.3934160Z Linking jit_tests; 18s processwrapper-sandbox 2025-12-04T09:08:02.3934919Z Linking static_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3935661Z Linking init_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3936370Z Linking memory_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3937138Z Linking dataloader_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.3937928Z Testing //:torch_include_test; 3s processwrapper-sandbox 2025-12-04T09:08:02.3938791Z Testing //:expanding_array_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.3939590Z Testing //:rnn_test; 1s processwrapper-sandbox ... 2025-12-04T09:08:02.7309233Z 2025-12-04T09:08:02.7310045Z  2025-12-04T09:08:02.7310648Z  2025-12-04T09:08:02.7311147Z  2025-12-04T09:08:02.7311723Z  2025-12-04T09:08:02.7312184Z  2025-12-04T09:08:02.7312627Z  2025-12-04T09:08:02.7313098Z  2025-12-04T09:08:02.7313565Z  2025-12-04T09:08:02.7314560Z [3,067 / 3,091] 4 / 26 tests; 15 actions running; last test: ...h_include_test 2025-12-04T09:08:02.7315631Z Linking jit_tests; 18s processwrapper-sandbox 2025-12-04T09:08:02.7316440Z Linking static_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.7317252Z Linking init_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.7318025Z Linking memory_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.7318887Z Testing //:expanding_array_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.7319742Z Testing //:rnn_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.7320522Z Linking optim_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.7321366Z Testing //:tensor_test; 1s processwrapper-sandbox ... 2025-12-04T09:08:02.9313703Z 2025-12-04T09:08:02.9314374Z  2025-12-04T09:08:02.9314834Z  2025-12-04T09:08:02.9315222Z  2025-12-04T09:08:02.9315620Z  2025-12-04T09:08:02.9315961Z  2025-12-04T09:08:02.9316351Z  2025-12-04T09:08:02.9316737Z  2025-12-04T09:08:02.9317345Z  2025-12-04T09:08:02.9318260Z [3,068 / 3,092] 4 / 26 tests; 16 actions running; last test: ...h_include_test 2025-12-04T09:08:02.9319257Z Linking jit_tests; 18s processwrapper-sandbox 2025-12-04T09:08:02.9320019Z Linking static_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.9320713Z Linking init_test; 12s processwrapper-sandbox 2025-12-04T09:08:02.9321507Z Testing //:expanding_array_test; 2s processwrapper-sandbox 2025-12-04T09:08:02.9322311Z Testing //:rnn_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.9323012Z Linking optim_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.9323847Z Testing //:tensor_test; 1s processwrapper-sandbox 2025-12-04T09:08:02.9324664Z Testing //:autograd_test; 1s processwrapper-sandbox ... 2025-12-04T09:08:03.4615017Z 2025-12-04T09:08:03.4615741Z  2025-12-04T09:08:03.4616213Z  2025-12-04T09:08:03.4616594Z  2025-12-04T09:08:03.4616948Z  2025-12-04T09:08:03.4617313Z  2025-12-04T09:08:03.4617704Z  2025-12-04T09:08:03.4618079Z  2025-12-04T09:08:03.4618456Z  2025-12-04T09:08:03.4619649Z [3,068 / 3,092] 5 / 26 tests; 16 actions running; last test: ...ing_array_test 2025-12-04T09:08:03.4620753Z Linking jit_tests; 19s processwrapper-sandbox 2025-12-04T09:08:03.4621467Z Linking static_test; 13s processwrapper-sandbox 2025-12-04T09:08:03.4622177Z Linking init_test; 13s processwrapper-sandbox 2025-12-04T09:08:03.4622961Z Testing //:expanding_array_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4623778Z Testing //:rnn_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4624463Z Linking optim_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4625201Z Testing //:tensor_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4625974Z Testing //:autograd_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:03.4626517Z 2025-12-04T09:08:03.4626769Z  2025-12-04T09:08:03.4627127Z  2025-12-04T09:08:03.4627512Z  2025-12-04T09:08:03.4627882Z  2025-12-04T09:08:03.4628254Z  2025-12-04T09:08:03.4628625Z  2025-12-04T09:08:03.4629038Z  2025-12-04T09:08:03.4629412Z  2025-12-04T09:08:03.4630007Z INFO: From Testing //:expanding_array_test: 2025-12-04T09:08:03.4639930Z ==================== Test output for //:expanding_array_test: 2025-12-04T09:08:03.4640590Z Running main() from gmock_main.cc 2025-12-04T09:08:03.4641127Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:03.4641651Z [==========] Running 6 tests from 1 test suite. 2025-12-04T09:08:03.4642299Z [----------] Global test environment set-up. 2025-12-04T09:08:03.4642921Z [----------] 6 tests from ExpandingArrayTest 2025-12-04T09:08:03.4643737Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2025-12-04T09:08:03.4644710Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2025-12-04T09:08:03.4645634Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2025-12-04T09:08:03.4646444Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2025-12-04T09:08:03.4647246Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2025-12-04T09:08:03.4648169Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2025-12-04T09:08:03.4649005Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2025-12-04T09:08:03.4649897Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2025-12-04T09:08:03.4651268Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2025-12-04T09:08:03.4653182Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (0 ms) 2025-12-04T09:08:03.4654932Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2025-12-04T09:08:03.4656570Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (0 ms) 2025-12-04T09:08:03.4657830Z [----------] 6 tests from ExpandingArrayTest (0 ms total) 2025-12-04T09:08:03.4660880Z 2025-12-04T09:08:03.4661112Z [----------] Global test environment tear-down 2025-12-04T09:08:03.4661759Z [==========] 6 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:08:03.4662374Z [ PASSED ] 6 tests. 2025-12-04T09:08:03.4662837Z ================================================================================ 2025-12-04T09:08:03.4672844Z [3,068 / 3,092] 5 / 26 tests; 16 actions running; last test: ...ing_array_test 2025-12-04T09:08:03.4674093Z Linking jit_tests; 19s processwrapper-sandbox 2025-12-04T09:08:03.4674952Z Linking static_test; 13s processwrapper-sandbox 2025-12-04T09:08:03.4675797Z Linking init_test; 13s processwrapper-sandbox 2025-12-04T09:08:03.4676725Z Testing //:expanding_array_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4677674Z Testing //:rnn_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4678652Z Linking optim_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4679563Z Testing //:tensor_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.4680449Z Testing //:autograd_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:03.7320560Z 2025-12-04T09:08:03.7321502Z  2025-12-04T09:08:03.7322088Z  2025-12-04T09:08:03.7322439Z  2025-12-04T09:08:03.7322832Z  2025-12-04T09:08:03.7323292Z  2025-12-04T09:08:03.7323698Z  2025-12-04T09:08:03.7324081Z  2025-12-04T09:08:03.7324498Z  2025-12-04T09:08:03.7325355Z [3,069 / 3,092] 5 / 26 tests; 16 actions running; last test: ...ing_array_test 2025-12-04T09:08:03.7326372Z Linking jit_tests; 19s processwrapper-sandbox 2025-12-04T09:08:03.7327114Z Linking static_test; 13s processwrapper-sandbox 2025-12-04T09:08:03.7327806Z Linking init_test; 13s processwrapper-sandbox 2025-12-04T09:08:03.7328511Z Testing //:rnn_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.7329257Z Linking optim_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.7329992Z Testing //:tensor_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.7330745Z Testing //:autograd_test; 2s processwrapper-sandbox 2025-12-04T09:08:03.7331529Z Testing //:any_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:04.5325593Z 2025-12-04T09:08:04.5326323Z  2025-12-04T09:08:04.5326780Z  2025-12-04T09:08:04.5327155Z  2025-12-04T09:08:04.5327527Z  2025-12-04T09:08:04.5327891Z  2025-12-04T09:08:04.5328266Z  2025-12-04T09:08:04.5328640Z  2025-12-04T09:08:04.5329011Z  2025-12-04T09:08:04.5329859Z [3,070 / 3,092] 5 / 26 tests; 15 actions running; last test: ...ing_array_test 2025-12-04T09:08:04.5330849Z Linking jit_tests; 20s processwrapper-sandbox 2025-12-04T09:08:04.5331572Z Linking static_test; 14s processwrapper-sandbox 2025-12-04T09:08:04.5332286Z Testing //:rnn_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.5332998Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.5333741Z Testing //:tensor_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.5334498Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.5335203Z Testing //:any_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.5335951Z Testing //:misc_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:04.7364049Z 2025-12-04T09:08:04.7364756Z  2025-12-04T09:08:04.7365094Z  2025-12-04T09:08:04.7365378Z  2025-12-04T09:08:04.7365647Z  2025-12-04T09:08:04.7365936Z  2025-12-04T09:08:04.7366210Z  2025-12-04T09:08:04.7366491Z  2025-12-04T09:08:04.7366814Z  2025-12-04T09:08:04.7367497Z [3,070 / 3,093] 6 / 26 tests; 16 actions running; last test: //:tensor_test 2025-12-04T09:08:04.7368198Z Linking jit_tests; 20s processwrapper-sandbox 2025-12-04T09:08:04.7368741Z Linking static_test; 14s processwrapper-sandbox 2025-12-04T09:08:04.7369284Z Testing //:rnn_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7370002Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7370558Z Testing //:tensor_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7371271Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7371832Z Testing //:any_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7372362Z Testing //:misc_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:04.7372735Z 2025-12-04T09:08:04.7372883Z  2025-12-04T09:08:04.7373153Z  2025-12-04T09:08:04.7373433Z  2025-12-04T09:08:04.7373717Z  2025-12-04T09:08:04.7373981Z  2025-12-04T09:08:04.7374254Z  2025-12-04T09:08:04.7374516Z  2025-12-04T09:08:04.7374789Z  2025-12-04T09:08:04.7375162Z INFO: From Testing //:tensor_test: 2025-12-04T09:08:04.7399815Z ==================== Test output for //:tensor_test: 2025-12-04T09:08:04.7400364Z Running main() from gmock_main.cc 2025-12-04T09:08:04.7400865Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:04.7401336Z [==========] Running 48 tests from 1 test suite. 2025-12-04T09:08:04.7402097Z [----------] Global test environment set-up. 2025-12-04T09:08:04.7402672Z [----------] 48 tests from TensorTest 2025-12-04T09:08:04.7403359Z [ RUN ] TensorTest.ToDtype 2025-12-04T09:08:04.7403799Z [ OK ] TensorTest.ToDtype (1 ms) 2025-12-04T09:08:04.7404338Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2025-12-04T09:08:04.7405008Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2025-12-04T09:08:04.7405627Z [ RUN ] TensorTest.TensorAttributes 2025-12-04T09:08:04.7406203Z [ OK ] TensorTest.TensorAttributes (0 ms) 2025-12-04T09:08:04.7406794Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2025-12-04T09:08:04.7407433Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (0 ms) 2025-12-04T09:08:04.7408188Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2025-12-04T09:08:04.7408990Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2025-12-04T09:08:04.7409740Z [ RUN ] TensorTest.AtTensorCtorScalar 2025-12-04T09:08:04.7410326Z [ OK ] TensorTest.AtTensorCtorScalar (1 ms) 2025-12-04T09:08:04.7410948Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2025-12-04T09:08:04.7411580Z [ OK ] TensorTest.AtTensorCtorSingleDim (1 ms) 2025-12-04T09:08:04.7412234Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2025-12-04T09:08:04.7412922Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2025-12-04T09:08:04.7413661Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2025-12-04T09:08:04.7414467Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (0 ms) 2025-12-04T09:08:04.7415220Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2025-12-04T09:08:04.7415967Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2025-12-04T09:08:04.7416804Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2025-12-04T09:08:04.7417556Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2025-12-04T09:08:04.7418291Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2025-12-04T09:08:04.7418978Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2025-12-04T09:08:04.7419745Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2025-12-04T09:08:04.7420544Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2025-12-04T09:08:04.7421370Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2025-12-04T09:08:04.7422168Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (1 ms) 2025-12-04T09:08:04.7422935Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2025-12-04T09:08:04.7423685Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2025-12-04T09:08:04.7424466Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2025-12-04T09:08:04.7440195Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (7 ms) 2025-12-04T09:08:04.7441078Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2025-12-04T09:08:04.7442051Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (4 ms) 2025-12-04T09:08:04.7442782Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2025-12-04T09:08:04.7443597Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2025-12-04T09:08:04.7444352Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2025-12-04T09:08:04.7445108Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (1 ms) 2025-12-04T09:08:04.7445861Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2025-12-04T09:08:04.7446615Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (0 ms) 2025-12-04T09:08:04.7447370Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2025-12-04T09:08:04.7448023Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2025-12-04T09:08:04.7448807Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2025-12-04T09:08:04.7449629Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:08:04.7450865Z W1204 09:08:04.053182 121512 Copy.cpp:308] Warning: Casting complex values to real discards the imaginary part (function operator()) 2025-12-04T09:08:04.7452331Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (0 ms) 2025-12-04T09:08:04.7453221Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2025-12-04T09:08:04.7453922Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (1 ms) 2025-12-04T09:08:04.7454695Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2025-12-04T09:08:04.7455553Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (1 ms) 2025-12-04T09:08:04.7456317Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2025-12-04T09:08:04.7457088Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (1 ms) 2025-12-04T09:08:04.7457743Z [ RUN ] TensorTest.Arange 2025-12-04T09:08:04.7458181Z [ OK ] TensorTest.Arange (0 ms) 2025-12-04T09:08:04.7458774Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2025-12-04T09:08:04.7459494Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2025-12-04T09:08:04.7460363Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2025-12-04T09:08:04.7461388Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (0 ms) 2025-12-04T09:08:04.7462209Z [ RUN ] TensorTest.FromBlob 2025-12-04T09:08:04.7462717Z [ OK ] TensorTest.FromBlob (0 ms) 2025-12-04T09:08:04.7463277Z [ RUN ] TensorTest.FromBlobUsesDeleter 2025-12-04T09:08:04.7463882Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2025-12-04T09:08:04.7464461Z [ RUN ] TensorTest.FromBlobWithStrides 2025-12-04T09:08:04.7465028Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2025-12-04T09:08:04.7465577Z [ RUN ] TensorTest.Item 2025-12-04T09:08:04.7466048Z [ OK ] TensorTest.Item (0 ms) 2025-12-04T09:08:04.7466545Z [ RUN ] TensorTest.DataPtr 2025-12-04T09:08:04.7467052Z [ OK ] TensorTest.DataPtr (0 ms) 2025-12-04T09:08:04.7467569Z [ RUN ] TensorTest.Data 2025-12-04T09:08:04.7468036Z [ OK ] TensorTest.Data (0 ms) 2025-12-04T09:08:04.7468528Z [ RUN ] TensorTest.BackwardAndGrad 2025-12-04T09:08:04.7469081Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2025-12-04T09:08:04.7469682Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2025-12-04T09:08:04.7470330Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2025-12-04T09:08:04.7471171Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2025-12-04T09:08:04.7471682Z [ OK ] TensorTest.BackwardNonScalarOutputs (0 ms) 2025-12-04T09:08:04.7472221Z [ RUN ] TensorTest.BackwardComplexScalarOutput 2025-12-04T09:08:04.7472774Z [ OK ] TensorTest.BackwardComplexScalarOutput (0 ms) 2025-12-04T09:08:04.7473256Z [ RUN ] TensorTest.IsLeaf 2025-12-04T09:08:04.7473638Z [ OK ] TensorTest.IsLeaf (0 ms) 2025-12-04T09:08:04.7474034Z [ RUN ] TensorTest.OutputNr 2025-12-04T09:08:04.7474428Z [ OK ] TensorTest.OutputNr (0 ms) 2025-12-04T09:08:04.7474830Z [ RUN ] TensorTest.Version 2025-12-04T09:08:04.7475367Z [ OK ] TensorTest.Version (0 ms) 2025-12-04T09:08:04.7475767Z [ RUN ] TensorTest.Detach 2025-12-04T09:08:04.7476158Z [ OK ] TensorTest.Detach (0 ms) 2025-12-04T09:08:04.7476565Z [ RUN ] TensorTest.DetachInplace 2025-12-04T09:08:04.7477008Z [ OK ] TensorTest.DetachInplace (0 ms) 2025-12-04T09:08:04.7477440Z [ RUN ] TensorTest.SetData 2025-12-04T09:08:04.7477806Z [ OK ] TensorTest.SetData (0 ms) 2025-12-04T09:08:04.7478244Z [ RUN ] TensorTest.RequiresGradInplace 2025-12-04T09:08:04.7478707Z [ OK ] TensorTest.RequiresGradInplace (0 ms) 2025-12-04T09:08:04.7479175Z [ RUN ] TensorTest.StdDimension 2025-12-04T09:08:04.7479586Z [ OK ] TensorTest.StdDimension (1 ms) 2025-12-04T09:08:04.7480021Z [ RUN ] TensorTest.ReshapeAlias 2025-12-04T09:08:04.7480431Z [ OK ] TensorTest.ReshapeAlias (2 ms) 2025-12-04T09:08:04.7480876Z [ RUN ] TensorTest.BackendMetadata 2025-12-04T09:08:04.7481326Z [ OK ] TensorTest.BackendMetadata (0 ms) 2025-12-04T09:08:04.7481788Z [----------] 48 tests from TensorTest (36 ms total) 2025-12-04T09:08:04.7482103Z 2025-12-04T09:08:04.7482462Z [----------] Global test environment tear-down 2025-12-04T09:08:04.7482925Z [==========] 48 tests from 1 test suite ran. (36 ms total) 2025-12-04T09:08:04.7483545Z [ PASSED ] 48 tests. 2025-12-04T09:08:04.7483878Z ================================================================================ 2025-12-04T09:08:04.7484852Z [3,070 / 3,093] 6 / 26 tests; 16 actions running; last test: //:tensor_test 2025-12-04T09:08:04.7485519Z Linking jit_tests; 20s processwrapper-sandbox 2025-12-04T09:08:04.7486031Z Linking static_test; 14s processwrapper-sandbox 2025-12-04T09:08:04.7486553Z Testing //:rnn_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7487060Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7487568Z Testing //:tensor_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7488098Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7488611Z Testing //:any_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.7489138Z Testing //:misc_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:04.8351277Z 2025-12-04T09:08:04.8351968Z  2025-12-04T09:08:04.8352374Z  2025-12-04T09:08:04.8352745Z  2025-12-04T09:08:04.8353098Z  2025-12-04T09:08:04.8353463Z  2025-12-04T09:08:04.8353821Z  2025-12-04T09:08:04.8354185Z  2025-12-04T09:08:04.8354533Z  2025-12-04T09:08:04.8355043Z INFO: From Testing //:misc_test: 2025-12-04T09:08:04.8431097Z ==================== Test output for //:misc_test: 2025-12-04T09:08:04.8431750Z Running main() from gmock_main.cc 2025-12-04T09:08:04.8432302Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:04.8432826Z [==========] Running 7 tests from 4 test suites. 2025-12-04T09:08:04.8433444Z [----------] Global test environment set-up. 2025-12-04T09:08:04.8434007Z [----------] 2 tests from UtilsTest 2025-12-04T09:08:04.8434549Z [ RUN ] UtilsTest.WarnOnce 2025-12-04T09:08:04.8435045Z [ OK ] UtilsTest.WarnOnce (0 ms) 2025-12-04T09:08:04.8435681Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2025-12-04T09:08:04.8436391Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2025-12-04T09:08:04.8437085Z [----------] 2 tests from UtilsTest (0 ms total) 2025-12-04T09:08:04.8437503Z 2025-12-04T09:08:04.8437682Z [----------] 1 test from NoGradTest 2025-12-04T09:08:04.8438242Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2025-12-04T09:08:04.8438922Z [ OK ] NoGradTest.SetsGradModeCorrectly (38 ms) 2025-12-04T09:08:04.8439578Z [----------] 1 test from NoGradTest (38 ms total) 2025-12-04T09:08:04.8440009Z 2025-12-04T09:08:04.8440189Z [----------] 3 tests from AutogradTest 2025-12-04T09:08:04.8440764Z [ RUN ] AutogradTest.CanTakeDerivatives 2025-12-04T09:08:04.8441419Z [ OK ] AutogradTest.CanTakeDerivatives (1 ms) 2025-12-04T09:08:04.8442195Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2025-12-04T09:08:04.8443386Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (1 ms) 2025-12-04T09:08:04.8444262Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2025-12-04T09:08:04.8445040Z [ OK ] AutogradTest.CanPassCustomGradientInputs (1 ms) 2025-12-04T09:08:04.8445795Z [----------] 3 tests from AutogradTest (4 ms total) 2025-12-04T09:08:04.8446229Z 2025-12-04T09:08:04.8446441Z [----------] 1 test from OptionalArrayRefTest 2025-12-04T09:08:04.8447127Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2025-12-04T09:08:04.8447893Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2025-12-04T09:08:04.8448654Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2025-12-04T09:08:04.8449125Z 2025-12-04T09:08:04.8449357Z [----------] Global test environment tear-down 2025-12-04T09:08:04.8449980Z [==========] 7 tests from 4 test suites ran. (43 ms total) 2025-12-04T09:08:04.8450591Z [ PASSED ] 7 tests. 2025-12-04T09:08:04.8451040Z ================================================================================ 2025-12-04T09:08:04.8452414Z [3,071 / 3,093] 7 / 26 tests; 16 actions running; last test: //:misc_test 2025-12-04T09:08:04.8453325Z Linking jit_tests; 20s processwrapper-sandbox 2025-12-04T09:08:04.8454152Z Linking static_test; 14s processwrapper-sandbox 2025-12-04T09:08:04.8454856Z Testing //:rnn_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.8455526Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.8456237Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.8456926Z Testing //:any_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.8457628Z Testing //:misc_test; 3s processwrapper-sandbox 2025-12-04T09:08:04.8458397Z Linking tensor_options_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:04.9982202Z 2025-12-04T09:08:04.9982943Z  2025-12-04T09:08:04.9983411Z  2025-12-04T09:08:04.9983765Z  2025-12-04T09:08:04.9984127Z  2025-12-04T09:08:04.9984506Z  2025-12-04T09:08:04.9984862Z  2025-12-04T09:08:04.9985216Z  2025-12-04T09:08:04.9985572Z  2025-12-04T09:08:04.9986083Z INFO: From Testing //:any_test: 2025-12-04T09:08:04.9986720Z ==================== Test output for //:any_test: 2025-12-04T09:08:04.9987298Z Running main() from gmock_main.cc 2025-12-04T09:08:04.9987832Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:04.9988355Z [==========] Running 30 tests from 2 test suites. 2025-12-04T09:08:04.9988967Z [----------] Global test environment set-up. 2025-12-04T09:08:04.9989561Z [----------] 18 tests from AnyModuleTest 2025-12-04T09:08:04.9990146Z [ RUN ] AnyModuleTest.SimpleReturnType 2025-12-04T09:08:04.9990809Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2025-12-04T09:08:04.9991567Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2025-12-04T09:08:04.9992471Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2025-12-04T09:08:04.9993381Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2025-12-04T09:08:04.9994294Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2025-12-04T09:08:04.9995209Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2025-12-04T09:08:04.9996102Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2025-12-04T09:08:04.9997266Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2025-12-04T09:08:04.9998713Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (1 ms) 2025-12-04T09:08:04.9999805Z [ RUN ] AnyModuleTest.WrongArgumentType 2025-12-04T09:08:05.0000455Z [ OK ] AnyModuleTest.WrongArgumentType (0 ms) 2025-12-04T09:08:05.0001147Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2025-12-04T09:08:05.0001865Z [ OK ] AnyModuleTest.WrongNumberOfArguments (0 ms) 2025-12-04T09:08:05.0002913Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2025-12-04T09:08:05.0004696Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (0 ms) 2025-12-04T09:08:05.0005874Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2025-12-04T09:08:05.0006656Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2025-12-04T09:08:05.0007421Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2025-12-04T09:08:05.0008188Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (0 ms) 2025-12-04T09:08:05.0008958Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2025-12-04T09:08:05.0009700Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2025-12-04T09:08:05.0010474Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2025-12-04T09:08:05.0011267Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2025-12-04T09:08:05.0012040Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2025-12-04T09:08:05.0012777Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (0 ms) 2025-12-04T09:08:05.0013504Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2025-12-04T09:08:05.0014180Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2025-12-04T09:08:05.0015117Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2025-12-04T09:08:05.0016083Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (0 ms) 2025-12-04T09:08:05.0016923Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2025-12-04T09:08:05.0017738Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2025-12-04T09:08:05.0018528Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2025-12-04T09:08:05.0019307Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2025-12-04T09:08:05.0020123Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2025-12-04T09:08:05.0021014Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2025-12-04T09:08:05.0021822Z [----------] 18 tests from AnyModuleTest (2 ms total) 2025-12-04T09:08:05.0022264Z 2025-12-04T09:08:05.0022441Z [----------] 12 tests from AnyValueTest 2025-12-04T09:08:05.0023142Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2025-12-04T09:08:05.0024041Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2025-12-04T09:08:05.0025060Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2025-12-04T09:08:05.0026192Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2025-12-04T09:08:05.0027265Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2025-12-04T09:08:05.0028239Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2025-12-04T09:08:05.0029222Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2025-12-04T09:08:05.0030280Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2025-12-04T09:08:05.0031309Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2025-12-04T09:08:05.0032380Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2025-12-04T09:08:05.0033385Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2025-12-04T09:08:05.0034298Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2025-12-04T09:08:05.0035140Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2025-12-04T09:08:05.0035892Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (0 ms) 2025-12-04T09:08:05.0036619Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2025-12-04T09:08:05.0037368Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2025-12-04T09:08:05.0038097Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2025-12-04T09:08:05.0038815Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2025-12-04T09:08:05.0039525Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2025-12-04T09:08:05.0040259Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2025-12-04T09:08:05.0041031Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2025-12-04T09:08:05.0041912Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2025-12-04T09:08:05.0042813Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2025-12-04T09:08:05.0043633Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2025-12-04T09:08:05.0044378Z [----------] 12 tests from AnyValueTest (0 ms total) 2025-12-04T09:08:05.0044818Z 2025-12-04T09:08:05.0045036Z [----------] Global test environment tear-down 2025-12-04T09:08:05.0045676Z [==========] 30 tests from 2 test suites ran. (3 ms total) 2025-12-04T09:08:05.0046262Z [ PASSED ] 30 tests. 2025-12-04T09:08:05.0046721Z ================================================================================ 2025-12-04T09:08:05.0047823Z [3,072 / 3,093] 8 / 26 tests; 16 actions running; last test: //:any_test 2025-12-04T09:08:05.0048703Z Linking jit_tests; 20s processwrapper-sandbox 2025-12-04T09:08:05.0049404Z Linking static_test; 14s processwrapper-sandbox 2025-12-04T09:08:05.0050093Z Testing //:rnn_test; 4s processwrapper-sandbox 2025-12-04T09:08:05.0050793Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.0051494Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.0052310Z Testing //:any_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.0053060Z Linking tensor_options_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.0053890Z Testing //:modules_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:05.3332537Z 2025-12-04T09:08:05.3333558Z  2025-12-04T09:08:05.3334332Z  2025-12-04T09:08:05.3334954Z  2025-12-04T09:08:05.3335731Z  2025-12-04T09:08:05.3336124Z  2025-12-04T09:08:05.3336498Z  2025-12-04T09:08:05.3336846Z  2025-12-04T09:08:05.3337213Z  2025-12-04T09:08:05.3338029Z [3,073 / 3,093] 8 / 26 tests; 16 actions running; last test: //:any_test 2025-12-04T09:08:05.3338941Z Linking jit_tests; 21s processwrapper-sandbox 2025-12-04T09:08:05.3339652Z Linking static_test; 15s processwrapper-sandbox 2025-12-04T09:08:05.3340346Z Testing //:rnn_test; 4s processwrapper-sandbox 2025-12-04T09:08:05.3341069Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3341795Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3342574Z Linking tensor_options_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3343329Z Testing //:modules_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3344062Z Testing //:enum_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:05.3390737Z 2025-12-04T09:08:05.3391366Z  2025-12-04T09:08:05.3391790Z  2025-12-04T09:08:05.3392157Z  2025-12-04T09:08:05.3392513Z  2025-12-04T09:08:05.3392886Z  2025-12-04T09:08:05.3393237Z  2025-12-04T09:08:05.3393605Z  2025-12-04T09:08:05.3393974Z  2025-12-04T09:08:05.3394474Z INFO: From Testing //:enum_test: 2025-12-04T09:08:05.3395103Z ==================== Test output for //:enum_test: 2025-12-04T09:08:05.3395689Z Running main() from gmock_main.cc 2025-12-04T09:08:05.3396254Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:05.3396785Z [==========] Running 1 test from 1 test suite. 2025-12-04T09:08:05.3397418Z [----------] Global test environment set-up. 2025-12-04T09:08:05.3397969Z [----------] 1 test from EnumTest 2025-12-04T09:08:05.3398490Z [ RUN ] EnumTest.AllEnums 2025-12-04T09:08:05.3398988Z [ OK ] EnumTest.AllEnums (0 ms) 2025-12-04T09:08:05.3399577Z [----------] 1 test from EnumTest (0 ms total) 2025-12-04T09:08:05.3399982Z 2025-12-04T09:08:05.3400189Z [----------] Global test environment tear-down 2025-12-04T09:08:05.3400792Z [==========] 1 test from 1 test suite ran. (0 ms total) 2025-12-04T09:08:05.3401375Z [ PASSED ] 1 test. 2025-12-04T09:08:05.3401807Z ================================================================================ 2025-12-04T09:08:05.3491994Z [3,073 / 3,093] 9 / 26 tests; 16 actions running; last test: //:enum_test 2025-12-04T09:08:05.3492919Z Linking jit_tests; 21s processwrapper-sandbox 2025-12-04T09:08:05.3493826Z Linking static_test; 15s processwrapper-sandbox 2025-12-04T09:08:05.3494536Z Testing //:rnn_test; 4s processwrapper-sandbox 2025-12-04T09:08:05.3495229Z Linking optim_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3495946Z Testing //:autograd_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3496699Z Linking tensor_options_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3497466Z Testing //:modules_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.3498184Z Testing //:enum_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:05.7339109Z 2025-12-04T09:08:05.7339819Z  2025-12-04T09:08:05.7340258Z  2025-12-04T09:08:05.7340584Z  2025-12-04T09:08:05.7340912Z  2025-12-04T09:08:05.7341220Z  2025-12-04T09:08:05.7341549Z  2025-12-04T09:08:05.7341875Z  2025-12-04T09:08:05.7342210Z  2025-12-04T09:08:05.7342968Z [3,075 / 3,094] 9 / 26 tests; 16 actions running; last test: //:enum_test 2025-12-04T09:08:05.7343818Z Linking jit_tests; 21s processwrapper-sandbox 2025-12-04T09:08:05.7344708Z Testing //:rnn_test; 4s processwrapper-sandbox 2025-12-04T09:08:05.7345342Z Linking optim_test; 4s processwrapper-sandbox 2025-12-04T09:08:05.7346057Z Testing //:autograd_test; 4s processwrapper-sandbox 2025-12-04T09:08:05.7346734Z Linking tensor_options_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.7347433Z Testing //:modules_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.7348058Z Testing //:jit_test; 3s processwrapper-sandbox 2025-12-04T09:08:05.7348736Z Testing //:dataloader_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:06.2389644Z 2025-12-04T09:08:06.2390501Z  2025-12-04T09:08:06.2390990Z  2025-12-04T09:08:06.2391438Z  2025-12-04T09:08:06.2392179Z  2025-12-04T09:08:06.2392551Z  2025-12-04T09:08:06.2392850Z  2025-12-04T09:08:06.2393169Z  2025-12-04T09:08:06.2393470Z  2025-12-04T09:08:06.2394290Z [3,075 / 3,094] 10 / 26 tests; 16 actions running; last test: //:memory_test 2025-12-04T09:08:06.2395112Z Linking jit_tests; 21s processwrapper-sandbox 2025-12-04T09:08:06.2395727Z Testing //:rnn_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.2396317Z Linking optim_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2396911Z Testing //:autograd_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2397560Z Linking tensor_options_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2398194Z Testing //:modules_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2398788Z Testing //:jit_test; 3s processwrapper-sandbox 2025-12-04T09:08:06.2399420Z Testing //:dataloader_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:06.2399874Z 2025-12-04T09:08:06.2400063Z  2025-12-04T09:08:06.2400376Z  2025-12-04T09:08:06.2400686Z  2025-12-04T09:08:06.2400992Z  2025-12-04T09:08:06.2401294Z  2025-12-04T09:08:06.2401617Z  2025-12-04T09:08:06.2401907Z  2025-12-04T09:08:06.2402228Z  2025-12-04T09:08:06.2402653Z INFO: From Testing //:memory_test: 2025-12-04T09:08:06.2403193Z ==================== Test output for //:memory_test: 2025-12-04T09:08:06.2403833Z Running main() from gmock_main.cc 2025-12-04T09:08:06.2404287Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:06.2404728Z [==========] Running 3 tests from 1 test suite. 2025-12-04T09:08:06.2405247Z [----------] Global test environment set-up. 2025-12-04T09:08:06.2405748Z [----------] 3 tests from MakeUniqueTest 2025-12-04T09:08:06.2406283Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2025-12-04T09:08:06.2406935Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2025-12-04T09:08:06.2407571Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2025-12-04T09:08:06.2408215Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2025-12-04T09:08:06.2408886Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2025-12-04T09:08:06.2409828Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2025-12-04T09:08:06.2410506Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2025-12-04T09:08:06.2410876Z 2025-12-04T09:08:06.2411060Z [----------] Global test environment tear-down 2025-12-04T09:08:06.2411591Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:08:06.2412082Z [ PASSED ] 3 tests. 2025-12-04T09:08:06.2412477Z ================================================================================ 2025-12-04T09:08:06.2413424Z [3,075 / 3,094] 10 / 26 tests; 16 actions running; last test: //:memory_test 2025-12-04T09:08:06.2414204Z Linking jit_tests; 21s processwrapper-sandbox 2025-12-04T09:08:06.2414805Z Testing //:rnn_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.2415399Z Linking optim_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2416036Z Testing //:autograd_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2416695Z Linking tensor_options_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2417377Z Testing //:modules_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2418221Z Testing //:jit_test; 3s processwrapper-sandbox 2025-12-04T09:08:06.2418985Z Testing //:dataloader_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:06.2570615Z 2025-12-04T09:08:06.2571518Z  2025-12-04T09:08:06.2571997Z  2025-12-04T09:08:06.2572358Z  2025-12-04T09:08:06.2572681Z  2025-12-04T09:08:06.2573033Z  2025-12-04T09:08:06.2573347Z  2025-12-04T09:08:06.2573697Z  2025-12-04T09:08:06.2574037Z  2025-12-04T09:08:06.2574529Z INFO: From Testing //:jit_test: 2025-12-04T09:08:06.2575168Z ==================== Test output for //:jit_test: 2025-12-04T09:08:06.2575744Z Running main() from gmock_main.cc 2025-12-04T09:08:06.2576261Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:06.2576783Z [==========] Running 6 tests from 1 test suite. 2025-12-04T09:08:06.2577384Z [----------] Global test environment set-up. 2025-12-04T09:08:06.2577975Z [----------] 6 tests from TorchScriptTest 2025-12-04T09:08:06.2578649Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2025-12-04T09:08:06.2579442Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (401 ms) 2025-12-04T09:08:06.2580350Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2025-12-04T09:08:06.2581243Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (6 ms) 2025-12-04T09:08:06.2582026Z [ RUN ] TorchScriptTest.TestDictArgMatching 2025-12-04T09:08:06.2582736Z [ OK ] TorchScriptTest.TestDictArgMatching (2 ms) 2025-12-04T09:08:06.2583398Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2025-12-04T09:08:06.2584132Z [ OK ] TorchScriptTest.TestTupleArgMatching (1 ms) 2025-12-04T09:08:06.2584841Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2025-12-04T09:08:06.2585569Z [ OK ] TorchScriptTest.TestOptionalArgMatching (3 ms) 2025-12-04T09:08:06.2586267Z [ RUN ] TorchScriptTest.TestPickle 2025-12-04T09:08:06.2586868Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2025-12-04T09:08:06.2587546Z [----------] 6 tests from TorchScriptTest (414 ms total) 2025-12-04T09:08:06.2587967Z 2025-12-04T09:08:06.2588178Z [----------] Global test environment tear-down 2025-12-04T09:08:06.2588809Z [==========] 6 tests from 1 test suite ran. (414 ms total) 2025-12-04T09:08:06.2589377Z [ PASSED ] 6 tests. 2025-12-04T09:08:06.2589813Z ================================================================================ 2025-12-04T09:08:06.2590912Z [3,076 / 3,094] 11 / 26 tests; 16 actions, 15 running; last test: //:jit_test 2025-12-04T09:08:06.2591809Z Linking jit_tests; 21s processwrapper-sandbox 2025-12-04T09:08:06.2592505Z Testing //:rnn_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.2593186Z Linking optim_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2593937Z Testing //:autograd_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2594927Z Linking tensor_options_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2595606Z Testing //:modules_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.2596233Z Testing //:jit_test; 3s processwrapper-sandbox 2025-12-04T09:08:06.2596963Z Testing //:dataloader_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:06.5345456Z 2025-12-04T09:08:06.5346127Z  2025-12-04T09:08:06.5346548Z  2025-12-04T09:08:06.5346870Z  2025-12-04T09:08:06.5347219Z  2025-12-04T09:08:06.5347522Z  2025-12-04T09:08:06.5347847Z  2025-12-04T09:08:06.5348176Z  2025-12-04T09:08:06.5348495Z  2025-12-04T09:08:06.5349273Z [3,077 / 3,094] 11 / 26 tests; 16 actions running; last test: //:jit_test 2025-12-04T09:08:06.5350065Z Linking jit_tests; 22s processwrapper-sandbox 2025-12-04T09:08:06.5350709Z Testing //:rnn_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.5351307Z Linking optim_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.5351966Z Testing //:autograd_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.5352629Z Linking tensor_options_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.5353573Z Testing //:modules_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.5354339Z Testing //:dataloader_test; 3s processwrapper-sandbox 2025-12-04T09:08:06.5355031Z Linking ordered_dict_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:06.8383850Z 2025-12-04T09:08:06.8384626Z  2025-12-04T09:08:06.8385061Z  2025-12-04T09:08:06.8385448Z  2025-12-04T09:08:06.8385802Z  2025-12-04T09:08:06.8386172Z  2025-12-04T09:08:06.8386548Z  2025-12-04T09:08:06.8386912Z  2025-12-04T09:08:06.8387289Z  2025-12-04T09:08:06.8388201Z [3,077 / 3,094] 12 / 26 tests; 16 actions running; last test: ...taloader_test 2025-12-04T09:08:06.8389255Z Linking jit_tests; 22s processwrapper-sandbox 2025-12-04T09:08:06.8389853Z Testing //:rnn_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8390501Z Linking optim_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8391117Z Testing //:autograd_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8391781Z Linking tensor_options_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8392461Z Testing //:modules_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.8393097Z Testing //:dataloader_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.8393801Z Linking ordered_dict_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:06.8394267Z 2025-12-04T09:08:06.8394471Z  2025-12-04T09:08:06.8394817Z  2025-12-04T09:08:06.8395128Z  2025-12-04T09:08:06.8395454Z  2025-12-04T09:08:06.8395779Z  2025-12-04T09:08:06.8396106Z  2025-12-04T09:08:06.8396423Z  2025-12-04T09:08:06.8396753Z  2025-12-04T09:08:06.8397214Z INFO: From Testing //:dataloader_test: 2025-12-04T09:08:06.8578158Z ==================== Test output for //:dataloader_test: 2025-12-04T09:08:06.8578837Z Running main() from gmock_main.cc 2025-12-04T09:08:06.8579300Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:06.8579804Z [==========] Running 87 tests from 2 test suites. 2025-12-04T09:08:06.8580358Z [----------] Global test environment set-up. 2025-12-04T09:08:06.8580871Z [----------] 50 tests from DataTest 2025-12-04T09:08:06.8581378Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2025-12-04T09:08:06.8581955Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2025-12-04T09:08:06.8582582Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2025-12-04T09:08:06.8583268Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2025-12-04T09:08:06.8583974Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2025-12-04T09:08:06.8584717Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (0 ms) 2025-12-04T09:08:06.8585382Z [ RUN ] DataTest.InfiniteStreamDataset 2025-12-04T09:08:06.8585947Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2025-12-04T09:08:06.8586771Z [ RUN ] DataTest.NoSequencerIsIdentity 2025-12-04T09:08:06.8587333Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2025-12-04T09:08:06.8587931Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2025-12-04T09:08:06.8588576Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2025-12-04T09:08:06.8589199Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2025-12-04T09:08:06.8589872Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2025-12-04T09:08:06.8590544Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2025-12-04T09:08:06.8591250Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2025-12-04T09:08:06.8591940Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2025-12-04T09:08:06.8592599Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2025-12-04T09:08:06.8593230Z [ RUN ] DataTest.CollateReducesBatch 2025-12-04T09:08:06.8593767Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2025-12-04T09:08:06.8594350Z [ RUN ] DataTest.CollationReducesBatch 2025-12-04T09:08:06.8594904Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2025-12-04T09:08:06.8595795Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2025-12-04T09:08:06.8596648Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2025-12-04T09:08:06.8597504Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2025-12-04T09:08:06.8598435Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2025-12-04T09:08:06.8599227Z [ RUN ] DataTest.SequentialSamplerResetsWell 2025-12-04T09:08:06.8599848Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2025-12-04T09:08:06.8600534Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2025-12-04T09:08:06.8601313Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2025-12-04T09:08:06.8602039Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2025-12-04T09:08:06.8611453Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (76 ms) 2025-12-04T09:08:06.8612312Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2025-12-04T09:08:06.8613288Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2025-12-04T09:08:06.8614264Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2025-12-04T09:08:06.8615250Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2025-12-04T09:08:06.8616104Z [ RUN ] DataTest.RandomSamplerResetsWell 2025-12-04T09:08:06.8616728Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2025-12-04T09:08:06.8617314Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2025-12-04T09:08:06.8617966Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2025-12-04T09:08:06.8618708Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2025-12-04T09:08:06.8619501Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (2 ms) 2025-12-04T09:08:06.8620303Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2025-12-04T09:08:06.8621099Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2025-12-04T09:08:06.8621783Z [ RUN ] DataTest.StreamSamplerResetsWell 2025-12-04T09:08:06.8622282Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2025-12-04T09:08:06.8622813Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2025-12-04T09:08:06.8623407Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2025-12-04T09:08:06.8624023Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2025-12-04T09:08:06.8624684Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (1 ms) 2025-12-04T09:08:06.8625416Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2025-12-04T09:08:06.8626273Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2025-12-04T09:08:06.8630131Z [ RUN ] DataTest.StackTransformWorksForExample 2025-12-04T09:08:06.8630669Z [ OK ] DataTest.StackTransformWorksForExample (2 ms) 2025-12-04T09:08:06.8631357Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2025-12-04T09:08:06.8631957Z [ OK ] DataTest.StackTransformWorksForTensorExample (1 ms) 2025-12-04T09:08:06.8632574Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2025-12-04T09:08:06.8633184Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2025-12-04T09:08:06.8633790Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2025-12-04T09:08:06.8634365Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2025-12-04T09:08:06.8634908Z [ RUN ] DataTest.NormalizeTransform 2025-12-04T09:08:06.8635372Z [ OK ] DataTest.NormalizeTransform (6 ms) 2025-12-04T09:08:06.8635825Z [ RUN ] DataTest.MapDoesNotCopy 2025-12-04T09:08:06.8636256Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2025-12-04T09:08:06.8636729Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2025-12-04T09:08:06.8637281Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2025-12-04T09:08:06.8637858Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2025-12-04T09:08:06.8638498Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (13 ms) 2025-12-04T09:08:06.8639219Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2025-12-04T09:08:06.8639862Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (39 ms) 2025-12-04T09:08:06.8640442Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2025-12-04T09:08:06.8640947Z [ OK ] DataTest.QueueClearEmptiesTheQueue (1 ms) 2025-12-04T09:08:06.8641477Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2025-12-04T09:08:06.8642000Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2025-12-04T09:08:06.8642549Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2025-12-04T09:08:06.8643100Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2025-12-04T09:08:06.8643916Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2025-12-04T09:08:06.8644788Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2025-12-04T09:08:06.8645589Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2025-12-04T09:08:06.8646322Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2025-12-04T09:08:06.8646955Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2025-12-04T09:08:06.8647498Z [ OK ] DataTest.DataShuttlePopResultTimesOut (10 ms) 2025-12-04T09:08:06.8648039Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2025-12-04T09:08:06.8648610Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (10 ms) 2025-12-04T09:08:06.8649364Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2025-12-04T09:08:06.8650301Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2025-12-04T09:08:06.8651065Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2025-12-04T09:08:06.8651581Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2025-12-04T09:08:06.8652316Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2025-12-04T09:08:06.8653277Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2025-12-04T09:08:06.8654246Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2025-12-04T09:08:06.8655205Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2025-12-04T09:08:06.8656005Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2025-12-04T09:08:06.8656660Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (3 ms) 2025-12-04T09:08:06.8657480Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2025-12-04T09:08:06.8658518Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2025-12-04T09:08:06.8659553Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2025-12-04T09:08:06.8660560Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2025-12-04T09:08:06.8661485Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2025-12-04T09:08:06.8662180Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (1 ms) 2025-12-04T09:08:06.8662802Z [----------] 50 tests from DataTest (176 ms total) 2025-12-04T09:08:06.8663117Z 2025-12-04T09:08:06.8663262Z [----------] 37 tests from DataLoaderTest 2025-12-04T09:08:06.8663803Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2025-12-04T09:08:06.8664486Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2025-12-04T09:08:06.8665286Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2025-12-04T09:08:06.8666097Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2025-12-04T09:08:06.8666846Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2025-12-04T09:08:06.8667539Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2025-12-04T09:08:06.8668455Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2025-12-04T09:08:06.8669731Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (0 ms) 2025-12-04T09:08:06.8670880Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2025-12-04T09:08:06.8671576Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2025-12-04T09:08:06.8672326Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2025-12-04T09:08:06.8673103Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2025-12-04T09:08:06.8673915Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2025-12-04T09:08:06.8674699Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2025-12-04T09:08:06.8675553Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2025-12-04T09:08:06.8676428Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2025-12-04T09:08:06.8677143Z [ RUN ] DataLoaderTest.IteratorsShareState 2025-12-04T09:08:06.8677690Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2025-12-04T09:08:06.8678300Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2025-12-04T09:08:06.8679029Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2025-12-04T09:08:06.8679687Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2025-12-04T09:08:06.8680261Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2025-12-04T09:08:06.8680997Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2025-12-04T09:08:06.8681904Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (10 ms) 2025-12-04T09:08:06.8682771Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2025-12-04T09:08:06.8683624Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (0 ms) 2025-12-04T09:08:06.8684473Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2025-12-04T09:08:06.8685497Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (0 ms) 2025-12-04T09:08:06.8686458Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2025-12-04T09:08:06.8687333Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (0 ms) 2025-12-04T09:08:06.8688235Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2025-12-04T09:08:06.8689131Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (0 ms) 2025-12-04T09:08:06.8689886Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2025-12-04T09:08:06.8690582Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2025-12-04T09:08:06.8691628Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2025-12-04T09:08:06.8693121Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2025-12-04T09:08:06.8694608Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2025-12-04T09:08:06.8696342Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2025-12-04T09:08:06.8697516Z [ RUN ] DataLoaderTest.RespectsTimeout 2025-12-04T09:08:06.8698164Z [ OK ] DataLoaderTest.RespectsTimeout (28 ms) 2025-12-04T09:08:06.8698992Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2025-12-04T09:08:06.8700000Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (28 ms) 2025-12-04T09:08:06.8700824Z [ RUN ] DataLoaderTest.Reset 2025-12-04T09:08:06.8701350Z [ OK ] DataLoaderTest.Reset (0 ms) 2025-12-04T09:08:06.8702088Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2025-12-04T09:08:06.8703056Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (13 ms) 2025-12-04T09:08:06.8703961Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2025-12-04T09:08:06.8704685Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2025-12-04T09:08:06.8705488Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2025-12-04T09:08:06.8706327Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (12 ms) 2025-12-04T09:08:06.8707319Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2025-12-04T09:08:06.8708101Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (1 ms) 2025-12-04T09:08:06.8709240Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2025-12-04T09:08:06.8709972Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (1 ms) 2025-12-04T09:08:06.8710684Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2025-12-04T09:08:06.8711391Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (283 ms) 2025-12-04T09:08:06.8712202Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2025-12-04T09:08:06.8713033Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (8 ms) 2025-12-04T09:08:06.8713836Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2025-12-04T09:08:06.8714584Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2025-12-04T09:08:06.8715428Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2025-12-04T09:08:06.8716417Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (17 ms) 2025-12-04T09:08:06.8717374Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2025-12-04T09:08:06.8718284Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2025-12-04T09:08:06.8719124Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2025-12-04T09:08:06.8719799Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (3 ms) 2025-12-04T09:08:06.8720463Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2025-12-04T09:08:06.8721074Z [ OK ] DataLoaderTest.ChunkDatasetSave (162 ms) 2025-12-04T09:08:06.8721707Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2025-12-04T09:08:06.8722322Z [ OK ] DataLoaderTest.ChunkDatasetLoad (3 ms) 2025-12-04T09:08:06.8723022Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2025-12-04T09:08:06.8723861Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2025-12-04T09:08:06.8724638Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2025-12-04T09:08:06.8725352Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2025-12-04T09:08:06.8726029Z [----------] 37 tests from DataLoaderTest (579 ms total) 2025-12-04T09:08:06.8726446Z 2025-12-04T09:08:06.8726660Z [----------] Global test environment tear-down 2025-12-04T09:08:06.8727271Z [==========] 87 tests from 2 test suites ran. (756 ms total) 2025-12-04T09:08:06.8727837Z [ PASSED ] 87 tests. 2025-12-04T09:08:06.8728247Z ================================================================================ 2025-12-04T09:08:06.8729504Z [3,077 / 3,094] 12 / 26 tests; 16 actions running; last test: ...taloader_test 2025-12-04T09:08:06.8730382Z Linking jit_tests; 22s processwrapper-sandbox 2025-12-04T09:08:06.8731019Z Testing //:rnn_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8731668Z Linking optim_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8732439Z Testing //:autograd_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8733195Z Linking tensor_options_test; 5s processwrapper-sandbox 2025-12-04T09:08:06.8733893Z Testing //:modules_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.8734565Z Testing //:dataloader_test; 4s processwrapper-sandbox 2025-12-04T09:08:06.8735297Z Linking ordered_dict_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:07.1403169Z 2025-12-04T09:08:07.1403892Z  2025-12-04T09:08:07.1404239Z  2025-12-04T09:08:07.1404509Z  2025-12-04T09:08:07.1404788Z  2025-12-04T09:08:07.1405051Z  2025-12-04T09:08:07.1405322Z  2025-12-04T09:08:07.1405580Z  2025-12-04T09:08:07.1405860Z  2025-12-04T09:08:07.1406531Z [3,078 / 3,094] 12 / 26 tests; 16 actions running; last test: ...taloader_test 2025-12-04T09:08:07.1407222Z Linking jit_tests; 22s processwrapper-sandbox 2025-12-04T09:08:07.1407745Z Testing //:rnn_test; 6s processwrapper-sandbox 2025-12-04T09:08:07.1408264Z Linking optim_test; 5s processwrapper-sandbox 2025-12-04T09:08:07.1409048Z Testing //:autograd_test; 5s processwrapper-sandbox 2025-12-04T09:08:07.1409678Z Linking tensor_options_test; 5s processwrapper-sandbox 2025-12-04T09:08:07.1410246Z Testing //:modules_test; 5s processwrapper-sandbox 2025-12-04T09:08:07.1410793Z Linking ordered_dict_test; 3s processwrapper-sandbox 2025-12-04T09:08:07.1411332Z Testing //:init_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:08.1483484Z 2025-12-04T09:08:08.1485301Z  2025-12-04T09:08:08.1485716Z  2025-12-04T09:08:08.1486574Z  2025-12-04T09:08:08.1486886Z  2025-12-04T09:08:08.1487222Z  2025-12-04T09:08:08.1487539Z  2025-12-04T09:08:08.1487866Z  2025-12-04T09:08:08.1488177Z  2025-12-04T09:08:08.1488999Z [3,078 / 3,094] 12 / 26 tests; 16 actions running; last test: ...taloader_test 2025-12-04T09:08:08.1489861Z Linking jit_tests; 23s processwrapper-sandbox 2025-12-04T09:08:08.1490489Z Testing //:rnn_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.1491131Z Linking optim_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.1491794Z Testing //:autograd_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.1492508Z Linking tensor_options_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.1493188Z Testing //:modules_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.1493869Z Linking ordered_dict_test; 4s processwrapper-sandbox 2025-12-04T09:08:08.1494526Z Testing //:init_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:08.3090684Z 2025-12-04T09:08:08.3091372Z  2025-12-04T09:08:08.3091736Z  2025-12-04T09:08:08.3092055Z  2025-12-04T09:08:08.3092373Z  2025-12-04T09:08:08.3092669Z  2025-12-04T09:08:08.3092980Z  2025-12-04T09:08:08.3093274Z  2025-12-04T09:08:08.3093584Z  2025-12-04T09:08:08.3094015Z INFO: From Testing //:init_test: 2025-12-04T09:08:08.3169137Z ==================== Test output for //:init_test: 2025-12-04T09:08:08.3169788Z Running main() from gmock_main.cc 2025-12-04T09:08:08.3170355Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:08.3171045Z [==========] Running 9 tests from 1 test suite. 2025-12-04T09:08:08.3171593Z [----------] Global test environment set-up. 2025-12-04T09:08:08.3172128Z [----------] 9 tests from InitTest 2025-12-04T09:08:08.3172687Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2025-12-04T09:08:08.3173449Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (27 ms) 2025-12-04T09:08:08.3174159Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2025-12-04T09:08:08.3174864Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (25 ms) 2025-12-04T09:08:08.3175572Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2025-12-04T09:08:08.3176391Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (25 ms) 2025-12-04T09:08:08.3177337Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2025-12-04T09:08:08.3178035Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (25 ms) 2025-12-04T09:08:08.3178758Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2025-12-04T09:08:08.3179440Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (0 ms) 2025-12-04T09:08:08.3180102Z [ RUN ] InitTest.CalculateGainWithTanh 2025-12-04T09:08:08.3180638Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2025-12-04T09:08:08.3181187Z [ RUN ] InitTest.CalculateGainWithRelu 2025-12-04T09:08:08.3181706Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2025-12-04T09:08:08.3182296Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2025-12-04T09:08:08.3182931Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2025-12-04T09:08:08.3183581Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2025-12-04T09:08:08.3184300Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (112 ms) 2025-12-04T09:08:08.3184970Z [----------] 9 tests from InitTest (217 ms total) 2025-12-04T09:08:08.3185392Z 2025-12-04T09:08:08.3185590Z [----------] Global test environment tear-down 2025-12-04T09:08:08.3186401Z [==========] 9 tests from 1 test suite ran. (217 ms total) 2025-12-04T09:08:08.3187014Z [ PASSED ] 9 tests. 2025-12-04T09:08:08.3187447Z ================================================================================ 2025-12-04T09:08:08.3188608Z [3,078 / 3,094] 13 / 26 tests; 16 actions running; last test: //:init_test 2025-12-04T09:08:08.3189431Z Linking jit_tests; 24s processwrapper-sandbox 2025-12-04T09:08:08.3190118Z Testing //:rnn_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.3190849Z Linking optim_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.3191585Z Testing //:autograd_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.3192343Z Linking tensor_options_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.3193009Z Testing //:modules_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.3193619Z Linking ordered_dict_test; 4s processwrapper-sandbox 2025-12-04T09:08:08.3194296Z Testing //:init_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:08.5489729Z 2025-12-04T09:08:08.5490436Z  2025-12-04T09:08:08.5490795Z  2025-12-04T09:08:08.5491059Z  2025-12-04T09:08:08.5491336Z  2025-12-04T09:08:08.5491595Z  2025-12-04T09:08:08.5491871Z  2025-12-04T09:08:08.5492129Z  2025-12-04T09:08:08.5492401Z  2025-12-04T09:08:08.5493027Z [3,079 / 3,094] 13 / 26 tests; 15 actions running; last test: //:init_test 2025-12-04T09:08:08.5493709Z Linking jit_tests; 24s processwrapper-sandbox 2025-12-04T09:08:08.5494227Z Testing //:rnn_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.5494725Z Linking optim_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.5495249Z Testing //:autograd_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.5495802Z Linking tensor_options_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.5496374Z Testing //:modules_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.5496915Z Linking ordered_dict_test; 5s processwrapper-sandbox 2025-12-04T09:08:08.5497497Z Linking sequential_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:08.6377787Z 2025-12-04T09:08:08.6379502Z  2025-12-04T09:08:08.6379928Z  2025-12-04T09:08:08.6382106Z  2025-12-04T09:08:08.6384979Z  2025-12-04T09:08:08.6387767Z  2025-12-04T09:08:08.6388428Z  2025-12-04T09:08:08.6389268Z  2025-12-04T09:08:08.6389645Z  2025-12-04T09:08:08.6391713Z INFO: From Testing //:static_test: 2025-12-04T09:08:08.6392481Z ==================== Test output for //:static_test: 2025-12-04T09:08:08.6395359Z Running main() from gmock_main.cc 2025-12-04T09:08:08.6396228Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:08.6396881Z [==========] Running 3 tests from 1 test suite. 2025-12-04T09:08:08.6397619Z [----------] Global test environment set-up. 2025-12-04T09:08:08.6398612Z [----------] 3 tests from TestStatic 2025-12-04T09:08:08.6399393Z [ RUN ] TestStatic.EnableIfModule 2025-12-04T09:08:08.6400134Z [ OK ] TestStatic.EnableIfModule (0 ms) 2025-12-04T09:08:08.6400797Z [ RUN ] TestStatic.ReturnTypeOfForward 2025-12-04T09:08:08.6401469Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2025-12-04T09:08:08.6402071Z [ RUN ] TestStatic.Apply 2025-12-04T09:08:08.6402578Z [ OK ] TestStatic.Apply (0 ms) 2025-12-04T09:08:08.6403133Z [----------] 3 tests from TestStatic (0 ms total) 2025-12-04T09:08:08.6403673Z 2025-12-04T09:08:08.6403894Z [----------] Global test environment tear-down 2025-12-04T09:08:08.6404492Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:08:08.6405084Z [ PASSED ] 3 tests. 2025-12-04T09:08:08.6405546Z ================================================================================ 2025-12-04T09:08:08.6480789Z [3,079 / 3,094] 14 / 26 tests; 15 actions running; last test: //:static_test 2025-12-04T09:08:08.6481537Z Linking jit_tests; 24s processwrapper-sandbox 2025-12-04T09:08:08.6482278Z Testing //:rnn_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.6482802Z Linking optim_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.6483480Z Testing //:autograd_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.6484052Z Linking tensor_options_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.6484616Z Testing //:modules_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.6485156Z Linking ordered_dict_test; 5s processwrapper-sandbox 2025-12-04T09:08:08.6485741Z Linking sequential_test; 3s processwrapper-sandbox ... 2025-12-04T09:08:08.9493922Z 2025-12-04T09:08:08.9494638Z  2025-12-04T09:08:08.9495098Z  2025-12-04T09:08:08.9495449Z  2025-12-04T09:08:08.9495808Z  2025-12-04T09:08:08.9496152Z  2025-12-04T09:08:08.9496514Z  2025-12-04T09:08:08.9496850Z  2025-12-04T09:08:08.9497200Z  2025-12-04T09:08:08.9498062Z [3,080 / 3,094] 14 / 26 tests; 14 actions running; last test: //:static_test 2025-12-04T09:08:08.9498956Z Linking jit_tests; 24s processwrapper-sandbox 2025-12-04T09:08:08.9499630Z Testing //:rnn_test; 8s processwrapper-sandbox 2025-12-04T09:08:08.9500270Z Linking optim_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.9500941Z Testing //:autograd_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.9501698Z Linking tensor_options_test; 7s processwrapper-sandbox 2025-12-04T09:08:08.9502423Z Testing //:modules_test; 6s processwrapper-sandbox 2025-12-04T09:08:08.9503149Z Linking ordered_dict_test; 5s processwrapper-sandbox 2025-12-04T09:08:08.9503909Z Linking sequential_test; 4s processwrapper-sandbox ... 2025-12-04T09:08:09.9498269Z 2025-12-04T09:08:09.9498951Z  2025-12-04T09:08:09.9499290Z  2025-12-04T09:08:09.9499587Z  2025-12-04T09:08:09.9499855Z  2025-12-04T09:08:09.9500141Z  2025-12-04T09:08:09.9500435Z  2025-12-04T09:08:09.9500730Z  2025-12-04T09:08:09.9501001Z  2025-12-04T09:08:09.9501688Z [3,080 / 3,094] 14 / 26 tests; 14 actions running; last test: //:static_test 2025-12-04T09:08:09.9502382Z Linking jit_tests; 25s processwrapper-sandbox 2025-12-04T09:08:09.9502912Z Testing //:rnn_test; 9s processwrapper-sandbox 2025-12-04T09:08:09.9503422Z Linking optim_test; 8s processwrapper-sandbox 2025-12-04T09:08:09.9503978Z Testing //:autograd_test; 8s processwrapper-sandbox 2025-12-04T09:08:09.9504555Z Linking tensor_options_test; 8s processwrapper-sandbox 2025-12-04T09:08:09.9505112Z Testing //:modules_test; 7s processwrapper-sandbox 2025-12-04T09:08:09.9505669Z Linking ordered_dict_test; 6s processwrapper-sandbox 2025-12-04T09:08:09.9506242Z Linking sequential_test; 5s processwrapper-sandbox ... 2025-12-04T09:08:10.9531867Z 2025-12-04T09:08:10.9532534Z  2025-12-04T09:08:10.9532865Z  2025-12-04T09:08:10.9533371Z  2025-12-04T09:08:10.9533674Z  2025-12-04T09:08:10.9533942Z  2025-12-04T09:08:10.9534225Z  2025-12-04T09:08:10.9534508Z  2025-12-04T09:08:10.9534784Z  2025-12-04T09:08:10.9535459Z [3,080 / 3,094] 14 / 26 tests; 14 actions running; last test: //:static_test 2025-12-04T09:08:10.9536172Z Linking jit_tests; 26s processwrapper-sandbox 2025-12-04T09:08:10.9536697Z Testing //:rnn_test; 10s processwrapper-sandbox 2025-12-04T09:08:10.9537236Z Linking optim_test; 9s processwrapper-sandbox 2025-12-04T09:08:10.9537768Z Testing //:autograd_test; 9s processwrapper-sandbox 2025-12-04T09:08:10.9538357Z Linking tensor_options_test; 9s processwrapper-sandbox 2025-12-04T09:08:10.9538944Z Testing //:modules_test; 8s processwrapper-sandbox 2025-12-04T09:08:10.9539501Z Linking ordered_dict_test; 7s processwrapper-sandbox 2025-12-04T09:08:10.9540104Z Linking sequential_test; 6s processwrapper-sandbox ... 2025-12-04T09:08:11.7342965Z 2025-12-04T09:08:11.7343742Z  2025-12-04T09:08:11.7344032Z  2025-12-04T09:08:11.7344248Z  2025-12-04T09:08:11.7344734Z  2025-12-04T09:08:11.7344952Z  2025-12-04T09:08:11.7345228Z  2025-12-04T09:08:11.7345424Z  2025-12-04T09:08:11.7345632Z  2025-12-04T09:08:11.7346144Z [3,080 / 3,094] 15 / 26 tests; 14 actions running; last test: //:autograd_test 2025-12-04T09:08:11.7346678Z Linking jit_tests; 27s processwrapper-sandbox 2025-12-04T09:08:11.7347069Z Testing //:rnn_test; 10s processwrapper-sandbox 2025-12-04T09:08:11.7347464Z Linking optim_test; 10s processwrapper-sandbox 2025-12-04T09:08:11.7347864Z Testing //:autograd_test; 10s processwrapper-sandbox 2025-12-04T09:08:11.7348298Z Linking tensor_options_test; 9s processwrapper-sandbox 2025-12-04T09:08:11.7348727Z Testing //:modules_test; 9s processwrapper-sandbox 2025-12-04T09:08:11.7349130Z Linking ordered_dict_test; 8s processwrapper-sandbox 2025-12-04T09:08:11.7349578Z Linking sequential_test; 6s processwrapper-sandbox ... 2025-12-04T09:08:11.7349878Z 2025-12-04T09:08:11.7349987Z  2025-12-04T09:08:11.7350203Z  2025-12-04T09:08:11.7350405Z  2025-12-04T09:08:11.7350617Z  2025-12-04T09:08:11.7350816Z  2025-12-04T09:08:11.7351028Z  2025-12-04T09:08:11.7351238Z  2025-12-04T09:08:11.7351433Z  2025-12-04T09:08:11.7351732Z INFO: From Testing //:autograd_test: 2025-12-04T09:08:11.7583837Z ==================== Test output for //:autograd_test: 2025-12-04T09:08:11.7584518Z Running main() from gmock_main.cc 2025-12-04T09:08:11.7585053Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:11.7585559Z [==========] Running 59 tests from 4 test suites. 2025-12-04T09:08:11.7586069Z [----------] Global test environment set-up. 2025-12-04T09:08:11.7586515Z [----------] 11 tests from AutogradAPITests 2025-12-04T09:08:11.7587174Z [ RUN ] AutogradAPITests.RegisterHookVoidReturnAcceptsUndefinedTensor 2025-12-04T09:08:11.7588265Z [ OK ] AutogradAPITests.RegisterHookVoidReturnAcceptsUndefinedTensor (1 ms) 2025-12-04T09:08:11.7589249Z [ RUN ] AutogradAPITests.RegisterHookTensorReturnAcceptsUndefinedTensor 2025-12-04T09:08:11.7590204Z [ OK ] AutogradAPITests.RegisterHookTensorReturnAcceptsUndefinedTensor (0 ms) 2025-12-04T09:08:11.7590959Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2025-12-04T09:08:11.7591504Z [ OK ] AutogradAPITests.BackwardSimpleTest (3 ms) 2025-12-04T09:08:11.7592014Z [ RUN ] AutogradAPITests.BackwardTest 2025-12-04T09:08:11.7592600Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:08:11.7595194Z W1204 09:08:04.129158 121532 engine.cpp:1301] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2025-12-04T09:08:11.7597879Z [ OK ] AutogradAPITests.BackwardTest (3 ms) 2025-12-04T09:08:11.7598391Z [ RUN ] AutogradAPITests.GradSimpleTest 2025-12-04T09:08:11.7598871Z [ OK ] AutogradAPITests.GradSimpleTest (2 ms) 2025-12-04T09:08:11.7599342Z [ RUN ] AutogradAPITests.GradTest 2025-12-04T09:08:11.7599769Z [ OK ] AutogradAPITests.GradTest (4 ms) 2025-12-04T09:08:11.7600242Z [ RUN ] AutogradAPITests.GradNonLeafTest 2025-12-04T09:08:11.7602889Z W1204 09:08:04.142531 121532 TensorBody.h:492] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more information. (function grad) 2025-12-04T09:08:11.7607902Z W1204 09:08:04.143944 121532 TensorBody.h:492] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more information. (function grad) 2025-12-04T09:08:11.7620496Z W1204 09:08:04.145386 121532 TensorBody.h:492] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more information. (function grad) 2025-12-04T09:08:11.7625351Z W1204 09:08:04.146785 121532 TensorBody.h:492] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more information. (function grad) 2025-12-04T09:08:11.7628019Z [ OK ] AutogradAPITests.GradNonLeafTest (9 ms) 2025-12-04T09:08:11.7628540Z [ RUN ] AutogradAPITests.GradUnreachableTest 2025-12-04T09:08:11.7629085Z [ OK ] AutogradAPITests.GradUnreachableTest (2 ms) 2025-12-04T09:08:11.7629596Z [ RUN ] AutogradAPITests.EmptyInput 2025-12-04T09:08:11.7630053Z [ OK ] AutogradAPITests.EmptyInput (0 ms) 2025-12-04T09:08:11.7630532Z [ RUN ] AutogradAPITests.RetainGrad 2025-12-04T09:08:11.7630979Z [ OK ] AutogradAPITests.RetainGrad (4 ms) 2025-12-04T09:08:11.7631457Z [ RUN ] AutogradAPITests.AnomalyMode 2025-12-04T09:08:11.7632604Z W1204 09:08:04.157008 121532 anomaly_mode.cpp:25] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2025-12-04T09:08:11.7633782Z [ OK ] AutogradAPITests.AnomalyMode (37 ms) 2025-12-04T09:08:11.7634296Z [----------] 11 tests from AutogradAPITests (71 ms total) 2025-12-04T09:08:11.7634636Z 2025-12-04T09:08:11.7634793Z [----------] 34 tests from CustomAutogradTest 2025-12-04T09:08:11.7635333Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2025-12-04T09:08:11.7636298Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2025-12-04T09:08:11.7637045Z [ RUN ] CustomAutogradTest.CustomFunctionReturnInputAsIsAndSavesIt 2025-12-04T09:08:11.7637864Z [ OK ] CustomAutogradTest.CustomFunctionReturnInputAsIsAndSavesIt (0 ms) 2025-12-04T09:08:11.7638651Z [ RUN ] CustomAutogradTest.CustomFunction 2025-12-04T09:08:11.7639173Z [ OK ] CustomAutogradTest.CustomFunction (2 ms) 2025-12-04T09:08:11.7639739Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2025-12-04T09:08:11.7640395Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (2 ms) 2025-12-04T09:08:11.7640991Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2025-12-04T09:08:11.7641542Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (7 ms) 2025-12-04T09:08:11.7642079Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2025-12-04T09:08:11.7642642Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2025-12-04T09:08:11.7643292Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2025-12-04T09:08:11.7643971Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (4 ms) 2025-12-04T09:08:11.7644567Z [ RUN ] CustomAutogradTest.MaterializeGrads 2025-12-04T09:08:11.7645102Z [ OK ] CustomAutogradTest.MaterializeGrads (1 ms) 2025-12-04T09:08:11.7645658Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2025-12-04T09:08:11.7646323Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2025-12-04T09:08:11.7646947Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2025-12-04T09:08:11.7647523Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2025-12-04T09:08:11.7648050Z [ RUN ] CustomAutogradTest.MarkDirty 2025-12-04T09:08:11.7648535Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2025-12-04T09:08:11.7649058Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2025-12-04T09:08:11.7649642Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (2 ms) 2025-12-04T09:08:11.7650250Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2025-12-04T09:08:11.7650897Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (5 ms) 2025-12-04T09:08:11.7651527Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2025-12-04T09:08:11.7652169Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2025-12-04T09:08:11.7652776Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2025-12-04T09:08:11.7653320Z [ OK ] CustomAutogradTest.ReturnLeafInplace (3 ms) 2025-12-04T09:08:11.7653897Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2025-12-04T09:08:11.7654487Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (0 ms) 2025-12-04T09:08:11.7655065Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2025-12-04T09:08:11.7655586Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2025-12-04T09:08:11.7656141Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2025-12-04T09:08:11.7656720Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (1 ms) 2025-12-04T09:08:11.7657272Z [ RUN ] CustomAutogradTest.InvalidGradients 2025-12-04T09:08:11.7657819Z [ OK ] CustomAutogradTest.InvalidGradients (0 ms) 2025-12-04T09:08:11.7658329Z [ RUN ] CustomAutogradTest.NoGradInput 2025-12-04T09:08:11.7658828Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2025-12-04T09:08:11.7659330Z [ RUN ] CustomAutogradTest.TooManyGrads 2025-12-04T09:08:11.7659838Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2025-12-04T09:08:11.7660329Z [ RUN ] CustomAutogradTest.DepNoGrad 2025-12-04T09:08:11.7660816Z [ OK ] CustomAutogradTest.DepNoGrad (5 ms) 2025-12-04T09:08:11.7661306Z [ RUN ] CustomAutogradTest.Reentrant 2025-12-04T09:08:11.7661773Z [ OK ] CustomAutogradTest.Reentrant (1 ms) 2025-12-04T09:08:11.7662277Z [ RUN ] CustomAutogradTest.DeepReentrant 2025-12-04T09:08:11.7662786Z [ OK ] CustomAutogradTest.DeepReentrant (6868 ms) 2025-12-04T09:08:11.7663333Z [ RUN ] CustomAutogradTest.ReentrantPriority 2025-12-04T09:08:11.7663869Z [ OK ] CustomAutogradTest.ReentrantPriority (5 ms) 2025-12-04T09:08:11.7664385Z [ RUN ] CustomAutogradTest.Hooks 2025-12-04T09:08:11.7664819Z [ OK ] CustomAutogradTest.Hooks (6 ms) 2025-12-04T09:08:11.7665310Z [ RUN ] CustomAutogradTest.HooksInplace 2025-12-04T09:08:11.7665867Z [ OK ] CustomAutogradTest.HooksInplace (1 ms) 2025-12-04T09:08:11.7666447Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2025-12-04T09:08:11.7667127Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (2 ms) 2025-12-04T09:08:11.7667857Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2025-12-04T09:08:11.7668594Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (3 ms) 2025-12-04T09:08:11.7669217Z [ RUN ] CustomAutogradTest.HookNone 2025-12-04T09:08:11.7669695Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2025-12-04T09:08:11.7670216Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2025-12-04T09:08:11.7671459Z [ OK ] CustomAutogradTest.BackwardWithInputs (1 ms) 2025-12-04T09:08:11.7672057Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2025-12-04T09:08:11.7672639Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (0 ms) 2025-12-04T09:08:11.7673243Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2025-12-04T09:08:11.7673847Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (1 ms) 2025-12-04T09:08:11.7674651Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2025-12-04T09:08:11.7675355Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2025-12-04T09:08:11.7675968Z [----------] 34 tests from CustomAutogradTest (6941 ms total) 2025-12-04T09:08:11.7676324Z 2025-12-04T09:08:11.7676552Z [----------] 12 tests from TestAutogradNotImplementedFallback 2025-12-04T09:08:11.7677627Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2025-12-04T09:08:11.7678382Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (2 ms) 2025-12-04T09:08:11.7679068Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2025-12-04T09:08:11.7679688Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (3 ms) 2025-12-04T09:08:11.7680349Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2025-12-04T09:08:11.7681043Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (1 ms) 2025-12-04T09:08:11.7681697Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2025-12-04T09:08:11.7682261Z [ OK ] TestAutogradNotImplementedFallback.OptOp (2 ms) 2025-12-04T09:08:11.7682914Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2025-12-04T09:08:11.7683723Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (1 ms) 2025-12-04T09:08:11.7684473Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2025-12-04T09:08:11.7685208Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (1 ms) 2025-12-04T09:08:11.7685868Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2025-12-04T09:08:11.7686451Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (1 ms) 2025-12-04T09:08:11.7687106Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2025-12-04T09:08:11.7687872Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (1 ms) 2025-12-04T09:08:11.7688578Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2025-12-04T09:08:11.7689245Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2025-12-04T09:08:11.7689921Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2025-12-04T09:08:11.7690597Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (1 ms) 2025-12-04T09:08:11.7691300Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2025-12-04T09:08:11.7691984Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (1 ms) 2025-12-04T09:08:11.7692673Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2025-12-04T09:08:11.7693321Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2025-12-04T09:08:11.7694033Z [----------] 12 tests from TestAutogradNotImplementedFallback (23 ms total) 2025-12-04T09:08:11.7694471Z 2025-12-04T09:08:11.7694635Z [----------] 2 tests from TestAutogradUtils 2025-12-04T09:08:11.7695105Z [ RUN ] TestAutogradUtils.ValidateOutputsReduce 2025-12-04T09:08:11.7695748Z [ OK ] TestAutogradUtils.ValidateOutputsReduce (0 ms) 2025-12-04T09:08:11.7696292Z [ RUN ] TestAutogradUtils.ValidateOutputsBasic 2025-12-04T09:08:11.7696838Z [ OK ] TestAutogradUtils.ValidateOutputsBasic (0 ms) 2025-12-04T09:08:11.7697369Z [----------] 2 tests from TestAutogradUtils (1 ms total) 2025-12-04T09:08:11.7697714Z 2025-12-04T09:08:11.7697869Z [----------] Global test environment tear-down 2025-12-04T09:08:11.7698349Z [==========] 59 tests from 4 test suites ran. (7037 ms total) 2025-12-04T09:08:11.7698786Z [ PASSED ] 59 tests. 2025-12-04T09:08:11.7699126Z ================================================================================ 2025-12-04T09:08:11.7700060Z [3,080 / 3,094] 15 / 26 tests; 14 actions running; last test: //:autograd_test 2025-12-04T09:08:11.7700737Z Linking jit_tests; 27s processwrapper-sandbox 2025-12-04T09:08:11.7701235Z Testing //:rnn_test; 10s processwrapper-sandbox 2025-12-04T09:08:11.7701753Z Linking optim_test; 10s processwrapper-sandbox 2025-12-04T09:08:11.7702289Z Testing //:autograd_test; 10s processwrapper-sandbox 2025-12-04T09:08:11.7702927Z Linking tensor_options_test; 9s processwrapper-sandbox 2025-12-04T09:08:11.7703528Z Testing //:modules_test; 9s processwrapper-sandbox 2025-12-04T09:08:11.7704061Z Linking ordered_dict_test; 8s processwrapper-sandbox 2025-12-04T09:08:11.7704639Z Linking sequential_test; 6s processwrapper-sandbox ... 2025-12-04T09:08:12.1537106Z 2025-12-04T09:08:12.1537900Z  2025-12-04T09:08:12.1538282Z  2025-12-04T09:08:12.1538576Z  2025-12-04T09:08:12.1538884Z  2025-12-04T09:08:12.1539158Z  2025-12-04T09:08:12.1539435Z  2025-12-04T09:08:12.1539730Z  2025-12-04T09:08:12.1540007Z  2025-12-04T09:08:12.1540690Z [3,081 / 3,094] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:12.1541426Z Linking jit_tests; 27s processwrapper-sandbox 2025-12-04T09:08:12.1541997Z Testing //:rnn_test; 11s processwrapper-sandbox 2025-12-04T09:08:12.1542539Z Linking optim_test; 10s processwrapper-sandbox 2025-12-04T09:08:12.1543127Z Linking tensor_options_test; 10s processwrapper-sandbox 2025-12-04T09:08:12.1543750Z Testing //:modules_test; 10s processwrapper-sandbox 2025-12-04T09:08:12.1544338Z Linking ordered_dict_test; 8s processwrapper-sandbox 2025-12-04T09:08:12.1544882Z Linking sequential_test; 7s processwrapper-sandbox 2025-12-04T09:08:12.1545470Z Linking module_test; 7s processwrapper-sandbox ... 2025-12-04T09:08:13.1548903Z 2025-12-04T09:08:13.1549610Z  2025-12-04T09:08:13.1549942Z  2025-12-04T09:08:13.1550226Z  2025-12-04T09:08:13.1550492Z  2025-12-04T09:08:13.1550768Z  2025-12-04T09:08:13.1551034Z  2025-12-04T09:08:13.1551311Z  2025-12-04T09:08:13.1551573Z  2025-12-04T09:08:13.1552253Z [3,081 / 3,094] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:13.1552989Z Linking jit_tests; 28s processwrapper-sandbox 2025-12-04T09:08:13.1553534Z Testing //:rnn_test; 12s processwrapper-sandbox 2025-12-04T09:08:13.1554082Z Linking optim_test; 11s processwrapper-sandbox 2025-12-04T09:08:13.1554650Z Linking tensor_options_test; 11s processwrapper-sandbox 2025-12-04T09:08:13.1555244Z Testing //:modules_test; 11s processwrapper-sandbox 2025-12-04T09:08:13.1555804Z Linking ordered_dict_test; 9s processwrapper-sandbox 2025-12-04T09:08:13.1556380Z Linking sequential_test; 8s processwrapper-sandbox 2025-12-04T09:08:13.1556931Z Linking module_test; 8s processwrapper-sandbox ... 2025-12-04T09:08:14.1550321Z 2025-12-04T09:08:14.1551169Z  2025-12-04T09:08:14.1551545Z  2025-12-04T09:08:14.1551871Z  2025-12-04T09:08:14.1552180Z  2025-12-04T09:08:14.1552504Z  2025-12-04T09:08:14.1552812Z  2025-12-04T09:08:14.1553129Z  2025-12-04T09:08:14.1553641Z  2025-12-04T09:08:14.1554444Z [3,081 / 3,094] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:14.1555383Z Linking jit_tests; 29s processwrapper-sandbox 2025-12-04T09:08:14.1555930Z Testing //:rnn_test; 13s processwrapper-sandbox 2025-12-04T09:08:14.1556469Z Linking optim_test; 12s processwrapper-sandbox 2025-12-04T09:08:14.1557034Z Linking tensor_options_test; 12s processwrapper-sandbox 2025-12-04T09:08:14.1557630Z Testing //:modules_test; 12s processwrapper-sandbox 2025-12-04T09:08:14.1558194Z Linking ordered_dict_test; 10s processwrapper-sandbox 2025-12-04T09:08:14.1558772Z Linking sequential_test; 9s processwrapper-sandbox 2025-12-04T09:08:14.1559328Z Linking module_test; 9s processwrapper-sandbox ... 2025-12-04T09:08:15.3557745Z 2025-12-04T09:08:15.3558526Z  2025-12-04T09:08:15.3558851Z  2025-12-04T09:08:15.3559133Z  2025-12-04T09:08:15.3559394Z  2025-12-04T09:08:15.3559688Z  2025-12-04T09:08:15.3559948Z  2025-12-04T09:08:15.3560227Z  2025-12-04T09:08:15.3560506Z  2025-12-04T09:08:15.3561426Z [3,081 / 3,094] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:15.3562195Z Linking jit_tests; 31s processwrapper-sandbox 2025-12-04T09:08:15.3562721Z Testing //:rnn_test; 14s processwrapper-sandbox 2025-12-04T09:08:15.3563299Z Linking optim_test; 13s processwrapper-sandbox 2025-12-04T09:08:15.3563863Z Linking tensor_options_test; 13s processwrapper-sandbox 2025-12-04T09:08:15.3564442Z Testing //:modules_test; 13s processwrapper-sandbox 2025-12-04T09:08:15.3564983Z Linking ordered_dict_test; 11s processwrapper-sandbox 2025-12-04T09:08:15.3565583Z Linking sequential_test; 10s processwrapper-sandbox 2025-12-04T09:08:15.3566118Z Linking module_test; 10s processwrapper-sandbox ... 2025-12-04T09:08:16.3563627Z 2025-12-04T09:08:16.3564488Z  2025-12-04T09:08:16.3564868Z  2025-12-04T09:08:16.3565156Z  2025-12-04T09:08:16.3565419Z  2025-12-04T09:08:16.3565700Z  2025-12-04T09:08:16.3565995Z  2025-12-04T09:08:16.3566276Z  2025-12-04T09:08:16.3566547Z  2025-12-04T09:08:16.3567213Z [3,081 / 3,094] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:16.3567906Z Linking jit_tests; 32s processwrapper-sandbox 2025-12-04T09:08:16.3568432Z Testing //:rnn_test; 15s processwrapper-sandbox 2025-12-04T09:08:16.3568954Z Linking optim_test; 14s processwrapper-sandbox 2025-12-04T09:08:16.3569503Z Linking tensor_options_test; 14s processwrapper-sandbox 2025-12-04T09:08:16.3570088Z Testing //:modules_test; 14s processwrapper-sandbox 2025-12-04T09:08:16.3570632Z Linking ordered_dict_test; 12s processwrapper-sandbox 2025-12-04T09:08:16.3571491Z Linking sequential_test; 11s processwrapper-sandbox 2025-12-04T09:08:16.3572143Z Linking module_test; 11s processwrapper-sandbox ... 2025-12-04T09:08:17.3569347Z 2025-12-04T09:08:17.3570162Z  2025-12-04T09:08:17.3570511Z  2025-12-04T09:08:17.3571713Z  2025-12-04T09:08:17.3571995Z  2025-12-04T09:08:17.3572279Z  2025-12-04T09:08:17.3572535Z  2025-12-04T09:08:17.3572807Z  2025-12-04T09:08:17.3573138Z  2025-12-04T09:08:17.3573823Z [3,081 / 3,094] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:17.3574521Z Linking jit_tests; 33s processwrapper-sandbox 2025-12-04T09:08:17.3575028Z Testing //:rnn_test; 16s processwrapper-sandbox 2025-12-04T09:08:17.3575551Z Linking optim_test; 15s processwrapper-sandbox 2025-12-04T09:08:17.3576100Z Linking tensor_options_test; 15s processwrapper-sandbox 2025-12-04T09:08:17.3576676Z Testing //:modules_test; 15s processwrapper-sandbox 2025-12-04T09:08:17.3577219Z Linking ordered_dict_test; 13s processwrapper-sandbox 2025-12-04T09:08:17.3577974Z Linking sequential_test; 12s processwrapper-sandbox 2025-12-04T09:08:17.3578527Z Linking module_test; 12s processwrapper-sandbox ... 2025-12-04T09:08:18.1480538Z 2025-12-04T09:08:18.1481334Z  2025-12-04T09:08:18.1481759Z  2025-12-04T09:08:18.1482071Z  2025-12-04T09:08:18.1482343Z  2025-12-04T09:08:18.1482654Z  2025-12-04T09:08:18.1482953Z  2025-12-04T09:08:18.1483292Z  2025-12-04T09:08:18.1483609Z  2025-12-04T09:08:18.1484314Z [3,083 / 3,095] 15 / 26 tests; 12 actions, 11 running; last test: ...grad_test 2025-12-04T09:08:18.1485055Z Linking jit_tests; 33s processwrapper-sandbox 2025-12-04T09:08:18.1485587Z Testing //:rnn_test; 17s processwrapper-sandbox 2025-12-04T09:08:18.1486165Z Testing //:modules_test; 16s processwrapper-sandbox 2025-12-04T09:08:18.1486764Z Linking ordered_dict_test; 14s processwrapper-sandbox 2025-12-04T09:08:18.1487378Z Linking sequential_test; 13s processwrapper-sandbox 2025-12-04T09:08:18.1487958Z Linking module_test; 13s processwrapper-sandbox 2025-12-04T09:08:18.1488762Z Linking integration_test; 13s processwrapper-sandbox 2025-12-04T09:08:18.1489361Z Linking nn_utils_test; 12s processwrapper-sandbox ... 2025-12-04T09:08:18.3575992Z 2025-12-04T09:08:18.3576840Z  2025-12-04T09:08:18.3577222Z  2025-12-04T09:08:18.3577499Z  2025-12-04T09:08:18.3577817Z  2025-12-04T09:08:18.3578083Z  2025-12-04T09:08:18.3578365Z  2025-12-04T09:08:18.3578678Z  2025-12-04T09:08:18.3578942Z  2025-12-04T09:08:18.3579661Z [3,083 / 3,096] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:18.3580404Z Linking jit_tests; 34s processwrapper-sandbox 2025-12-04T09:08:18.3580969Z Testing //:rnn_test; 17s processwrapper-sandbox 2025-12-04T09:08:18.3581527Z Testing //:modules_test; 16s processwrapper-sandbox 2025-12-04T09:08:18.3582108Z Linking ordered_dict_test; 14s processwrapper-sandbox 2025-12-04T09:08:18.3582747Z Linking sequential_test; 13s processwrapper-sandbox 2025-12-04T09:08:18.3583338Z Linking module_test; 13s processwrapper-sandbox 2025-12-04T09:08:18.3583944Z Linking integration_test; 13s processwrapper-sandbox 2025-12-04T09:08:18.3584531Z Linking nn_utils_test; 12s processwrapper-sandbox ... 2025-12-04T09:08:19.3582384Z 2025-12-04T09:08:19.3583069Z  2025-12-04T09:08:19.3583432Z  2025-12-04T09:08:19.3583703Z  2025-12-04T09:08:19.3583986Z  2025-12-04T09:08:19.3584254Z  2025-12-04T09:08:19.3584554Z  2025-12-04T09:08:19.3584817Z  2025-12-04T09:08:19.3585094Z  2025-12-04T09:08:19.3585785Z [3,083 / 3,096] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:19.3586515Z Linking jit_tests; 35s processwrapper-sandbox 2025-12-04T09:08:19.3587045Z Testing //:rnn_test; 18s processwrapper-sandbox 2025-12-04T09:08:19.3587631Z Testing //:modules_test; 17s processwrapper-sandbox 2025-12-04T09:08:19.3588204Z Linking ordered_dict_test; 15s processwrapper-sandbox 2025-12-04T09:08:19.3588788Z Linking sequential_test; 14s processwrapper-sandbox 2025-12-04T09:08:19.3589352Z Linking module_test; 14s processwrapper-sandbox 2025-12-04T09:08:19.3589904Z Linking integration_test; 14s processwrapper-sandbox 2025-12-04T09:08:19.3590489Z Linking nn_utils_test; 13s processwrapper-sandbox ... 2025-12-04T09:08:20.3588546Z 2025-12-04T09:08:20.3589252Z  2025-12-04T09:08:20.3589591Z  2025-12-04T09:08:20.3589853Z  2025-12-04T09:08:20.3590129Z  2025-12-04T09:08:20.3590401Z  2025-12-04T09:08:20.3590674Z  2025-12-04T09:08:20.3590932Z  2025-12-04T09:08:20.3591199Z  2025-12-04T09:08:20.3591848Z [3,083 / 3,096] 15 / 26 tests; 13 actions running; last test: //:autograd_test 2025-12-04T09:08:20.3592545Z Linking jit_tests; 36s processwrapper-sandbox 2025-12-04T09:08:20.3593252Z Testing //:rnn_test; 19s processwrapper-sandbox 2025-12-04T09:08:20.3593783Z Testing //:modules_test; 18s processwrapper-sandbox 2025-12-04T09:08:20.3594345Z Linking ordered_dict_test; 16s processwrapper-sandbox 2025-12-04T09:08:20.3594909Z Linking sequential_test; 15s processwrapper-sandbox 2025-12-04T09:08:20.3595441Z Linking module_test; 15s processwrapper-sandbox 2025-12-04T09:08:20.3595975Z Linking integration_test; 15s processwrapper-sandbox 2025-12-04T09:08:20.3596544Z Linking nn_utils_test; 14s processwrapper-sandbox ... 2025-12-04T09:08:20.9084016Z 2025-12-04T09:08:20.9084752Z  2025-12-04T09:08:20.9085065Z  2025-12-04T09:08:20.9085271Z  2025-12-04T09:08:20.9085484Z  2025-12-04T09:08:20.9085685Z  2025-12-04T09:08:20.9085896Z  2025-12-04T09:08:20.9086092Z  2025-12-04T09:08:20.9086308Z  2025-12-04T09:08:20.9086824Z [3,083 / 3,096] 16 / 26 tests; 13 actions running; last test: ..._options_test 2025-12-04T09:08:20.9087388Z Linking jit_tests; 36s processwrapper-sandbox 2025-12-04T09:08:20.9087995Z Testing //:rnn_test; 19s processwrapper-sandbox 2025-12-04T09:08:20.9088459Z Testing //:modules_test; 18s processwrapper-sandbox 2025-12-04T09:08:20.9088885Z Linking ordered_dict_test; 17s processwrapper-sandbox 2025-12-04T09:08:20.9089302Z Linking sequential_test; 16s processwrapper-sandbox 2025-12-04T09:08:20.9089710Z Linking module_test; 16s processwrapper-sandbox 2025-12-04T09:08:20.9090211Z Linking integration_test; 15s processwrapper-sandbox 2025-12-04T09:08:20.9090645Z Linking nn_utils_test; 15s processwrapper-sandbox ... 2025-12-04T09:08:20.9090913Z 2025-12-04T09:08:20.9091039Z  2025-12-04T09:08:20.9091241Z  2025-12-04T09:08:20.9091453Z  2025-12-04T09:08:20.9091650Z  2025-12-04T09:08:20.9091860Z  2025-12-04T09:08:20.9092053Z  2025-12-04T09:08:20.9092259Z  2025-12-04T09:08:20.9092457Z  2025-12-04T09:08:20.9092778Z INFO: From Testing //:tensor_options_test: 2025-12-04T09:08:20.9093158Z ==================== Test output for //:tensor_options_test: 2025-12-04T09:08:20.9093508Z Running main() from gmock_main.cc 2025-12-04T09:08:20.9093811Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:20.9094142Z [==========] Running 9 tests from 3 test suites. 2025-12-04T09:08:20.9094504Z [----------] Global test environment set-up. 2025-12-04T09:08:20.9094845Z [----------] 5 tests from TensorOptionsTest 2025-12-04T09:08:20.9095236Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2025-12-04T09:08:20.9095680Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2025-12-04T09:08:20.9096240Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2025-12-04T09:08:20.9096890Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2025-12-04T09:08:20.9097471Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2025-12-04T09:08:20.9097953Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2025-12-04T09:08:20.9098431Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2025-12-04T09:08:20.9098935Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2025-12-04T09:08:20.9099412Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2025-12-04T09:08:20.9099899Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2025-12-04T09:08:20.9100340Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2025-12-04T09:08:20.9100605Z 2025-12-04T09:08:20.9100710Z [----------] 1 test from DeviceTest 2025-12-04T09:08:20.9101038Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2025-12-04T09:08:20.9101494Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:08:20.9102590Z W1204 09:08:20.348860 124304 Device.cpp:40] Warning: 'mkldnn' is no longer used as device type. So torch.device('mkldnn') will be deprecated and removed in the future. Please use other valid device types instead. (function operator()) 2025-12-04T09:08:20.9103831Z [ OK ] DeviceTest.ParsesCorrectlyFromString (0 ms) 2025-12-04T09:08:20.9104214Z [----------] 1 test from DeviceTest (0 ms total) 2025-12-04T09:08:20.9104445Z 2025-12-04T09:08:20.9104577Z [----------] 3 tests from DefaultDtypeTest 2025-12-04T09:08:20.9104951Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2025-12-04T09:08:20.9105408Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2025-12-04T09:08:20.9105874Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2025-12-04T09:08:20.9106406Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2025-12-04T09:08:20.9106937Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2025-12-04T09:08:20.9107450Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2025-12-04T09:08:20.9107930Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2025-12-04T09:08:20.9108176Z 2025-12-04T09:08:20.9108299Z [----------] Global test environment tear-down 2025-12-04T09:08:20.9108661Z [==========] 9 tests from 3 test suites ran. (1 ms total) 2025-12-04T09:08:20.9109051Z [ PASSED ] 9 tests. 2025-12-04T09:08:20.9109353Z ================================================================================ 2025-12-04T09:08:20.9110040Z [3,083 / 3,096] 16 / 26 tests; 13 actions running; last test: ..._options_test 2025-12-04T09:08:20.9110541Z Linking jit_tests; 36s processwrapper-sandbox 2025-12-04T09:08:20.9110933Z Testing //:rnn_test; 19s processwrapper-sandbox 2025-12-04T09:08:20.9111327Z Testing //:modules_test; 18s processwrapper-sandbox 2025-12-04T09:08:20.9111753Z Linking ordered_dict_test; 17s processwrapper-sandbox 2025-12-04T09:08:20.9112169Z Linking sequential_test; 16s processwrapper-sandbox 2025-12-04T09:08:20.9112576Z Linking module_test; 16s processwrapper-sandbox 2025-12-04T09:08:20.9112992Z Linking integration_test; 15s processwrapper-sandbox 2025-12-04T09:08:20.9113413Z Linking nn_utils_test; 15s processwrapper-sandbox ... 2025-12-04T09:08:21.1622165Z 2025-12-04T09:08:21.1623187Z  2025-12-04T09:08:21.1623554Z  2025-12-04T09:08:21.1623840Z  2025-12-04T09:08:21.1624114Z  2025-12-04T09:08:21.1624382Z  2025-12-04T09:08:21.1624639Z  2025-12-04T09:08:21.1624933Z  2025-12-04T09:08:21.1625190Z  2025-12-04T09:08:21.1625850Z [3,084 / 3,096] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:21.1626542Z Linking jit_tests; 36s processwrapper-sandbox 2025-12-04T09:08:21.1627072Z Testing //:rnn_test; 20s processwrapper-sandbox 2025-12-04T09:08:21.1627596Z Testing //:modules_test; 19s processwrapper-sandbox 2025-12-04T09:08:21.1628156Z Linking ordered_dict_test; 17s processwrapper-sandbox 2025-12-04T09:08:21.1628721Z Linking sequential_test; 16s processwrapper-sandbox 2025-12-04T09:08:21.1629242Z Linking module_test; 16s processwrapper-sandbox 2025-12-04T09:08:21.1629801Z Linking integration_test; 16s processwrapper-sandbox 2025-12-04T09:08:21.1630364Z Linking nn_utils_test; 15s processwrapper-sandbox ... 2025-12-04T09:08:22.1629275Z 2025-12-04T09:08:22.1630032Z  2025-12-04T09:08:22.1630452Z  2025-12-04T09:08:22.1630785Z  2025-12-04T09:08:22.1631137Z  2025-12-04T09:08:22.1631480Z  2025-12-04T09:08:22.1631846Z  2025-12-04T09:08:22.1632209Z  2025-12-04T09:08:22.1632570Z  2025-12-04T09:08:22.1633431Z [3,084 / 3,096] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:22.1634350Z Linking jit_tests; 37s processwrapper-sandbox 2025-12-04T09:08:22.1635189Z Testing //:rnn_test; 21s processwrapper-sandbox 2025-12-04T09:08:22.1635884Z Testing //:modules_test; 20s processwrapper-sandbox 2025-12-04T09:08:22.1636644Z Linking ordered_dict_test; 18s processwrapper-sandbox 2025-12-04T09:08:22.1637593Z Linking sequential_test; 17s processwrapper-sandbox 2025-12-04T09:08:22.1640459Z Linking module_test; 17s processwrapper-sandbox 2025-12-04T09:08:22.1641256Z Linking integration_test; 17s processwrapper-sandbox 2025-12-04T09:08:22.1642065Z Linking nn_utils_test; 16s processwrapper-sandbox ... 2025-12-04T09:08:23.3638147Z 2025-12-04T09:08:23.3638787Z  2025-12-04T09:08:23.3639154Z  2025-12-04T09:08:23.3639420Z  2025-12-04T09:08:23.3639718Z  2025-12-04T09:08:23.3640006Z  2025-12-04T09:08:23.3640265Z  2025-12-04T09:08:23.3640535Z  2025-12-04T09:08:23.3640794Z  2025-12-04T09:08:23.3641462Z [3,084 / 3,096] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:23.3642147Z Linking jit_tests; 39s processwrapper-sandbox 2025-12-04T09:08:23.3642669Z Testing //:rnn_test; 22s processwrapper-sandbox 2025-12-04T09:08:23.3643185Z Testing //:modules_test; 21s processwrapper-sandbox 2025-12-04T09:08:23.3643843Z Linking ordered_dict_test; 19s processwrapper-sandbox 2025-12-04T09:08:23.3644627Z Linking sequential_test; 18s processwrapper-sandbox 2025-12-04T09:08:23.3645149Z Linking module_test; 18s processwrapper-sandbox 2025-12-04T09:08:23.3645765Z Linking integration_test; 18s processwrapper-sandbox 2025-12-04T09:08:23.3646319Z Linking nn_utils_test; 17s processwrapper-sandbox ... 2025-12-04T09:08:24.3644275Z 2025-12-04T09:08:24.3645042Z  2025-12-04T09:08:24.3646098Z  2025-12-04T09:08:24.3646388Z  2025-12-04T09:08:24.3646654Z  2025-12-04T09:08:24.3646934Z  2025-12-04T09:08:24.3647194Z  2025-12-04T09:08:24.3647469Z  2025-12-04T09:08:24.3647731Z  2025-12-04T09:08:24.3648404Z [3,084 / 3,096] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:24.3649092Z Linking jit_tests; 40s processwrapper-sandbox 2025-12-04T09:08:24.3649619Z Testing //:rnn_test; 23s processwrapper-sandbox 2025-12-04T09:08:24.3650180Z Testing //:modules_test; 22s processwrapper-sandbox 2025-12-04T09:08:24.3650742Z Linking ordered_dict_test; 20s processwrapper-sandbox 2025-12-04T09:08:24.3651316Z Linking sequential_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.3651834Z Linking module_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.3652387Z Linking integration_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.3652944Z Linking nn_utils_test; 18s processwrapper-sandbox ... 2025-12-04T09:08:24.6857655Z 2025-12-04T09:08:24.6858318Z  2025-12-04T09:08:24.6858650Z  2025-12-04T09:08:24.6858940Z  2025-12-04T09:08:24.6859207Z  2025-12-04T09:08:24.6859486Z  2025-12-04T09:08:24.6859754Z  2025-12-04T09:08:24.6860030Z  2025-12-04T09:08:24.6860293Z  2025-12-04T09:08:24.6860970Z [3,085 / 3,097] 16 / 26 tests; 12 actions, 11 running; last test: ...ions_test 2025-12-04T09:08:24.6861700Z Linking jit_tests; 40s processwrapper-sandbox 2025-12-04T09:08:24.6862235Z Testing //:rnn_test; 23s processwrapper-sandbox 2025-12-04T09:08:24.6862798Z Testing //:modules_test; 22s processwrapper-sandbox 2025-12-04T09:08:24.6863359Z Linking sequential_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.6863904Z Linking module_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.6864456Z Linking integration_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.6865022Z Linking nn_utils_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.6865587Z Linking serialize_test; 18s processwrapper-sandbox ... 2025-12-04T09:08:24.9649472Z 2025-12-04T09:08:24.9650105Z  2025-12-04T09:08:24.9650427Z  2025-12-04T09:08:24.9650707Z  2025-12-04T09:08:24.9650968Z  2025-12-04T09:08:24.9651244Z  2025-12-04T09:08:24.9651505Z  2025-12-04T09:08:24.9651777Z  2025-12-04T09:08:24.9652034Z  2025-12-04T09:08:24.9652701Z [3,085 / 3,097] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:24.9653596Z Linking jit_tests; 40s processwrapper-sandbox 2025-12-04T09:08:24.9654122Z Testing //:rnn_test; 24s processwrapper-sandbox 2025-12-04T09:08:24.9654668Z Testing //:modules_test; 22s processwrapper-sandbox 2025-12-04T09:08:24.9655206Z Linking sequential_test; 20s processwrapper-sandbox 2025-12-04T09:08:24.9655747Z Linking module_test; 20s processwrapper-sandbox 2025-12-04T09:08:24.9656314Z Linking integration_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.9656894Z Linking nn_utils_test; 19s processwrapper-sandbox 2025-12-04T09:08:24.9657459Z Linking serialize_test; 18s processwrapper-sandbox ... 2025-12-04T09:08:26.1656709Z 2025-12-04T09:08:26.1657378Z  2025-12-04T09:08:26.1657715Z  2025-12-04T09:08:26.1658009Z  2025-12-04T09:08:26.1658274Z  2025-12-04T09:08:26.1658562Z  2025-12-04T09:08:26.1658832Z  2025-12-04T09:08:26.1659144Z  2025-12-04T09:08:26.1659410Z  2025-12-04T09:08:26.1660355Z [3,085 / 3,097] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:26.1661162Z Linking jit_tests; 41s processwrapper-sandbox 2025-12-04T09:08:26.1661690Z Testing //:rnn_test; 25s processwrapper-sandbox 2025-12-04T09:08:26.1662237Z Testing //:modules_test; 24s processwrapper-sandbox 2025-12-04T09:08:26.1662790Z Linking sequential_test; 21s processwrapper-sandbox 2025-12-04T09:08:26.1663352Z Linking module_test; 21s processwrapper-sandbox 2025-12-04T09:08:26.1663907Z Linking integration_test; 21s processwrapper-sandbox 2025-12-04T09:08:26.1664479Z Linking nn_utils_test; 20s processwrapper-sandbox 2025-12-04T09:08:26.1665064Z Linking serialize_test; 19s processwrapper-sandbox ... 2025-12-04T09:08:27.1662776Z 2025-12-04T09:08:27.1663457Z  2025-12-04T09:08:27.1663839Z  2025-12-04T09:08:27.1664159Z  2025-12-04T09:08:27.1664487Z  2025-12-04T09:08:27.1664816Z  2025-12-04T09:08:27.1665176Z  2025-12-04T09:08:27.1665449Z  2025-12-04T09:08:27.1665725Z  2025-12-04T09:08:27.1666389Z [3,085 / 3,097] 16 / 26 tests; 12 actions running; last test: ..._options_test 2025-12-04T09:08:27.1667098Z Linking jit_tests; 42s processwrapper-sandbox 2025-12-04T09:08:27.1667605Z Testing //:rnn_test; 26s processwrapper-sandbox 2025-12-04T09:08:27.1668133Z Testing //:modules_test; 25s processwrapper-sandbox 2025-12-04T09:08:27.1668661Z Linking sequential_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.1669191Z Linking module_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.1669723Z Linking integration_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.1670271Z Linking nn_utils_test; 21s processwrapper-sandbox 2025-12-04T09:08:27.1670975Z Linking serialize_test; 20s processwrapper-sandbox ... 2025-12-04T09:08:27.4100878Z 2025-12-04T09:08:27.4101605Z  2025-12-04T09:08:27.4102024Z  2025-12-04T09:08:27.4102336Z  2025-12-04T09:08:27.4102664Z  2025-12-04T09:08:27.4102985Z  2025-12-04T09:08:27.4103306Z  2025-12-04T09:08:27.4103704Z  2025-12-04T09:08:27.4103981Z  2025-12-04T09:08:27.4104645Z [3,085 / 3,097] 17 / 26 tests; 12 actions running; last test: ...red_dict_test 2025-12-04T09:08:27.4105368Z Linking jit_tests; 43s processwrapper-sandbox 2025-12-04T09:08:27.4105906Z Testing //:rnn_test; 26s processwrapper-sandbox 2025-12-04T09:08:27.4106438Z Testing //:modules_test; 25s processwrapper-sandbox 2025-12-04T09:08:27.4107000Z Linking sequential_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4107539Z Linking module_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4108101Z Linking integration_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4108660Z Linking nn_utils_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4109424Z Linking serialize_test; 21s processwrapper-sandbox ... 2025-12-04T09:08:27.4109812Z 2025-12-04T09:08:27.4109970Z  2025-12-04T09:08:27.4110251Z  2025-12-04T09:08:27.4110534Z  2025-12-04T09:08:27.4110805Z  2025-12-04T09:08:27.4111085Z  2025-12-04T09:08:27.4111354Z  2025-12-04T09:08:27.4111632Z  2025-12-04T09:08:27.4111901Z  2025-12-04T09:08:27.4112321Z INFO: From Testing //:ordered_dict_test: 2025-12-04T09:08:27.4169201Z ==================== Test output for //:ordered_dict_test: 2025-12-04T09:08:27.4169725Z Running main() from gmock_main.cc 2025-12-04T09:08:27.4170126Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:27.4170518Z [==========] Running 29 tests from 1 test suite. 2025-12-04T09:08:27.4171113Z [----------] Global test environment set-up. 2025-12-04T09:08:27.4171546Z [----------] 29 tests from OrderedDictTest 2025-12-04T09:08:27.4172073Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2025-12-04T09:08:27.4172736Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2025-12-04T09:08:27.4173659Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2025-12-04T09:08:27.4174483Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2025-12-04T09:08:27.4175302Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2025-12-04T09:08:27.4175995Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2025-12-04T09:08:27.4176726Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2025-12-04T09:08:27.4177757Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2025-12-04T09:08:27.4178555Z [ RUN ] OrderedDictTest.CanInitializeFromList 2025-12-04T09:08:27.4179189Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2025-12-04T09:08:27.4180008Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2025-12-04T09:08:27.4181010Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (0 ms) 2025-12-04T09:08:27.4181885Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2025-12-04T09:08:27.4182553Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2025-12-04T09:08:27.4183216Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2025-12-04T09:08:27.4183912Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2025-12-04T09:08:27.4184469Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2025-12-04T09:08:27.4185036Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2025-12-04T09:08:27.4185581Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2025-12-04T09:08:27.4186118Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (0 ms) 2025-12-04T09:08:27.4186855Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2025-12-04T09:08:27.4187646Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2025-12-04T09:08:27.4188563Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2025-12-04T09:08:27.4189636Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2025-12-04T09:08:27.4190710Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2025-12-04T09:08:27.4191775Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2025-12-04T09:08:27.4192909Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2025-12-04T09:08:27.4194056Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2025-12-04T09:08:27.4195194Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2025-12-04T09:08:27.4196290Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (0 ms) 2025-12-04T09:08:27.4197263Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2025-12-04T09:08:27.4198133Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2025-12-04T09:08:27.4198961Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2025-12-04T09:08:27.4199614Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (0 ms) 2025-12-04T09:08:27.4200217Z [ RUN ] OrderedDictTest.CanIterateItems 2025-12-04T09:08:27.4200704Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2025-12-04T09:08:27.4201196Z [ RUN ] OrderedDictTest.EraseWorks 2025-12-04T09:08:27.4201650Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2025-12-04T09:08:27.4202165Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2025-12-04T09:08:27.4202723Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2025-12-04T09:08:27.4203347Z [ RUN ] OrderedDictTest.CanCopyConstruct 2025-12-04T09:08:27.4203848Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2025-12-04T09:08:27.4204366Z [ RUN ] OrderedDictTest.CanCopyAssign 2025-12-04T09:08:27.4204856Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2025-12-04T09:08:27.4205351Z [ RUN ] OrderedDictTest.CanMoveConstruct 2025-12-04T09:08:27.4205868Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2025-12-04T09:08:27.4206438Z [ RUN ] OrderedDictTest.CanMoveAssign 2025-12-04T09:08:27.4206932Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2025-12-04T09:08:27.4207474Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2025-12-04T09:08:27.4208013Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2025-12-04T09:08:27.4208645Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2025-12-04T09:08:27.4209421Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (0 ms) 2025-12-04T09:08:27.4210096Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2025-12-04T09:08:27.4210610Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2025-12-04T09:08:27.4211150Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2025-12-04T09:08:27.4211701Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2025-12-04T09:08:27.4212254Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2025-12-04T09:08:27.4212789Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2025-12-04T09:08:27.4213330Z [----------] 29 tests from OrderedDictTest (0 ms total) 2025-12-04T09:08:27.4213667Z 2025-12-04T09:08:27.4213851Z [----------] Global test environment tear-down 2025-12-04T09:08:27.4214323Z [==========] 29 tests from 1 test suite ran. (0 ms total) 2025-12-04T09:08:27.4214768Z [ PASSED ] 29 tests. 2025-12-04T09:08:27.4215108Z ================================================================================ 2025-12-04T09:08:27.4216060Z [3,085 / 3,097] 17 / 26 tests; 12 actions running; last test: ...red_dict_test 2025-12-04T09:08:27.4216742Z Linking jit_tests; 43s processwrapper-sandbox 2025-12-04T09:08:27.4217271Z Testing //:rnn_test; 26s processwrapper-sandbox 2025-12-04T09:08:27.4217922Z Testing //:modules_test; 25s processwrapper-sandbox 2025-12-04T09:08:27.4218466Z Linking sequential_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4219023Z Linking module_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4219571Z Linking integration_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4220140Z Linking nn_utils_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.4220705Z Linking serialize_test; 21s processwrapper-sandbox ... 2025-12-04T09:08:27.7667497Z 2025-12-04T09:08:27.7668147Z  2025-12-04T09:08:27.7668483Z  2025-12-04T09:08:27.7668769Z  2025-12-04T09:08:27.7669039Z  2025-12-04T09:08:27.7669323Z  2025-12-04T09:08:27.7669590Z  2025-12-04T09:08:27.7669869Z  2025-12-04T09:08:27.7670137Z  2025-12-04T09:08:27.7671006Z [3,086 / 3,097] 17 / 26 tests; 11 actions running; last test: ...red_dict_test 2025-12-04T09:08:27.7671967Z Linking jit_tests; 43s processwrapper-sandbox 2025-12-04T09:08:27.7672682Z Testing //:rnn_test; 26s processwrapper-sandbox 2025-12-04T09:08:27.7673389Z Testing //:modules_test; 25s processwrapper-sandbox 2025-12-04T09:08:27.7674423Z Linking sequential_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.7675227Z Linking module_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.7675960Z Linking integration_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.7676769Z Linking nn_utils_test; 22s processwrapper-sandbox 2025-12-04T09:08:27.7677552Z Linking serialize_test; 21s processwrapper-sandbox ... 2025-12-04T09:08:28.5586274Z 2025-12-04T09:08:28.5586987Z  2025-12-04T09:08:28.5587328Z  2025-12-04T09:08:28.5587618Z  2025-12-04T09:08:28.5587889Z  2025-12-04T09:08:28.5588170Z  2025-12-04T09:08:28.5588435Z  2025-12-04T09:08:28.5588722Z  2025-12-04T09:08:28.5588992Z  2025-12-04T09:08:28.5589675Z [3,087 / 3,098] 17 / 26 tests; 11 actions, 10 running; last test: ...dict_test 2025-12-04T09:08:28.5590374Z Linking jit_tests; 44s processwrapper-sandbox 2025-12-04T09:08:28.5590913Z Testing //:rnn_test; 27s processwrapper-sandbox 2025-12-04T09:08:28.5591496Z Testing //:modules_test; 26s processwrapper-sandbox 2025-12-04T09:08:28.5592280Z Linking module_test; 23s processwrapper-sandbox 2025-12-04T09:08:28.5592936Z Linking integration_test; 23s processwrapper-sandbox 2025-12-04T09:08:28.5593491Z Linking nn_utils_test; 23s processwrapper-sandbox 2025-12-04T09:08:28.5594050Z Linking serialize_test; 22s processwrapper-sandbox 2025-12-04T09:08:28.5594633Z Linking functional_test; 22s processwrapper-sandbox ... 2025-12-04T09:08:28.7674340Z 2025-12-04T09:08:28.7675081Z  2025-12-04T09:08:28.7675518Z  2025-12-04T09:08:28.7675836Z  2025-12-04T09:08:28.7676185Z  2025-12-04T09:08:28.7676528Z  2025-12-04T09:08:28.7676875Z  2025-12-04T09:08:28.7677194Z  2025-12-04T09:08:28.7677528Z  2025-12-04T09:08:28.7678329Z [3,087 / 3,098] 17 / 26 tests; 11 actions running; last test: ...red_dict_test 2025-12-04T09:08:28.7679234Z Linking jit_tests; 44s processwrapper-sandbox 2025-12-04T09:08:28.7679877Z Testing //:rnn_test; 27s processwrapper-sandbox 2025-12-04T09:08:28.7680522Z Testing //:modules_test; 26s processwrapper-sandbox 2025-12-04T09:08:28.7681195Z Linking module_test; 23s processwrapper-sandbox 2025-12-04T09:08:28.7681856Z Linking integration_test; 23s processwrapper-sandbox 2025-12-04T09:08:28.7682546Z Linking nn_utils_test; 23s processwrapper-sandbox 2025-12-04T09:08:28.7683265Z Linking serialize_test; 22s processwrapper-sandbox 2025-12-04T09:08:28.7683988Z Linking functional_test; 22s processwrapper-sandbox ... 2025-12-04T09:08:29.1208724Z 2025-12-04T09:08:29.1209411Z  2025-12-04T09:08:29.1209813Z  2025-12-04T09:08:29.1210148Z  2025-12-04T09:08:29.1210529Z  2025-12-04T09:08:29.1210853Z  2025-12-04T09:08:29.1211210Z  2025-12-04T09:08:29.1211521Z  2025-12-04T09:08:29.1211861Z  2025-12-04T09:08:29.1212661Z [3,090 / 3,100] 17 / 26 tests; 10 actions, 9 running; last test: ..._dict_test 2025-12-04T09:08:29.1213592Z Linking jit_tests; 44s processwrapper-sandbox 2025-12-04T09:08:29.1214220Z Testing //:rnn_test; 28s processwrapper-sandbox 2025-12-04T09:08:29.1214873Z Testing //:modules_test; 27s processwrapper-sandbox 2025-12-04T09:08:29.1215550Z Linking serialize_test; 22s processwrapper-sandbox 2025-12-04T09:08:29.1216221Z Linking functional_test; 22s processwrapper-sandbox 2025-12-04T09:08:29.1216906Z Linking modulelist_test; 22s processwrapper-sandbox 2025-12-04T09:08:29.1217564Z Testing //:optim_test; 10s processwrapper-sandbox 2025-12-04T09:08:29.1218278Z Testing //:sequential_test; 0s processwrapper-sandbox ... 2025-12-04T09:08:29.3685757Z 2025-12-04T09:08:29.3686477Z  2025-12-04T09:08:29.3686933Z  2025-12-04T09:08:29.3687263Z  2025-12-04T09:08:29.3687624Z  2025-12-04T09:08:29.3687983Z  2025-12-04T09:08:29.3688304Z  2025-12-04T09:08:29.3688879Z  2025-12-04T09:08:29.3689206Z  2025-12-04T09:08:29.3690058Z [3,090 / 3,100] 17 / 26 tests; 10 actions running; last test: ...red_dict_test 2025-12-04T09:08:29.3690936Z Linking jit_tests; 45s processwrapper-sandbox 2025-12-04T09:08:29.3691549Z Testing //:rnn_test; 28s processwrapper-sandbox 2025-12-04T09:08:29.3692191Z Testing //:modules_test; 27s processwrapper-sandbox 2025-12-04T09:08:29.3692849Z Linking serialize_test; 23s processwrapper-sandbox 2025-12-04T09:08:29.3693530Z Linking functional_test; 23s processwrapper-sandbox 2025-12-04T09:08:29.3694195Z Linking modulelist_test; 22s processwrapper-sandbox 2025-12-04T09:08:29.3694875Z Testing //:optim_test; 11s processwrapper-sandbox 2025-12-04T09:08:29.3695572Z Testing //:sequential_test; 0s processwrapper-sandbox ... 2025-12-04T09:08:29.7007507Z 2025-12-04T09:08:29.7008218Z  2025-12-04T09:08:29.7008659Z  2025-12-04T09:08:29.7008991Z  2025-12-04T09:08:29.7009371Z  2025-12-04T09:08:29.7009717Z  2025-12-04T09:08:29.7010065Z  2025-12-04T09:08:29.7010389Z  2025-12-04T09:08:29.7011037Z  2025-12-04T09:08:29.7011894Z [3,091 / 3,101] 17 / 26 tests; 10 actions, 9 running; last test: ..._dict_test 2025-12-04T09:08:29.7012846Z Linking jit_tests; 45s processwrapper-sandbox 2025-12-04T09:08:29.7013503Z Testing //:rnn_test; 28s processwrapper-sandbox 2025-12-04T09:08:29.7014162Z Testing //:modules_test; 27s processwrapper-sandbox 2025-12-04T09:08:29.7014841Z Linking functional_test; 23s processwrapper-sandbox 2025-12-04T09:08:29.7015508Z Linking modulelist_test; 22s processwrapper-sandbox 2025-12-04T09:08:29.7016185Z Testing //:optim_test; 11s processwrapper-sandbox 2025-12-04T09:08:29.7016870Z Testing //:sequential_test; 1s processwrapper-sandbox 2025-12-04T09:08:29.7017570Z Testing //:module_test; 0s processwrapper-sandbox ... 2025-12-04T09:08:29.9690670Z 2025-12-04T09:08:29.9691445Z  2025-12-04T09:08:29.9691922Z  2025-12-04T09:08:29.9692322Z  2025-12-04T09:08:29.9692700Z  2025-12-04T09:08:29.9693129Z  2025-12-04T09:08:29.9693530Z  2025-12-04T09:08:29.9693932Z  2025-12-04T09:08:29.9694320Z  2025-12-04T09:08:29.9695288Z [3,092 / 3,102] 17 / 26 tests; 10 actions running; last test: ...red_dict_test 2025-12-04T09:08:29.9696293Z Linking jit_tests; 45s processwrapper-sandbox 2025-12-04T09:08:29.9697056Z Testing //:rnn_test; 29s processwrapper-sandbox 2025-12-04T09:08:29.9697824Z Testing //:modules_test; 27s processwrapper-sandbox 2025-12-04T09:08:29.9698634Z Linking modulelist_test; 23s processwrapper-sandbox 2025-12-04T09:08:29.9699362Z Testing //:optim_test; 11s processwrapper-sandbox 2025-12-04T09:08:29.9700016Z Testing //:sequential_test; 1s processwrapper-sandbox 2025-12-04T09:08:29.9700721Z Testing //:module_test; 1s processwrapper-sandbox 2025-12-04T09:08:29.9701372Z Testing //:nn_utils_test; 0s processwrapper-sandbox ... 2025-12-04T09:08:30.2844276Z 2025-12-04T09:08:30.2844986Z  2025-12-04T09:08:30.2845424Z  2025-12-04T09:08:30.2845770Z  2025-12-04T09:08:30.2846094Z  2025-12-04T09:08:30.2846440Z  2025-12-04T09:08:30.2846792Z  2025-12-04T09:08:30.2847115Z  2025-12-04T09:08:30.2847454Z  2025-12-04T09:08:30.2848213Z [3,093 / 3,103] 17 / 26 tests; 10 actions, 9 running; last test: ..._dict_test 2025-12-04T09:08:30.2849078Z Linking jit_tests; 46s processwrapper-sandbox 2025-12-04T09:08:30.2849691Z Testing //:rnn_test; 29s processwrapper-sandbox 2025-12-04T09:08:30.2850341Z Testing //:modules_test; 28s processwrapper-sandbox 2025-12-04T09:08:30.2850984Z Testing //:optim_test; 12s processwrapper-sandbox 2025-12-04T09:08:30.2851673Z Testing //:sequential_test; 1s processwrapper-sandbox 2025-12-04T09:08:30.2852367Z Testing //:module_test; 1s processwrapper-sandbox 2025-12-04T09:08:30.2853272Z Testing //:nn_utils_test; 1s processwrapper-sandbox 2025-12-04T09:08:30.2854000Z Testing //:serialize_test; 0s processwrapper-sandbox ... 2025-12-04T09:08:30.5696442Z 2025-12-04T09:08:30.5697100Z  2025-12-04T09:08:30.5697506Z  2025-12-04T09:08:30.5697859Z  2025-12-04T09:08:30.5698187Z  2025-12-04T09:08:30.5698534Z  2025-12-04T09:08:30.5698862Z  2025-12-04T09:08:30.5699233Z  2025-12-04T09:08:30.5699556Z  2025-12-04T09:08:30.5700362Z [3,093 / 3,103] 17 / 26 tests; 10 actions running; last test: ...red_dict_test 2025-12-04T09:08:30.5701242Z Linking jit_tests; 46s processwrapper-sandbox 2025-12-04T09:08:30.5701907Z Testing //:rnn_test; 29s processwrapper-sandbox 2025-12-04T09:08:30.5702537Z Testing //:modules_test; 28s processwrapper-sandbox 2025-12-04T09:08:30.5703221Z Testing //:optim_test; 12s processwrapper-sandbox 2025-12-04T09:08:30.5703915Z Testing //:sequential_test; 2s processwrapper-sandbox 2025-12-04T09:08:30.5704599Z Testing //:module_test; 1s processwrapper-sandbox 2025-12-04T09:08:30.5705528Z Testing //:nn_utils_test; 1s processwrapper-sandbox 2025-12-04T09:08:30.5706342Z Testing //:serialize_test; 0s processwrapper-sandbox ... 2025-12-04T09:08:31.5704840Z 2025-12-04T09:08:31.5706008Z  2025-12-04T09:08:31.5709277Z  2025-12-04T09:08:31.5709838Z  2025-12-04T09:08:31.5712866Z  2025-12-04T09:08:31.5713422Z  2025-12-04T09:08:31.5716193Z  2025-12-04T09:08:31.5716653Z  2025-12-04T09:08:31.5719785Z  2025-12-04T09:08:31.5720808Z [3,093 / 3,103] 17 / 26 tests; 10 actions running; last test: ...red_dict_test 2025-12-04T09:08:31.5721881Z Linking jit_tests; 47s processwrapper-sandbox 2025-12-04T09:08:31.5722780Z Testing //:rnn_test; 30s processwrapper-sandbox 2025-12-04T09:08:31.5724047Z Testing //:modules_test; 29s processwrapper-sandbox 2025-12-04T09:08:31.5724859Z Testing //:optim_test; 13s processwrapper-sandbox 2025-12-04T09:08:31.5725643Z Testing //:sequential_test; 3s processwrapper-sandbox 2025-12-04T09:08:31.5726400Z Testing //:module_test; 2s processwrapper-sandbox 2025-12-04T09:08:31.5727127Z Testing //:nn_utils_test; 2s processwrapper-sandbox 2025-12-04T09:08:31.5727926Z Testing //:serialize_test; 1s processwrapper-sandbox ... 2025-12-04T09:08:32.0432689Z 2025-12-04T09:08:32.0433446Z  2025-12-04T09:08:32.0433907Z  2025-12-04T09:08:32.0434285Z  2025-12-04T09:08:32.0434672Z  2025-12-04T09:08:32.0435045Z  2025-12-04T09:08:32.0435437Z  2025-12-04T09:08:32.0435805Z  2025-12-04T09:08:32.0436204Z  2025-12-04T09:08:32.0437055Z [3,093 / 3,103] 18 / 26 tests; 10 actions running; last test: //:module_test 2025-12-04T09:08:32.0437955Z Linking jit_tests; 47s processwrapper-sandbox 2025-12-04T09:08:32.0438670Z Testing //:rnn_test; 31s processwrapper-sandbox 2025-12-04T09:08:32.0439418Z Testing //:modules_test; 30s processwrapper-sandbox 2025-12-04T09:08:32.0440175Z Testing //:optim_test; 13s processwrapper-sandbox 2025-12-04T09:08:32.0440889Z Testing //:sequential_test; 3s processwrapper-sandbox 2025-12-04T09:08:32.0441617Z Testing //:module_test; 3s processwrapper-sandbox 2025-12-04T09:08:32.0442292Z Testing //:nn_utils_test; 2s processwrapper-sandbox 2025-12-04T09:08:32.0443006Z Testing //:serialize_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:32.0443594Z 2025-12-04T09:08:32.0443870Z  2025-12-04T09:08:32.0444258Z  2025-12-04T09:08:32.0444647Z  2025-12-04T09:08:32.0445012Z  2025-12-04T09:08:32.0445412Z  2025-12-04T09:08:32.0445789Z  2025-12-04T09:08:32.0446178Z  2025-12-04T09:08:32.0446553Z  2025-12-04T09:08:32.0447083Z INFO: From Testing //:module_test: 2025-12-04T09:08:32.0537354Z ==================== Test output for //:module_test: 2025-12-04T09:08:32.0539043Z Running main() from gmock_main.cc 2025-12-04T09:08:32.0539555Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:32.0540064Z [==========] Running 52 tests from 1 test suite. 2025-12-04T09:08:32.0540654Z [----------] Global test environment set-up. 2025-12-04T09:08:32.0541191Z [----------] 52 tests from ModuleTest 2025-12-04T09:08:32.0541780Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2025-12-04T09:08:32.0542536Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2025-12-04T09:08:32.0543197Z [ RUN ] ModuleTest.ZeroGrad 2025-12-04T09:08:32.0543718Z [ OK ] ModuleTest.ZeroGrad (2 ms) 2025-12-04T09:08:32.0544279Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2025-12-04T09:08:32.0544901Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2025-12-04T09:08:32.0545630Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2025-12-04T09:08:32.0546534Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (0 ms) 2025-12-04T09:08:32.0547447Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2025-12-04T09:08:32.0548578Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (0 ms) 2025-12-04T09:08:32.0549584Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2025-12-04T09:08:32.0550452Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (0 ms) 2025-12-04T09:08:32.0551197Z [ RUN ] ModuleTest.ReplaceModule 2025-12-04T09:08:32.0551725Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2025-12-04T09:08:32.0552291Z [ RUN ] ModuleTest.UnregisterModule 2025-12-04T09:08:32.0552881Z [ OK ] ModuleTest.UnregisterModule (0 ms) 2025-12-04T09:08:32.0553625Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2025-12-04T09:08:32.0554567Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (0 ms) 2025-12-04T09:08:32.0555527Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2025-12-04T09:08:32.0556540Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (0 ms) 2025-12-04T09:08:32.0557433Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2025-12-04T09:08:32.0558220Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2025-12-04T09:08:32.0559064Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2025-12-04T09:08:32.0559946Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (0 ms) 2025-12-04T09:08:32.0560882Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2025-12-04T09:08:32.0561779Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (0 ms) 2025-12-04T09:08:32.0562545Z [ RUN ] ModuleTest.CanGetName 2025-12-04T09:08:32.0563031Z [ OK ] ModuleTest.CanGetName (0 ms) 2025-12-04T09:08:32.0563686Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2025-12-04T09:08:32.0575011Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2025-12-04T09:08:32.0575841Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2025-12-04T09:08:32.0576841Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2025-12-04T09:08:32.0577865Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2025-12-04T09:08:32.0578897Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2025-12-04T09:08:32.0580002Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2025-12-04T09:08:32.0581058Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (0 ms) 2025-12-04T09:08:32.0582162Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2025-12-04T09:08:32.0583339Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2025-12-04T09:08:32.0584317Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2025-12-04T09:08:32.0585059Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (9 ms) 2025-12-04T09:08:32.0585785Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2025-12-04T09:08:32.0586725Z [ OK ] ModuleTest.ClonePreservesExternalReferences (1 ms) 2025-12-04T09:08:32.0587579Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2025-12-04T09:08:32.0588532Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (1 ms) 2025-12-04T09:08:32.0589357Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2025-12-04T09:08:32.0590054Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2025-12-04T09:08:32.0590807Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2025-12-04T09:08:32.0591669Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2025-12-04T09:08:32.0592439Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2025-12-04T09:08:32.0593098Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2025-12-04T09:08:32.0593798Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2025-12-04T09:08:32.0594565Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2025-12-04T09:08:32.0595568Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2025-12-04T09:08:32.0597122Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2025-12-04T09:08:32.0598490Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2025-12-04T09:08:32.0599779Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2025-12-04T09:08:32.0600985Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2025-12-04T09:08:32.0602110Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (0 ms) 2025-12-04T09:08:32.0603129Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2025-12-04T09:08:32.0604201Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2025-12-04T09:08:32.0605188Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2025-12-04T09:08:32.0606144Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2025-12-04T09:08:32.0607194Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2025-12-04T09:08:32.0608369Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2025-12-04T09:08:32.0609515Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2025-12-04T09:08:32.0610606Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2025-12-04T09:08:32.0611628Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2025-12-04T09:08:32.0612632Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2025-12-04T09:08:32.0613674Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2025-12-04T09:08:32.0614889Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2025-12-04T09:08:32.0615977Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2025-12-04T09:08:32.0616969Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2025-12-04T09:08:32.0618046Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2025-12-04T09:08:32.0619122Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2025-12-04T09:08:32.0620171Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2025-12-04T09:08:32.0621078Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2025-12-04T09:08:32.0622043Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2025-12-04T09:08:32.0623029Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2025-12-04T09:08:32.0624050Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2025-12-04T09:08:32.0625035Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2025-12-04T09:08:32.0626118Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2025-12-04T09:08:32.0627394Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2025-12-04T09:08:32.0628495Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2025-12-04T09:08:32.0629545Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2025-12-04T09:08:32.0630679Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2025-12-04T09:08:32.0631907Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2025-12-04T09:08:32.0632885Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2025-12-04T09:08:32.0633570Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2025-12-04T09:08:32.0634305Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2025-12-04T09:08:32.0635056Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2025-12-04T09:08:32.0635834Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2025-12-04T09:08:32.0636592Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2025-12-04T09:08:32.0637420Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2025-12-04T09:08:32.0638431Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2025-12-04T09:08:32.0639352Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2025-12-04T09:08:32.0640172Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2025-12-04T09:08:32.0641019Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2025-12-04T09:08:32.0641980Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2025-12-04T09:08:32.0642972Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2025-12-04T09:08:32.0644159Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (0 ms) 2025-12-04T09:08:32.0644998Z [ RUN ] ModuleTest.PrettyPrint 2025-12-04T09:08:32.0645499Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2025-12-04T09:08:32.0646222Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2025-12-04T09:08:32.0647185Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2025-12-04T09:08:32.0648022Z [----------] 52 tests from ModuleTest (25 ms total) 2025-12-04T09:08:32.0648421Z 2025-12-04T09:08:32.0648618Z [----------] Global test environment tear-down 2025-12-04T09:08:32.0649218Z [==========] 52 tests from 1 test suite ran. (25 ms total) 2025-12-04T09:08:32.0649789Z [ PASSED ] 52 tests. 2025-12-04T09:08:32.0650210Z ================================================================================ 2025-12-04T09:08:32.0651359Z [3,093 / 3,103] 18 / 26 tests; 10 actions running; last test: //:module_test 2025-12-04T09:08:32.0652196Z Linking jit_tests; 47s processwrapper-sandbox 2025-12-04T09:08:32.0652859Z Testing //:rnn_test; 31s processwrapper-sandbox 2025-12-04T09:08:32.0653503Z Testing //:modules_test; 30s processwrapper-sandbox 2025-12-04T09:08:32.0654186Z Testing //:optim_test; 13s processwrapper-sandbox 2025-12-04T09:08:32.0654873Z Testing //:sequential_test; 3s processwrapper-sandbox 2025-12-04T09:08:32.0655576Z Testing //:module_test; 3s processwrapper-sandbox 2025-12-04T09:08:32.0656250Z Testing //:nn_utils_test; 2s processwrapper-sandbox 2025-12-04T09:08:32.0656959Z Testing //:serialize_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:32.0657517Z 2025-12-04T09:08:32.0657742Z  2025-12-04T09:08:32.0658111Z  2025-12-04T09:08:32.0658457Z  2025-12-04T09:08:32.0658807Z  2025-12-04T09:08:32.0659141Z  2025-12-04T09:08:32.0659479Z  2025-12-04T09:08:32.0659812Z  2025-12-04T09:08:32.0660173Z  2025-12-04T09:08:32.0660686Z INFO: From Testing //:sequential_test: 2025-12-04T09:08:32.0661312Z ==================== Test output for //:sequential_test: 2025-12-04T09:08:32.0661865Z Running main() from gmock_main.cc 2025-12-04T09:08:32.0662371Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:32.0662903Z [==========] Running 19 tests from 1 test suite. 2025-12-04T09:08:32.0663523Z [----------] Global test environment set-up. 2025-12-04T09:08:32.0664104Z [----------] 19 tests from SequentialTest 2025-12-04T09:08:32.0664664Z [ RUN ] SequentialTest.CanContainThings 2025-12-04T09:08:32.0665280Z [ OK ] SequentialTest.CanContainThings (1 ms) 2025-12-04T09:08:32.0665943Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2025-12-04T09:08:32.0666709Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2025-12-04T09:08:32.0667431Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2025-12-04T09:08:32.0668186Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2025-12-04T09:08:32.0668925Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2025-12-04T09:08:32.0669633Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2025-12-04T09:08:32.0670339Z [ RUN ] SequentialTest.PushBackAddsAnElement 2025-12-04T09:08:32.0676674Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2025-12-04T09:08:32.0677230Z [ RUN ] SequentialTest.AccessWithAt 2025-12-04T09:08:32.0677682Z [ OK ] SequentialTest.AccessWithAt (0 ms) 2025-12-04T09:08:32.0678372Z [ RUN ] SequentialTest.AccessWithPtr 2025-12-04T09:08:32.0678883Z [ OK ] SequentialTest.AccessWithPtr (0 ms) 2025-12-04T09:08:32.0679510Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2025-12-04T09:08:32.0680333Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (0 ms) 2025-12-04T09:08:32.0681051Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2025-12-04T09:08:32.0681661Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2025-12-04T09:08:32.0682341Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2025-12-04T09:08:32.0683215Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (0 ms) 2025-12-04T09:08:32.0683980Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2025-12-04T09:08:32.0684720Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2025-12-04T09:08:32.0685387Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2025-12-04T09:08:32.0685950Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (6 ms) 2025-12-04T09:08:32.0686583Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2025-12-04T09:08:32.0687272Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (1 ms) 2025-12-04T09:08:32.0687991Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2025-12-04T09:08:32.0688717Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2025-12-04T09:08:32.0689368Z [ RUN ] SequentialTest.HasReferenceSemantics 2025-12-04T09:08:32.0689894Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2025-12-04T09:08:32.0690373Z [ RUN ] SequentialTest.IsCloneable 2025-12-04T09:08:32.0690818Z [ OK ] SequentialTest.IsCloneable (4 ms) 2025-12-04T09:08:32.0691330Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2025-12-04T09:08:32.0691938Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2025-12-04T09:08:32.0692504Z [ RUN ] SequentialTest.PrettyPrintSequential 2025-12-04T09:08:32.0693036Z [ OK ] SequentialTest.PrettyPrintSequential (1 ms) 2025-12-04T09:08:32.0693610Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2025-12-04T09:08:32.0694229Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (240 ms) 2025-12-04T09:08:32.0694824Z [----------] 19 tests from SequentialTest (257 ms total) 2025-12-04T09:08:32.0695150Z 2025-12-04T09:08:32.0695307Z [----------] Global test environment tear-down 2025-12-04T09:08:32.0695782Z [==========] 19 tests from 1 test suite ran. (257 ms total) 2025-12-04T09:08:32.0696211Z [ PASSED ] 19 tests. 2025-12-04T09:08:32.0696566Z ================================================================================ 2025-12-04T09:08:32.0697614Z [3,094 / 3,103] 19 / 26 tests; 9 actions running; last test: ...equential_test 2025-12-04T09:08:32.0698590Z Linking jit_tests; 47s processwrapper-sandbox 2025-12-04T09:08:32.0699267Z Testing //:rnn_test; 31s processwrapper-sandbox 2025-12-04T09:08:32.0699937Z Testing //:modules_test; 30s processwrapper-sandbox 2025-12-04T09:08:32.0700624Z Testing //:optim_test; 13s processwrapper-sandbox 2025-12-04T09:08:32.0701326Z Testing //:sequential_test; 3s processwrapper-sandbox 2025-12-04T09:08:32.0701945Z Testing //:nn_utils_test; 2s processwrapper-sandbox 2025-12-04T09:08:32.0702475Z Testing //:serialize_test; 2s processwrapper-sandbox 2025-12-04T09:08:32.0703078Z Testing //:functional_test; 2s processwrapper-sandbox ... 2025-12-04T09:08:32.3711985Z 2025-12-04T09:08:32.3712656Z  2025-12-04T09:08:32.3713087Z  2025-12-04T09:08:32.3713454Z  2025-12-04T09:08:32.3713803Z  2025-12-04T09:08:32.3714150Z  2025-12-04T09:08:32.3714503Z  2025-12-04T09:08:32.3714843Z  2025-12-04T09:08:32.3715200Z  2025-12-04T09:08:32.3716095Z [3,095 / 3,103] 19 / 26 tests; 8 actions running; last test: ...equential_test 2025-12-04T09:08:32.3718583Z Linking jit_tests; 48s processwrapper-sandbox 2025-12-04T09:08:32.3719533Z Testing //:rnn_test; 31s processwrapper-sandbox 2025-12-04T09:08:32.3720241Z Testing //:modules_test; 30s processwrapper-sandbox 2025-12-04T09:08:32.3720949Z Testing //:optim_test; 14s processwrapper-sandbox 2025-12-04T09:08:32.3721659Z Testing //:nn_utils_test; 3s processwrapper-sandbox 2025-12-04T09:08:32.3722394Z Testing //:serialize_test; 2s processwrapper-sandbox 2025-12-04T09:08:32.3723218Z Testing //:functional_test; 2s processwrapper-sandbox 2025-12-04T09:08:32.3723991Z Testing //:modulelist_test; 2s processwrapper-sandbox 2025-12-04T09:08:33.5720456Z 2025-12-04T09:08:33.5721204Z  2025-12-04T09:08:33.5721649Z  2025-12-04T09:08:33.5721994Z  2025-12-04T09:08:33.5722321Z  2025-12-04T09:08:33.5722646Z  2025-12-04T09:08:33.5723008Z  2025-12-04T09:08:33.5723436Z  2025-12-04T09:08:33.5723769Z  2025-12-04T09:08:33.5724599Z [3,095 / 3,103] 19 / 26 tests; 8 actions running; last test: ...equential_test 2025-12-04T09:08:33.5725496Z Linking jit_tests; 49s processwrapper-sandbox 2025-12-04T09:08:33.5726137Z Testing //:rnn_test; 32s processwrapper-sandbox 2025-12-04T09:08:33.5726785Z Testing //:modules_test; 31s processwrapper-sandbox 2025-12-04T09:08:33.5727446Z Testing //:optim_test; 15s processwrapper-sandbox 2025-12-04T09:08:33.5728099Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2025-12-04T09:08:33.5728767Z Testing //:serialize_test; 3s processwrapper-sandbox 2025-12-04T09:08:33.5729430Z Testing //:functional_test; 3s processwrapper-sandbox 2025-12-04T09:08:33.5730115Z Testing //:modulelist_test; 3s processwrapper-sandbox 2025-12-04T09:08:33.6412562Z 2025-12-04T09:08:33.6413225Z  2025-12-04T09:08:33.6413671Z  2025-12-04T09:08:33.6414065Z  2025-12-04T09:08:33.6414413Z  2025-12-04T09:08:33.6414767Z  2025-12-04T09:08:33.6415114Z  2025-12-04T09:08:33.6415476Z  2025-12-04T09:08:33.6415814Z  2025-12-04T09:08:33.6416367Z INFO: From Testing //:modulelist_test: 2025-12-04T09:08:33.6417009Z ==================== Test output for //:modulelist_test: 2025-12-04T09:08:33.6417584Z Running main() from gmock_main.cc 2025-12-04T09:08:33.6418079Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:33.6418600Z [==========] Running 16 tests from 1 test suite. 2025-12-04T09:08:33.6419172Z [----------] Global test environment set-up. 2025-12-04T09:08:33.6419699Z [----------] 16 tests from ModuleListTest 2025-12-04T09:08:33.6420298Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2025-12-04T09:08:33.6421009Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2025-12-04T09:08:33.6421746Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2025-12-04T09:08:33.6422695Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2025-12-04T09:08:33.6423424Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2025-12-04T09:08:33.6424141Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2025-12-04T09:08:33.6424843Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2025-12-04T09:08:33.6425509Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2025-12-04T09:08:33.6426099Z [ RUN ] ModuleListTest.Insertion 2025-12-04T09:08:33.6426618Z [ OK ] ModuleListTest.Insertion (0 ms) 2025-12-04T09:08:33.6427160Z [ RUN ] ModuleListTest.AccessWithAt 2025-12-04T09:08:33.6427701Z [ OK ] ModuleListTest.AccessWithAt (0 ms) 2025-12-04T09:08:33.6428280Z [ RUN ] ModuleListTest.AccessWithPtr 2025-12-04T09:08:33.6428851Z [ OK ] ModuleListTest.AccessWithPtr (0 ms) 2025-12-04T09:08:33.6429547Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2025-12-04T09:08:33.6430452Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (1 ms) 2025-12-04T09:08:33.6431353Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2025-12-04T09:08:33.6432526Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2025-12-04T09:08:33.6433476Z [ RUN ] ModuleListTest.HasReferenceSemantics 2025-12-04T09:08:33.6434133Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2025-12-04T09:08:33.6434780Z [ RUN ] ModuleListTest.IsCloneable 2025-12-04T09:08:33.6435310Z [ OK ] ModuleListTest.IsCloneable (4 ms) 2025-12-04T09:08:33.6435973Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2025-12-04T09:08:33.6436722Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2025-12-04T09:08:33.6437406Z [ RUN ] ModuleListTest.NestingIsPossible 2025-12-04T09:08:33.6438027Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2025-12-04T09:08:33.6438676Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2025-12-04T09:08:33.6439373Z [ OK ] ModuleListTest.PrettyPrintModuleList (1 ms) 2025-12-04T09:08:33.6440014Z [ RUN ] ModuleListTest.RangeBasedForLoop 2025-12-04T09:08:33.6440611Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2025-12-04T09:08:33.6441204Z [ RUN ] ModuleListTest.InvalidAt 2025-12-04T09:08:33.6441766Z [ OK ] ModuleListTest.InvalidAt (0 ms) 2025-12-04T09:08:33.6442372Z [----------] 16 tests from ModuleListTest (9 ms total) 2025-12-04T09:08:33.6442786Z 2025-12-04T09:08:33.6442982Z [----------] Global test environment tear-down 2025-12-04T09:08:33.6443681Z [==========] 16 tests from 1 test suite ran. (9 ms total) 2025-12-04T09:08:33.6444233Z [ PASSED ] 16 tests. 2025-12-04T09:08:33.6444665Z ================================================================================ 2025-12-04T09:08:33.6445766Z [3,095 / 3,103] 20 / 26 tests; 8 actions running; last test: ...odulelist_test 2025-12-04T09:08:33.6446646Z Linking jit_tests; 49s processwrapper-sandbox 2025-12-04T09:08:33.6447316Z Testing //:rnn_test; 32s processwrapper-sandbox 2025-12-04T09:08:33.6447968Z Testing //:modules_test; 31s processwrapper-sandbox 2025-12-04T09:08:33.6448621Z Testing //:optim_test; 15s processwrapper-sandbox 2025-12-04T09:08:33.6449273Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2025-12-04T09:08:33.6449939Z Testing //:serialize_test; 3s processwrapper-sandbox 2025-12-04T09:08:33.6450637Z Testing //:functional_test; 3s processwrapper-sandbox 2025-12-04T09:08:33.6451355Z Testing //:modulelist_test; 3s processwrapper-sandbox 2025-12-04T09:08:33.9726232Z 2025-12-04T09:08:33.9726851Z  2025-12-04T09:08:33.9727182Z  2025-12-04T09:08:33.9727461Z  2025-12-04T09:08:33.9727721Z  2025-12-04T09:08:33.9727994Z  2025-12-04T09:08:33.9728251Z  2025-12-04T09:08:33.9728528Z  2025-12-04T09:08:33.9728789Z  2025-12-04T09:08:33.9729464Z [3,096 / 3,103] 20 / 26 tests; 7 actions running; last test: ...odulelist_test 2025-12-04T09:08:33.9730373Z Linking jit_tests; 49s processwrapper-sandbox 2025-12-04T09:08:33.9730882Z Testing //:rnn_test; 33s processwrapper-sandbox 2025-12-04T09:08:33.9731434Z Testing //:modules_test; 31s processwrapper-sandbox 2025-12-04T09:08:33.9731963Z Testing //:optim_test; 15s processwrapper-sandbox 2025-12-04T09:08:33.9732496Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2025-12-04T09:08:33.9733025Z Testing //:serialize_test; 4s processwrapper-sandbox 2025-12-04T09:08:33.9733586Z Testing //:functional_test; 4s processwrapper-sandbox 2025-12-04T09:08:34.3344866Z 2025-12-04T09:08:34.3345643Z  2025-12-04T09:08:34.3346070Z  2025-12-04T09:08:34.3346434Z  2025-12-04T09:08:34.3346775Z  2025-12-04T09:08:34.3347139Z  2025-12-04T09:08:34.3347486Z  2025-12-04T09:08:34.3347843Z  2025-12-04T09:08:34.3349025Z [3,096 / 3,103] 21 / 26 tests; 7 actions running; last test: ...unctional_test 2025-12-04T09:08:34.3349944Z Linking jit_tests; 50s processwrapper-sandbox 2025-12-04T09:08:34.3350634Z Testing //:rnn_test; 33s processwrapper-sandbox 2025-12-04T09:08:34.3351571Z Testing //:modules_test; 32s processwrapper-sandbox 2025-12-04T09:08:34.3352381Z Testing //:optim_test; 16s processwrapper-sandbox 2025-12-04T09:08:34.3353051Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2025-12-04T09:08:34.3353743Z Testing //:serialize_test; 4s processwrapper-sandbox 2025-12-04T09:08:34.3354442Z Testing //:functional_test; 4s processwrapper-sandbox 2025-12-04T09:08:34.3367603Z 2025-12-04T09:08:34.3368093Z  2025-12-04T09:08:34.3368507Z  2025-12-04T09:08:34.3368860Z  2025-12-04T09:08:34.3369216Z  2025-12-04T09:08:34.3369559Z  2025-12-04T09:08:34.3369921Z  2025-12-04T09:08:34.3370259Z  2025-12-04T09:08:34.3371001Z INFO: From Testing //:functional_test: 2025-12-04T09:08:34.3379315Z ==================== Test output for //:functional_test: 2025-12-04T09:08:34.3379949Z Running main() from gmock_main.cc 2025-12-04T09:08:34.3380458Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:34.3380972Z [==========] Running 134 tests from 1 test suite. 2025-12-04T09:08:34.3381556Z [----------] Global test environment set-up. 2025-12-04T09:08:34.3382118Z [----------] 134 tests from FunctionalTest 2025-12-04T09:08:34.3382655Z [ RUN ] FunctionalTest.Conv1d 2025-12-04T09:08:34.3383162Z [ OK ] FunctionalTest.Conv1d (20 ms) 2025-12-04T09:08:34.3383717Z [ RUN ] FunctionalTest.Conv2dEven 2025-12-04T09:08:34.3384259Z [ OK ] FunctionalTest.Conv2dEven (3 ms) 2025-12-04T09:08:34.3384835Z [ RUN ] FunctionalTest.Conv2dUneven 2025-12-04T09:08:34.3385423Z [ OK ] FunctionalTest.Conv2dUneven (2 ms) 2025-12-04T09:08:34.3385982Z [ RUN ] FunctionalTest.Conv3d 2025-12-04T09:08:34.3386502Z [ OK ] FunctionalTest.Conv3d (10 ms) 2025-12-04T09:08:34.3387044Z [ RUN ] FunctionalTest.MaxPool1d 2025-12-04T09:08:34.3387599Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2025-12-04T09:08:34.3388155Z [ RUN ] FunctionalTest.MaxPool2d 2025-12-04T09:08:34.3388702Z [ OK ] FunctionalTest.MaxPool2d (7 ms) 2025-12-04T09:08:34.3389292Z [ RUN ] FunctionalTest.MaxPool2dBackward 2025-12-04T09:08:34.3389931Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2025-12-04T09:08:34.3390543Z [ RUN ] FunctionalTest.MaxPool3d 2025-12-04T09:08:34.3391082Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2025-12-04T09:08:34.3391653Z [ RUN ] FunctionalTest.AvgPool1d 2025-12-04T09:08:34.3392191Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2025-12-04T09:08:34.3392751Z [ RUN ] FunctionalTest.AvgPool2d 2025-12-04T09:08:34.3393276Z [ OK ] FunctionalTest.AvgPool2d (4 ms) 2025-12-04T09:08:34.3393779Z [ RUN ] FunctionalTest.AvgPool3d 2025-12-04T09:08:34.3394311Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2025-12-04T09:08:34.3394874Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2025-12-04T09:08:34.3395490Z [ OK ] FunctionalTest.FractionalMaxPool2d (3 ms) 2025-12-04T09:08:34.3396323Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2025-12-04T09:08:34.3397133Z [ OK ] FunctionalTest.FractionalMaxPool3d (1 ms) 2025-12-04T09:08:34.3397806Z [ RUN ] FunctionalTest.LPPool1d 2025-12-04T09:08:34.3398426Z [ OK ] FunctionalTest.LPPool1d (1 ms) 2025-12-04T09:08:34.3399039Z [ RUN ] FunctionalTest.LPPool2d 2025-12-04T09:08:34.3399655Z [ OK ] FunctionalTest.LPPool2d (2 ms) 2025-12-04T09:08:34.3400280Z [ RUN ] FunctionalTest.LPPool3d 2025-12-04T09:08:34.3400877Z [ OK ] FunctionalTest.LPPool3d (1 ms) 2025-12-04T09:08:34.3401578Z [ RUN ] FunctionalTest.CosineSimilarity 2025-12-04T09:08:34.3402259Z [ OK ] FunctionalTest.CosineSimilarity (1 ms) 2025-12-04T09:08:34.3403015Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2025-12-04T09:08:34.3403964Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (1 ms) 2025-12-04T09:08:34.3404770Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2025-12-04T09:08:34.3405472Z [ OK ] FunctionalTest.SmoothL1LossBeta (1 ms) 2025-12-04T09:08:34.3406232Z [ RUN ] FunctionalTest.SmoothL1LossBetaOptions 2025-12-04T09:08:34.3415412Z [ OK ] FunctionalTest.SmoothL1LossBetaOptions (1 ms) 2025-12-04T09:08:34.3416228Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2025-12-04T09:08:34.3416895Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (1 ms) 2025-12-04T09:08:34.3417596Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2025-12-04T09:08:34.3418274Z [ OK ] FunctionalTest.HuberLossDefaultOptions (1 ms) 2025-12-04T09:08:34.3418948Z [ RUN ] FunctionalTest.HuberLossDelta 2025-12-04T09:08:34.3419494Z [ OK ] FunctionalTest.HuberLossDelta (1 ms) 2025-12-04T09:08:34.3420139Z [ RUN ] FunctionalTest.HuberLossNoReduction 2025-12-04T09:08:34.3420933Z [ OK ] FunctionalTest.HuberLossNoReduction (1 ms) 2025-12-04T09:08:34.3421736Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2025-12-04T09:08:34.3422610Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (1 ms) 2025-12-04T09:08:34.3423583Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2025-12-04T09:08:34.3424712Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (8 ms) 2025-12-04T09:08:34.3425667Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2025-12-04T09:08:34.3426517Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (1 ms) 2025-12-04T09:08:34.3427512Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2025-12-04T09:08:34.3428740Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (11 ms) 2025-12-04T09:08:34.3429751Z [ RUN ] FunctionalTest.PairwiseDistance 2025-12-04T09:08:34.3430454Z [ OK ] FunctionalTest.PairwiseDistance (1 ms) 2025-12-04T09:08:34.3431122Z [ RUN ] FunctionalTest.PDist 2025-12-04T09:08:34.3431687Z [ OK ] FunctionalTest.PDist (1 ms) 2025-12-04T09:08:34.3432341Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2025-12-04T09:08:34.3433074Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2025-12-04T09:08:34.3433811Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2025-12-04T09:08:34.3434560Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2025-12-04T09:08:34.3435275Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2025-12-04T09:08:34.3436012Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2025-12-04T09:08:34.3436707Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2025-12-04T09:08:34.3437420Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2025-12-04T09:08:34.3438120Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2025-12-04T09:08:34.3438843Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2025-12-04T09:08:34.3439552Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2025-12-04T09:08:34.3441871Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2025-12-04T09:08:34.3442792Z [ RUN ] FunctionalTest.L1Loss 2025-12-04T09:08:34.3443831Z [ OK ] FunctionalTest.L1Loss (1 ms) 2025-12-04T09:08:34.3444654Z [ RUN ] FunctionalTest.MSELoss 2025-12-04T09:08:34.3445589Z [ OK ] FunctionalTest.MSELoss (1 ms) 2025-12-04T09:08:34.3446425Z [ RUN ] FunctionalTest.BCELoss 2025-12-04T09:08:34.3447226Z [ OK ] FunctionalTest.BCELoss (1 ms) 2025-12-04T09:08:34.3448076Z [ RUN ] FunctionalTest.KLDivLoss 2025-12-04T09:08:34.3449056Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:08:34.3452770Z W1204 09:08:32.547670 126153 loss.h:51] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2025-12-04T09:08:34.3456180Z [ OK ] FunctionalTest.KLDivLoss (1 ms) 2025-12-04T09:08:34.3457074Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2025-12-04T09:08:34.3458200Z [ OK ] FunctionalTest.HingeEmbeddingLoss (1 ms) 2025-12-04T09:08:34.3459118Z [ RUN ] FunctionalTest.GridSample 2025-12-04T09:08:34.3462423Z W1204 09:08:32.553311 126153 vision.h:80] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2025-12-04T09:08:34.3465718Z [ OK ] FunctionalTest.GridSample (7 ms) 2025-12-04T09:08:34.3466538Z [ RUN ] FunctionalTest.AffineGrid 2025-12-04T09:08:34.3467413Z [ OK ] FunctionalTest.AffineGrid (10 ms) 2025-12-04T09:08:34.3468279Z [ RUN ] FunctionalTest.MultiMarginLoss 2025-12-04T09:08:34.3469399Z [ OK ] FunctionalTest.MultiMarginLoss (1 ms) 2025-12-04T09:08:34.3470186Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2025-12-04T09:08:34.3474305Z [ OK ] FunctionalTest.CosineEmbeddingLoss (2 ms) 2025-12-04T09:08:34.3475283Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2025-12-04T09:08:34.3476505Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (1 ms) 2025-12-04T09:08:34.3477546Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2025-12-04T09:08:34.3479508Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (1 ms) 2025-12-04T09:08:34.3480455Z [ RUN ] FunctionalTest.TripletMarginLoss 2025-12-04T09:08:34.3481280Z [ OK ] FunctionalTest.TripletMarginLoss (1 ms) 2025-12-04T09:08:34.3482241Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2025-12-04T09:08:34.3483521Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (279 ms) 2025-12-04T09:08:34.3484550Z [ RUN ] FunctionalTest.NLLLoss 2025-12-04T09:08:34.3485068Z [ OK ] FunctionalTest.NLLLoss (1 ms) 2025-12-04T09:08:34.3485620Z [ RUN ] FunctionalTest.CrossEntropy 2025-12-04T09:08:34.3486436Z [ OK ] FunctionalTest.CrossEntropy (8 ms) 2025-12-04T09:08:34.3487019Z [ RUN ] FunctionalTest.MaxUnpool1d 2025-12-04T09:08:34.3487581Z [ OK ] FunctionalTest.MaxUnpool1d (11 ms) 2025-12-04T09:08:34.3488165Z [ RUN ] FunctionalTest.MaxUnpool2d 2025-12-04T09:08:34.3488709Z [ OK ] FunctionalTest.MaxUnpool2d (7 ms) 2025-12-04T09:08:34.3489304Z [ RUN ] FunctionalTest.MaxUnpool3d 2025-12-04T09:08:34.3490072Z [ OK ] FunctionalTest.MaxUnpool3d (3 ms) 2025-12-04T09:08:34.3490661Z [ RUN ] FunctionalTest.ELU 2025-12-04T09:08:34.3491131Z [ OK ] FunctionalTest.ELU (21 ms) 2025-12-04T09:08:34.3491626Z [ RUN ] FunctionalTest.SELU 2025-12-04T09:08:34.3492107Z [ OK ] FunctionalTest.SELU (5 ms) 2025-12-04T09:08:34.3492610Z [ RUN ] FunctionalTest.GLU 2025-12-04T09:08:34.3493087Z [ OK ] FunctionalTest.GLU (1 ms) 2025-12-04T09:08:34.3493596Z [ RUN ] FunctionalTest.GELU 2025-12-04T09:08:34.3494089Z [ OK ] FunctionalTest.GELU (38 ms) 2025-12-04T09:08:34.3494596Z [ RUN ] FunctionalTest.TanhGELU 2025-12-04T09:08:34.3495128Z [ OK ] FunctionalTest.TanhGELU (1 ms) 2025-12-04T09:08:34.3495662Z [ RUN ] FunctionalTest.Hardshrink 2025-12-04T09:08:34.3496219Z [ OK ] FunctionalTest.Hardshrink (18 ms) 2025-12-04T09:08:34.3497180Z [ RUN ] FunctionalTest.OneHot 2025-12-04T09:08:34.3497694Z [ OK ] FunctionalTest.OneHot (5 ms) 2025-12-04T09:08:34.3498254Z [ RUN ] FunctionalTest.Hardtanh 2025-12-04T09:08:34.3498769Z [ OK ] FunctionalTest.Hardtanh (59 ms) 2025-12-04T09:08:34.3499934Z [ RUN ] FunctionalTest.LeakyReLU 2025-12-04T09:08:34.3500473Z [ OK ] FunctionalTest.LeakyReLU (18 ms) 2025-12-04T09:08:34.3501020Z [ RUN ] FunctionalTest.LogSigmoid 2025-12-04T09:08:34.3501561Z [ OK ] FunctionalTest.LogSigmoid (1 ms) 2025-12-04T09:08:34.3502728Z [ RUN ] FunctionalTest.GumbelSoftmax 2025-12-04T09:08:34.3503316Z [ OK ] FunctionalTest.GumbelSoftmax (65 ms) 2025-12-04T09:08:34.3503891Z [ RUN ] FunctionalTest.Softmax 2025-12-04T09:08:34.3504398Z [ OK ] FunctionalTest.Softmax (2 ms) 2025-12-04T09:08:34.3504933Z [ RUN ] FunctionalTest.Softmin 2025-12-04T09:08:34.3505444Z [ OK ] FunctionalTest.Softmin (2 ms) 2025-12-04T09:08:34.3505935Z [ RUN ] FunctionalTest.LogSoftmax 2025-12-04T09:08:34.3506455Z [ OK ] FunctionalTest.LogSoftmax (2 ms) 2025-12-04T09:08:34.3507187Z [ RUN ] FunctionalTest.PReLU 2025-12-04T09:08:34.3507745Z [ OK ] FunctionalTest.PReLU (3 ms) 2025-12-04T09:08:34.3508423Z [ RUN ] FunctionalTest.LayerNorm 2025-12-04T09:08:34.3509035Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2025-12-04T09:08:34.3509604Z [ RUN ] FunctionalTest.GroupNorm 2025-12-04T09:08:34.3510214Z [ OK ] FunctionalTest.GroupNorm (1 ms) 2025-12-04T09:08:34.3511429Z [ RUN ] FunctionalTest.LocalResponseNorm 2025-12-04T09:08:34.3512125Z [ OK ] FunctionalTest.LocalResponseNorm (2 ms) 2025-12-04T09:08:34.3512783Z [ RUN ] FunctionalTest.Linear 2025-12-04T09:08:34.3513320Z [ OK ] FunctionalTest.Linear (4 ms) 2025-12-04T09:08:34.3513959Z [ RUN ] FunctionalTest.Embedding 2025-12-04T09:08:34.3514656Z [ OK ] FunctionalTest.Embedding (1 ms) 2025-12-04T09:08:34.3515218Z [ RUN ] FunctionalTest.EmbeddingBag 2025-12-04T09:08:34.3515797Z [ OK ] FunctionalTest.EmbeddingBag (4 ms) 2025-12-04T09:08:34.3516399Z [ RUN ] FunctionalTest.Bilinear 2025-12-04T09:08:34.3516938Z [ OK ] FunctionalTest.Bilinear (4 ms) 2025-12-04T09:08:34.3517496Z [ RUN ] FunctionalTest.Normalize 2025-12-04T09:08:34.3518032Z [ OK ] FunctionalTest.Normalize (6 ms) 2025-12-04T09:08:34.3518489Z [ RUN ] FunctionalTest.ReLU 2025-12-04T09:08:34.3518934Z [ OK ] FunctionalTest.ReLU (5 ms) 2025-12-04T09:08:34.3519445Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2025-12-04T09:08:34.3520092Z [ OK ] FunctionalTest.ReLUDefaultOptions (1 ms) 2025-12-04T09:08:34.3520698Z [ RUN ] FunctionalTest.ReLU6 2025-12-04T09:08:34.3521174Z [ OK ] FunctionalTest.ReLU6 (6 ms) 2025-12-04T09:08:34.3521835Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2025-12-04T09:08:34.3522502Z [ OK ] FunctionalTest.ReLU6DefaultOptions (1 ms) 2025-12-04T09:08:34.3523110Z [ RUN ] FunctionalTest.RReLU 2025-12-04T09:08:34.3523708Z [ OK ] FunctionalTest.RReLU (84 ms) 2025-12-04T09:08:34.3524294Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2025-12-04T09:08:34.3524968Z [ OK ] FunctionalTest.RReLUDefaultOptions (4 ms) 2025-12-04T09:08:34.3525590Z [ RUN ] FunctionalTest.CELU 2025-12-04T09:08:34.3526069Z [ OK ] FunctionalTest.CELU (24 ms) 2025-12-04T09:08:34.3526621Z [ RUN ] FunctionalTest.CELUDefaultOptions 2025-12-04T09:08:34.3527230Z [ OK ] FunctionalTest.CELUDefaultOptions (2 ms) 2025-12-04T09:08:34.3527821Z [ RUN ] FunctionalTest.PixelShuffle 2025-12-04T09:08:34.3528423Z [ OK ] FunctionalTest.PixelShuffle (2 ms) 2025-12-04T09:08:34.3529026Z [ RUN ] FunctionalTest.PixelUnshuffle 2025-12-04T09:08:34.3529614Z [ OK ] FunctionalTest.PixelUnshuffle (2 ms) 2025-12-04T09:08:34.3530824Z [ RUN ] FunctionalTest.Softplus 2025-12-04T09:08:34.3531358Z [ OK ] FunctionalTest.Softplus (14 ms) 2025-12-04T09:08:34.3531963Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2025-12-04T09:08:34.3532748Z [ OK ] FunctionalTest.SoftplusDefaultOptions (1 ms) 2025-12-04T09:08:34.3533373Z [ RUN ] FunctionalTest.Fold 2025-12-04T09:08:34.3533858Z [ OK ] FunctionalTest.Fold (1 ms) 2025-12-04T09:08:34.3534389Z [ RUN ] FunctionalTest.Unfold 2025-12-04T09:08:34.3534893Z [ OK ] FunctionalTest.Unfold (2 ms) 2025-12-04T09:08:34.3535451Z [ RUN ] FunctionalTest.Softshrink 2025-12-04T09:08:34.3535991Z [ OK ] FunctionalTest.Softshrink (9 ms) 2025-12-04T09:08:34.3536628Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2025-12-04T09:08:34.3537327Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (1 ms) 2025-12-04T09:08:34.3538647Z [ RUN ] FunctionalTest.Softsign 2025-12-04T09:08:34.3539194Z [ OK ] FunctionalTest.Softsign (1 ms) 2025-12-04T09:08:34.3539710Z [ RUN ] FunctionalTest.Mish 2025-12-04T09:08:34.3540680Z [ OK ] FunctionalTest.Mish (1 ms) 2025-12-04T09:08:34.3542498Z [ RUN ] FunctionalTest.Tanhshrink 2025-12-04T09:08:34.3543011Z [ OK ] FunctionalTest.Tanhshrink (1 ms) 2025-12-04T09:08:34.3543500Z [ RUN ] FunctionalTest.Threshold 2025-12-04T09:08:34.3544183Z [ OK ] FunctionalTest.Threshold (26 ms) 2025-12-04T09:08:34.3544739Z [ RUN ] FunctionalTest.BatchNorm1d 2025-12-04T09:08:34.3545275Z [ OK ] FunctionalTest.BatchNorm1d (1 ms) 2025-12-04T09:08:34.3545860Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2025-12-04T09:08:34.3546531Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (1 ms) 2025-12-04T09:08:34.3547172Z [ RUN ] FunctionalTest.BatchNorm2d 2025-12-04T09:08:34.3547691Z [ OK ] FunctionalTest.BatchNorm2d (1 ms) 2025-12-04T09:08:34.3567993Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2025-12-04T09:08:34.3568898Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (1 ms) 2025-12-04T09:08:34.3569691Z [ RUN ] FunctionalTest.BatchNorm3d 2025-12-04T09:08:34.3570308Z [ OK ] FunctionalTest.BatchNorm3d (1 ms) 2025-12-04T09:08:34.3571309Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2025-12-04T09:08:34.3572138Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (1 ms) 2025-12-04T09:08:34.3572925Z [ RUN ] FunctionalTest.InstanceNorm1d 2025-12-04T09:08:34.3573589Z [ OK ] FunctionalTest.InstanceNorm1d (4 ms) 2025-12-04T09:08:34.3574407Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2025-12-04T09:08:34.3575273Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (2 ms) 2025-12-04T09:08:34.3576604Z [ RUN ] FunctionalTest.InstanceNorm2d 2025-12-04T09:08:34.3577170Z [ OK ] FunctionalTest.InstanceNorm2d (4 ms) 2025-12-04T09:08:34.3578100Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2025-12-04T09:08:34.3578788Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (3 ms) 2025-12-04T09:08:34.3579507Z [ RUN ] FunctionalTest.InstanceNorm3d 2025-12-04T09:08:34.3580128Z [ OK ] FunctionalTest.InstanceNorm3d (7 ms) 2025-12-04T09:08:34.3580844Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2025-12-04T09:08:34.3581527Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (5 ms) 2025-12-04T09:08:34.3582272Z [ RUN ] FunctionalTest.Interpolate 2025-12-04T09:08:34.3585552Z W1204 09:08:33.396742 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3592395Z W1204 09:08:33.397542 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3599182Z W1204 09:08:33.399121 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3604852Z W1204 09:08:33.399868 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3610715Z W1204 09:08:33.401324 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3616516Z W1204 09:08:33.402266 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3622240Z W1204 09:08:33.404306 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3628177Z W1204 09:08:33.405236 126153 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:08:34.3631437Z [ OK ] FunctionalTest.Interpolate (22 ms) 2025-12-04T09:08:34.3632033Z [ RUN ] FunctionalTest.Pad1 2025-12-04T09:08:34.3632577Z [ OK ] FunctionalTest.Pad1 (1 ms) 2025-12-04T09:08:34.3633111Z [ RUN ] FunctionalTest.Pad2 2025-12-04T09:08:34.3633603Z [ OK ] FunctionalTest.Pad2 (3 ms) 2025-12-04T09:08:34.3634148Z [ RUN ] FunctionalTest.Pad3 2025-12-04T09:08:34.3634933Z [ OK ] FunctionalTest.Pad3 (10 ms) 2025-12-04T09:08:34.3635741Z [ RUN ] FunctionalTest.Pad4 2025-12-04T09:08:34.3636227Z [ OK ] FunctionalTest.Pad4 (3 ms) 2025-12-04T09:08:34.3636813Z [ RUN ] FunctionalTest.Pad5 2025-12-04T09:08:34.3637423Z [ OK ] FunctionalTest.Pad5 (6 ms) 2025-12-04T09:08:34.3638145Z [ RUN ] FunctionalTest.Pad6 2025-12-04T09:08:34.3638636Z [ OK ] FunctionalTest.Pad6 (4 ms) 2025-12-04T09:08:34.3639154Z [ RUN ] FunctionalTest.Pad7 2025-12-04T09:08:34.3639647Z [ OK ] FunctionalTest.Pad7 (0 ms) 2025-12-04T09:08:34.3640162Z [ RUN ] FunctionalTest.Pad8 2025-12-04T09:08:34.3640720Z [ OK ] FunctionalTest.Pad8 (0 ms) 2025-12-04T09:08:34.3641240Z [ RUN ] FunctionalTest.CTCLoss 2025-12-04T09:08:34.3641774Z [ OK ] FunctionalTest.CTCLoss (8 ms) 2025-12-04T09:08:34.3642335Z [ RUN ] FunctionalTest.PoissonNLLLoss 2025-12-04T09:08:34.3643044Z [ OK ] FunctionalTest.PoissonNLLLoss (4 ms) 2025-12-04T09:08:34.3643773Z [ RUN ] FunctionalTest.MarginRankingLoss 2025-12-04T09:08:34.3644382Z [ OK ] FunctionalTest.MarginRankingLoss (4 ms) 2025-12-04T09:08:34.3645017Z [ RUN ] FunctionalTest.ConvTranspose1d 2025-12-04T09:08:34.3645602Z [ OK ] FunctionalTest.ConvTranspose1d (12 ms) 2025-12-04T09:08:34.3646248Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2025-12-04T09:08:34.3646902Z [ OK ] FunctionalTest.ConvTranspose2dEven (5 ms) 2025-12-04T09:08:34.3647558Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2025-12-04T09:08:34.3648230Z [ OK ] FunctionalTest.ConvTranspose2dUneven (4 ms) 2025-12-04T09:08:34.3648864Z [ RUN ] FunctionalTest.ConvTranspose3d 2025-12-04T09:08:34.3649508Z [ OK ] FunctionalTest.ConvTranspose3d (2 ms) 2025-12-04T09:08:34.3650125Z [ RUN ] FunctionalTest.AlphaDropout 2025-12-04T09:08:34.3650713Z [ OK ] FunctionalTest.AlphaDropout (26 ms) 2025-12-04T09:08:34.3651340Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2025-12-04T09:08:34.3652129Z [ OK ] FunctionalTest.FeatureAlphaDropout (27 ms) 2025-12-04T09:08:34.3652742Z [ RUN ] FunctionalTest.Dropout 2025-12-04T09:08:34.3655599Z [ OK ] FunctionalTest.Dropout (10 ms) 2025-12-04T09:08:34.3656268Z [ RUN ] FunctionalTest.Dropout2d 2025-12-04T09:08:34.3657055Z [ OK ] FunctionalTest.Dropout2d (10 ms) 2025-12-04T09:08:34.3657617Z [ RUN ] FunctionalTest.Dropout3d 2025-12-04T09:08:34.3658156Z [ OK ] FunctionalTest.Dropout3d (10 ms) 2025-12-04T09:08:34.3658712Z [ RUN ] FunctionalTest.isfinite 2025-12-04T09:08:34.3659241Z [ OK ] FunctionalTest.isfinite (9 ms) 2025-12-04T09:08:34.3659771Z [ RUN ] FunctionalTest.isinf 2025-12-04T09:08:34.3660263Z [ OK ] FunctionalTest.isinf (7 ms) 2025-12-04T09:08:34.3660795Z [ RUN ] FunctionalTest.AllClose 2025-12-04T09:08:34.3661321Z [ OK ] FunctionalTest.AllClose (121 ms) 2025-12-04T09:08:34.3661932Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2025-12-04T09:08:34.3662565Z [ OK ] FunctionalTest.BCEWithLogitsLoss (18 ms) 2025-12-04T09:08:34.3663215Z [----------] 134 tests from FunctionalTest (1293 ms total) 2025-12-04T09:08:34.3663651Z 2025-12-04T09:08:34.3663860Z [----------] Global test environment tear-down 2025-12-04T09:08:34.3664455Z [==========] 134 tests from 1 test suite ran. (1293 ms total) 2025-12-04T09:08:34.3665031Z [ PASSED ] 134 tests. 2025-12-04T09:08:34.3665450Z ================================================================================ 2025-12-04T09:08:34.3666648Z [3,096 / 3,103] 21 / 26 tests; 7 actions running; last test: ...unctional_test 2025-12-04T09:08:34.3667531Z Linking jit_tests; 50s processwrapper-sandbox 2025-12-04T09:08:34.3668174Z Testing //:rnn_test; 33s processwrapper-sandbox 2025-12-04T09:08:34.3668858Z Testing //:modules_test; 32s processwrapper-sandbox 2025-12-04T09:08:34.3669526Z Testing //:optim_test; 16s processwrapper-sandbox 2025-12-04T09:08:34.3670213Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2025-12-04T09:08:34.3671137Z Testing //:serialize_test; 4s processwrapper-sandbox 2025-12-04T09:08:34.3671854Z Testing //:functional_test; 4s processwrapper-sandbox 2025-12-04T09:08:34.5734607Z 2025-12-04T09:08:34.5735300Z  2025-12-04T09:08:34.5735734Z  2025-12-04T09:08:34.5736083Z  2025-12-04T09:08:34.5736447Z  2025-12-04T09:08:34.5736788Z  2025-12-04T09:08:34.5737143Z  2025-12-04T09:08:34.5737484Z  2025-12-04T09:08:34.5738333Z [3,097 / 3,103] 21 / 26 tests; 6 actions running; last test: ...unctional_test 2025-12-04T09:08:34.5739541Z Linking jit_tests; 50s processwrapper-sandbox 2025-12-04T09:08:34.5740214Z Testing //:rnn_test; 33s processwrapper-sandbox 2025-12-04T09:08:34.5741073Z Testing //:modules_test; 32s processwrapper-sandbox 2025-12-04T09:08:34.5741768Z Testing //:optim_test; 16s processwrapper-sandbox 2025-12-04T09:08:34.5742718Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2025-12-04T09:08:34.5743427Z Testing //:serialize_test; 4s processwrapper-sandbox 2025-12-04T09:08:35.7739457Z 2025-12-04T09:08:35.7740110Z  2025-12-04T09:08:35.7740474Z  2025-12-04T09:08:35.7740750Z  2025-12-04T09:08:35.7741045Z  2025-12-04T09:08:35.7741332Z  2025-12-04T09:08:35.7741605Z  2025-12-04T09:08:35.7742302Z [3,097 / 3,103] 21 / 26 tests; 6 actions running; last test: ...unctional_test 2025-12-04T09:08:35.7743026Z Linking jit_tests; 51s processwrapper-sandbox 2025-12-04T09:08:35.7743568Z Testing //:rnn_test; 34s processwrapper-sandbox 2025-12-04T09:08:35.7744112Z Testing //:modules_test; 33s processwrapper-sandbox 2025-12-04T09:08:35.7744669Z Testing //:optim_test; 17s processwrapper-sandbox 2025-12-04T09:08:35.7745208Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2025-12-04T09:08:35.7745797Z Testing //:serialize_test; 6s processwrapper-sandbox 2025-12-04T09:08:35.8333492Z 2025-12-04T09:08:35.8334169Z  2025-12-04T09:08:35.8334743Z  2025-12-04T09:08:35.8335028Z  2025-12-04T09:08:35.8335370Z  2025-12-04T09:08:35.8335642Z  2025-12-04T09:08:35.8335901Z  2025-12-04T09:08:35.8336316Z INFO: From Testing //:nn_utils_test: 2025-12-04T09:08:35.8342183Z ==================== Test output for //:nn_utils_test: 2025-12-04T09:08:35.8342637Z Running main() from gmock_main.cc 2025-12-04T09:08:35.8343041Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:35.8343432Z [==========] Running 10 tests from 2 test suites. 2025-12-04T09:08:35.8343886Z [----------] Global test environment set-up. 2025-12-04T09:08:35.8344306Z [----------] 7 tests from NNUtilsTest 2025-12-04T09:08:35.8344714Z [ RUN ] NNUtilsTest.ClipGradNorm 2025-12-04T09:08:35.8345134Z [ OK ] NNUtilsTest.ClipGradNorm (26 ms) 2025-12-04T09:08:35.8345631Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2025-12-04T09:08:35.8346220Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (714 ms) 2025-12-04T09:08:35.8346742Z [ RUN ] NNUtilsTest.ClipGradValue 2025-12-04T09:08:35.8347183Z [ OK ] NNUtilsTest.ClipGradValue (2 ms) 2025-12-04T09:08:35.8347642Z [ RUN ] NNUtilsTest.ConvertParameters 2025-12-04T09:08:35.8348111Z [ OK ] NNUtilsTest.ConvertParameters (5 ms) 2025-12-04T09:08:35.8348564Z [ RUN ] NNUtilsTest.PackSequence 2025-12-04T09:08:35.8349005Z [ OK ] NNUtilsTest.PackSequence (2123 ms) 2025-12-04T09:08:35.8349467Z [ RUN ] NNUtilsTest.PackPaddedSequence 2025-12-04T09:08:35.8349954Z [ OK ] NNUtilsTest.PackPaddedSequence (121 ms) 2025-12-04T09:08:35.8350427Z [ RUN ] NNUtilsTest.PadSequence 2025-12-04T09:08:35.8350843Z [ OK ] NNUtilsTest.PadSequence (633 ms) 2025-12-04T09:08:35.8351313Z [----------] 7 tests from NNUtilsTest (3627 ms total) 2025-12-04T09:08:35.8351629Z 2025-12-04T09:08:35.8351785Z [----------] 3 tests from PackedSequenceTest 2025-12-04T09:08:35.8352249Z [ RUN ] PackedSequenceTest.WrongOrder 2025-12-04T09:08:35.8352711Z [ OK ] PackedSequenceTest.WrongOrder (0 ms) 2025-12-04T09:08:35.8353191Z [ RUN ] PackedSequenceTest.TotalLength 2025-12-04T09:08:35.8353664Z [ OK ] PackedSequenceTest.TotalLength (10 ms) 2025-12-04T09:08:35.8354128Z [ RUN ] PackedSequenceTest.To 2025-12-04T09:08:35.8354543Z [ OK ] PackedSequenceTest.To (2 ms) 2025-12-04T09:08:35.8355009Z [----------] 3 tests from PackedSequenceTest (13 ms total) 2025-12-04T09:08:35.8355350Z 2025-12-04T09:08:35.8355521Z [----------] Global test environment tear-down 2025-12-04T09:08:35.8355988Z [==========] 10 tests from 2 test suites ran. (3640 ms total) 2025-12-04T09:08:35.8356435Z [ PASSED ] 10 tests. 2025-12-04T09:08:35.8356765Z ================================================================================ 2025-12-04T09:08:35.8440771Z [3,097 / 3,103] 22 / 26 tests; 6 actions running; last test: //:nn_utils_test 2025-12-04T09:08:35.8441650Z Linking jit_tests; 51s processwrapper-sandbox 2025-12-04T09:08:35.8442170Z Testing //:rnn_test; 34s processwrapper-sandbox 2025-12-04T09:08:35.8442707Z Testing //:modules_test; 33s processwrapper-sandbox 2025-12-04T09:08:35.8443307Z Testing //:optim_test; 17s processwrapper-sandbox 2025-12-04T09:08:35.8443840Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2025-12-04T09:08:35.8444367Z Testing //:serialize_test; 6s processwrapper-sandbox 2025-12-04T09:08:35.8444730Z 2025-12-04T09:08:35.8444878Z  2025-12-04T09:08:35.8445154Z  2025-12-04T09:08:35.8445412Z  2025-12-04T09:08:35.8445679Z  2025-12-04T09:08:35.8445941Z  2025-12-04T09:08:35.8446206Z  2025-12-04T09:08:35.8446581Z INFO: From Testing //:serialize_test: 2025-12-04T09:08:35.8451425Z ==================== Test output for //:serialize_test: 2025-12-04T09:08:35.8451894Z Running main() from gmock_main.cc 2025-12-04T09:08:35.8452299Z Note: Google Test filter = -*CUDA 2025-12-04T09:08:35.8452712Z [==========] Running 23 tests from 1 test suite. 2025-12-04T09:08:35.8453345Z [----------] Global test environment set-up. 2025-12-04T09:08:35.8453803Z [----------] 23 tests from SerializeTest 2025-12-04T09:08:35.8454276Z [ RUN ] SerializeTest.KeysFunc 2025-12-04T09:08:35.8454703Z [ OK ] SerializeTest.KeysFunc (76 ms) 2025-12-04T09:08:35.8455140Z [ RUN ] SerializeTest.TryReadFunc 2025-12-04T09:08:35.8455592Z [ OK ] SerializeTest.TryReadFunc (1 ms) 2025-12-04T09:08:35.8456027Z [ RUN ] SerializeTest.Basic 2025-12-04T09:08:35.8456431Z [ OK ] SerializeTest.Basic (2 ms) 2025-12-04T09:08:35.8456861Z [ RUN ] SerializeTest.MathBits 2025-12-04T09:08:35.8457277Z [ OK ] SerializeTest.MathBits (5 ms) 2025-12-04T09:08:35.8457724Z [ RUN ] SerializeTest.BasicToFile 2025-12-04T09:08:35.8458159Z [ OK ] SerializeTest.BasicToFile (1 ms) 2025-12-04T09:08:35.8458620Z [ RUN ] SerializeTest.BasicViaFunc 2025-12-04T09:08:35.8459072Z [ OK ] SerializeTest.BasicViaFunc (2 ms) 2025-12-04T09:08:35.8459530Z [ RUN ] SerializeTest.Resized 2025-12-04T09:08:35.8459940Z [ OK ] SerializeTest.Resized (1 ms) 2025-12-04T09:08:35.8460382Z [ RUN ] SerializeTest.Sliced 2025-12-04T09:08:35.8460793Z [ OK ] SerializeTest.Sliced (1 ms) 2025-12-04T09:08:35.8461230Z [ RUN ] SerializeTest.NonContiguous 2025-12-04T09:08:35.8461701Z [ OK ] SerializeTest.NonContiguous (1 ms) 2025-12-04T09:08:35.8462184Z [ RUN ] SerializeTest.ErrorOnMissingKey 2025-12-04T09:08:35.8462683Z [ OK ] SerializeTest.ErrorOnMissingKey (3 ms) 2025-12-04T09:08:35.8463149Z [ RUN ] SerializeTest.XOR 2025-12-04T09:08:35.8463542Z [ OK ] SerializeTest.XOR (2308 ms) 2025-12-04T09:08:35.8463959Z [ RUN ] SerializeTest.Optim 2025-12-04T09:08:35.8464366Z [ OK ] SerializeTest.Optim (16 ms) 2025-12-04T09:08:35.8464810Z [ RUN ] SerializeTest.Optim_Adagrad 2025-12-04T09:08:35.8465257Z [ OK ] SerializeTest.Optim_Adagrad (21 ms) 2025-12-04T09:08:35.8465728Z [ RUN ] SerializeTest.Optim_SGD 2025-12-04T09:08:35.8466154Z [ OK ] SerializeTest.Optim_SGD (19 ms) 2025-12-04T09:08:35.8466605Z [ RUN ] SerializeTest.Optim_Adam 2025-12-04T09:08:35.8467034Z [ OK ] SerializeTest.Optim_Adam (25 ms) 2025-12-04T09:08:35.8467487Z [ RUN ] SerializeTest.Optim_AdamW 2025-12-04T09:08:35.8467926Z [ OK ] SerializeTest.Optim_AdamW (34 ms) 2025-12-04T09:08:35.8468394Z [ RUN ] SerializeTest.Optim_RMSprop 2025-12-04T09:08:35.8468846Z [ OK ] SerializeTest.Optim_RMSprop (29 ms) 2025-12-04T09:08:35.8469317Z [ RUN ] SerializeTest.Optim_LBFGS 2025-12-04T09:08:35.8469770Z [ OK ] SerializeTest.Optim_LBFGS (35 ms) 2025-12-04T09:08:35.8470622Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2025-12-04T09:08:35.8477909Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (2 ms) 2025-12-04T09:08:35.8478938Z [ RUN ] SerializeTest.VectorOfTensors 2025-12-04T09:08:35.8479436Z [ OK ] SerializeTest.VectorOfTensors (1 ms) 2025-12-04T09:08:35.8479909Z [ RUN ] SerializeTest.IValue 2025-12-04T09:08:35.8480328Z [ OK ] SerializeTest.IValue (0 ms) 2025-12-04T09:08:35.8480984Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2025-12-04T09:08:35.8481897Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2025-12-04T09:08:35.8482834Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2025-12-04T09:08:35.8483837Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (2 ms) 2025-12-04T09:08:35.8484596Z [----------] 23 tests from SerializeTest (2598 ms total) 2025-12-04T09:08:35.8484932Z 2025-12-04T09:08:35.8485092Z [----------] Global test environment tear-down 2025-12-04T09:08:35.8485583Z [==========] 23 tests from 1 test suite ran. (2598 ms total) 2025-12-04T09:08:35.8486045Z [ PASSED ] 23 tests. 2025-12-04T09:08:35.8486386Z ================================================================================ 2025-12-04T09:08:35.8487432Z [3,098 / 3,103] 23 / 26 tests; 5 actions running; last test: //:serialize_test 2025-12-04T09:08:35.8488217Z Linking jit_tests; 51s processwrapper-sandbox 2025-12-04T09:08:35.8488744Z Testing //:rnn_test; 34s processwrapper-sandbox 2025-12-04T09:08:35.8489277Z Testing //:modules_test; 33s processwrapper-sandbox 2025-12-04T09:08:35.8489831Z Testing //:optim_test; 17s processwrapper-sandbox 2025-12-04T09:08:35.8490394Z Testing //:serialize_test; 6s processwrapper-sandbox 2025-12-04T09:08:36.1739797Z 2025-12-04T09:08:36.1741463Z  2025-12-04T09:08:36.1741811Z  2025-12-04T09:08:36.1743037Z  2025-12-04T09:08:36.1743749Z  2025-12-04T09:08:36.1745338Z  2025-12-04T09:08:36.1746031Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:36.1746783Z Testing //:rnn_test; 35s processwrapper-sandbox 2025-12-04T09:08:36.1747315Z Testing //:modules_test; 34s processwrapper-sandbox 2025-12-04T09:08:36.1747875Z Testing //:optim_test; 18s processwrapper-sandbox 2025-12-04T09:08:37.3747889Z 2025-12-04T09:08:37.3748553Z  2025-12-04T09:08:37.3748915Z  2025-12-04T09:08:37.3749183Z  2025-12-04T09:08:37.3749867Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:37.3750564Z Testing //:rnn_test; 36s processwrapper-sandbox 2025-12-04T09:08:37.3751099Z Testing //:modules_test; 35s processwrapper-sandbox 2025-12-04T09:08:37.3751619Z Testing //:optim_test; 19s processwrapper-sandbox 2025-12-04T09:08:38.3757316Z 2025-12-04T09:08:38.3758096Z  2025-12-04T09:08:38.3758461Z  2025-12-04T09:08:38.3758751Z  2025-12-04T09:08:38.3759455Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:38.3760227Z Testing //:rnn_test; 37s processwrapper-sandbox 2025-12-04T09:08:38.3760819Z Testing //:modules_test; 36s processwrapper-sandbox 2025-12-04T09:08:38.3761416Z Testing //:optim_test; 20s processwrapper-sandbox 2025-12-04T09:08:39.3759373Z 2025-12-04T09:08:39.3760168Z  2025-12-04T09:08:39.3760628Z  2025-12-04T09:08:39.3762037Z  2025-12-04T09:08:39.3764679Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:39.3767260Z Testing //:rnn_test; 38s processwrapper-sandbox 2025-12-04T09:08:39.3768237Z Testing //:modules_test; 37s processwrapper-sandbox 2025-12-04T09:08:39.3768885Z Testing //:optim_test; 21s processwrapper-sandbox 2025-12-04T09:08:40.5765853Z 2025-12-04T09:08:40.5767012Z  2025-12-04T09:08:40.5767581Z  2025-12-04T09:08:40.5768151Z  2025-12-04T09:08:40.5769111Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:40.5770379Z Testing //:rnn_test; 39s processwrapper-sandbox 2025-12-04T09:08:40.5771158Z Testing //:modules_test; 38s processwrapper-sandbox 2025-12-04T09:08:40.5771732Z Testing //:optim_test; 22s processwrapper-sandbox 2025-12-04T09:08:41.5772319Z 2025-12-04T09:08:41.5773082Z  2025-12-04T09:08:41.5773550Z  2025-12-04T09:08:41.5773954Z  2025-12-04T09:08:41.5774885Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:41.5775587Z Testing //:rnn_test; 40s processwrapper-sandbox 2025-12-04T09:08:41.5776136Z Testing //:modules_test; 39s processwrapper-sandbox 2025-12-04T09:08:41.5776659Z Testing //:optim_test; 23s processwrapper-sandbox 2025-12-04T09:08:42.5777223Z 2025-12-04T09:08:42.5778009Z  2025-12-04T09:08:42.5778483Z  2025-12-04T09:08:42.5778857Z  2025-12-04T09:08:42.5779789Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:42.5780792Z Testing //:rnn_test; 41s processwrapper-sandbox 2025-12-04T09:08:42.5781419Z Testing //:modules_test; 40s processwrapper-sandbox 2025-12-04T09:08:42.5781958Z Testing //:optim_test; 24s processwrapper-sandbox 2025-12-04T09:08:43.7784708Z 2025-12-04T09:08:43.7785721Z  2025-12-04T09:08:43.7786165Z  2025-12-04T09:08:43.7786547Z  2025-12-04T09:08:43.7787432Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:43.7788173Z Testing //:rnn_test; 42s processwrapper-sandbox 2025-12-04T09:08:43.7788717Z Testing //:modules_test; 41s processwrapper-sandbox 2025-12-04T09:08:43.7789272Z Testing //:optim_test; 25s processwrapper-sandbox 2025-12-04T09:08:44.7789429Z 2025-12-04T09:08:44.7790079Z  2025-12-04T09:08:44.7790438Z  2025-12-04T09:08:44.7790734Z  2025-12-04T09:08:44.7791422Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:44.7792156Z Testing //:rnn_test; 43s processwrapper-sandbox 2025-12-04T09:08:44.7792720Z Testing //:modules_test; 42s processwrapper-sandbox 2025-12-04T09:08:44.7793279Z Testing //:optim_test; 26s processwrapper-sandbox 2025-12-04T09:08:45.9796184Z 2025-12-04T09:08:45.9797009Z  2025-12-04T09:08:45.9797451Z  2025-12-04T09:08:45.9797842Z  2025-12-04T09:08:45.9798701Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:45.9799407Z Testing //:rnn_test; 45s processwrapper-sandbox 2025-12-04T09:08:45.9799932Z Testing //:modules_test; 43s processwrapper-sandbox 2025-12-04T09:08:45.9800464Z Testing //:optim_test; 27s processwrapper-sandbox 2025-12-04T09:08:46.9802028Z 2025-12-04T09:08:46.9802768Z  2025-12-04T09:08:46.9803328Z  2025-12-04T09:08:46.9803726Z  2025-12-04T09:08:46.9804549Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:46.9805288Z Testing //:rnn_test; 46s processwrapper-sandbox 2025-12-04T09:08:46.9805857Z Testing //:modules_test; 44s processwrapper-sandbox 2025-12-04T09:08:46.9806399Z Testing //:optim_test; 28s processwrapper-sandbox 2025-12-04T09:08:47.7501878Z 2025-12-04T09:08:47.7502589Z  2025-12-04T09:08:47.7502949Z  2025-12-04T09:08:47.7503237Z  2025-12-04T09:08:47.7503935Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:47.7504700Z Testing //:rnn_test; 46s processwrapper-sandbox 2025-12-04T09:08:47.7505274Z Testing //:modules_test; 45s processwrapper-sandbox 2025-12-04T09:08:47.7505857Z Testing //:optim_test; 29s processwrapper-sandbox 2025-12-04T09:08:48.7811581Z 2025-12-04T09:08:48.7812492Z  2025-12-04T09:08:48.7812929Z  2025-12-04T09:08:48.7813280Z  2025-12-04T09:08:48.7814148Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:48.7815033Z Testing //:rnn_test; 47s processwrapper-sandbox 2025-12-04T09:08:48.7815719Z Testing //:modules_test; 46s processwrapper-sandbox 2025-12-04T09:08:48.7816387Z Testing //:optim_test; 30s processwrapper-sandbox 2025-12-04T09:08:49.9818221Z 2025-12-04T09:08:49.9818890Z  2025-12-04T09:08:49.9819228Z  2025-12-04T09:08:49.9819505Z  2025-12-04T09:08:49.9820163Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:49.9820869Z Testing //:rnn_test; 49s processwrapper-sandbox 2025-12-04T09:08:49.9821392Z Testing //:modules_test; 47s processwrapper-sandbox 2025-12-04T09:08:49.9821924Z Testing //:optim_test; 31s processwrapper-sandbox 2025-12-04T09:08:50.9823535Z 2025-12-04T09:08:50.9824136Z  2025-12-04T09:08:50.9824416Z  2025-12-04T09:08:50.9824623Z  2025-12-04T09:08:50.9825385Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:50.9825992Z Testing //:rnn_test; 50s processwrapper-sandbox 2025-12-04T09:08:50.9826411Z Testing //:modules_test; 48s processwrapper-sandbox 2025-12-04T09:08:50.9826813Z Testing //:optim_test; 32s processwrapper-sandbox 2025-12-04T09:08:51.9829524Z 2025-12-04T09:08:51.9830187Z  2025-12-04T09:08:51.9838745Z  2025-12-04T09:08:51.9839205Z  2025-12-04T09:08:51.9839895Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:51.9840597Z Testing //:rnn_test; 51s processwrapper-sandbox 2025-12-04T09:08:51.9841145Z Testing //:modules_test; 49s processwrapper-sandbox 2025-12-04T09:08:51.9841670Z Testing //:optim_test; 33s processwrapper-sandbox 2025-12-04T09:08:53.1835855Z 2025-12-04T09:08:53.1836507Z  2025-12-04T09:08:53.1836859Z  2025-12-04T09:08:53.1837151Z  2025-12-04T09:08:53.1837849Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:53.1838590Z Testing //:rnn_test; 52s processwrapper-sandbox 2025-12-04T09:08:53.1839136Z Testing //:modules_test; 51s processwrapper-sandbox 2025-12-04T09:08:53.1839691Z Testing //:optim_test; 35s processwrapper-sandbox 2025-12-04T09:08:54.1842520Z 2025-12-04T09:08:54.1843258Z  2025-12-04T09:08:54.1843609Z  2025-12-04T09:08:54.1843916Z  2025-12-04T09:08:54.1844598Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:54.1845335Z Testing //:rnn_test; 53s processwrapper-sandbox 2025-12-04T09:08:54.1845880Z Testing //:modules_test; 52s processwrapper-sandbox 2025-12-04T09:08:54.1846466Z Testing //:optim_test; 36s processwrapper-sandbox 2025-12-04T09:08:55.1848629Z 2025-12-04T09:08:55.1849278Z  2025-12-04T09:08:55.1849604Z  2025-12-04T09:08:55.1849913Z  2025-12-04T09:08:55.1850581Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:55.1851293Z Testing //:rnn_test; 54s processwrapper-sandbox 2025-12-04T09:08:55.1851832Z Testing //:modules_test; 53s processwrapper-sandbox 2025-12-04T09:08:55.1852353Z Testing //:optim_test; 37s processwrapper-sandbox 2025-12-04T09:08:56.3855391Z 2025-12-04T09:08:56.3856045Z  2025-12-04T09:08:56.3856388Z  2025-12-04T09:08:56.3856671Z  2025-12-04T09:08:56.3857345Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:56.3858053Z Testing //:rnn_test; 55s processwrapper-sandbox 2025-12-04T09:08:56.3858597Z Testing //:modules_test; 54s processwrapper-sandbox 2025-12-04T09:08:56.3859339Z Testing //:optim_test; 38s processwrapper-sandbox 2025-12-04T09:08:57.3861658Z 2025-12-04T09:08:57.3862299Z  2025-12-04T09:08:57.3862672Z  2025-12-04T09:08:57.3862953Z  2025-12-04T09:08:57.3863634Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:57.3864328Z Testing //:rnn_test; 56s processwrapper-sandbox 2025-12-04T09:08:57.3864868Z Testing //:modules_test; 55s processwrapper-sandbox 2025-12-04T09:08:57.3865412Z Testing //:optim_test; 39s processwrapper-sandbox 2025-12-04T09:08:58.5868639Z 2025-12-04T09:08:58.5869274Z  2025-12-04T09:08:58.5869605Z  2025-12-04T09:08:58.5869895Z  2025-12-04T09:08:58.5870564Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:58.5871417Z Testing //:rnn_test; 57s processwrapper-sandbox 2025-12-04T09:08:58.5871979Z Testing //:modules_test; 56s processwrapper-sandbox 2025-12-04T09:08:58.5872523Z Testing //:optim_test; 40s processwrapper-sandbox 2025-12-04T09:08:59.7873431Z 2025-12-04T09:08:59.7874649Z  2025-12-04T09:08:59.7875009Z  2025-12-04T09:08:59.7875232Z  2025-12-04T09:08:59.7875743Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:08:59.7876448Z Testing //:rnn_test; 58s processwrapper-sandbox 2025-12-04T09:08:59.7876994Z Testing //:modules_test; 57s processwrapper-sandbox 2025-12-04T09:08:59.7877523Z Testing //:optim_test; 41s processwrapper-sandbox 2025-12-04T09:09:00.7879558Z 2025-12-04T09:09:00.7880268Z  2025-12-04T09:09:00.7880656Z  2025-12-04T09:09:00.7880982Z  2025-12-04T09:09:00.7882132Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:00.8005213Z Testing //:rnn_test; 59s processwrapper-sandbox 2025-12-04T09:09:00.8007574Z Testing //:modules_test; 58s processwrapper-sandbox 2025-12-04T09:09:00.8008199Z Testing //:optim_test; 42s processwrapper-sandbox 2025-12-04T09:09:01.9885925Z 2025-12-04T09:09:01.9886602Z  2025-12-04T09:09:01.9886939Z  2025-12-04T09:09:01.9887214Z  2025-12-04T09:09:01.9888115Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:01.9888921Z Testing //:rnn_test; 61s processwrapper-sandbox 2025-12-04T09:09:01.9889566Z Testing //:modules_test; 60s processwrapper-sandbox 2025-12-04T09:09:01.9890209Z Testing //:optim_test; 43s processwrapper-sandbox 2025-12-04T09:09:02.9891565Z 2025-12-04T09:09:02.9892208Z  2025-12-04T09:09:02.9892547Z  2025-12-04T09:09:02.9892829Z  2025-12-04T09:09:02.9893487Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:02.9894194Z Testing //:rnn_test; 62s processwrapper-sandbox 2025-12-04T09:09:02.9894752Z Testing //:modules_test; 61s processwrapper-sandbox 2025-12-04T09:09:02.9895302Z Testing //:optim_test; 44s processwrapper-sandbox 2025-12-04T09:09:03.9897994Z 2025-12-04T09:09:03.9898618Z  2025-12-04T09:09:03.9898942Z  2025-12-04T09:09:03.9899225Z  2025-12-04T09:09:03.9899882Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:03.9900590Z Testing //:rnn_test; 63s processwrapper-sandbox 2025-12-04T09:09:03.9901131Z Testing //:modules_test; 62s processwrapper-sandbox 2025-12-04T09:09:03.9901656Z Testing //:optim_test; 45s processwrapper-sandbox 2025-12-04T09:09:05.1904429Z 2025-12-04T09:09:05.1905262Z  2025-12-04T09:09:05.1905596Z  2025-12-04T09:09:05.1905900Z  2025-12-04T09:09:05.1906570Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:05.1907689Z Testing //:rnn_test; 64s processwrapper-sandbox 2025-12-04T09:09:05.1908353Z Testing //:modules_test; 63s processwrapper-sandbox 2025-12-04T09:09:05.1908976Z Testing //:optim_test; 47s processwrapper-sandbox 2025-12-04T09:09:06.1910782Z 2025-12-04T09:09:06.1911542Z  2025-12-04T09:09:06.1911998Z  2025-12-04T09:09:06.1912324Z  2025-12-04T09:09:06.1913176Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:06.1914065Z Testing //:rnn_test; 65s processwrapper-sandbox 2025-12-04T09:09:06.1914757Z Testing //:modules_test; 64s processwrapper-sandbox 2025-12-04T09:09:06.1915410Z Testing //:optim_test; 48s processwrapper-sandbox 2025-12-04T09:09:07.3916529Z 2025-12-04T09:09:07.3917340Z  2025-12-04T09:09:07.3917717Z  2025-12-04T09:09:07.3917981Z  2025-12-04T09:09:07.3918658Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:07.3919394Z Testing //:rnn_test; 66s processwrapper-sandbox 2025-12-04T09:09:07.3920202Z Testing //:modules_test; 65s processwrapper-sandbox 2025-12-04T09:09:07.3920819Z Testing //:optim_test; 49s processwrapper-sandbox 2025-12-04T09:09:08.3922601Z 2025-12-04T09:09:08.3923486Z  2025-12-04T09:09:08.3923845Z  2025-12-04T09:09:08.3924134Z  2025-12-04T09:09:08.3924836Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:08.3925600Z Testing //:rnn_test; 67s processwrapper-sandbox 2025-12-04T09:09:08.3926177Z Testing //:modules_test; 66s processwrapper-sandbox 2025-12-04T09:09:08.3926763Z Testing //:optim_test; 50s processwrapper-sandbox 2025-12-04T09:09:09.3928868Z 2025-12-04T09:09:09.3929685Z  2025-12-04T09:09:09.3930059Z  2025-12-04T09:09:09.3930349Z  2025-12-04T09:09:09.3931072Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:09.3931850Z Testing //:rnn_test; 68s processwrapper-sandbox 2025-12-04T09:09:09.3932445Z Testing //:modules_test; 67s processwrapper-sandbox 2025-12-04T09:09:09.3933034Z Testing //:optim_test; 51s processwrapper-sandbox 2025-12-04T09:09:10.5935545Z 2025-12-04T09:09:10.5936188Z  2025-12-04T09:09:10.5936522Z  2025-12-04T09:09:10.5936802Z  2025-12-04T09:09:10.5937464Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:10.5938175Z Testing //:rnn_test; 69s processwrapper-sandbox 2025-12-04T09:09:10.5938712Z Testing //:modules_test; 68s processwrapper-sandbox 2025-12-04T09:09:10.5939247Z Testing //:optim_test; 52s processwrapper-sandbox 2025-12-04T09:09:11.5940654Z 2025-12-04T09:09:11.5941284Z  2025-12-04T09:09:11.5941642Z  2025-12-04T09:09:11.5941929Z  2025-12-04T09:09:11.5942673Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:11.5943449Z Testing //:rnn_test; 70s processwrapper-sandbox 2025-12-04T09:09:11.5944040Z Testing //:modules_test; 69s processwrapper-sandbox 2025-12-04T09:09:11.5944609Z Testing //:optim_test; 53s processwrapper-sandbox 2025-12-04T09:09:12.7947281Z 2025-12-04T09:09:12.7947951Z  2025-12-04T09:09:12.7948302Z  2025-12-04T09:09:12.7948576Z  2025-12-04T09:09:12.7949266Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:12.7950002Z Testing //:rnn_test; 71s processwrapper-sandbox 2025-12-04T09:09:12.7950547Z Testing //:modules_test; 70s processwrapper-sandbox 2025-12-04T09:09:12.7951107Z Testing //:optim_test; 54s processwrapper-sandbox 2025-12-04T09:09:13.9954459Z 2025-12-04T09:09:13.9955173Z  2025-12-04T09:09:13.9955555Z  2025-12-04T09:09:13.9956110Z  2025-12-04T09:09:13.9956790Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:13.9957544Z Testing //:rnn_test; 73s processwrapper-sandbox 2025-12-04T09:09:13.9958109Z Testing //:modules_test; 72s processwrapper-sandbox 2025-12-04T09:09:13.9958650Z Testing //:optim_test; 55s processwrapper-sandbox 2025-12-04T09:09:14.9959987Z 2025-12-04T09:09:14.9960652Z  2025-12-04T09:09:14.9960995Z  2025-12-04T09:09:14.9961269Z  2025-12-04T09:09:14.9961936Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:14.9962626Z Testing //:rnn_test; 74s processwrapper-sandbox 2025-12-04T09:09:14.9963231Z Testing //:modules_test; 73s processwrapper-sandbox 2025-12-04T09:09:14.9963760Z Testing //:optim_test; 56s processwrapper-sandbox 2025-12-04T09:09:16.1968595Z 2025-12-04T09:09:16.1969299Z  2025-12-04T09:09:16.1969784Z  2025-12-04T09:09:16.1970134Z  2025-12-04T09:09:16.1971491Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:16.1972441Z Testing //:rnn_test; 75s processwrapper-sandbox 2025-12-04T09:09:16.1973207Z Testing //:modules_test; 74s processwrapper-sandbox 2025-12-04T09:09:16.1973883Z Testing //:optim_test; 58s processwrapper-sandbox 2025-12-04T09:09:17.1973371Z 2025-12-04T09:09:17.1974084Z  2025-12-04T09:09:17.1974531Z  2025-12-04T09:09:17.1974902Z  2025-12-04T09:09:17.1975771Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:17.1976691Z Testing //:rnn_test; 76s processwrapper-sandbox 2025-12-04T09:09:17.1977371Z Testing //:modules_test; 75s processwrapper-sandbox 2025-12-04T09:09:17.1978046Z Testing //:optim_test; 59s processwrapper-sandbox 2025-12-04T09:09:17.7526906Z 2025-12-04T09:09:17.7527640Z  2025-12-04T09:09:17.7528069Z  2025-12-04T09:09:17.7528453Z  2025-12-04T09:09:17.7529357Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:17.7530271Z Testing //:rnn_test; 76s processwrapper-sandbox 2025-12-04T09:09:17.7530940Z Testing //:modules_test; 75s processwrapper-sandbox 2025-12-04T09:09:17.7531629Z Testing //:optim_test; 59s processwrapper-sandbox 2025-12-04T09:09:18.7980997Z 2025-12-04T09:09:18.7981680Z  2025-12-04T09:09:18.7982105Z  2025-12-04T09:09:18.7982474Z  2025-12-04T09:09:18.7983303Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:18.7984206Z Testing //:rnn_test; 77s processwrapper-sandbox 2025-12-04T09:09:18.7984899Z Testing //:modules_test; 76s processwrapper-sandbox 2025-12-04T09:09:18.7985553Z Testing //:optim_test; 60s processwrapper-sandbox 2025-12-04T09:09:19.9987097Z 2025-12-04T09:09:19.9987767Z  2025-12-04T09:09:19.9988117Z  2025-12-04T09:09:19.9988386Z  2025-12-04T09:09:19.9989085Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:19.9989790Z Testing //:rnn_test; 79s processwrapper-sandbox 2025-12-04T09:09:19.9990335Z Testing //:modules_test; 78s processwrapper-sandbox 2025-12-04T09:09:19.9990857Z Testing //:optim_test; 61s processwrapper-sandbox 2025-12-04T09:09:20.9992936Z 2025-12-04T09:09:20.9993604Z  2025-12-04T09:09:20.9993955Z  2025-12-04T09:09:20.9994221Z  2025-12-04T09:09:20.9994888Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:20.9995594Z Testing //:rnn_test; 80s processwrapper-sandbox 2025-12-04T09:09:20.9996119Z Testing //:modules_test; 79s processwrapper-sandbox 2025-12-04T09:09:20.9996657Z Testing //:optim_test; 62s processwrapper-sandbox 2025-12-04T09:09:21.9998702Z 2025-12-04T09:09:21.9999361Z  2025-12-04T09:09:21.9999705Z  2025-12-04T09:09:21.9999990Z  2025-12-04T09:09:22.0000683Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:22.0001383Z Testing //:rnn_test; 81s processwrapper-sandbox 2025-12-04T09:09:22.0001928Z Testing //:modules_test; 80s processwrapper-sandbox 2025-12-04T09:09:22.0002454Z Testing //:optim_test; 63s processwrapper-sandbox 2025-12-04T09:09:23.2005727Z 2025-12-04T09:09:23.2006359Z  2025-12-04T09:09:23.2006718Z  2025-12-04T09:09:23.2006988Z  2025-12-04T09:09:23.2007664Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:23.2008378Z Testing //:rnn_test; 82s processwrapper-sandbox 2025-12-04T09:09:23.2008908Z Testing //:modules_test; 81s processwrapper-sandbox 2025-12-04T09:09:23.2009470Z Testing //:optim_test; 65s processwrapper-sandbox 2025-12-04T09:09:24.2012596Z 2025-12-04T09:09:24.2013302Z  2025-12-04T09:09:24.2013746Z  2025-12-04T09:09:24.2014408Z  2025-12-04T09:09:24.2015362Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:24.2016262Z Testing //:rnn_test; 83s processwrapper-sandbox 2025-12-04T09:09:24.2016928Z Testing //:modules_test; 82s processwrapper-sandbox 2025-12-04T09:09:24.2017621Z Testing //:optim_test; 66s processwrapper-sandbox 2025-12-04T09:09:25.4018686Z 2025-12-04T09:09:25.4019395Z  2025-12-04T09:09:25.4019836Z  2025-12-04T09:09:25.4020232Z  2025-12-04T09:09:25.4021161Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:25.4022193Z Testing //:rnn_test; 84s processwrapper-sandbox 2025-12-04T09:09:25.4022880Z Testing //:modules_test; 83s processwrapper-sandbox 2025-12-04T09:09:25.4023553Z Testing //:optim_test; 67s processwrapper-sandbox 2025-12-04T09:09:26.6024109Z 2025-12-04T09:09:26.6024771Z  2025-12-04T09:09:26.6025144Z  2025-12-04T09:09:26.6025423Z  2025-12-04T09:09:26.6026090Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:26.6026784Z Testing //:rnn_test; 85s processwrapper-sandbox 2025-12-04T09:09:26.6027329Z Testing //:modules_test; 84s processwrapper-sandbox 2025-12-04T09:09:26.6027852Z Testing //:optim_test; 68s processwrapper-sandbox 2025-12-04T09:09:27.6028785Z 2025-12-04T09:09:27.6029435Z  2025-12-04T09:09:27.6037630Z  2025-12-04T09:09:27.6038115Z  2025-12-04T09:09:27.6038777Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:27.6039463Z Testing //:rnn_test; 86s processwrapper-sandbox 2025-12-04T09:09:27.6040009Z Testing //:modules_test; 85s processwrapper-sandbox 2025-12-04T09:09:27.6040528Z Testing //:optim_test; 69s processwrapper-sandbox 2025-12-04T09:09:28.8038883Z 2025-12-04T09:09:28.8039556Z  2025-12-04T09:09:28.8039899Z  2025-12-04T09:09:28.8040191Z  2025-12-04T09:09:28.8040862Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:28.8041597Z Testing //:rnn_test; 87s processwrapper-sandbox 2025-12-04T09:09:28.8042140Z Testing //:modules_test; 86s processwrapper-sandbox 2025-12-04T09:09:28.8042698Z Testing //:optim_test; 70s processwrapper-sandbox 2025-12-04T09:09:29.8041306Z 2025-12-04T09:09:29.8041997Z  2025-12-04T09:09:29.8042335Z  2025-12-04T09:09:29.8042616Z  2025-12-04T09:09:29.8043371Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:29.8044092Z Testing //:rnn_test; 88s processwrapper-sandbox 2025-12-04T09:09:29.8044860Z Testing //:modules_test; 87s processwrapper-sandbox 2025-12-04T09:09:29.8045390Z Testing //:optim_test; 71s processwrapper-sandbox 2025-12-04T09:09:30.8047781Z 2025-12-04T09:09:30.8048733Z  2025-12-04T09:09:30.8049064Z  2025-12-04T09:09:30.8049343Z  2025-12-04T09:09:30.8049991Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:30.8050692Z Testing //:rnn_test; 89s processwrapper-sandbox 2025-12-04T09:09:30.8051219Z Testing //:modules_test; 88s processwrapper-sandbox 2025-12-04T09:09:30.8051750Z Testing //:optim_test; 72s processwrapper-sandbox 2025-12-04T09:09:32.0054878Z 2025-12-04T09:09:32.0055556Z  2025-12-04T09:09:32.0055887Z  2025-12-04T09:09:32.0056165Z  2025-12-04T09:09:32.0056834Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:32.0057537Z Testing //:rnn_test; 91s processwrapper-sandbox 2025-12-04T09:09:32.0058084Z Testing //:modules_test; 90s processwrapper-sandbox 2025-12-04T09:09:32.0058895Z Testing //:optim_test; 73s processwrapper-sandbox 2025-12-04T09:09:33.0060858Z 2025-12-04T09:09:33.0061607Z  2025-12-04T09:09:33.0061871Z  2025-12-04T09:09:33.0062167Z  2025-12-04T09:09:33.0062830Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:33.0063538Z Testing //:rnn_test; 92s processwrapper-sandbox 2025-12-04T09:09:33.0064079Z Testing //:modules_test; 91s processwrapper-sandbox 2025-12-04T09:09:33.0064628Z Testing //:optim_test; 74s processwrapper-sandbox 2025-12-04T09:09:34.2066823Z 2025-12-04T09:09:34.2067482Z  2025-12-04T09:09:34.2067811Z  2025-12-04T09:09:34.2068106Z  2025-12-04T09:09:34.2068772Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:34.2069520Z Testing //:rnn_test; 93s processwrapper-sandbox 2025-12-04T09:09:34.2070057Z Testing //:modules_test; 92s processwrapper-sandbox 2025-12-04T09:09:34.2070598Z Testing //:optim_test; 76s processwrapper-sandbox 2025-12-04T09:09:35.2072944Z 2025-12-04T09:09:35.2073559Z  2025-12-04T09:09:35.2073886Z  2025-12-04T09:09:35.2074181Z  2025-12-04T09:09:35.2074885Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:35.2075618Z Testing //:rnn_test; 94s processwrapper-sandbox 2025-12-04T09:09:35.2076183Z Testing //:modules_test; 93s processwrapper-sandbox 2025-12-04T09:09:35.2077031Z Testing //:optim_test; 77s processwrapper-sandbox 2025-12-04T09:09:36.2078980Z 2025-12-04T09:09:36.2079654Z  2025-12-04T09:09:36.2079998Z  2025-12-04T09:09:36.2080273Z  2025-12-04T09:09:36.2080954Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:36.2081672Z Testing //:rnn_test; 95s processwrapper-sandbox 2025-12-04T09:09:36.2082225Z Testing //:modules_test; 94s processwrapper-sandbox 2025-12-04T09:09:36.2082778Z Testing //:optim_test; 78s processwrapper-sandbox 2025-12-04T09:09:37.4086126Z 2025-12-04T09:09:37.4086827Z  2025-12-04T09:09:37.4087166Z  2025-12-04T09:09:37.4087458Z  2025-12-04T09:09:37.4088136Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:37.4088865Z Testing //:rnn_test; 96s processwrapper-sandbox 2025-12-04T09:09:37.4089442Z Testing //:modules_test; 95s processwrapper-sandbox 2025-12-04T09:09:37.4089996Z Testing //:optim_test; 79s processwrapper-sandbox 2025-12-04T09:09:38.4092351Z 2025-12-04T09:09:38.4093001Z  2025-12-04T09:09:38.4093329Z  2025-12-04T09:09:38.4093610Z  2025-12-04T09:09:38.4094268Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:38.4095206Z Testing //:rnn_test; 97s processwrapper-sandbox 2025-12-04T09:09:38.4095747Z Testing //:modules_test; 96s processwrapper-sandbox 2025-12-04T09:09:38.4096281Z Testing //:optim_test; 80s processwrapper-sandbox 2025-12-04T09:09:39.6097906Z 2025-12-04T09:09:39.6098553Z  2025-12-04T09:09:39.6098892Z  2025-12-04T09:09:39.6099158Z  2025-12-04T09:09:39.6099822Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:39.6100515Z Testing //:rnn_test; 98s processwrapper-sandbox 2025-12-04T09:09:39.6101078Z Testing //:modules_test; 97s processwrapper-sandbox 2025-12-04T09:09:39.6101668Z Testing //:optim_test; 81s processwrapper-sandbox 2025-12-04T09:09:40.8104772Z 2025-12-04T09:09:40.8105397Z  2025-12-04T09:09:40.8105725Z  2025-12-04T09:09:40.8106010Z  2025-12-04T09:09:40.8106697Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:40.8107608Z Testing //:rnn_test; 99s processwrapper-sandbox 2025-12-04T09:09:40.8108221Z Testing //:modules_test; 98s processwrapper-sandbox 2025-12-04T09:09:40.8108764Z Testing //:optim_test; 82s processwrapper-sandbox 2025-12-04T09:09:41.8112741Z 2025-12-04T09:09:41.8113431Z  2025-12-04T09:09:41.8113817Z  2025-12-04T09:09:41.8114139Z  2025-12-04T09:09:41.8115063Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:41.8115794Z Testing //:rnn_test; 100s processwrapper-sandbox 2025-12-04T09:09:41.8116386Z Testing //:modules_test; 99s processwrapper-sandbox 2025-12-04T09:09:41.8116930Z Testing //:optim_test; 83s processwrapper-sandbox 2025-12-04T09:09:43.0118052Z 2025-12-04T09:09:43.0118691Z  2025-12-04T09:09:43.0119037Z  2025-12-04T09:09:43.0119428Z  2025-12-04T09:09:43.0120112Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:43.0120832Z Testing //:rnn_test; 102s processwrapper-sandbox 2025-12-04T09:09:43.0121381Z Testing //:modules_test; 101s processwrapper-sandbox 2025-12-04T09:09:43.0121919Z Testing //:optim_test; 84s processwrapper-sandbox 2025-12-04T09:09:44.0123600Z 2025-12-04T09:09:44.0124240Z  2025-12-04T09:09:44.0124565Z  2025-12-04T09:09:44.0124847Z  2025-12-04T09:09:44.0125491Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:44.0126473Z Testing //:rnn_test; 103s processwrapper-sandbox 2025-12-04T09:09:44.0127017Z Testing //:modules_test; 102s processwrapper-sandbox 2025-12-04T09:09:44.0127553Z Testing //:optim_test; 85s processwrapper-sandbox 2025-12-04T09:09:45.0130832Z 2025-12-04T09:09:45.0131486Z  2025-12-04T09:09:45.0131849Z  2025-12-04T09:09:45.0132116Z  2025-12-04T09:09:45.0132791Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:45.0133493Z Testing //:rnn_test; 104s processwrapper-sandbox 2025-12-04T09:09:45.0134040Z Testing //:modules_test; 103s processwrapper-sandbox 2025-12-04T09:09:45.0134572Z Testing //:optim_test; 86s processwrapper-sandbox 2025-12-04T09:09:46.2136232Z 2025-12-04T09:09:46.2136905Z  2025-12-04T09:09:46.2137248Z  2025-12-04T09:09:46.2137521Z  2025-12-04T09:09:46.2138216Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:46.2138982Z Testing //:rnn_test; 105s processwrapper-sandbox 2025-12-04T09:09:46.2139535Z Testing //:modules_test; 104s processwrapper-sandbox 2025-12-04T09:09:46.2140093Z Testing //:optim_test; 88s processwrapper-sandbox 2025-12-04T09:09:47.2139854Z 2025-12-04T09:09:47.2140684Z  2025-12-04T09:09:47.2141012Z  2025-12-04T09:09:47.2141297Z  2025-12-04T09:09:47.2141981Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:47.2142685Z Testing //:rnn_test; 106s processwrapper-sandbox 2025-12-04T09:09:47.2143236Z Testing //:modules_test; 105s processwrapper-sandbox 2025-12-04T09:09:47.2143768Z Testing //:optim_test; 89s processwrapper-sandbox 2025-12-04T09:09:48.4148229Z 2025-12-04T09:09:48.4148900Z  2025-12-04T09:09:48.4149250Z  2025-12-04T09:09:48.4149538Z  2025-12-04T09:09:48.4150232Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:48.4150946Z Testing //:rnn_test; 107s processwrapper-sandbox 2025-12-04T09:09:48.4151483Z Testing //:modules_test; 106s processwrapper-sandbox 2025-12-04T09:09:48.4152031Z Testing //:optim_test; 90s processwrapper-sandbox 2025-12-04T09:09:49.4152324Z 2025-12-04T09:09:49.4153252Z  2025-12-04T09:09:49.4153603Z  2025-12-04T09:09:49.4153880Z  2025-12-04T09:09:49.4155010Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:49.4155954Z Testing //:rnn_test; 108s processwrapper-sandbox 2025-12-04T09:09:49.4156597Z Testing //:modules_test; 107s processwrapper-sandbox 2025-12-04T09:09:49.4157247Z Testing //:optim_test; 91s processwrapper-sandbox 2025-12-04T09:09:50.4158826Z 2025-12-04T09:09:50.4159525Z  2025-12-04T09:09:50.4159878Z  2025-12-04T09:09:50.4160164Z  2025-12-04T09:09:50.4160847Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:50.4161568Z Testing //:rnn_test; 109s processwrapper-sandbox 2025-12-04T09:09:50.4162108Z Testing //:modules_test; 108s processwrapper-sandbox 2025-12-04T09:09:50.4162654Z Testing //:optim_test; 92s processwrapper-sandbox 2025-12-04T09:09:51.6165496Z 2025-12-04T09:09:51.6166335Z  2025-12-04T09:09:51.6166819Z  2025-12-04T09:09:51.6167233Z  2025-12-04T09:09:51.6168226Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:51.6169235Z Testing //:rnn_test; 110s processwrapper-sandbox 2025-12-04T09:09:51.6170012Z Testing //:modules_test; 109s processwrapper-sandbox 2025-12-04T09:09:51.6170945Z Testing //:optim_test; 93s processwrapper-sandbox 2025-12-04T09:09:52.6171206Z 2025-12-04T09:09:52.6171883Z  2025-12-04T09:09:52.6172239Z  2025-12-04T09:09:52.6172504Z  2025-12-04T09:09:52.6173433Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:52.6174152Z Testing //:rnn_test; 111s processwrapper-sandbox 2025-12-04T09:09:52.6174725Z Testing //:modules_test; 110s processwrapper-sandbox 2025-12-04T09:09:52.6175294Z Testing //:optim_test; 94s processwrapper-sandbox 2025-12-04T09:09:53.6178038Z 2025-12-04T09:09:53.6178690Z  2025-12-04T09:09:53.6179082Z  2025-12-04T09:09:53.6179360Z  2025-12-04T09:09:53.6180074Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:53.6180817Z Testing //:rnn_test; 112s processwrapper-sandbox 2025-12-04T09:09:53.6181378Z Testing //:modules_test; 111s processwrapper-sandbox 2025-12-04T09:09:53.6181931Z Testing //:optim_test; 95s processwrapper-sandbox 2025-12-04T09:09:54.8184615Z 2025-12-04T09:09:54.8185278Z  2025-12-04T09:09:54.8185623Z  2025-12-04T09:09:54.8185916Z  2025-12-04T09:09:54.8186598Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:54.8187317Z Testing //:rnn_test; 113s processwrapper-sandbox 2025-12-04T09:09:54.8187856Z Testing //:modules_test; 112s processwrapper-sandbox 2025-12-04T09:09:54.8188610Z Testing //:optim_test; 96s processwrapper-sandbox 2025-12-04T09:09:55.8190273Z 2025-12-04T09:09:55.8191030Z  2025-12-04T09:09:55.8191399Z  2025-12-04T09:09:55.8191733Z  2025-12-04T09:09:55.8192499Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:55.8193324Z Testing //:rnn_test; 114s processwrapper-sandbox 2025-12-04T09:09:55.8194025Z Testing //:modules_test; 113s processwrapper-sandbox 2025-12-04T09:09:55.8194572Z Testing //:optim_test; 97s processwrapper-sandbox 2025-12-04T09:09:57.0196516Z 2025-12-04T09:09:57.0197225Z  2025-12-04T09:09:57.0197688Z  2025-12-04T09:09:57.0198037Z  2025-12-04T09:09:57.0198878Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:57.0199779Z Testing //:rnn_test; 116s processwrapper-sandbox 2025-12-04T09:09:57.0200501Z Testing //:modules_test; 115s processwrapper-sandbox 2025-12-04T09:09:57.0201427Z Testing //:optim_test; 98s processwrapper-sandbox 2025-12-04T09:09:58.0202237Z 2025-12-04T09:09:58.0203368Z  2025-12-04T09:09:58.0203777Z  2025-12-04T09:09:58.0204125Z  2025-12-04T09:09:58.0204953Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:58.0205952Z Testing //:rnn_test; 117s processwrapper-sandbox 2025-12-04T09:09:58.0206733Z Testing //:modules_test; 116s processwrapper-sandbox 2025-12-04T09:09:58.0207496Z Testing //:optim_test; 99s processwrapper-sandbox 2025-12-04T09:09:59.0208064Z 2025-12-04T09:09:59.0208756Z  2025-12-04T09:09:59.0209241Z  2025-12-04T09:09:59.0209650Z  2025-12-04T09:09:59.0210608Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:09:59.0211679Z Testing //:rnn_test; 118s processwrapper-sandbox 2025-12-04T09:09:59.0212500Z Testing //:modules_test; 117s processwrapper-sandbox 2025-12-04T09:09:59.0213344Z Testing //:optim_test; 100s processwrapper-sandbox 2025-12-04T09:10:00.2214012Z 2025-12-04T09:10:00.2214670Z  2025-12-04T09:10:00.2215026Z  2025-12-04T09:10:00.2215290Z  2025-12-04T09:10:00.2215970Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:00.2216669Z Testing //:rnn_test; 119s processwrapper-sandbox 2025-12-04T09:10:00.2217235Z Testing //:modules_test; 118s processwrapper-sandbox 2025-12-04T09:10:00.2218015Z Testing //:optim_test; 102s processwrapper-sandbox 2025-12-04T09:10:01.2220185Z 2025-12-04T09:10:01.2220844Z  2025-12-04T09:10:01.2221193Z  2025-12-04T09:10:01.2221469Z  2025-12-04T09:10:01.2222169Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:01.2222935Z Testing //:rnn_test; 120s processwrapper-sandbox 2025-12-04T09:10:01.2223494Z Testing //:modules_test; 119s processwrapper-sandbox 2025-12-04T09:10:01.2224056Z Testing //:optim_test; 103s processwrapper-sandbox 2025-12-04T09:10:02.4227292Z 2025-12-04T09:10:02.4228017Z  2025-12-04T09:10:02.4228413Z  2025-12-04T09:10:02.4228773Z  2025-12-04T09:10:02.4229612Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:02.4230526Z Testing //:rnn_test; 121s processwrapper-sandbox 2025-12-04T09:10:02.4231217Z Testing //:modules_test; 120s processwrapper-sandbox 2025-12-04T09:10:02.4231923Z Testing //:optim_test; 104s processwrapper-sandbox 2025-12-04T09:10:03.4233437Z 2025-12-04T09:10:03.4234133Z  2025-12-04T09:10:03.4234601Z  2025-12-04T09:10:03.4235020Z  2025-12-04T09:10:03.4235969Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:03.4237287Z Testing //:rnn_test; 122s processwrapper-sandbox 2025-12-04T09:10:03.4238099Z Testing //:modules_test; 121s processwrapper-sandbox 2025-12-04T09:10:03.4238839Z Testing //:optim_test; 105s processwrapper-sandbox 2025-12-04T09:10:04.4238891Z 2025-12-04T09:10:04.4239598Z  2025-12-04T09:10:04.4239970Z  2025-12-04T09:10:04.4240287Z  2025-12-04T09:10:04.4241056Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:04.4241874Z Testing //:rnn_test; 123s processwrapper-sandbox 2025-12-04T09:10:04.4242525Z Testing //:modules_test; 122s processwrapper-sandbox 2025-12-04T09:10:04.4243208Z Testing //:optim_test; 106s processwrapper-sandbox 2025-12-04T09:10:05.6244864Z 2025-12-04T09:10:05.6245584Z  2025-12-04T09:10:05.6245973Z  2025-12-04T09:10:05.6246292Z  2025-12-04T09:10:05.6247055Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:05.6248142Z Testing //:rnn_test; 124s processwrapper-sandbox 2025-12-04T09:10:05.6248817Z Testing //:modules_test; 123s processwrapper-sandbox 2025-12-04T09:10:05.6249443Z Testing //:optim_test; 107s processwrapper-sandbox 2025-12-04T09:10:06.6250694Z 2025-12-04T09:10:06.6251459Z  2025-12-04T09:10:06.6251883Z  2025-12-04T09:10:06.6252249Z  2025-12-04T09:10:06.6253154Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:06.6254203Z Testing //:rnn_test; 125s processwrapper-sandbox 2025-12-04T09:10:06.6255014Z Testing //:modules_test; 124s processwrapper-sandbox 2025-12-04T09:10:06.6255778Z Testing //:optim_test; 108s processwrapper-sandbox 2025-12-04T09:10:07.8257704Z 2025-12-04T09:10:07.8258642Z  2025-12-04T09:10:07.8258990Z  2025-12-04T09:10:07.8259275Z  2025-12-04T09:10:07.8259967Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:07.8260693Z Testing //:rnn_test; 126s processwrapper-sandbox 2025-12-04T09:10:07.8261243Z Testing //:modules_test; 125s processwrapper-sandbox 2025-12-04T09:10:07.8261789Z Testing //:optim_test; 109s processwrapper-sandbox 2025-12-04T09:10:09.0264534Z 2025-12-04T09:10:09.0265621Z  2025-12-04T09:10:09.0265974Z  2025-12-04T09:10:09.0266264Z  2025-12-04T09:10:09.0266949Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:09.0267939Z Testing //:rnn_test; 128s processwrapper-sandbox 2025-12-04T09:10:09.0268513Z Testing //:modules_test; 127s processwrapper-sandbox 2025-12-04T09:10:09.0269064Z Testing //:optim_test; 110s processwrapper-sandbox 2025-12-04T09:10:10.0270410Z 2025-12-04T09:10:10.0271429Z  2025-12-04T09:10:10.0271769Z  2025-12-04T09:10:10.0272084Z  2025-12-04T09:10:10.0272764Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:10.0273502Z Testing //:rnn_test; 129s processwrapper-sandbox 2025-12-04T09:10:10.0274085Z Testing //:modules_test; 128s processwrapper-sandbox 2025-12-04T09:10:10.0274630Z Testing //:optim_test; 111s processwrapper-sandbox 2025-12-04T09:10:11.2276411Z 2025-12-04T09:10:11.2277135Z  2025-12-04T09:10:11.2277618Z  2025-12-04T09:10:11.2278027Z  2025-12-04T09:10:11.2279009Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:11.2280020Z Testing //:rnn_test; 130s processwrapper-sandbox 2025-12-04T09:10:11.2280805Z Testing //:modules_test; 129s processwrapper-sandbox 2025-12-04T09:10:11.2281558Z Testing //:optim_test; 113s processwrapper-sandbox 2025-12-04T09:10:12.2284481Z 2025-12-04T09:10:12.2285491Z  2025-12-04T09:10:12.2285846Z  2025-12-04T09:10:12.2286113Z  2025-12-04T09:10:12.2286802Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:12.2287516Z Testing //:rnn_test; 131s processwrapper-sandbox 2025-12-04T09:10:12.2288070Z Testing //:modules_test; 130s processwrapper-sandbox 2025-12-04T09:10:12.2288596Z Testing //:optim_test; 114s processwrapper-sandbox 2025-12-04T09:10:13.2290910Z 2025-12-04T09:10:13.2291583Z  2025-12-04T09:10:13.2291936Z  2025-12-04T09:10:13.2292212Z  2025-12-04T09:10:13.2292927Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:13.2293654Z Testing //:rnn_test; 132s processwrapper-sandbox 2025-12-04T09:10:13.2294226Z Testing //:modules_test; 131s processwrapper-sandbox 2025-12-04T09:10:13.2294790Z Testing //:optim_test; 115s processwrapper-sandbox 2025-12-04T09:10:14.4297818Z 2025-12-04T09:10:14.4298501Z  2025-12-04T09:10:14.4298872Z  2025-12-04T09:10:14.4299196Z  2025-12-04T09:10:14.4300175Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:14.4301172Z Testing //:rnn_test; 133s processwrapper-sandbox 2025-12-04T09:10:14.4301718Z Testing //:modules_test; 132s processwrapper-sandbox 2025-12-04T09:10:14.4302268Z Testing //:optim_test; 116s processwrapper-sandbox 2025-12-04T09:10:15.4303813Z 2025-12-04T09:10:15.4304492Z  2025-12-04T09:10:15.4304832Z  2025-12-04T09:10:15.4305125Z  2025-12-04T09:10:15.4305827Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:15.4306571Z Testing //:rnn_test; 134s processwrapper-sandbox 2025-12-04T09:10:15.4307130Z Testing //:modules_test; 133s processwrapper-sandbox 2025-12-04T09:10:15.4307698Z Testing //:optim_test; 117s processwrapper-sandbox 2025-12-04T09:10:16.4308163Z 2025-12-04T09:10:16.4308847Z  2025-12-04T09:10:16.4309184Z  2025-12-04T09:10:16.4309497Z  2025-12-04T09:10:16.4310154Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:16.4310883Z Testing //:rnn_test; 135s processwrapper-sandbox 2025-12-04T09:10:16.4311416Z Testing //:modules_test; 134s processwrapper-sandbox 2025-12-04T09:10:16.4311951Z Testing //:optim_test; 118s processwrapper-sandbox 2025-12-04T09:10:17.6314052Z 2025-12-04T09:10:17.6314703Z  2025-12-04T09:10:17.6315028Z  2025-12-04T09:10:17.6315307Z  2025-12-04T09:10:17.6316183Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:17.6316909Z Testing //:rnn_test; 136s processwrapper-sandbox 2025-12-04T09:10:17.6317460Z Testing //:modules_test; 135s processwrapper-sandbox 2025-12-04T09:10:17.6317996Z Testing //:optim_test; 119s processwrapper-sandbox 2025-12-04T09:10:17.8318526Z 2025-12-04T09:10:17.8319156Z  2025-12-04T09:10:17.8319510Z  2025-12-04T09:10:17.8319790Z  2025-12-04T09:10:17.8320451Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:17.8321164Z Testing //:rnn_test; 136s processwrapper-sandbox 2025-12-04T09:10:17.8321715Z Testing //:modules_test; 135s processwrapper-sandbox 2025-12-04T09:10:17.8322241Z Testing //:optim_test; 119s processwrapper-sandbox 2025-12-04T09:10:19.0326215Z 2025-12-04T09:10:19.0326864Z  2025-12-04T09:10:19.0327218Z  2025-12-04T09:10:19.0327506Z  2025-12-04T09:10:19.0328172Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:19.0328887Z Testing //:rnn_test; 138s processwrapper-sandbox 2025-12-04T09:10:19.0329425Z Testing //:modules_test; 137s processwrapper-sandbox 2025-12-04T09:10:19.0330179Z Testing //:optim_test; 120s processwrapper-sandbox 2025-12-04T09:10:20.0330385Z 2025-12-04T09:10:20.0331288Z  2025-12-04T09:10:20.0331616Z  2025-12-04T09:10:20.0331864Z  2025-12-04T09:10:20.0332455Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:20.0333086Z Testing //:rnn_test; 139s processwrapper-sandbox 2025-12-04T09:10:20.0333558Z Testing //:modules_test; 138s processwrapper-sandbox 2025-12-04T09:10:20.0334033Z Testing //:optim_test; 121s processwrapper-sandbox 2025-12-04T09:10:21.2337570Z 2025-12-04T09:10:21.2338233Z  2025-12-04T09:10:21.2338598Z  2025-12-04T09:10:21.2338901Z  2025-12-04T09:10:21.2339576Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:21.2340302Z Testing //:rnn_test; 140s processwrapper-sandbox 2025-12-04T09:10:21.2340850Z Testing //:modules_test; 139s processwrapper-sandbox 2025-12-04T09:10:21.2341417Z Testing //:optim_test; 123s processwrapper-sandbox 2025-12-04T09:10:22.4344502Z 2025-12-04T09:10:22.4345264Z  2025-12-04T09:10:22.4345982Z  2025-12-04T09:10:22.4346386Z  2025-12-04T09:10:22.4347346Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:22.4348367Z Testing //:rnn_test; 141s processwrapper-sandbox 2025-12-04T09:10:22.4349226Z Testing //:modules_test; 140s processwrapper-sandbox 2025-12-04T09:10:22.4349921Z Testing //:optim_test; 124s processwrapper-sandbox 2025-12-04T09:10:23.4350284Z 2025-12-04T09:10:23.4350902Z  2025-12-04T09:10:23.4351242Z  2025-12-04T09:10:23.4351530Z  2025-12-04T09:10:23.4352210Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:23.4352951Z Testing //:rnn_test; 142s processwrapper-sandbox 2025-12-04T09:10:23.4353522Z Testing //:modules_test; 141s processwrapper-sandbox 2025-12-04T09:10:23.4354075Z Testing //:optim_test; 125s processwrapper-sandbox 2025-12-04T09:10:24.6356598Z 2025-12-04T09:10:24.6357268Z  2025-12-04T09:10:24.6357627Z  2025-12-04T09:10:24.6357901Z  2025-12-04T09:10:24.6358600Z [3,100 / 3,103] 23 / 26 tests; 3 actions running; last test: //:serialize_test 2025-12-04T09:10:24.6359323Z Testing //:rnn_test; 143s processwrapper-sandbox 2025-12-04T09:10:24.6359893Z Testing //:modules_test; 142s processwrapper-sandbox 2025-12-04T09:10:24.6360655Z Testing //:optim_test; 126s processwrapper-sandbox 2025-12-04T09:10:25.1387112Z 2025-12-04T09:10:25.1387724Z  2025-12-04T09:10:25.1388072Z  2025-12-04T09:10:25.1388351Z  2025-12-04T09:10:25.1389036Z [3,100 / 3,103] 24 / 26 tests; 3 actions running; last test: //:modules_test 2025-12-04T09:10:25.1389777Z Testing //:rnn_test; 144s processwrapper-sandbox 2025-12-04T09:10:25.1390374Z Testing //:modules_test; 143s processwrapper-sandbox 2025-12-04T09:10:25.1390934Z Testing //:optim_test; 126s processwrapper-sandbox 2025-12-04T09:10:25.1391361Z 2025-12-04T09:10:25.1391509Z  2025-12-04T09:10:25.1391787Z  2025-12-04T09:10:25.1392069Z  2025-12-04T09:10:25.1392450Z INFO: From Testing //:modules_test: 2025-12-04T09:10:25.1392946Z ==================== Test output for //:modules_test: 2025-12-04T09:10:25.1393391Z Running main() from gmock_main.cc 2025-12-04T09:10:25.1393809Z Note: Google Test filter = -*CUDA 2025-12-04T09:10:25.1394218Z [==========] Running 260 tests from 1 test suite. 2025-12-04T09:10:25.1394690Z [----------] Global test environment set-up. 2025-12-04T09:10:25.1395136Z [----------] 260 tests from ModulesTest 2025-12-04T09:10:25.1395549Z [ RUN ] ModulesTest.Conv1d 2025-12-04T09:10:25.1395949Z [ OK ] ModulesTest.Conv1d (44 ms) 2025-12-04T09:10:25.1396561Z [ RUN ] ModulesTest.Conv1dSameStrided 2025-12-04T09:10:25.1397055Z [ OK ] ModulesTest.Conv1dSameStrided (0 ms) 2025-12-04T09:10:25.1397534Z [ RUN ] ModulesTest.Conv1dIvalidArg 2025-12-04T09:10:25.1398018Z [ OK ] ModulesTest.Conv1dIvalidArg (0 ms) 2025-12-04T09:10:25.1398474Z [ RUN ] ModulesTest.Conv2dEven 2025-12-04T09:10:25.1398912Z [ OK ] ModulesTest.Conv2dEven (8 ms) 2025-12-04T09:10:25.1399367Z [ RUN ] ModulesTest.Conv2dUneven 2025-12-04T09:10:25.1399801Z [ OK ] ModulesTest.Conv2dUneven (14 ms) 2025-12-04T09:10:25.1400275Z [ RUN ] ModulesTest.Conv2dSameStrided 2025-12-04T09:10:25.1400747Z [ OK ] ModulesTest.Conv2dSameStrided (0 ms) 2025-12-04T09:10:25.1401217Z [ RUN ] ModulesTest.Conv3d 2025-12-04T09:10:25.1401595Z [ OK ] ModulesTest.Conv3d (76 ms) 2025-12-04T09:10:25.1402043Z [ RUN ] ModulesTest.Conv3dSameStrided 2025-12-04T09:10:25.1402515Z [ OK ] ModulesTest.Conv3dSameStrided (0 ms) 2025-12-04T09:10:25.1403010Z [ RUN ] ModulesTest.ConvTranspose1d 2025-12-04T09:10:25.1403534Z [ OK ] ModulesTest.ConvTranspose1d (42 ms) 2025-12-04T09:10:25.1404119Z [ RUN ] ModulesTest.ConvTranspose2dEven 2025-12-04T09:10:25.1404685Z [ OK ] ModulesTest.ConvTranspose2dEven (5 ms) 2025-12-04T09:10:25.1405184Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2025-12-04T09:10:25.1405707Z [ OK ] ModulesTest.ConvTranspose2dUneven (4 ms) 2025-12-04T09:10:25.1406194Z [ RUN ] ModulesTest.ConvTranspose3d 2025-12-04T09:10:25.1406667Z [ OK ] ModulesTest.ConvTranspose3d (3 ms) 2025-12-04T09:10:25.1407117Z [ RUN ] ModulesTest.MaxPool1d 2025-12-04T09:10:25.1407535Z [ OK ] ModulesTest.MaxPool1d (1 ms) 2025-12-04T09:10:25.1408004Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2025-12-04T09:10:25.1408535Z [ OK ] ModulesTest.MaxPool1dReturnIndices (1 ms) 2025-12-04T09:10:25.1409039Z [ RUN ] ModulesTest.MaxPool2dEven 2025-12-04T09:10:25.1409481Z [ OK ] ModulesTest.MaxPool2dEven (1 ms) 2025-12-04T09:10:25.1409949Z [ RUN ] ModulesTest.MaxPool2dUneven 2025-12-04T09:10:25.1410410Z [ OK ] ModulesTest.MaxPool2dUneven (1 ms) 2025-12-04T09:10:25.1410916Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2025-12-04T09:10:25.1411433Z [ OK ] ModulesTest.MaxPool2dReturnIndices (1 ms) 2025-12-04T09:10:25.1411925Z [ RUN ] ModulesTest.MaxPool3d 2025-12-04T09:10:25.1412335Z [ OK ] ModulesTest.MaxPool3d (1 ms) 2025-12-04T09:10:25.1412818Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2025-12-04T09:10:25.1413348Z [ OK ] ModulesTest.MaxPool3dReturnIndices (9 ms) 2025-12-04T09:10:25.1413826Z [ RUN ] ModulesTest.AvgPool1d 2025-12-04T09:10:25.1414321Z [ OK ] ModulesTest.AvgPool1d (1 ms) 2025-12-04T09:10:25.1414767Z [ RUN ] ModulesTest.AvgPool2dEven 2025-12-04T09:10:25.1415104Z [ OK ] ModulesTest.AvgPool2dEven (1 ms) 2025-12-04T09:10:25.1415434Z [ RUN ] ModulesTest.AvgPool2dUneven 2025-12-04T09:10:25.1415783Z [ OK ] ModulesTest.AvgPool2dUneven (1 ms) 2025-12-04T09:10:25.1416119Z [ RUN ] ModulesTest.AvgPool3d 2025-12-04T09:10:25.1416430Z [ OK ] ModulesTest.AvgPool3d (1 ms) 2025-12-04T09:10:25.1416777Z [ RUN ] ModulesTest.FractionalMaxPool2d 2025-12-04T09:10:25.1417138Z [ OK ] ModulesTest.FractionalMaxPool2d (1 ms) 2025-12-04T09:10:25.1417553Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2025-12-04T09:10:25.1418005Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (3 ms) 2025-12-04T09:10:25.1418436Z [ RUN ] ModulesTest.FractionalMaxPool3d 2025-12-04T09:10:25.1418789Z [ OK ] ModulesTest.FractionalMaxPool3d (1 ms) 2025-12-04T09:10:25.1419200Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2025-12-04T09:10:25.1419660Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (1 ms) 2025-12-04T09:10:25.1420051Z [ RUN ] ModulesTest.LPPool1d 2025-12-04T09:10:25.1420359Z [ OK ] ModulesTest.LPPool1d (1 ms) 2025-12-04T09:10:25.1420671Z [ RUN ] ModulesTest.LPPool2d 2025-12-04T09:10:25.1421019Z [ OK ] ModulesTest.LPPool2d (1 ms) 2025-12-04T09:10:25.1421328Z [ RUN ] ModulesTest.LPPool3d 2025-12-04T09:10:25.1421637Z [ OK ] ModulesTest.LPPool3d (1 ms) 2025-12-04T09:10:25.1421944Z [ RUN ] ModulesTest.Identity 2025-12-04T09:10:25.1422246Z [ OK ] ModulesTest.Identity (0 ms) 2025-12-04T09:10:25.1422551Z [ RUN ] ModulesTest.Flatten 2025-12-04T09:10:25.1422853Z [ OK ] ModulesTest.Flatten (2 ms) 2025-12-04T09:10:25.1423169Z [ RUN ] ModulesTest.Unflatten 2025-12-04T09:10:25.1423554Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:10:25.1424773Z W1204 09:08:04.760052 121626 TensorImpl.h:1973] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2025-12-04T09:10:25.1425908Z [ OK ] ModulesTest.Unflatten (5 ms) 2025-12-04T09:10:25.1426255Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2025-12-04T09:10:25.1426621Z [ OK ] ModulesTest.AdaptiveMaxPool1d (1 ms) 2025-12-04T09:10:25.1427053Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2025-12-04T09:10:25.1427506Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (1 ms) 2025-12-04T09:10:25.1427959Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2025-12-04T09:10:25.1428349Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (1 ms) 2025-12-04T09:10:25.1428729Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2025-12-04T09:10:25.1429128Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (1 ms) 2025-12-04T09:10:25.1429553Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2025-12-04T09:10:25.1430045Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (7 ms) 2025-12-04T09:10:25.1430540Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2025-12-04T09:10:25.1431032Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (2 ms) 2025-12-04T09:10:25.1431470Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2025-12-04T09:10:25.1441103Z [ OK ] ModulesTest.AdaptiveMaxPool3d (1 ms) 2025-12-04T09:10:25.1441552Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2025-12-04T09:10:25.1442019Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (3 ms) 2025-12-04T09:10:25.1442439Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2025-12-04T09:10:25.1442818Z [ OK ] ModulesTest.AdaptiveAvgPool1d (6 ms) 2025-12-04T09:10:25.1443264Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2025-12-04T09:10:25.1443664Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (2 ms) 2025-12-04T09:10:25.1444061Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2025-12-04T09:10:25.1444543Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (1 ms) 2025-12-04T09:10:25.1444933Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2025-12-04T09:10:25.1445288Z [ OK ] ModulesTest.AdaptiveAvgPool3d (2 ms) 2025-12-04T09:10:25.1445644Z [ RUN ] ModulesTest.MaxUnpool1d 2025-12-04T09:10:25.1445959Z [ OK ] ModulesTest.MaxUnpool1d (7 ms) 2025-12-04T09:10:25.1446323Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2025-12-04T09:10:25.1446689Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (9 ms) 2025-12-04T09:10:25.1447050Z [ RUN ] ModulesTest.MaxUnpool2d 2025-12-04T09:10:25.1447380Z [ OK ] ModulesTest.MaxUnpool2d (4 ms) 2025-12-04T09:10:25.1447718Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2025-12-04T09:10:25.1448096Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (2 ms) 2025-12-04T09:10:25.1448440Z [ RUN ] ModulesTest.MaxUnpool3d 2025-12-04T09:10:25.1448764Z [ OK ] ModulesTest.MaxUnpool3d (1 ms) 2025-12-04T09:10:25.1449110Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2025-12-04T09:10:25.1449497Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (4 ms) 2025-12-04T09:10:25.1449867Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2025-12-04T09:10:25.1450246Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (895 ms) 2025-12-04T09:10:25.1450597Z [ RUN ] ModulesTest.Linear 2025-12-04T09:10:25.1450925Z [ OK ] ModulesTest.Linear (3 ms) 2025-12-04T09:10:25.1451258Z [ RUN ] ModulesTest.LocalResponseNorm 2025-12-04T09:10:25.1451609Z [ OK ] ModulesTest.LocalResponseNorm (10 ms) 2025-12-04T09:10:25.1451965Z [ RUN ] ModulesTest.LayerNorm 2025-12-04T09:10:25.1452265Z [ OK ] ModulesTest.LayerNorm (9 ms) 2025-12-04T09:10:25.1452592Z [ RUN ] ModulesTest.GroupNorm 2025-12-04T09:10:25.1452892Z [ OK ] ModulesTest.GroupNorm (12 ms) 2025-12-04T09:10:25.1453214Z [ RUN ] ModulesTest.Bilinear 2025-12-04T09:10:25.1453518Z [ OK ] ModulesTest.Bilinear (3 ms) 2025-12-04T09:10:25.1453823Z [ RUN ] ModulesTest.Fold 2025-12-04T09:10:25.1454114Z [ OK ] ModulesTest.Fold (14 ms) 2025-12-04T09:10:25.1454413Z [ RUN ] ModulesTest.Unfold 2025-12-04T09:10:25.1454707Z [ OK ] ModulesTest.Unfold (10 ms) 2025-12-04T09:10:25.1455026Z [ RUN ] ModulesTest.SimpleContainer 2025-12-04T09:10:25.1455382Z [ OK ] ModulesTest.SimpleContainer (58 ms) 2025-12-04T09:10:25.1455728Z [ RUN ] ModulesTest.EmbeddingBasic 2025-12-04T09:10:25.1456069Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2025-12-04T09:10:25.1456511Z [ RUN ] ModulesTest.EmbeddingList 2025-12-04T09:10:25.1456839Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2025-12-04T09:10:25.1457249Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2025-12-04T09:10:25.1457635Z [ OK ] ModulesTest.EmbeddingFromPretrained (1 ms) 2025-12-04T09:10:25.1458042Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2025-12-04T09:10:25.1458450Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (2 ms) 2025-12-04T09:10:25.1458848Z [ RUN ] ModulesTest.AlphaDropout 2025-12-04T09:10:25.1459187Z [ OK ] ModulesTest.AlphaDropout (1 ms) 2025-12-04T09:10:25.1459530Z [ RUN ] ModulesTest.FeatureAlphaDropout 2025-12-04T09:10:25.1459900Z [ OK ] ModulesTest.FeatureAlphaDropout (1 ms) 2025-12-04T09:10:25.1460243Z [ RUN ] ModulesTest.Dropout 2025-12-04T09:10:25.1460546Z [ OK ] ModulesTest.Dropout (2 ms) 2025-12-04T09:10:25.1460861Z [ RUN ] ModulesTest.Dropout2d 2025-12-04T09:10:25.1461176Z [ OK ] ModulesTest.Dropout2d (20 ms) 2025-12-04T09:10:25.1461491Z [ RUN ] ModulesTest.Dropout3d 2025-12-04T09:10:25.1461805Z [ OK ] ModulesTest.Dropout3d (47 ms) 2025-12-04T09:10:25.1462135Z [ RUN ] ModulesTest.Parameters 2025-12-04T09:10:25.1462446Z [ OK ] ModulesTest.Parameters (0 ms) 2025-12-04T09:10:25.1462835Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2025-12-04T09:10:25.1463282Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2025-12-04T09:10:25.1463730Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2025-12-04T09:10:25.1464180Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2025-12-04T09:10:25.1464603Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2025-12-04T09:10:25.1465001Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2025-12-04T09:10:25.1465397Z [ RUN ] ModulesTest.BatchNorm1dStateful 2025-12-04T09:10:25.1465772Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2025-12-04T09:10:25.1466132Z [ RUN ] ModulesTest.BatchNorm1dStateless 2025-12-04T09:10:25.1466513Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2025-12-04T09:10:25.1466861Z [ RUN ] ModulesTest.BatchNorm1d 2025-12-04T09:10:25.1467186Z [ OK ] ModulesTest.BatchNorm1d (7 ms) 2025-12-04T09:10:25.1467518Z [ RUN ] ModulesTest.BatchNorm2dStateful 2025-12-04T09:10:25.1467896Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2025-12-04T09:10:25.1468257Z [ RUN ] ModulesTest.BatchNorm2dStateless 2025-12-04T09:10:25.1468632Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2025-12-04T09:10:25.1468979Z [ RUN ] ModulesTest.BatchNorm2d 2025-12-04T09:10:25.1469304Z [ OK ] ModulesTest.BatchNorm2d (7 ms) 2025-12-04T09:10:25.1469653Z [ RUN ] ModulesTest.BatchNorm3dStateful 2025-12-04T09:10:25.1470003Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2025-12-04T09:10:25.1470375Z [ RUN ] ModulesTest.BatchNorm3dStateless 2025-12-04T09:10:25.1471363Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2025-12-04T09:10:25.1471952Z [ RUN ] ModulesTest.BatchNorm3d 2025-12-04T09:10:25.1472460Z [ OK ] ModulesTest.BatchNorm3d (9 ms) 2025-12-04T09:10:25.1473004Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2025-12-04T09:10:25.1473578Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2025-12-04T09:10:25.1479519Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2025-12-04T09:10:25.1480058Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2025-12-04T09:10:25.1480535Z [ RUN ] ModulesTest.InstanceNorm1d 2025-12-04T09:10:25.1480989Z [ OK ] ModulesTest.InstanceNorm1d (7 ms) 2025-12-04T09:10:25.1481463Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2025-12-04T09:10:25.1481972Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2025-12-04T09:10:25.1482497Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2025-12-04T09:10:25.1483009Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2025-12-04T09:10:25.1483580Z [ RUN ] ModulesTest.InstanceNorm2d 2025-12-04T09:10:25.1484025Z [ OK ] ModulesTest.InstanceNorm2d (8 ms) 2025-12-04T09:10:25.1484671Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2025-12-04T09:10:25.1485262Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2025-12-04T09:10:25.1485776Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2025-12-04T09:10:25.1486276Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2025-12-04T09:10:25.1486763Z [ RUN ] ModulesTest.InstanceNorm3d 2025-12-04T09:10:25.1487210Z [ OK ] ModulesTest.InstanceNorm3d (9 ms) 2025-12-04T09:10:25.1487636Z [ RUN ] ModulesTest.L1Loss 2025-12-04T09:10:25.1488025Z [ OK ] ModulesTest.L1Loss (1 ms) 2025-12-04T09:10:25.1488425Z [ RUN ] ModulesTest.MSELoss 2025-12-04T09:10:25.1488819Z [ OK ] ModulesTest.MSELoss (0 ms) 2025-12-04T09:10:25.1489218Z [ RUN ] ModulesTest.BCELoss 2025-12-04T09:10:25.1489607Z [ OK ] ModulesTest.BCELoss (1 ms) 2025-12-04T09:10:25.1490015Z [ RUN ] ModulesTest.KLDivLoss 2025-12-04T09:10:25.1491746Z W1204 09:08:05.981045 121626 loss.h:51] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2025-12-04T09:10:25.1493513Z [ OK ] ModulesTest.KLDivLoss (1 ms) 2025-12-04T09:10:25.1493954Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2025-12-04T09:10:25.1494426Z [ OK ] ModulesTest.HingeEmbeddingLoss (2 ms) 2025-12-04T09:10:25.1494885Z [ RUN ] ModulesTest.MultiMarginLoss 2025-12-04T09:10:25.1495407Z [ OK ] ModulesTest.MultiMarginLoss (6 ms) 2025-12-04T09:10:25.1495874Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2025-12-04T09:10:25.1496353Z [ OK ] ModulesTest.CosineEmbeddingLoss (9 ms) 2025-12-04T09:10:25.1496895Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2025-12-04T09:10:25.1497429Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (5 ms) 2025-12-04T09:10:25.1497966Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2025-12-04T09:10:25.1498484Z [ OK ] ModulesTest.HuberLossDefaultOptions (1 ms) 2025-12-04T09:10:25.1499043Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2025-12-04T09:10:25.1499687Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (1 ms) 2025-12-04T09:10:25.1500261Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2025-12-04T09:10:25.1500773Z [ OK ] ModulesTest.SmoothL1LossNoReduction (1 ms) 2025-12-04T09:10:25.1501267Z [ RUN ] ModulesTest.HuberLossNoReduction 2025-12-04T09:10:25.1501761Z [ OK ] ModulesTest.HuberLossNoReduction (5 ms) 2025-12-04T09:10:25.1502289Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2025-12-04T09:10:25.1502883Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (1 ms) 2025-12-04T09:10:25.1503428Z [ RUN ] ModulesTest.SmoothL1LossBeta 2025-12-04T09:10:25.1503873Z [ OK ] ModulesTest.SmoothL1LossBeta (1 ms) 2025-12-04T09:10:25.1504385Z [ RUN ] ModulesTest.HuberLossDelta 2025-12-04T09:10:25.1504824Z [ OK ] ModulesTest.HuberLossDelta (5 ms) 2025-12-04T09:10:25.1505291Z [ RUN ] ModulesTest.TripletMarginLoss 2025-12-04T09:10:25.1505753Z [ OK ] ModulesTest.TripletMarginLoss (2 ms) 2025-12-04T09:10:25.1506350Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2025-12-04T09:10:25.1507120Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (507 ms) 2025-12-04T09:10:25.1507898Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2025-12-04T09:10:25.1508714Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (674 ms) 2025-12-04T09:10:25.1509350Z [ RUN ] ModulesTest.NLLLoss 2025-12-04T09:10:25.1509744Z [ OK ] ModulesTest.NLLLoss (2 ms) 2025-12-04T09:10:25.1510168Z [ RUN ] ModulesTest.CrossEntropyLoss 2025-12-04T09:10:25.1510633Z [ OK ] ModulesTest.CrossEntropyLoss (8 ms) 2025-12-04T09:10:25.1511090Z [ RUN ] ModulesTest.CosineSimilarity 2025-12-04T09:10:25.1511559Z [ OK ] ModulesTest.CosineSimilarity (3 ms) 2025-12-04T09:10:25.1512104Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2025-12-04T09:10:25.1512688Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (2 ms) 2025-12-04T09:10:25.1513314Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2025-12-04T09:10:25.1514017Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (5 ms) 2025-12-04T09:10:25.1514693Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2025-12-04T09:10:25.1515235Z [ OK ] ModulesTest.SoftMarginLossNoReduction (2 ms) 2025-12-04T09:10:25.1515899Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2025-12-04T09:10:25.1516697Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (3 ms) 2025-12-04T09:10:25.1517349Z [ RUN ] ModulesTest.PairwiseDistance 2025-12-04T09:10:25.1517839Z [ OK ] ModulesTest.PairwiseDistance (2 ms) 2025-12-04T09:10:25.1518290Z [ RUN ] ModulesTest.ELU 2025-12-04T09:10:25.1518669Z [ OK ] ModulesTest.ELU (17 ms) 2025-12-04T09:10:25.1519066Z [ RUN ] ModulesTest.SELU 2025-12-04T09:10:25.1519454Z [ OK ] ModulesTest.SELU (4 ms) 2025-12-04T09:10:25.1519858Z [ RUN ] ModulesTest.Hardshrink 2025-12-04T09:10:25.1520291Z [ OK ] ModulesTest.Hardshrink (10 ms) 2025-12-04T09:10:25.1520733Z [ RUN ] ModulesTest.Hardtanh 2025-12-04T09:10:25.1521131Z [ OK ] ModulesTest.Hardtanh (48 ms) 2025-12-04T09:10:25.1521605Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2025-12-04T09:10:25.1522119Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (0 ms) 2025-12-04T09:10:25.1522650Z [ RUN ] ModulesTest.LeakyReLU 2025-12-04T09:10:25.1523061Z [ OK ] ModulesTest.LeakyReLU (20 ms) 2025-12-04T09:10:25.1523623Z [ RUN ] ModulesTest.LogSigmoid 2025-12-04T09:10:25.1524036Z [ OK ] ModulesTest.LogSigmoid (1 ms) 2025-12-04T09:10:25.1524475Z [ RUN ] ModulesTest.Softmax 2025-12-04T09:10:25.1524868Z [ OK ] ModulesTest.Softmax (1 ms) 2025-12-04T09:10:25.1525296Z [ RUN ] ModulesTest.Softmin 2025-12-04T09:10:25.1525702Z [ OK ] ModulesTest.Softmin (1 ms) 2025-12-04T09:10:25.1526125Z [ RUN ] ModulesTest.LogSoftmax 2025-12-04T09:10:25.1526559Z [ OK ] ModulesTest.LogSoftmax (1 ms) 2025-12-04T09:10:25.1527042Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2025-12-04T09:10:25.1527618Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (31 ms) 2025-12-04T09:10:25.1528132Z [ RUN ] ModulesTest.Softmax2d 2025-12-04T09:10:25.1528552Z [ OK ] ModulesTest.Softmax2d (20 ms) 2025-12-04T09:10:25.1528975Z [ RUN ] ModulesTest.PReLU 2025-12-04T09:10:25.1529370Z [ OK ] ModulesTest.PReLU (10 ms) 2025-12-04T09:10:25.1529789Z [ RUN ] ModulesTest.ReLU 2025-12-04T09:10:25.1530162Z [ OK ] ModulesTest.ReLU (3 ms) 2025-12-04T09:10:25.1530567Z [ RUN ] ModulesTest.ReLU6 2025-12-04T09:10:25.1530941Z [ OK ] ModulesTest.ReLU6 (3 ms) 2025-12-04T09:10:25.1531394Z [ RUN ] ModulesTest.RReLU 2025-12-04T09:10:25.1531772Z [ OK ] ModulesTest.RReLU (67 ms) 2025-12-04T09:10:25.1532190Z [ RUN ] ModulesTest.CELU 2025-12-04T09:10:25.1532565Z [ OK ] ModulesTest.CELU (12 ms) 2025-12-04T09:10:25.1532973Z [ RUN ] ModulesTest.GLU 2025-12-04T09:10:25.1533340Z [ OK ] ModulesTest.GLU (2 ms) 2025-12-04T09:10:25.1533745Z [ RUN ] ModulesTest.GELU 2025-12-04T09:10:25.1534126Z [ OK ] ModulesTest.GELU (37 ms) 2025-12-04T09:10:25.1534530Z [ RUN ] ModulesTest.TanhGELU 2025-12-04T09:10:25.1534942Z [ OK ] ModulesTest.TanhGELU (1 ms) 2025-12-04T09:10:25.1535357Z [ RUN ] ModulesTest.Mish 2025-12-04T09:10:25.1535740Z [ OK ] ModulesTest.Mish (0 ms) 2025-12-04T09:10:25.1536138Z [ RUN ] ModulesTest.Sigmoid 2025-12-04T09:10:25.1536514Z [ OK ] ModulesTest.Sigmoid (0 ms) 2025-12-04T09:10:25.1536939Z [ RUN ] ModulesTest.PixelShuffle 2025-12-04T09:10:25.1537378Z [ OK ] ModulesTest.PixelShuffle (6 ms) 2025-12-04T09:10:25.1537823Z [ RUN ] ModulesTest.PixelUnshuffle 2025-12-04T09:10:25.1538274Z [ OK ] ModulesTest.PixelUnshuffle (1 ms) 2025-12-04T09:10:25.1538740Z [ RUN ] ModulesTest.Softplus 2025-12-04T09:10:25.1539178Z [ OK ] ModulesTest.Softplus (10 ms) 2025-12-04T09:10:25.1539601Z [ RUN ] ModulesTest.Softshrink 2025-12-04T09:10:25.1544882Z [ OK ] ModulesTest.Softshrink (11 ms) 2025-12-04T09:10:25.1545313Z [ RUN ] ModulesTest.Softsign 2025-12-04T09:10:25.1545711Z [ OK ] ModulesTest.Softsign (0 ms) 2025-12-04T09:10:25.1546130Z [ RUN ] ModulesTest.Tanh 2025-12-04T09:10:25.1546497Z [ OK ] ModulesTest.Tanh (1 ms) 2025-12-04T09:10:25.1546905Z [ RUN ] ModulesTest.Tanhshrink 2025-12-04T09:10:25.1547319Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2025-12-04T09:10:25.1547811Z [ RUN ] ModulesTest.Threshold 2025-12-04T09:10:25.1548223Z [ OK ] ModulesTest.Threshold (18 ms) 2025-12-04T09:10:25.1548649Z [ RUN ] ModulesTest.Upsampling1D 2025-12-04T09:10:25.1551141Z W1204 09:08:07.595820 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1555780Z W1204 09:08:07.596959 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1560333Z W1204 09:08:07.599021 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1564738Z W1204 09:08:07.599985 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1567133Z [ OK ] ModulesTest.Upsampling1D (8 ms) 2025-12-04T09:10:25.1567556Z [ RUN ] ModulesTest.Upsampling2D 2025-12-04T09:10:25.1569921Z W1204 09:08:07.603955 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1574466Z W1204 09:08:07.604882 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1578845Z W1204 09:08:07.606747 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1583215Z W1204 09:08:07.607671 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1587533Z W1204 09:08:07.609614 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1591855Z W1204 09:08:07.610734 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1596228Z W1204 09:08:07.613134 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1600564Z W1204 09:08:07.614184 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1602959Z [ OK ] ModulesTest.Upsampling2D (13 ms) 2025-12-04T09:10:25.1603476Z [ RUN ] ModulesTest.Upsampling3D 2025-12-04T09:10:25.1605927Z W1204 09:08:07.617832 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1610475Z W1204 09:08:07.618934 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1614991Z W1204 09:08:07.621354 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1619520Z W1204 09:08:07.622465 121626 upsampling.h:56] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2025-12-04T09:10:25.1622038Z [ OK ] ModulesTest.Upsampling3D (8 ms) 2025-12-04T09:10:25.1622470Z [ RUN ] ModulesTest.CTCLoss 2025-12-04T09:10:25.1622861Z [ OK ] ModulesTest.CTCLoss (2 ms) 2025-12-04T09:10:25.1623288Z [ RUN ] ModulesTest.PoissonNLLLoss 2025-12-04T09:10:25.1623742Z [ OK ] ModulesTest.PoissonNLLLoss (2 ms) 2025-12-04T09:10:25.1624206Z [ RUN ] ModulesTest.MarginRankingLoss 2025-12-04T09:10:25.1624690Z [ OK ] ModulesTest.MarginRankingLoss (3 ms) 2025-12-04T09:10:25.1625174Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2025-12-04T09:10:25.1625640Z [ OK ] ModulesTest.BCEWithLogitsLoss (15 ms) 2025-12-04T09:10:25.1626136Z [ RUN ] ModulesTest.MultiheadAttention 2025-12-04T09:10:25.1626623Z [ OK ] ModulesTest.MultiheadAttention (136867 ms) 2025-12-04T09:10:25.1627138Z [ RUN ] ModulesTest.PrettyPrintIdentity 2025-12-04T09:10:25.1627628Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2025-12-04T09:10:25.1628137Z [ RUN ] ModulesTest.PrettyPrintFlatten 2025-12-04T09:10:25.1628619Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2025-12-04T09:10:25.1629128Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2025-12-04T09:10:25.1629637Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2025-12-04T09:10:25.1630120Z [ RUN ] ModulesTest.ReflectionPad1d 2025-12-04T09:10:25.1630620Z [ OK ] ModulesTest.ReflectionPad1d (2 ms) 2025-12-04T09:10:25.1631084Z [ RUN ] ModulesTest.ReflectionPad2d 2025-12-04T09:10:25.1631550Z [ OK ] ModulesTest.ReflectionPad2d (3 ms) 2025-12-04T09:10:25.1632008Z [ RUN ] ModulesTest.ReflectionPad3d 2025-12-04T09:10:25.1632468Z [ OK ] ModulesTest.ReflectionPad3d (4 ms) 2025-12-04T09:10:25.1632937Z [ RUN ] ModulesTest.ReplicationPad1d 2025-12-04T09:10:25.1633412Z [ OK ] ModulesTest.ReplicationPad1d (2 ms) 2025-12-04T09:10:25.1633893Z [ RUN ] ModulesTest.ReplicationPad2d 2025-12-04T09:10:25.1634357Z [ OK ] ModulesTest.ReplicationPad2d (3 ms) 2025-12-04T09:10:25.1634826Z [ RUN ] ModulesTest.ReplicationPad3d 2025-12-04T09:10:25.1635282Z [ OK ] ModulesTest.ReplicationPad3d (6 ms) 2025-12-04T09:10:25.1635740Z [ RUN ] ModulesTest.ZeroPad1d 2025-12-04T09:10:25.1636137Z [ OK ] ModulesTest.ZeroPad1d (1 ms) 2025-12-04T09:10:25.1636564Z [ RUN ] ModulesTest.ZeroPad2d 2025-12-04T09:10:25.1636965Z [ OK ] ModulesTest.ZeroPad2d (3 ms) 2025-12-04T09:10:25.1637395Z [ RUN ] ModulesTest.ZeroPad3d 2025-12-04T09:10:25.1637802Z [ OK ] ModulesTest.ZeroPad3d (6 ms) 2025-12-04T09:10:25.1638231Z [ RUN ] ModulesTest.ConstantPad1d 2025-12-04T09:10:25.1638673Z [ OK ] ModulesTest.ConstantPad1d (1 ms) 2025-12-04T09:10:25.1639147Z [ RUN ] ModulesTest.ConstantPad2d 2025-12-04T09:10:25.1639586Z [ OK ] ModulesTest.ConstantPad2d (2 ms) 2025-12-04T09:10:25.1640028Z [ RUN ] ModulesTest.ConstantPad3d 2025-12-04T09:10:25.1640469Z [ OK ] ModulesTest.ConstantPad3d (6 ms) 2025-12-04T09:10:25.1640909Z [ RUN ] ModulesTest.CrossMapLRN2d 2025-12-04T09:10:25.1641350Z [ OK ] ModulesTest.CrossMapLRN2d (7 ms) 2025-12-04T09:10:25.1641781Z [ RUN ] ModulesTest.RNNCell 2025-12-04T09:10:25.1642166Z [ OK ] ModulesTest.RNNCell (3 ms) 2025-12-04T09:10:25.1642584Z [ RUN ] ModulesTest.LSTMCell 2025-12-04T09:10:25.1642975Z [ OK ] ModulesTest.LSTMCell (7 ms) 2025-12-04T09:10:25.1643469Z [ RUN ] ModulesTest.GRUCell 2025-12-04T09:10:25.1643854Z [ OK ] ModulesTest.GRUCell (5 ms) 2025-12-04T09:10:25.1644315Z [ RUN ] ModulesTest.PrettyPrintLinear 2025-12-04T09:10:25.1644795Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2025-12-04T09:10:25.1645302Z [ RUN ] ModulesTest.PrettyPrintBilinear 2025-12-04T09:10:25.1645810Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2025-12-04T09:10:25.1646331Z [ RUN ] ModulesTest.PrettyPrintConv 2025-12-04T09:10:25.1646791Z [ OK ] ModulesTest.PrettyPrintConv (3 ms) 2025-12-04T09:10:25.1647303Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2025-12-04T09:10:25.1647841Z [ OK ] ModulesTest.PrettyPrintConvTranspose (1 ms) 2025-12-04T09:10:25.1648345Z [ RUN ] ModulesTest.PrettyPrintUpsample 2025-12-04T09:10:25.1648835Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2025-12-04T09:10:25.1649304Z [ RUN ] ModulesTest.PrettyPrintFold 2025-12-04T09:10:25.1649766Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2025-12-04T09:10:25.1650248Z [ RUN ] ModulesTest.PrettyPrintUnfold 2025-12-04T09:10:25.1650710Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2025-12-04T09:10:25.1651197Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2025-12-04T09:10:25.1651669Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2025-12-04T09:10:25.1652167Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2025-12-04T09:10:25.1652637Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2025-12-04T09:10:25.1653164Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2025-12-04T09:10:25.1653715Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2025-12-04T09:10:25.1654251Z [ RUN ] ModulesTest.PrettyPrintLPPool 2025-12-04T09:10:25.1654731Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2025-12-04T09:10:25.1655231Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2025-12-04T09:10:25.1655787Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2025-12-04T09:10:25.1656366Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2025-12-04T09:10:25.1656921Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2025-12-04T09:10:25.1657438Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2025-12-04T09:10:25.1657944Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2025-12-04T09:10:25.1658438Z [ RUN ] ModulesTest.PrettyPrintDropout 2025-12-04T09:10:25.1658931Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2025-12-04T09:10:25.1659439Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2025-12-04T09:10:25.1659918Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2025-12-04T09:10:25.1660418Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2025-12-04T09:10:25.1660897Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2025-12-04T09:10:25.1661398Z [ RUN ] ModulesTest.PrettyPrintFunctional 2025-12-04T09:10:25.1661886Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2025-12-04T09:10:25.1662396Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2025-12-04T09:10:25.1662899Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2025-12-04T09:10:25.1663408Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2025-12-04T09:10:25.1663924Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2025-12-04T09:10:25.1664421Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2025-12-04T09:10:25.1664928Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2025-12-04T09:10:25.1665469Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2025-12-04T09:10:25.1666011Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2025-12-04T09:10:25.1666534Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2025-12-04T09:10:25.1667066Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2025-12-04T09:10:25.1667598Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2025-12-04T09:10:25.1668121Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2025-12-04T09:10:25.1668638Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2025-12-04T09:10:25.1669121Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2025-12-04T09:10:25.1669621Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2025-12-04T09:10:25.1670104Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2025-12-04T09:10:25.1670628Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2025-12-04T09:10:25.1671324Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2025-12-04T09:10:25.1671876Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2025-12-04T09:10:25.1672376Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2025-12-04T09:10:25.1672947Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2025-12-04T09:10:25.1673516Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2025-12-04T09:10:25.1674010Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2025-12-04T09:10:25.1674485Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2025-12-04T09:10:25.1674966Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2025-12-04T09:10:25.1675463Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2025-12-04T09:10:25.1675946Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2025-12-04T09:10:25.1676434Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2025-12-04T09:10:25.1676924Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2025-12-04T09:10:25.1677384Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2025-12-04T09:10:25.1677917Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2025-12-04T09:10:25.1678485Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2025-12-04T09:10:25.1679071Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2025-12-04T09:10:25.1679647Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2025-12-04T09:10:25.1680237Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2025-12-04T09:10:25.1680803Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2025-12-04T09:10:25.1681436Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2025-12-04T09:10:25.1682168Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2025-12-04T09:10:25.1682786Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2025-12-04T09:10:25.1683420Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2025-12-04T09:10:25.1683922Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2025-12-04T09:10:25.1684474Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2025-12-04T09:10:25.1685035Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2025-12-04T09:10:25.1685636Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2025-12-04T09:10:25.1686257Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2025-12-04T09:10:25.1686896Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2025-12-04T09:10:25.1687494Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2025-12-04T09:10:25.1688017Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2025-12-04T09:10:25.1688565Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2025-12-04T09:10:25.1689116Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2025-12-04T09:10:25.1689836Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2025-12-04T09:10:25.1690501Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2025-12-04T09:10:25.1691141Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2025-12-04T09:10:25.1691776Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2025-12-04T09:10:25.1692401Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2025-12-04T09:10:25.1693101Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2025-12-04T09:10:25.1693710Z [ RUN ] ModulesTest.PrettyPrintZeroPad 2025-12-04T09:10:25.1694283Z [ OK ] ModulesTest.PrettyPrintZeroPad (0 ms) 2025-12-04T09:10:25.1694873Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2025-12-04T09:10:25.1695487Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2025-12-04T09:10:25.1696208Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2025-12-04T09:10:25.1696730Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2025-12-04T09:10:25.1697235Z [ RUN ] ModulesTest.PrettyPrintELU 2025-12-04T09:10:25.1697692Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2025-12-04T09:10:25.1698174Z [ RUN ] ModulesTest.PrettyPrintSELU 2025-12-04T09:10:25.1698633Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2025-12-04T09:10:25.1699109Z [ RUN ] ModulesTest.PrettyPrintGLU 2025-12-04T09:10:25.1699573Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2025-12-04T09:10:25.1700061Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2025-12-04T09:10:25.1700591Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2025-12-04T09:10:25.1701138Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2025-12-04T09:10:25.1701673Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2025-12-04T09:10:25.1702170Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2025-12-04T09:10:25.1702683Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2025-12-04T09:10:25.1703196Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2025-12-04T09:10:25.1703721Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2025-12-04T09:10:25.1704241Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2025-12-04T09:10:25.1704730Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2025-12-04T09:10:25.1705242Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2025-12-04T09:10:25.1705726Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2025-12-04T09:10:25.1706249Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2025-12-04T09:10:25.1706763Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2025-12-04T09:10:25.1707291Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2025-12-04T09:10:25.1707798Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2025-12-04T09:10:25.1708312Z [ RUN ] ModulesTest.PrettyPrintPReLU 2025-12-04T09:10:25.1708801Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2025-12-04T09:10:25.1709276Z [ RUN ] ModulesTest.PrettyPrintReLU 2025-12-04T09:10:25.1709755Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2025-12-04T09:10:25.1710229Z [ RUN ] ModulesTest.PrettyPrintReLU6 2025-12-04T09:10:25.1710717Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2025-12-04T09:10:25.1711230Z [ RUN ] ModulesTest.PrettyPrintRReLU 2025-12-04T09:10:25.1711720Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2025-12-04T09:10:25.1712200Z [ RUN ] ModulesTest.PrettyPrintCELU 2025-12-04T09:10:25.1712680Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2025-12-04T09:10:25.1713182Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2025-12-04T09:10:25.1713665Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2025-12-04T09:10:25.1714188Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2025-12-04T09:10:25.1714713Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2025-12-04T09:10:25.1715259Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2025-12-04T09:10:25.1715810Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2025-12-04T09:10:25.1716353Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2025-12-04T09:10:25.1716845Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2025-12-04T09:10:25.1717365Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2025-12-04T09:10:25.1717894Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2025-12-04T09:10:25.1718403Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2025-12-04T09:10:25.1718908Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2025-12-04T09:10:25.1719392Z [ RUN ] ModulesTest.PrettyPrintTanh 2025-12-04T09:10:25.1719867Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2025-12-04T09:10:25.1720400Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2025-12-04T09:10:25.1720930Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2025-12-04T09:10:25.1721435Z [ RUN ] ModulesTest.PrettyPrintThreshold 2025-12-04T09:10:25.1721950Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2025-12-04T09:10:25.1722463Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2025-12-04T09:10:25.1722942Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2025-12-04T09:10:25.1723580Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2025-12-04T09:10:25.1724128Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2025-12-04T09:10:25.1724700Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2025-12-04T09:10:25.1725269Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2025-12-04T09:10:25.1725849Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2025-12-04T09:10:25.1726404Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2025-12-04T09:10:25.1726948Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2025-12-04T09:10:25.1727494Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2025-12-04T09:10:25.1728096Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2025-12-04T09:10:25.1728749Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2025-12-04T09:10:25.1729347Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2025-12-04T09:10:25.1729932Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2025-12-04T09:10:25.1730518Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2025-12-04T09:10:25.1731125Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2025-12-04T09:10:25.1731703Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2025-12-04T09:10:25.1732190Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2025-12-04T09:10:25.1732699Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2025-12-04T09:10:25.1733174Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2025-12-04T09:10:25.1733668Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2025-12-04T09:10:25.1734138Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2025-12-04T09:10:25.1734717Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2025-12-04T09:10:25.1735405Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2025-12-04T09:10:25.1736017Z [----------] 260 tests from ModulesTest (140076 ms total) 2025-12-04T09:10:25.1736349Z 2025-12-04T09:10:25.1736525Z [----------] Global test environment tear-down 2025-12-04T09:10:25.1736997Z [==========] 260 tests from 1 test suite ran. (140076 ms total) 2025-12-04T09:10:25.1737456Z [ PASSED ] 260 tests. 2025-12-04T09:10:25.1737828Z ================================================================================ 2025-12-04T09:10:25.1738800Z [3,100 / 3,103] 24 / 26 tests; 3 actions running; last test: //:modules_test 2025-12-04T09:10:25.1739498Z Testing //:rnn_test; 144s processwrapper-sandbox 2025-12-04T09:10:25.1740026Z Testing //:modules_test; 143s processwrapper-sandbox 2025-12-04T09:10:25.1740566Z Testing //:optim_test; 126s processwrapper-sandbox 2025-12-04T09:10:25.4362566Z 2025-12-04T09:10:25.4363134Z  2025-12-04T09:10:25.4363531Z  2025-12-04T09:10:25.4363823Z  2025-12-04T09:10:25.4364456Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:25.4365168Z Testing //:rnn_test; 144s processwrapper-sandbox 2025-12-04T09:10:25.4365694Z Testing //:optim_test; 127s processwrapper-sandbox 2025-12-04T09:10:26.4368697Z 2025-12-04T09:10:26.4369294Z  2025-12-04T09:10:26.4369613Z  2025-12-04T09:10:26.4370299Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:26.4371116Z Testing //:rnn_test; 145s processwrapper-sandbox 2025-12-04T09:10:26.4371715Z Testing //:optim_test; 128s processwrapper-sandbox 2025-12-04T09:10:27.6375668Z 2025-12-04T09:10:27.6376288Z  2025-12-04T09:10:27.6376871Z  2025-12-04T09:10:27.6377556Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:27.6378287Z Testing //:rnn_test; 146s processwrapper-sandbox 2025-12-04T09:10:27.6378844Z Testing //:optim_test; 129s processwrapper-sandbox 2025-12-04T09:10:28.6380134Z 2025-12-04T09:10:28.6380779Z  2025-12-04T09:10:28.6381113Z  2025-12-04T09:10:28.6381789Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:28.6382494Z Testing //:rnn_test; 147s processwrapper-sandbox 2025-12-04T09:10:28.6383048Z Testing //:optim_test; 130s processwrapper-sandbox 2025-12-04T09:10:29.8386286Z 2025-12-04T09:10:29.8386922Z  2025-12-04T09:10:29.8387244Z  2025-12-04T09:10:29.8387917Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:29.8388641Z Testing //:rnn_test; 148s processwrapper-sandbox 2025-12-04T09:10:29.8389170Z Testing //:optim_test; 131s processwrapper-sandbox 2025-12-04T09:10:30.8390911Z 2025-12-04T09:10:30.8391815Z  2025-12-04T09:10:30.8392248Z  2025-12-04T09:10:30.8392944Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:30.8393674Z Testing //:rnn_test; 149s processwrapper-sandbox 2025-12-04T09:10:30.8394221Z Testing //:optim_test; 132s processwrapper-sandbox 2025-12-04T09:10:31.8396883Z 2025-12-04T09:10:31.8397521Z  2025-12-04T09:10:31.8397856Z  2025-12-04T09:10:31.8398574Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:31.8399306Z Testing //:rnn_test; 150s processwrapper-sandbox 2025-12-04T09:10:31.8399852Z Testing //:optim_test; 133s processwrapper-sandbox 2025-12-04T09:10:33.0402781Z 2025-12-04T09:10:33.0403483Z  2025-12-04T09:10:33.0403838Z  2025-12-04T09:10:33.0404529Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:33.0405260Z Testing //:rnn_test; 152s processwrapper-sandbox 2025-12-04T09:10:33.0405813Z Testing //:optim_test; 134s processwrapper-sandbox 2025-12-04T09:10:34.0409129Z 2025-12-04T09:10:34.0409804Z  2025-12-04T09:10:34.0410133Z  2025-12-04T09:10:34.0410826Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:34.0411558Z Testing //:rnn_test; 153s processwrapper-sandbox 2025-12-04T09:10:34.0412339Z Testing //:optim_test; 135s processwrapper-sandbox 2025-12-04T09:10:35.2415420Z 2025-12-04T09:10:35.2416071Z  2025-12-04T09:10:35.2416411Z  2025-12-04T09:10:35.2417060Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:35.2417770Z Testing //:rnn_test; 154s processwrapper-sandbox 2025-12-04T09:10:35.2418326Z Testing //:optim_test; 137s processwrapper-sandbox 2025-12-04T09:10:36.2421414Z 2025-12-04T09:10:36.2422098Z  2025-12-04T09:10:36.2422452Z  2025-12-04T09:10:36.2423098Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:36.2423802Z Testing //:rnn_test; 155s processwrapper-sandbox 2025-12-04T09:10:36.2424337Z Testing //:optim_test; 138s processwrapper-sandbox 2025-12-04T09:10:36.7585908Z 2025-12-04T09:10:36.7586601Z  2025-12-04T09:10:36.7586955Z  2025-12-04T09:10:36.7587632Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:36.7588343Z Testing //:rnn_test; 155s processwrapper-sandbox 2025-12-04T09:10:36.7588873Z Testing //:optim_test; 138s processwrapper-sandbox 2025-12-04T09:10:37.8428794Z 2025-12-04T09:10:37.8429459Z  2025-12-04T09:10:37.8430060Z  2025-12-04T09:10:37.8430727Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:37.8431430Z Testing //:rnn_test; 156s processwrapper-sandbox 2025-12-04T09:10:37.8431965Z Testing //:optim_test; 139s processwrapper-sandbox 2025-12-04T09:10:39.0435572Z 2025-12-04T09:10:39.0436221Z  2025-12-04T09:10:39.0436567Z  2025-12-04T09:10:39.0437223Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:39.0437952Z Testing //:rnn_test; 158s processwrapper-sandbox 2025-12-04T09:10:39.0438526Z Testing //:optim_test; 140s processwrapper-sandbox 2025-12-04T09:10:40.0440484Z 2025-12-04T09:10:40.0441147Z  2025-12-04T09:10:40.0441485Z  2025-12-04T09:10:40.0442140Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:40.0442874Z Testing //:rnn_test; 159s processwrapper-sandbox 2025-12-04T09:10:40.0443509Z Testing //:optim_test; 141s processwrapper-sandbox 2025-12-04T09:10:41.2447514Z 2025-12-04T09:10:41.2448446Z  2025-12-04T09:10:41.2449101Z  2025-12-04T09:10:41.2449892Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:41.2450764Z Testing //:rnn_test; 160s processwrapper-sandbox 2025-12-04T09:10:41.2451441Z Testing //:optim_test; 143s processwrapper-sandbox 2025-12-04T09:10:42.4453930Z 2025-12-04T09:10:42.4454599Z  2025-12-04T09:10:42.4455043Z  2025-12-04T09:10:42.4455881Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:42.4456769Z Testing //:rnn_test; 161s processwrapper-sandbox 2025-12-04T09:10:42.4457461Z Testing //:optim_test; 144s processwrapper-sandbox 2025-12-04T09:10:43.4459407Z 2025-12-04T09:10:43.4460052Z  2025-12-04T09:10:43.4460421Z  2025-12-04T09:10:43.4461137Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:43.4461857Z Testing //:rnn_test; 162s processwrapper-sandbox 2025-12-04T09:10:43.4462455Z Testing //:optim_test; 145s processwrapper-sandbox 2025-12-04T09:10:44.6465184Z 2025-12-04T09:10:44.6465926Z  2025-12-04T09:10:44.6466275Z  2025-12-04T09:10:44.6466965Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:44.6467689Z Testing //:rnn_test; 163s processwrapper-sandbox 2025-12-04T09:10:44.6468471Z Testing //:optim_test; 146s processwrapper-sandbox 2025-12-04T09:10:45.6472428Z 2025-12-04T09:10:45.6473104Z  2025-12-04T09:10:45.6473428Z  2025-12-04T09:10:45.6474094Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:45.6474787Z Testing //:rnn_test; 164s processwrapper-sandbox 2025-12-04T09:10:45.6475357Z Testing //:optim_test; 147s processwrapper-sandbox 2025-12-04T09:10:46.6478810Z 2025-12-04T09:10:46.6479529Z  2025-12-04T09:10:46.6479913Z  2025-12-04T09:10:46.6480727Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:46.6481671Z Testing //:rnn_test; 165s processwrapper-sandbox 2025-12-04T09:10:46.6482226Z Testing //:optim_test; 148s processwrapper-sandbox 2025-12-04T09:10:47.8484739Z 2025-12-04T09:10:47.8485518Z  2025-12-04T09:10:47.8485872Z  2025-12-04T09:10:47.8486716Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:47.8487563Z Testing //:rnn_test; 166s processwrapper-sandbox 2025-12-04T09:10:47.8488224Z Testing //:optim_test; 149s processwrapper-sandbox 2025-12-04T09:10:48.8501951Z 2025-12-04T09:10:48.8502603Z  2025-12-04T09:10:48.8503186Z  2025-12-04T09:10:48.8503855Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:48.8504554Z Testing //:rnn_test; 167s processwrapper-sandbox 2025-12-04T09:10:48.8505104Z Testing //:optim_test; 150s processwrapper-sandbox 2025-12-04T09:10:49.8506380Z 2025-12-04T09:10:49.8507079Z  2025-12-04T09:10:49.8507412Z  2025-12-04T09:10:49.8508083Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:49.8508790Z Testing //:rnn_test; 168s processwrapper-sandbox 2025-12-04T09:10:49.8509348Z Testing //:optim_test; 151s processwrapper-sandbox 2025-12-04T09:10:51.0513592Z 2025-12-04T09:10:51.0514269Z  2025-12-04T09:10:51.0514605Z  2025-12-04T09:10:51.0515256Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:51.0515963Z Testing //:rnn_test; 170s processwrapper-sandbox 2025-12-04T09:10:51.0516526Z Testing //:optim_test; 152s processwrapper-sandbox 2025-12-04T09:10:52.0519519Z 2025-12-04T09:10:52.0520443Z  2025-12-04T09:10:52.0520797Z  2025-12-04T09:10:52.0521559Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:52.0522251Z Testing //:rnn_test; 171s processwrapper-sandbox 2025-12-04T09:10:52.0522790Z Testing //:optim_test; 153s processwrapper-sandbox 2025-12-04T09:10:53.2526025Z 2025-12-04T09:10:53.2526677Z  2025-12-04T09:10:53.2527012Z  2025-12-04T09:10:53.2527718Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:53.2528423Z Testing //:rnn_test; 172s processwrapper-sandbox 2025-12-04T09:10:53.2528953Z Testing //:optim_test; 155s processwrapper-sandbox 2025-12-04T09:10:54.2531497Z 2025-12-04T09:10:54.2532381Z  2025-12-04T09:10:54.2532769Z  2025-12-04T09:10:54.2533453Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:54.2534191Z Testing //:rnn_test; 173s processwrapper-sandbox 2025-12-04T09:10:54.2534754Z Testing //:optim_test; 156s processwrapper-sandbox 2025-12-04T09:10:55.4538804Z 2025-12-04T09:10:55.4539471Z  2025-12-04T09:10:55.4539814Z  2025-12-04T09:10:55.4540463Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:55.4541170Z Testing //:rnn_test; 174s processwrapper-sandbox 2025-12-04T09:10:55.4541943Z Testing //:optim_test; 157s processwrapper-sandbox 2025-12-04T09:10:56.6545134Z 2025-12-04T09:10:56.6545843Z  2025-12-04T09:10:56.6546262Z  2025-12-04T09:10:56.6547076Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:56.6547961Z Testing //:rnn_test; 175s processwrapper-sandbox 2025-12-04T09:10:56.6548637Z Testing //:optim_test; 158s processwrapper-sandbox 2025-12-04T09:10:57.6550210Z 2025-12-04T09:10:57.6550946Z  2025-12-04T09:10:57.6551382Z  2025-12-04T09:10:57.6552177Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:57.6553023Z Testing //:rnn_test; 176s processwrapper-sandbox 2025-12-04T09:10:57.6553663Z Testing //:optim_test; 159s processwrapper-sandbox 2025-12-04T09:10:58.8557147Z 2025-12-04T09:10:58.8557965Z  2025-12-04T09:10:58.8558370Z  2025-12-04T09:10:58.8559179Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:58.8560039Z Testing //:rnn_test; 177s processwrapper-sandbox 2025-12-04T09:10:58.8560688Z Testing //:optim_test; 160s processwrapper-sandbox 2025-12-04T09:10:59.8563594Z 2025-12-04T09:10:59.8564323Z  2025-12-04T09:10:59.8564938Z  2025-12-04T09:10:59.8565629Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:10:59.8566370Z Testing //:rnn_test; 178s processwrapper-sandbox 2025-12-04T09:10:59.8566950Z Testing //:optim_test; 161s processwrapper-sandbox 2025-12-04T09:11:00.8568698Z 2025-12-04T09:11:00.8569522Z  2025-12-04T09:11:00.8569857Z  2025-12-04T09:11:00.8570525Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:00.8571409Z Testing //:rnn_test; 179s processwrapper-sandbox 2025-12-04T09:11:00.8571956Z Testing //:optim_test; 162s processwrapper-sandbox 2025-12-04T09:11:02.0574397Z 2025-12-04T09:11:02.0575076Z  2025-12-04T09:11:02.0575410Z  2025-12-04T09:11:02.0576090Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:02.0576811Z Testing //:rnn_test; 181s processwrapper-sandbox 2025-12-04T09:11:02.0577382Z Testing //:optim_test; 163s processwrapper-sandbox 2025-12-04T09:11:03.0580007Z 2025-12-04T09:11:03.0580945Z  2025-12-04T09:11:03.0581297Z  2025-12-04T09:11:03.0582064Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:03.0582756Z Testing //:rnn_test; 182s processwrapper-sandbox 2025-12-04T09:11:03.0583303Z Testing //:optim_test; 164s processwrapper-sandbox 2025-12-04T09:11:04.2586596Z 2025-12-04T09:11:04.2587215Z  2025-12-04T09:11:04.2587547Z  2025-12-04T09:11:04.2588261Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:04.2588985Z Testing //:rnn_test; 183s processwrapper-sandbox 2025-12-04T09:11:04.2589555Z Testing //:optim_test; 166s processwrapper-sandbox 2025-12-04T09:11:05.2592803Z 2025-12-04T09:11:05.2593401Z  2025-12-04T09:11:05.2593755Z  2025-12-04T09:11:05.2594436Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:05.2595145Z Testing //:rnn_test; 184s processwrapper-sandbox 2025-12-04T09:11:05.2595699Z Testing //:optim_test; 167s processwrapper-sandbox 2025-12-04T09:11:06.2598378Z 2025-12-04T09:11:06.2599002Z  2025-12-04T09:11:06.2599333Z  2025-12-04T09:11:06.2599996Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:06.2600697Z Testing //:rnn_test; 185s processwrapper-sandbox 2025-12-04T09:11:06.2601242Z Testing //:optim_test; 168s processwrapper-sandbox 2025-12-04T09:11:06.7609388Z 2025-12-04T09:11:06.7610010Z  2025-12-04T09:11:06.7610269Z  2025-12-04T09:11:06.7610791Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:06.7611321Z Testing //:rnn_test; 185s processwrapper-sandbox 2025-12-04T09:11:06.7611750Z Testing //:optim_test; 168s processwrapper-sandbox 2025-12-04T09:11:07.8607397Z 2025-12-04T09:11:07.8608090Z  2025-12-04T09:11:07.8608431Z  2025-12-04T09:11:07.8609097Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:07.8609805Z Testing //:rnn_test; 186s processwrapper-sandbox 2025-12-04T09:11:07.8610335Z Testing //:optim_test; 169s processwrapper-sandbox 2025-12-04T09:11:08.8612603Z 2025-12-04T09:11:08.8613249Z  2025-12-04T09:11:08.8613600Z  2025-12-04T09:11:08.8614290Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:08.8615018Z Testing //:rnn_test; 187s processwrapper-sandbox 2025-12-04T09:11:08.8615564Z Testing //:optim_test; 170s processwrapper-sandbox 2025-12-04T09:11:09.8617907Z 2025-12-04T09:11:09.8618632Z  2025-12-04T09:11:09.8619367Z  2025-12-04T09:11:09.8620191Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:09.8621082Z Testing //:rnn_test; 188s processwrapper-sandbox 2025-12-04T09:11:09.8621756Z Testing //:optim_test; 171s processwrapper-sandbox 2025-12-04T09:11:11.0625300Z 2025-12-04T09:11:11.0625955Z  2025-12-04T09:11:11.0626304Z  2025-12-04T09:11:11.0626957Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:11.0627669Z Testing //:rnn_test; 190s processwrapper-sandbox 2025-12-04T09:11:11.0628202Z Testing //:optim_test; 172s processwrapper-sandbox 2025-12-04T09:11:12.0631983Z 2025-12-04T09:11:12.0632633Z  2025-12-04T09:11:12.0632970Z  2025-12-04T09:11:12.0633627Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:12.0634335Z Testing //:rnn_test; 191s processwrapper-sandbox 2025-12-04T09:11:12.0634871Z Testing //:optim_test; 173s processwrapper-sandbox 2025-12-04T09:11:13.2639024Z 2025-12-04T09:11:13.2639927Z  2025-12-04T09:11:13.2640318Z  2025-12-04T09:11:13.2641123Z [3,101 / 3,103] 24 / 26 tests; 2 actions running; last test: //:modules_test 2025-12-04T09:11:13.2641879Z Testing //:rnn_test; 192s processwrapper-sandbox 2025-12-04T09:11:13.2642461Z Testing //:optim_test; 175s processwrapper-sandbox 2025-12-04T09:11:13.8487801Z 2025-12-04T09:11:13.8488488Z  2025-12-04T09:11:13.8488921Z  2025-12-04T09:11:13.8489793Z [3,101 / 3,103] 25 / 26 tests; 2 actions running; last test: //:optim_test 2025-12-04T09:11:13.8490538Z Testing //:rnn_test; 192s processwrapper-sandbox 2025-12-04T09:11:13.8491113Z Testing //:optim_test; 175s processwrapper-sandbox 2025-12-04T09:11:13.8491478Z 2025-12-04T09:11:13.8491616Z  2025-12-04T09:11:13.8491935Z  2025-12-04T09:11:13.8492314Z INFO: From Testing //:optim_test: 2025-12-04T09:11:13.8492822Z ==================== Test output for //:optim_test: 2025-12-04T09:11:13.8493261Z Running main() from gmock_main.cc 2025-12-04T09:11:13.8493708Z Note: Google Test filter = -*CUDA 2025-12-04T09:11:13.8494114Z [==========] Running 35 tests from 1 test suite. 2025-12-04T09:11:13.8494613Z [----------] Global test environment set-up. 2025-12-04T09:11:13.8495084Z [----------] 35 tests from OptimTest 2025-12-04T09:11:13.8495498Z [ RUN ] OptimTest.OptimizerAccessors 2025-12-04T09:11:13.8496016Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2025-12-04T09:11:13.8496496Z [ RUN ] OptimTest.OldInterface 2025-12-04T09:11:13.8497176Z [ OK ] OptimTest.OldInterface (2 ms) 2025-12-04T09:11:13.8497661Z [ RUN ] OptimTest.XORConvergence_SGD 2025-12-04T09:11:13.8498179Z [ OK ] OptimTest.XORConvergence_SGD (24458 ms) 2025-12-04T09:11:13.8498668Z [ RUN ] OptimTest.XORConvergence_LBFGS 2025-12-04T09:11:13.8499206Z [ OK ] OptimTest.XORConvergence_LBFGS (15782 ms) 2025-12-04T09:11:13.8499758Z [ RUN ] OptimTest.XORConvergence_Adagrad 2025-12-04T09:11:13.8500261Z [ OK ] OptimTest.XORConvergence_Adagrad (8881 ms) 2025-12-04T09:11:13.8500803Z [ RUN ] OptimTest.XORConvergence_RMSprop 2025-12-04T09:11:13.8501328Z [ OK ] OptimTest.XORConvergence_RMSprop (8829 ms) 2025-12-04T09:11:13.8501914Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2025-12-04T09:11:13.8502540Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (25036 ms) 2025-12-04T09:11:13.8503154Z [ RUN ] OptimTest.XORConvergence_Adam 2025-12-04T09:11:13.8503685Z [ OK ] OptimTest.XORConvergence_Adam (9674 ms) 2025-12-04T09:11:13.8504230Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2025-12-04T09:11:13.8504809Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (9712 ms) 2025-12-04T09:11:13.8505409Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2025-12-04T09:11:13.8506095Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (2535 ms) 2025-12-04T09:11:13.8506733Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2025-12-04T09:11:13.8507492Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (2632 ms) 2025-12-04T09:11:13.8508303Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2025-12-04T09:11:13.8509195Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (3018 ms) 2025-12-04T09:11:13.8509949Z [ RUN ] OptimTest.XORConvergence_AdamW 2025-12-04T09:11:13.8510468Z [ OK ] OptimTest.XORConvergence_AdamW (9822 ms) 2025-12-04T09:11:13.8511028Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2025-12-04T09:11:13.8511617Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (9850 ms) 2025-12-04T09:11:13.8512240Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2025-12-04T09:11:13.8512825Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (2621 ms) 2025-12-04T09:11:13.8513517Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2025-12-04T09:11:13.8514328Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (2494 ms) 2025-12-04T09:11:13.8515160Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2025-12-04T09:11:13.8515926Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (2753 ms) 2025-12-04T09:11:13.8516578Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2025-12-04T09:11:13.8517176Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (2032 ms) 2025-12-04T09:11:13.8517820Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2025-12-04T09:11:13.8518610Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (2122 ms) 2025-12-04T09:11:13.8519493Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2025-12-04T09:11:13.8520413Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (2115 ms) 2025-12-04T09:11:13.8521212Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2025-12-04T09:11:13.8521783Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (2143 ms) 2025-12-04T09:11:13.8522451Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2025-12-04T09:11:13.8523290Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (2254 ms) 2025-12-04T09:11:13.8524130Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2025-12-04T09:11:13.8525082Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (2564 ms) 2025-12-04T09:11:13.8526091Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2025-12-04T09:11:13.8527244Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (2780 ms) 2025-12-04T09:11:13.8528080Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2025-12-04T09:11:13.8528656Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (1566 ms) 2025-12-04T09:11:13.8529270Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2025-12-04T09:11:13.8529965Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (1685 ms) 2025-12-04T09:11:13.8530744Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2025-12-04T09:11:13.8531591Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (1908 ms) 2025-12-04T09:11:13.8532522Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2025-12-04T09:11:13.8533496Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (1974 ms) 2025-12-04T09:11:13.8534291Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2025-12-04T09:11:13.8534865Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (1673 ms) 2025-12-04T09:11:13.8535509Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2025-12-04T09:11:13.8536222Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (10000 ms) 2025-12-04T09:11:13.8536810Z [ RUN ] OptimTest.ZeroGrad 2025-12-04T09:11:13.8537250Z [ OK ] OptimTest.ZeroGrad (1 ms) 2025-12-04T09:11:13.8537710Z [ RUN ] OptimTest.ExternalVectorOfParameters 2025-12-04T09:11:13.8538252Z [ OK ] OptimTest.ExternalVectorOfParameters (1 ms) 2025-12-04T09:11:13.8538756Z [ RUN ] OptimTest.AddParameter_LBFGS 2025-12-04T09:11:13.8539220Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2025-12-04T09:11:13.8539706Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2025-12-04T09:11:13.8540195Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2025-12-04T09:11:13.8540746Z [ RUN ] OptimTest.CheckLRChange_ReduceLROnPlateau_Adam 2025-12-04T09:11:13.8541340Z [ OK ] OptimTest.CheckLRChange_ReduceLROnPlateau_Adam (0 ms) 2025-12-04T09:11:13.8541908Z [----------] 35 tests from OptimTest (172935 ms total) 2025-12-04T09:11:13.8542225Z 2025-12-04T09:11:13.8542384Z [----------] Global test environment tear-down 2025-12-04T09:11:13.8542873Z [==========] 35 tests from 1 test suite ran. (172936 ms total) 2025-12-04T09:11:13.8543335Z [ PASSED ] 35 tests. 2025-12-04T09:11:13.8543657Z ================================================================================ 2025-12-04T09:11:13.8544599Z [3,101 / 3,103] 25 / 26 tests; 2 actions running; last test: //:optim_test 2025-12-04T09:11:13.8545300Z Testing //:rnn_test; 192s processwrapper-sandbox 2025-12-04T09:11:13.8545833Z Testing //:optim_test; 175s processwrapper-sandbox 2025-12-04T09:11:14.0642343Z 2025-12-04T09:11:14.0642942Z  2025-12-04T09:11:14.0643252Z  2025-12-04T09:11:14.0643739Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:14.0644283Z Testing //:rnn_test; 193s processwrapper-sandbox 2025-12-04T09:11:15.0649516Z 2025-12-04T09:11:15.0650223Z  2025-12-04T09:11:15.0650928Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:15.0651636Z Testing //:rnn_test; 194s processwrapper-sandbox 2025-12-04T09:11:16.2656399Z 2025-12-04T09:11:16.2657082Z  2025-12-04T09:11:16.2657812Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:16.2658484Z Testing //:rnn_test; 195s processwrapper-sandbox 2025-12-04T09:11:17.2662963Z 2025-12-04T09:11:17.2663623Z  2025-12-04T09:11:17.2664324Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:17.2665022Z Testing //:rnn_test; 196s processwrapper-sandbox 2025-12-04T09:11:18.2673411Z 2025-12-04T09:11:18.2674384Z  2025-12-04T09:11:18.2675297Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:18.2675996Z Testing //:rnn_test; 197s processwrapper-sandbox 2025-12-04T09:11:19.2678533Z 2025-12-04T09:11:19.2688263Z  2025-12-04T09:11:19.2689114Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:19.2689842Z Testing //:rnn_test; 198s processwrapper-sandbox 2025-12-04T09:11:20.4684256Z 2025-12-04T09:11:20.4684864Z  2025-12-04T09:11:20.4685418Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:20.4685939Z Testing //:rnn_test; 199s processwrapper-sandbox 2025-12-04T09:11:21.4689603Z 2025-12-04T09:11:21.4690166Z  2025-12-04T09:11:21.4690704Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:21.4691224Z Testing //:rnn_test; 200s processwrapper-sandbox 2025-12-04T09:11:22.6695662Z 2025-12-04T09:11:22.6696257Z  2025-12-04T09:11:22.6696803Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:22.6697308Z Testing //:rnn_test; 201s processwrapper-sandbox 2025-12-04T09:11:23.6700943Z 2025-12-04T09:11:23.6701599Z  2025-12-04T09:11:23.6702342Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:23.6702870Z Testing //:rnn_test; 202s processwrapper-sandbox 2025-12-04T09:11:24.6705674Z 2025-12-04T09:11:24.6706214Z  2025-12-04T09:11:24.6706744Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:24.6707258Z Testing //:rnn_test; 203s processwrapper-sandbox 2025-12-04T09:11:25.7625086Z 2025-12-04T09:11:25.7625639Z  2025-12-04T09:11:25.7626198Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:25.7626726Z Testing //:rnn_test; 204s processwrapper-sandbox 2025-12-04T09:11:26.8715289Z 2025-12-04T09:11:26.8715934Z  2025-12-04T09:11:26.8716467Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:26.8716969Z Testing //:rnn_test; 205s processwrapper-sandbox 2025-12-04T09:11:27.8720325Z 2025-12-04T09:11:27.8720885Z  2025-12-04T09:11:27.8721631Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:27.8722214Z Testing //:rnn_test; 206s processwrapper-sandbox 2025-12-04T09:11:29.0726011Z 2025-12-04T09:11:29.0726542Z  2025-12-04T09:11:29.0727044Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:29.0727558Z Testing //:rnn_test; 208s processwrapper-sandbox 2025-12-04T09:11:30.2731407Z 2025-12-04T09:11:30.2732039Z  2025-12-04T09:11:30.2732615Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:30.2733136Z Testing //:rnn_test; 209s processwrapper-sandbox 2025-12-04T09:11:31.2736772Z 2025-12-04T09:11:31.2737353Z  2025-12-04T09:11:31.2737884Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:31.2738431Z Testing //:rnn_test; 210s processwrapper-sandbox 2025-12-04T09:11:32.4742505Z 2025-12-04T09:11:32.4743062Z  2025-12-04T09:11:32.4743596Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:32.4744120Z Testing //:rnn_test; 211s processwrapper-sandbox 2025-12-04T09:11:33.4747275Z 2025-12-04T09:11:33.4747790Z  2025-12-04T09:11:33.4748318Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:33.4748839Z Testing //:rnn_test; 212s processwrapper-sandbox 2025-12-04T09:11:34.6752741Z 2025-12-04T09:11:34.6753272Z  2025-12-04T09:11:34.6753801Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:34.6754299Z Testing //:rnn_test; 213s processwrapper-sandbox 2025-12-04T09:11:35.6757492Z 2025-12-04T09:11:35.6758102Z  2025-12-04T09:11:35.6758630Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:35.6759147Z Testing //:rnn_test; 214s processwrapper-sandbox 2025-12-04T09:11:36.8762972Z 2025-12-04T09:11:36.8763487Z  2025-12-04T09:11:36.8764025Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:36.8764535Z Testing //:rnn_test; 215s processwrapper-sandbox 2025-12-04T09:11:37.8767930Z 2025-12-04T09:11:37.8768556Z  2025-12-04T09:11:37.8769102Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:37.8769630Z Testing //:rnn_test; 216s processwrapper-sandbox 2025-12-04T09:11:39.0773241Z 2025-12-04T09:11:39.0773839Z  2025-12-04T09:11:39.0774369Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:40.0778396Z Testing //:rnn_test; 218s processwrapper-sandbox 2025-12-04T09:11:40.0778719Z 2025-12-04T09:11:40.0778989Z  2025-12-04T09:11:40.0779457Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:40.0779973Z Testing //:rnn_test; 219s processwrapper-sandbox 2025-12-04T09:11:41.2784109Z 2025-12-04T09:11:41.2784847Z  2025-12-04T09:11:41.2785647Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:41.2786436Z Testing //:rnn_test; 220s processwrapper-sandbox 2025-12-04T09:11:42.2789981Z 2025-12-04T09:11:42.2790587Z  2025-12-04T09:11:42.2791154Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:42.2791675Z Testing //:rnn_test; 221s processwrapper-sandbox 2025-12-04T09:11:43.4795318Z 2025-12-04T09:11:43.4795899Z  2025-12-04T09:11:43.4796437Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:43.4797171Z Testing //:rnn_test; 222s processwrapper-sandbox 2025-12-04T09:11:44.4800063Z 2025-12-04T09:11:44.4800856Z  2025-12-04T09:11:44.4801368Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:44.4801890Z Testing //:rnn_test; 223s processwrapper-sandbox 2025-12-04T09:11:45.4805544Z 2025-12-04T09:11:45.4806103Z  2025-12-04T09:11:45.4806656Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:45.4807246Z Testing //:rnn_test; 224s processwrapper-sandbox 2025-12-04T09:11:46.6811464Z 2025-12-04T09:11:46.6811963Z  2025-12-04T09:11:46.6812481Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:46.6812981Z Testing //:rnn_test; 225s processwrapper-sandbox 2025-12-04T09:11:47.6816734Z 2025-12-04T09:11:47.6817308Z  2025-12-04T09:11:47.6817848Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:47.6818377Z Testing //:rnn_test; 226s processwrapper-sandbox 2025-12-04T09:11:48.8822374Z 2025-12-04T09:11:48.8822918Z  2025-12-04T09:11:48.8823448Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:48.8823954Z Testing //:rnn_test; 227s processwrapper-sandbox 2025-12-04T09:11:49.8827511Z 2025-12-04T09:11:49.8828089Z  2025-12-04T09:11:49.8828845Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:49.8829370Z Testing //:rnn_test; 228s processwrapper-sandbox 2025-12-04T09:11:51.0833647Z 2025-12-04T09:11:51.0834156Z  2025-12-04T09:11:51.0834673Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:51.0835202Z Testing //:rnn_test; 230s processwrapper-sandbox 2025-12-04T09:11:52.0839094Z 2025-12-04T09:11:52.0839743Z  2025-12-04T09:11:52.0840363Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:52.0840878Z Testing //:rnn_test; 231s processwrapper-sandbox 2025-12-04T09:11:53.2844955Z 2025-12-04T09:11:53.2845542Z  2025-12-04T09:11:53.2846078Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:53.2846578Z Testing //:rnn_test; 232s processwrapper-sandbox 2025-12-04T09:11:54.2849439Z 2025-12-04T09:11:54.2849981Z  2025-12-04T09:11:54.2850545Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:54.2851062Z Testing //:rnn_test; 233s processwrapper-sandbox 2025-12-04T09:11:55.4855420Z 2025-12-04T09:11:55.4856111Z  2025-12-04T09:11:55.4856930Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:55.4857457Z Testing //:rnn_test; 234s processwrapper-sandbox 2025-12-04T09:11:55.7648024Z 2025-12-04T09:11:55.7648543Z  2025-12-04T09:11:55.7649071Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:55.7649581Z Testing //:rnn_test; 234s processwrapper-sandbox 2025-12-04T09:11:56.8861511Z 2025-12-04T09:11:56.8862098Z  2025-12-04T09:11:56.8862651Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:56.8863175Z Testing //:rnn_test; 235s processwrapper-sandbox 2025-12-04T09:11:57.8866230Z 2025-12-04T09:11:57.8866706Z  2025-12-04T09:11:57.8867210Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:57.8867725Z Testing //:rnn_test; 236s processwrapper-sandbox 2025-12-04T09:11:59.0871758Z 2025-12-04T09:11:59.0872328Z  2025-12-04T09:11:59.0873054Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:11:59.0873635Z Testing //:rnn_test; 238s processwrapper-sandbox 2025-12-04T09:12:00.0876845Z 2025-12-04T09:12:00.0877438Z  2025-12-04T09:12:00.0877984Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:00.0878509Z Testing //:rnn_test; 239s processwrapper-sandbox 2025-12-04T09:12:01.2882591Z 2025-12-04T09:12:01.2883213Z  2025-12-04T09:12:01.2883745Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:01.2884259Z Testing //:rnn_test; 240s processwrapper-sandbox 2025-12-04T09:12:02.2887858Z 2025-12-04T09:12:02.2888446Z  2025-12-04T09:12:02.2888984Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:02.2889514Z Testing //:rnn_test; 241s processwrapper-sandbox 2025-12-04T09:12:03.4893268Z 2025-12-04T09:12:03.4893878Z  2025-12-04T09:12:03.4894417Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:03.4894935Z Testing //:rnn_test; 242s processwrapper-sandbox 2025-12-04T09:12:04.4898069Z 2025-12-04T09:12:04.4898589Z  2025-12-04T09:12:04.4899115Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:04.4899636Z Testing //:rnn_test; 243s processwrapper-sandbox 2025-12-04T09:12:05.6903203Z 2025-12-04T09:12:05.6903994Z  2025-12-04T09:12:05.6904569Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:05.6905064Z Testing //:rnn_test; 244s processwrapper-sandbox 2025-12-04T09:12:06.6908453Z 2025-12-04T09:12:06.6909028Z  2025-12-04T09:12:06.6909563Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:06.6910098Z Testing //:rnn_test; 245s processwrapper-sandbox 2025-12-04T09:12:07.8914822Z 2025-12-04T09:12:07.8915409Z  2025-12-04T09:12:07.8915962Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:07.8916472Z Testing //:rnn_test; 246s processwrapper-sandbox 2025-12-04T09:12:08.8919921Z 2025-12-04T09:12:08.8920485Z  2025-12-04T09:12:08.8921020Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:08.8921555Z Testing //:rnn_test; 247s processwrapper-sandbox 2025-12-04T09:12:10.0925601Z 2025-12-04T09:12:10.0926121Z  2025-12-04T09:12:10.0926641Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:10.0927370Z Testing //:rnn_test; 249s processwrapper-sandbox 2025-12-04T09:12:11.2931600Z 2025-12-04T09:12:11.2932153Z  2025-12-04T09:12:11.2932699Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:11.2933216Z Testing //:rnn_test; 250s processwrapper-sandbox 2025-12-04T09:12:12.2936832Z 2025-12-04T09:12:12.2937420Z  2025-12-04T09:12:12.2937946Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:12.2938467Z Testing //:rnn_test; 251s processwrapper-sandbox 2025-12-04T09:12:13.4942123Z 2025-12-04T09:12:13.4942701Z  2025-12-04T09:12:13.4943265Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:13.4943775Z Testing //:rnn_test; 252s processwrapper-sandbox 2025-12-04T09:12:14.4946952Z 2025-12-04T09:12:14.4947462Z  2025-12-04T09:12:14.4947974Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:14.4948516Z Testing //:rnn_test; 253s processwrapper-sandbox 2025-12-04T09:12:15.6953112Z 2025-12-04T09:12:15.6953658Z  2025-12-04T09:12:15.6954265Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:15.6954785Z Testing //:rnn_test; 254s processwrapper-sandbox 2025-12-04T09:12:16.6958046Z 2025-12-04T09:12:16.6958611Z  2025-12-04T09:12:16.6959134Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:16.6959650Z Testing //:rnn_test; 255s processwrapper-sandbox 2025-12-04T09:12:17.8964325Z 2025-12-04T09:12:17.8965109Z  2025-12-04T09:12:17.8965648Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:17.8966143Z Testing //:rnn_test; 256s processwrapper-sandbox 2025-12-04T09:12:18.8969018Z 2025-12-04T09:12:18.8969621Z  2025-12-04T09:12:18.8970182Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:18.8970822Z Testing //:rnn_test; 257s processwrapper-sandbox 2025-12-04T09:12:20.0974961Z 2025-12-04T09:12:20.0975526Z  2025-12-04T09:12:20.0976068Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:20.0976572Z Testing //:rnn_test; 259s processwrapper-sandbox 2025-12-04T09:12:21.0979994Z 2025-12-04T09:12:21.0980567Z  2025-12-04T09:12:21.0981322Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:21.0981826Z Testing //:rnn_test; 260s processwrapper-sandbox 2025-12-04T09:12:22.0985379Z 2025-12-04T09:12:22.0985941Z  2025-12-04T09:12:22.0986465Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:22.0987007Z Testing //:rnn_test; 261s processwrapper-sandbox 2025-12-04T09:12:23.2991067Z 2025-12-04T09:12:23.2991691Z  2025-12-04T09:12:23.2992243Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:23.2992766Z Testing //:rnn_test; 262s processwrapper-sandbox 2025-12-04T09:12:24.2996233Z 2025-12-04T09:12:24.2996838Z  2025-12-04T09:12:24.2997366Z [3,102 / 3,103] 25 / 26 tests; 1 action; last test: //:optim_test 2025-12-04T09:12:24.2997894Z Testing //:rnn_test; 263s processwrapper-sandbox 2025-12-04T09:12:25.3054862Z 2025-12-04T09:12:25.3055744Z  2025-12-04T09:12:25.3056321Z [3,102 / 3,103] 26 / 26 tests; 1 action; last test: //:rnn_test 2025-12-04T09:12:25.3056820Z Testing //:rnn_test; 264s processwrapper-sandbox 2025-12-04T09:12:25.3057111Z 2025-12-04T09:12:25.3057217Z  2025-12-04T09:12:25.3057669Z INFO: From Testing //:rnn_test: 2025-12-04T09:12:25.3063124Z ==================== Test output for //:rnn_test: 2025-12-04T09:12:25.3063469Z Running main() from gmock_main.cc 2025-12-04T09:12:25.3063766Z Note: Google Test filter = -*CUDA 2025-12-04T09:12:25.3064084Z [==========] Running 14 tests from 1 test suite. 2025-12-04T09:12:25.3064448Z [----------] Global test environment set-up. 2025-12-04T09:12:25.3064758Z [----------] 14 tests from RNNTest 2025-12-04T09:12:25.3065062Z [ RUN ] RNNTest.CheckOutputSizes 2025-12-04T09:12:25.3065385Z [ OK ] RNNTest.CheckOutputSizes (2839 ms) 2025-12-04T09:12:25.3065743Z [ RUN ] RNNTest.CheckOutputSizesProj 2025-12-04T09:12:25.3066226Z WARNING: Logging before InitGoogleLogging() is written to STDERR 2025-12-04T09:12:25.3067059Z W1204 09:08:06.293988 121495 RNN.cpp:1480] Warning: LSTM with projections is not supported with oneDNN. Using default implementation. (function operator()) 2025-12-04T09:12:25.3068107Z [ OK ] RNNTest.CheckOutputSizesProj (126 ms) 2025-12-04T09:12:25.3068648Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2025-12-04T09:12:25.3069220Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (105 ms) 2025-12-04T09:12:25.3069596Z [ RUN ] RNNTest.EndToEndLSTM 2025-12-04T09:12:25.3070122Z [ OK ] RNNTest.EndToEndLSTM (194409 ms) 2025-12-04T09:12:25.3070446Z [ RUN ] RNNTest.EndToEndLSTMProj 2025-12-04T09:12:25.3070949Z [ OK ] RNNTest.EndToEndLSTMProj (22280 ms) 2025-12-04T09:12:25.3071281Z [ RUN ] RNNTest.EndToEndGRU 2025-12-04T09:12:25.3071585Z [ OK ] RNNTest.EndToEndGRU (20072 ms) 2025-12-04T09:12:25.3071914Z [ RUN ] RNNTest.EndToEndRNNRelu 2025-12-04T09:12:25.3072237Z [ OK ] RNNTest.EndToEndRNNRelu (10058 ms) 2025-12-04T09:12:25.3072582Z [ RUN ] RNNTest.EndToEndRNNTanh 2025-12-04T09:12:25.3072897Z [ OK ] RNNTest.EndToEndRNNTanh (11332 ms) 2025-12-04T09:12:25.3073257Z [ RUN ] RNNTest.PrettyPrintRNNs 2025-12-04T09:12:25.3073694Z [ OK ] RNNTest.PrettyPrintRNNs (23 ms) 2025-12-04T09:12:25.3074191Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2025-12-04T09:12:25.3074782Z [ OK ] RNNTest.BidirectionalFlattenParameters (108 ms) 2025-12-04T09:12:25.3075417Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2025-12-04T09:12:25.3075860Z [ OK ] RNNTest.BidirectionalGRUReverseForward (15 ms) 2025-12-04T09:12:25.3076278Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2025-12-04T09:12:25.3076702Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (7 ms) 2025-12-04T09:12:25.3077144Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2025-12-04T09:12:25.3077660Z [ OK ] RNNTest.UsePackedSequenceAsInput (18 ms) 2025-12-04T09:12:25.3078116Z [ RUN ] RNNTest.CheckErrorInfos 2025-12-04T09:12:25.3078445Z [ OK ] RNNTest.CheckErrorInfos (0 ms) 2025-12-04T09:12:25.3078786Z [----------] 14 tests from RNNTest (261399 ms total) 2025-12-04T09:12:25.3079036Z 2025-12-04T09:12:25.3079160Z [----------] Global test environment tear-down 2025-12-04T09:12:25.3079535Z [==========] 14 tests from 1 test suite ran. (261399 ms total) 2025-12-04T09:12:25.3079873Z [ PASSED ] 14 tests. 2025-12-04T09:12:25.3080145Z ================================================================================ 2025-12-04T09:12:25.3080753Z [3,102 / 3,103] 26 / 26 tests; 1 action; last test: //:rnn_test 2025-12-04T09:12:25.3081248Z Testing //:rnn_test; 264s processwrapper-sandbox 2025-12-04T09:12:25.3476453Z 2025-12-04T09:12:25.3477072Z  2025-12-04T09:12:25.3477536Z INFO: Elapsed time: 618.828s, Critical Path: 341.16s 2025-12-04T09:12:25.3478457Z [3,103 / 3,103] 26 / 26 tests; checking cached actions; last test: //:rnn_test 2025-12-04T09:12:25.3478964Z 2025-12-04T09:12:25.3479409Z INFO: 2712 processes: 45 internal, 1 local, 2666 processwrapper-sandbox. 2025-12-04T09:12:25.3480350Z [3,103 / 3,103] 26 / 26 tests; checking cached actions; last test: //:rnn_test 2025-12-04T09:12:25.3481722Z 2025-12-04T09:12:25.3482037Z INFO: Build completed successfully, 2712 total actions 2025-12-04T09:12:25.3509511Z //:any_test PASSED in 3.5s 2025-12-04T09:12:25.3511155Z //:autograd_test PASSED in 10.3s 2025-12-04T09:12:25.3511867Z //:dataloader_test PASSED in 4.1s 2025-12-04T09:12:25.3512451Z //:enum_test PASSED in 3.1s 2025-12-04T09:12:25.3514038Z //:expanding_array_test PASSED in 2.7s 2025-12-04T09:12:25.3514981Z //:functional_test PASSED in 4.5s 2025-12-04T09:12:25.3517723Z //:init_test PASSED in 3.8s 2025-12-04T09:12:25.3519560Z //:jit_test PASSED in 3.9s 2025-12-04T09:12:25.3521684Z //:memory_test PASSED in 3.5s 2025-12-04T09:12:25.3523623Z //:misc_test PASSED in 3.3s 2025-12-04T09:12:25.3525242Z //:module_test PASSED in 3.2s 2025-12-04T09:12:25.3527219Z //:modulelist_test PASSED in 3.3s 2025-12-04T09:12:25.3529706Z //:modules_test PASSED in 143.1s 2025-12-04T09:12:25.3532686Z //:nn_utils_test PASSED in 6.7s 2025-12-04T09:12:25.3533646Z //:optim_test PASSED in 175.7s 2025-12-04T09:12:25.3535288Z //:ordered_dict_test PASSED in 2.7s 2025-12-04T09:12:25.3536332Z //:rnn_test PASSED in 264.4s 2025-12-04T09:12:25.3537156Z //:sequential_test PASSED in 3.5s 2025-12-04T09:12:25.3540012Z //:serialize_test PASSED in 6.1s 2025-12-04T09:12:25.3540914Z //:static_test PASSED in 3.2s 2025-12-04T09:12:25.3542631Z //:tensor_options_test PASSED in 2.8s 2025-12-04T09:12:25.3543725Z //:tensor_test PASSED in 3.4s 2025-12-04T09:12:25.3545580Z //:torch_include_test PASSED in 3.2s 2025-12-04T09:12:25.3547458Z //c10/test:core_tests PASSED in 0.0s 2025-12-04T09:12:25.3550616Z //c10/test:typeid_test PASSED in 0.0s 2025-12-04T09:12:25.3551818Z //c10/test:util_base_tests PASSED in 115.2s 2025-12-04T09:12:25.3552407Z 2025-12-04T09:12:25.3552581Z Executed 26 out of 26 tests: 26 tests pass. 2025-12-04T09:12:25.3553289Z There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are. 2025-12-04T09:12:25.3684350Z + sccache_epilogue 2025-12-04T09:12:25.3684692Z + echo '::group::Sccache Compilation Log' 2025-12-04T09:12:25.3685432Z ##[group]Sccache Compilation Log 2025-12-04T09:12:25.3685791Z + echo '=================== sccache compilation log ===================' 2025-12-04T09:12:25.3686343Z =================== sccache compilation log =================== 2025-12-04T09:12:25.3686986Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2025-12-04T09:12:25.3964741Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2025-12-04T09:12:25.3965431Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2025-12-04T09:12:25.3965929Z + sccache --show-stats 2025-12-04T09:12:25.3988491Z Compile requests 2674 2025-12-04T09:12:25.3988850Z Compile requests executed 2612 2025-12-04T09:12:25.3989188Z Cache hits 2612 2025-12-04T09:12:25.3989481Z Cache hits (C/C++) 2612 2025-12-04T09:12:25.3989785Z Cache misses 0 2025-12-04T09:12:25.3990086Z Cache hits rate 100.00 % 2025-12-04T09:12:25.3990409Z Cache hits rate (C/C++) 100.00 % 2025-12-04T09:12:25.3990716Z Cache timeouts 0 2025-12-04T09:12:25.3991028Z Cache read errors 0 2025-12-04T09:12:25.3991483Z Forced recaches 0 2025-12-04T09:12:25.3991846Z Cache write errors 0 2025-12-04T09:12:25.3992157Z Cache errors 0 2025-12-04T09:12:25.3992452Z Compilations 0 2025-12-04T09:12:25.3992769Z Compilation failures 0 2025-12-04T09:12:25.3993089Z Non-cacheable compilations 0 2025-12-04T09:12:25.3993418Z Non-cacheable calls 0 2025-12-04T09:12:25.3993724Z Non-compilation calls 62 2025-12-04T09:12:25.3994051Z Unsupported compiler calls 0 2025-12-04T09:12:25.3994365Z Average cache write 0.000 s 2025-12-04T09:12:25.3994701Z Average compiler 0.000 s 2025-12-04T09:12:25.3995022Z Average cache read hit 0.036 s 2025-12-04T09:12:25.3995340Z Failed distributed compilations 0 2025-12-04T09:12:25.3995794Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: / 2025-12-04T09:12:25.3996236Z Version (client) 0.10.0 2025-12-04T09:12:25.3996541Z + sccache --stop-server 2025-12-04T09:12:25.4009835Z Stopping sccache server... 2025-12-04T09:12:25.4012916Z Compile requests 2674 2025-12-04T09:12:25.4013290Z Compile requests executed 2612 2025-12-04T09:12:25.4013595Z Cache hits 2612 2025-12-04T09:12:25.4013900Z Cache hits (C/C++) 2612 2025-12-04T09:12:25.4014193Z Cache misses 0 2025-12-04T09:12:25.4015272Z Cache hits rate 100.00 % 2025-12-04T09:12:25.4015659Z Cache hits rate (C/C++) 100.00 % 2025-12-04T09:12:25.4016189Z Cache timeouts 0 2025-12-04T09:12:25.4016777Z Cache read errors 0 2025-12-04T09:12:25.4017319Z Forced recaches 0 2025-12-04T09:12:25.4017638Z Cache write errors 0 2025-12-04T09:12:25.4017932Z Cache errors 0 2025-12-04T09:12:25.4018249Z Compilations 0 2025-12-04T09:12:25.4018561Z Compilation failures 0 2025-12-04T09:12:25.4018889Z Non-cacheable compilations 0 2025-12-04T09:12:25.4019202Z Non-cacheable calls 0 2025-12-04T09:12:25.4019526Z Non-compilation calls 62 2025-12-04T09:12:25.4019838Z Unsupported compiler calls 0 2025-12-04T09:12:25.4020164Z Average cache write 0.000 s 2025-12-04T09:12:25.4020487Z Average compiler 0.000 s 2025-12-04T09:12:25.4020801Z Average cache read hit 0.036 s 2025-12-04T09:12:25.4021131Z Failed distributed compilations 0 2025-12-04T09:12:25.4021572Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: / 2025-12-04T09:12:25.4022026Z Version (client) 0.10.0 2025-12-04T09:12:25.4022437Z + echo ::endgroup:: 2025-12-04T09:12:25.4022943Z ##[endgroup] 2025-12-04T09:12:25.4023170Z + cleanup_workspace 2025-12-04T09:12:25.4023660Z + echo 'sudo may print the following warning message that can be ignored. The chown command will still run.' 2025-12-04T09:12:25.4024460Z sudo may print the following warning message that can be ignored. The chown command will still run. 2025-12-04T09:12:25.4025091Z + echo ' sudo: setrlimit(RLIMIT_STACK): Operation not permitted' 2025-12-04T09:12:25.4025640Z sudo: setrlimit(RLIMIT_STACK): Operation not permitted 2025-12-04T09:12:25.4026259Z + echo 'For more details refer to https://github.com/sudo-project/sudo/issues/42' 2025-12-04T09:12:25.4027105Z For more details refer to https://github.com/sudo-project/sudo/issues/42 2025-12-04T09:12:25.4027600Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2025-12-04T09:12:28.8406331Z + sccache_epilogue 2025-12-04T09:12:28.8406752Z + echo '::group::Sccache Compilation Log' 2025-12-04T09:12:28.8407411Z ##[group]Sccache Compilation Log 2025-12-04T09:12:28.8407762Z + echo '=================== sccache compilation log ===================' 2025-12-04T09:12:28.8408335Z =================== sccache compilation log =================== 2025-12-04T09:12:28.8409018Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2025-12-04T09:12:28.8536770Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2025-12-04T09:12:28.8537589Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2025-12-04T09:12:28.8538067Z + sccache --show-stats 2025-12-04T09:12:28.8800319Z Compile requests 0 2025-12-04T09:12:28.8800857Z Compile requests executed 0 2025-12-04T09:12:28.8801170Z Cache hits 0 2025-12-04T09:12:28.8801455Z Cache misses 0 2025-12-04T09:12:28.8801762Z Cache hits rate - 2025-12-04T09:12:28.8802063Z Cache timeouts 0 2025-12-04T09:12:28.8802365Z Cache read errors 0 2025-12-04T09:12:28.8802677Z Forced recaches 0 2025-12-04T09:12:28.8802973Z Cache write errors 0 2025-12-04T09:12:28.8803355Z Cache errors 0 2025-12-04T09:12:28.8803648Z Compilations 0 2025-12-04T09:12:28.8803961Z Compilation failures 0 2025-12-04T09:12:28.8804267Z Non-cacheable compilations 0 2025-12-04T09:12:28.8804585Z Non-cacheable calls 0 2025-12-04T09:12:28.8804887Z Non-compilation calls 0 2025-12-04T09:12:28.8805439Z Unsupported compiler calls 0 2025-12-04T09:12:28.8805982Z Average cache write 0.000 s 2025-12-04T09:12:28.8806561Z Average compiler 0.000 s 2025-12-04T09:12:28.8806882Z Average cache read hit 0.000 s 2025-12-04T09:12:28.8807206Z Failed distributed compilations 0 2025-12-04T09:12:28.8807653Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: / 2025-12-04T09:12:28.8808097Z Version (client) 0.10.0 2025-12-04T09:12:28.8808418Z + sccache --stop-server 2025-12-04T09:12:28.8826137Z Stopping sccache server... 2025-12-04T09:12:28.8826890Z sccache: error: couldn't connect to server 2025-12-04T09:12:28.8827486Z sccache: caused by: Connection refused (os error 111) 2025-12-04T09:12:28.8829872Z + true 2025-12-04T09:12:28.8830301Z + echo ::endgroup:: 2025-12-04T09:12:28.8831049Z ##[endgroup] 2025-12-04T09:12:28.9229545Z ##[group]Run cat test/**/*_toprint.log || true 2025-12-04T09:12:28.9229956Z cat test/**/*_toprint.log || true 2025-12-04T09:12:28.9239504Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:28.9239889Z env: 2025-12-04T09:12:28.9240098Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:28.9240365Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:28.9240870Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:28.9241340Z ##[endgroup] 2025-12-04T09:12:28.9342557Z cat: 'test/**/*_toprint.log': No such file or directory 2025-12-04T09:12:28.9374091Z Prepare all required actions 2025-12-04T09:12:28.9396952Z ##[group]Run ./.github/actions/chown-workspace 2025-12-04T09:12:28.9397285Z with: 2025-12-04T09:12:28.9397647Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-12-04T09:12:28.9398083Z env: 2025-12-04T09:12:28.9398299Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:28.9398567Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:28.9399000Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:28.9399479Z ##[endgroup] 2025-12-04T09:12:28.9414004Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-12-04T09:12:28.9414624Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-12-04T09:12:28.9420422Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:28.9420800Z env: 2025-12-04T09:12:28.9421005Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:28.9421316Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:28.9421806Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:28.9422409Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-12-04T09:12:28.9422824Z ##[endgroup] 2025-12-04T09:12:28.9875447Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-12-04T09:12:29.2593071Z latest: Pulling from tool/alpine 2025-12-04T09:12:29.2598711Z 540db60ca938: Pulling fs layer 2025-12-04T09:12:29.3622434Z 540db60ca938: Verifying Checksum 2025-12-04T09:12:29.3622778Z 540db60ca938: Download complete 2025-12-04T09:12:29.4496421Z 540db60ca938: Pull complete 2025-12-04T09:12:29.4630431Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-12-04T09:12:29.4671978Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-12-04T09:12:31.6334786Z Prepare all required actions 2025-12-04T09:12:31.6336177Z Getting action download info 2025-12-04T09:12:31.7959796Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-12-04T09:12:32.0496632Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-12-04T09:12:32.5084422Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-12-04T09:12:32.5084786Z with: 2025-12-04T09:12:32.5085034Z file-suffix: bazel-build-and-test_57115243212 2025-12-04T09:12:32.5085380Z s3-bucket: gha-artifacts 2025-12-04T09:12:32.5085641Z env: 2025-12-04T09:12:32.5085838Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:32.5086105Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:32.5086510Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:32.5086981Z ##[endgroup] 2025-12-04T09:12:32.5110503Z ##[group]Run # Remove any previous test jsons if they exist 2025-12-04T09:12:32.5111008Z # Remove any previous test jsons if they exist 2025-12-04T09:12:32.5111387Z rm -f test-jsons-*.zip 2025-12-04T09:12:32.5111812Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test/test-reports -i '*.json' 2025-12-04T09:12:32.5117861Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:32.5118235Z env: 2025-12-04T09:12:32.5118439Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:32.5118707Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:32.5119122Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:32.5119621Z FILE_SUFFIX: bazel-build-and-test_57115243212 2025-12-04T09:12:32.5119955Z ##[endgroup] 2025-12-04T09:12:32.5267314Z zip warning: zip file empty 2025-12-04T09:12:32.5295068Z ##[group]Run # Remove any previous test reports if they exist 2025-12-04T09:12:32.5295530Z # Remove any previous test reports if they exist 2025-12-04T09:12:32.5296023Z rm -f test-reports-*.zip 2025-12-04T09:12:32.5296503Z zip -r "test-reports-${FILE_SUFFIX}.zip" test/test-reports -i '*.xml' -i '*.csv' 2025-12-04T09:12:32.5302490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:32.5302852Z env: 2025-12-04T09:12:32.5303072Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:32.5303330Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:32.5303749Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:32.5304261Z FILE_SUFFIX: bazel-build-and-test_57115243212 2025-12-04T09:12:32.5304579Z ##[endgroup] 2025-12-04T09:12:32.5405176Z adding: test/test-reports/init_test/test.xml (deflated 80%) 2025-12-04T09:12:32.5406634Z adding: test/test-reports/autograd_test/test.xml (deflated 89%) 2025-12-04T09:12:32.5407459Z adding: test/test-reports/ordered_dict_test/test.xml (deflated 88%) 2025-12-04T09:12:32.5408014Z adding: test/test-reports/expanding_array_test/test.xml (deflated 79%) 2025-12-04T09:12:32.5408576Z adding: test/test-reports/nn_utils_test/test.xml (deflated 80%) 2025-12-04T09:12:32.5409065Z adding: test/test-reports/jit_test/test.xml (deflated 75%) 2025-12-04T09:12:32.5409927Z adding: test/test-reports/modulelist_test/test.xml (deflated 84%) 2025-12-04T09:12:32.5410469Z adding: test/test-reports/misc_test/test.xml (deflated 78%) 2025-12-04T09:12:32.5411555Z adding: test/test-reports/module_test/test.xml (deflated 89%) 2025-12-04T09:12:32.5412045Z adding: test/test-reports/enum_test/test.xml (deflated 53%) 2025-12-04T09:12:32.5412555Z adding: test/test-reports/torch_include_test/test.xml (deflated 52%) 2025-12-04T09:12:32.5415441Z adding: test/test-reports/functional_test/test.xml (deflated 91%) 2025-12-04T09:12:32.5415955Z adding: test/test-reports/memory_test/test.xml (deflated 68%) 2025-12-04T09:12:32.5417941Z adding: test/test-reports/c10/test/core_tests/test.xml (deflated 91%) 2025-12-04T09:12:32.5418509Z adding: test/test-reports/c10/test/typeid_test/test.xml (deflated 76%) 2025-12-04T09:12:32.5419279Z adding: test/test-reports/c10/test/util/ssize_test/test.xml (deflated 70%) 2025-12-04T09:12:32.5419890Z adding: test/test-reports/c10/test/util/bit_cast_test/test.xml (deflated 53%) 2025-12-04T09:12:32.5420512Z adding: test/test-reports/c10/test/util/nofatal_test/test.xml (deflated 52%) 2025-12-04T09:12:32.5438064Z adding: test/test-reports/c10/test/util_base_tests/test.xml (deflated 94%) 2025-12-04T09:12:32.5438834Z adding: test/test-reports/any_test/test.xml (deflated 87%) 2025-12-04T09:12:32.5439313Z adding: test/test-reports/static_test/test.xml (deflated 67%) 2025-12-04T09:12:32.5439901Z adding: test/test-reports/tensor_options_test/test.xml (deflated 82%) 2025-12-04T09:12:32.5441015Z adding: test/test-reports/tensor_test/test.xml (deflated 89%) 2025-12-04T09:12:32.5442086Z adding: test/test-reports/optim_test/test.xml (deflated 86%) 2025-12-04T09:12:32.5442838Z adding: test/test-reports/sequential_test/test.xml (deflated 84%) 2025-12-04T09:12:32.5447887Z adding: test/test-reports/modules_test/test.xml (deflated 92%) 2025-12-04T09:12:32.5448420Z adding: test/test-reports/rnn_test/test.xml (deflated 80%) 2025-12-04T09:12:32.5449298Z adding: test/test-reports/serialize_test/test.xml (deflated 85%) 2025-12-04T09:12:32.5451661Z adding: test/test-reports/dataloader_test/test.xml (deflated 89%) 2025-12-04T09:12:32.5474615Z ##[group]Run # Remove any previous usage logs if they exist 2025-12-04T09:12:32.5475073Z # Remove any previous usage logs if they exist 2025-12-04T09:12:32.5475428Z rm -f logs-*.zip 2025-12-04T09:12:32.5475775Z zip "logs-${FILE_SUFFIX}.zip" 'usage_log.txt' || true 2025-12-04T09:12:32.5476292Z zip -r "logs-${FILE_SUFFIX}.zip" test/test-reports -i '*.log' || true 2025-12-04T09:12:32.5481972Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:32.5482347Z env: 2025-12-04T09:12:32.5482651Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:32.5482919Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:32.5483503Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:32.5484022Z FILE_SUFFIX: bazel-build-and-test_57115243212 2025-12-04T09:12:32.5484346Z ##[endgroup] 2025-12-04T09:12:32.5523834Z zip warning: name not matched: usage_log.txt 2025-12-04T09:12:32.5524089Z 2025-12-04T09:12:32.5524299Z zip error: Nothing to do! (logs-bazel-build-and-test_57115243212.zip) 2025-12-04T09:12:32.5546020Z adding: test/test-reports/init_test/test.log (deflated 72%) 2025-12-04T09:12:32.5547870Z adding: test/test-reports/autograd_test/test.log (deflated 83%) 2025-12-04T09:12:32.5548631Z adding: test/test-reports/ordered_dict_test/test.log (deflated 81%) 2025-12-04T09:12:32.5549268Z adding: test/test-reports/expanding_array_test/test.log (deflated 74%) 2025-12-04T09:12:32.5549855Z adding: test/test-reports/nn_utils_test/test.log (deflated 71%) 2025-12-04T09:12:32.5550407Z adding: test/test-reports/jit_test/test.log (deflated 69%) 2025-12-04T09:12:32.5551018Z adding: test/test-reports/modulelist_test/test.log (deflated 75%) 2025-12-04T09:12:32.5551558Z adding: test/test-reports/misc_test/test.log (deflated 69%) 2025-12-04T09:12:32.5552506Z adding: test/test-reports/module_test/test.log (deflated 85%) 2025-12-04T09:12:32.5553076Z adding: test/test-reports/enum_test/test.log (deflated 56%) 2025-12-04T09:12:32.5553593Z adding: test/test-reports/torch_include_test/test.log (deflated 57%) 2025-12-04T09:12:32.5555688Z adding: test/test-reports/functional_test/test.log (deflated 87%) 2025-12-04T09:12:32.5556252Z adding: test/test-reports/memory_test/test.log (deflated 64%) 2025-12-04T09:12:32.5557788Z adding: test/test-reports/c10/test/core_tests/test.log (deflated 86%) 2025-12-04T09:12:32.5558419Z adding: test/test-reports/c10/test/typeid_test/test.log (deflated 66%) 2025-12-04T09:12:32.5559089Z adding: test/test-reports/c10/test/util/ssize_test/test.log (deflated 64%) 2025-12-04T09:12:32.5559749Z adding: test/test-reports/c10/test/util/bit_cast_test/test.log (deflated 55%) 2025-12-04T09:12:32.5560500Z adding: test/test-reports/c10/test/util/nofatal_test/test.log (deflated 62%) 2025-12-04T09:12:32.5576529Z adding: test/test-reports/c10/test/util_base_tests/test.log (deflated 91%) 2025-12-04T09:12:32.5577256Z adding: test/test-reports/any_test/test.log (deflated 81%) 2025-12-04T09:12:32.5577796Z adding: test/test-reports/static_test/test.log (deflated 61%) 2025-12-04T09:12:32.5578383Z adding: test/test-reports/tensor_options_test/test.log (deflated 69%) 2025-12-04T09:12:32.5579378Z adding: test/test-reports/tensor_test/test.log (deflated 82%) 2025-12-04T09:12:32.5580227Z adding: test/test-reports/optim_test/test.log (deflated 83%) 2025-12-04T09:12:32.5580951Z adding: test/test-reports/sequential_test/test.log (deflated 76%) 2025-12-04T09:12:32.5584956Z adding: test/test-reports/modules_test/test.log (deflated 89%) 2025-12-04T09:12:32.5585554Z adding: test/test-reports/rnn_test/test.log (deflated 67%) 2025-12-04T09:12:32.5586299Z adding: test/test-reports/serialize_test/test.log (deflated 77%) 2025-12-04T09:12:32.5588129Z adding: test/test-reports/dataloader_test/test.log (deflated 84%) 2025-12-04T09:12:32.5611546Z ##[group]Run # Remove any previous debugging artifacts if they exist 2025-12-04T09:12:32.5612062Z # Remove any previous debugging artifacts if they exist 2025-12-04T09:12:32.5612477Z rm -f debug-*.zip 2025-12-04T09:12:32.5612746Z if [ -d 'test/debug' ]; then 2025-12-04T09:12:32.5613099Z  zip -r "debug-${FILE_SUFFIX}.zip" test/debug 2025-12-04T09:12:32.5613427Z fi 2025-12-04T09:12:32.5621212Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:32.5621832Z env: 2025-12-04T09:12:32.5622182Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:32.5622594Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:32.5623056Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:32.5623697Z FILE_SUFFIX: bazel-build-and-test_57115243212 2025-12-04T09:12:32.5624027Z ##[endgroup] 2025-12-04T09:12:32.5710061Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:12:32.5710411Z with: 2025-12-04T09:12:32.5710618Z s3-bucket: gha-artifacts 2025-12-04T09:12:32.5710937Z s3-prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:32.5711275Z retention-days: 14 2025-12-04T09:12:32.5711524Z if-no-files-found: warn 2025-12-04T09:12:32.5711779Z path: test-jsons-*.zip 2025-12-04T09:12:32.5712032Z name: artifact 2025-12-04T09:12:32.5712243Z region: us-east-1 2025-12-04T09:12:32.5712466Z env: 2025-12-04T09:12:32.5712674Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:32.5712927Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:32.5713343Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:32.5713794Z ##[endgroup] 2025-12-04T09:12:33.0462611Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T09:12:33.0463394Z With the provided path, there will be 1 file uploaded 2025-12-04T09:12:33.0464029Z Uploading to s3 prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:33.2291660Z Starting upload of test-jsons-bazel-build-and-test_57115243212.zip 2025-12-04T09:12:33.3650001Z Finished upload of test-jsons-bazel-build-and-test_57115243212.zip 2025-12-04T09:12:33.3867293Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:12:33.3867638Z with: 2025-12-04T09:12:33.3867847Z s3-bucket: gha-artifacts 2025-12-04T09:12:33.3868173Z s3-prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:33.3868508Z retention-days: 14 2025-12-04T09:12:33.3868761Z if-no-files-found: error 2025-12-04T09:12:33.3869027Z path: test-reports-*.zip 2025-12-04T09:12:33.3869288Z name: artifact 2025-12-04T09:12:33.3869499Z region: us-east-1 2025-12-04T09:12:33.3869727Z env: 2025-12-04T09:12:33.3869939Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:33.3870187Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:33.3870613Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:33.3871675Z ##[endgroup] 2025-12-04T09:12:33.7163070Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T09:12:33.7163941Z With the provided path, there will be 1 file uploaded 2025-12-04T09:12:33.7164410Z Uploading to s3 prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:33.7212632Z Starting upload of test-reports-bazel-build-and-test_57115243212.zip 2025-12-04T09:12:33.8490602Z Finished upload of test-reports-bazel-build-and-test_57115243212.zip 2025-12-04T09:12:33.8686756Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:12:33.8687277Z with: 2025-12-04T09:12:33.8687608Z s3-bucket: gha-artifacts 2025-12-04T09:12:33.8688117Z s3-prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:33.8688719Z retention-days: 14 2025-12-04T09:12:33.8689163Z if-no-files-found: ignore 2025-12-04T09:12:33.8689629Z path: logs-*.zip 2025-12-04T09:12:33.8690027Z name: artifact 2025-12-04T09:12:33.8690417Z region: us-east-1 2025-12-04T09:12:33.8690809Z env: 2025-12-04T09:12:33.8691148Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:33.8691575Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:33.8692286Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:33.8693090Z ##[endgroup] 2025-12-04T09:12:34.2001529Z NOTE: s3-prefix specified, ignoring name parameter 2025-12-04T09:12:34.2002292Z With the provided path, there will be 1 file uploaded 2025-12-04T09:12:34.2003105Z Uploading to s3 prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:34.2052286Z Starting upload of logs-bazel-build-and-test_57115243212.zip 2025-12-04T09:12:34.3342006Z Finished upload of logs-bazel-build-and-test_57115243212.zip 2025-12-04T09:12:34.3536140Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-12-04T09:12:34.3536490Z with: 2025-12-04T09:12:34.3536702Z s3-bucket: gha-artifacts 2025-12-04T09:12:34.3537024Z s3-prefix: pytorch/pytorch/19922814090/1/artifact 2025-12-04T09:12:34.3537462Z retention-days: 14 2025-12-04T09:12:34.3537716Z if-no-files-found: ignore 2025-12-04T09:12:34.3537991Z path: debug-*.zip 2025-12-04T09:12:34.3538219Z name: artifact 2025-12-04T09:12:34.3538446Z region: us-east-1 2025-12-04T09:12:34.3538670Z env: 2025-12-04T09:12:34.3538883Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:34.3539134Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:34.3539552Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:34.3540009Z ##[endgroup] 2025-12-04T09:12:34.6779300Z No files were found with the provided path: debug-*.zip. No artifacts will be uploaded. 2025-12-04T09:12:34.7027741Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2025-12-04T09:12:34.7028174Z with: 2025-12-04T09:12:34.7028387Z env: 2025-12-04T09:12:34.7028602Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:34.7028859Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:34.7029283Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:34.7029746Z ##[endgroup] 2025-12-04T09:12:34.7045816Z ##[group]Run set -eou pipefail 2025-12-04T09:12:34.7046122Z set -eou pipefail 2025-12-04T09:12:34.7046474Z  2025-12-04T09:12:34.7046825Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-12-04T09:12:34.7047289Z for _ in $(seq 1440); do 2025-12-04T09:12:34.7047613Z  # Break if no ssh session exists anymore 2025-12-04T09:12:34.7047962Z  if [ "$(who)" = "" ]; then 2025-12-04T09:12:34.7048261Z  break 2025-12-04T09:12:34.7048482Z  fi 2025-12-04T09:12:34.7048741Z  echo "." 2025-12-04T09:12:34.7048984Z  sleep 5 2025-12-04T09:12:34.7049217Z done 2025-12-04T09:12:34.7055047Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:34.7055414Z env: 2025-12-04T09:12:34.7055630Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:34.7055901Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:34.7056303Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:34.7056762Z ##[endgroup] 2025-12-04T09:12:34.7080737Z Holding runner for 2 hours until all ssh sessions have logged out 2025-12-04T09:12:34.7164615Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-12-04T09:12:34.7165165Z # ignore expansion of "docker ps -q" since it could be empty 2025-12-04T09:12:34.7165597Z # shellcheck disable=SC2046 2025-12-04T09:12:34.7165924Z docker stop $(docker ps -q) || true 2025-12-04T09:12:34.7166281Z # Prune all of the docker images 2025-12-04T09:12:34.7166596Z docker system prune -af 2025-12-04T09:12:34.7172416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:12:34.7172783Z env: 2025-12-04T09:12:34.7173001Z GIT_DEFAULT_BRANCH: main 2025-12-04T09:12:34.7173270Z HAS_NVIDIA_GPU: false 2025-12-04T09:12:34.7173683Z container_id: 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:34.7174147Z ##[endgroup] 2025-12-04T09:12:45.4737101Z 86727212c739 2025-12-04T09:12:49.0691663Z Deleted Containers: 2025-12-04T09:12:49.0692113Z 86727212c73927518abac3037d4c9b16e0066134cbff92efe3000c4d9f0557b8 2025-12-04T09:12:49.0692457Z 2025-12-04T09:13:03.3404641Z Deleted Images: 2025-12-04T09:13:03.3405191Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-12-04T09:13:03.3406733Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-12-04T09:13:03.3407680Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-12-04T09:13:03.3408332Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-12-04T09:13:03.3409368Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image:pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11-f0cd68561080d537ef3d3d6f81b25a6416ad600a 2025-12-04T09:13:03.3410871Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/ci-image@sha256:ba21003510dba4bdeed83df81a56fa468e0ee1b612a9445ae1f402a280804f97 2025-12-04T09:13:03.3411845Z deleted: sha256:add7313791033822205cdb3cf32096534b2cfaa4855bd48119b59000bfe00301 2025-12-04T09:13:03.3412482Z deleted: sha256:85a76b7bf29ad34eb76cce6f46af5d49a58b6272f80f983d5c769e82c7749301 2025-12-04T09:13:03.3413133Z deleted: sha256:0882f3ce59ff5ae30195ee4b059fc713e13eda107a3a7814a4616ac9058a30a4 2025-12-04T09:13:03.3413759Z deleted: sha256:64ba5b9344c11a3e4729136076830b90ac4cf1554046edb1bd4f0784b66ebd9b 2025-12-04T09:13:03.3414550Z deleted: sha256:88213c59cf461a65ab9b6cb07b4195dc9d41b5241c152daa002c7b3112e09124 2025-12-04T09:13:03.3415192Z deleted: sha256:4c0f83afa802ffbc05ebaf1aa50e48a2447c7c295549a6dded80ac63437906ca 2025-12-04T09:13:03.3415851Z deleted: sha256:6f7ec74460e8fb070c8209949095ea3be5f4e2fd69c9f750cd39ac4093f5e64b 2025-12-04T09:13:03.3416493Z deleted: sha256:d6928b0d1021b31942fdcb64e5eb4a34682de66e959dd424ed6ed02c29cd706d 2025-12-04T09:13:03.3417123Z deleted: sha256:4e9fbcb1705a6351bb34dd320558752614308636b94fd9ae6f26063e3deadc0a 2025-12-04T09:13:03.3417767Z deleted: sha256:43aabd0201f48712f21758071352dea029b4de37be08b2e2197706856a9ecbf2 2025-12-04T09:13:03.3418470Z deleted: sha256:940a98dec78303f0548beb1033242a45e9097607ef3e55c8b949b69b73d1b95e 2025-12-04T09:13:03.3419114Z deleted: sha256:d2849fa0e0411cf66e4408831d70e38838afb55b11a80c1c4d8aa0ae7dc9ca40 2025-12-04T09:13:03.3419741Z deleted: sha256:14f40d23c20c7e562623f89deb376520296758bc39dd3c77284049b84ebd8a31 2025-12-04T09:13:03.3420402Z deleted: sha256:a8ccba61f90ca097cb391d0f4fbed0d9f821d06b00e28f7332e9e2dcfcbac4ca 2025-12-04T09:13:03.3421041Z deleted: sha256:91b2060d290547d3b517d4a11d994bbe23f4560b5546cb91918ca1828dde6be1 2025-12-04T09:13:03.3421684Z deleted: sha256:b42a184755715dcfead7fad655a127433541d316d9628f5f730ff17ad5f8071c 2025-12-04T09:13:03.3422337Z deleted: sha256:aa5b4f3c9169061dc3c6da0e677e8a86f11ecb0a3f9fb4861ab3d8c04379775c 2025-12-04T09:13:03.3422982Z deleted: sha256:b4dcf450081a48d77fea0a21b8d810a69c03608a595e754fe7d365058d0579b7 2025-12-04T09:13:03.3423633Z deleted: sha256:4f7fe12d3d4f5bf890c7ada4ce16f17a105472aa6509a778f917dcce2f28174b 2025-12-04T09:13:03.3424277Z deleted: sha256:2d1d5a74182594f9a8553df00fdcfc809dba407bcd6700d667f862cbe9d555ce 2025-12-04T09:13:03.3424941Z deleted: sha256:d901e2f5d449aeed16b727bdcc11fc0e0f6c30c8fc5c39ac7eeac8a74d9d176c 2025-12-04T09:13:03.3425583Z deleted: sha256:a04df2603bd12372c6632469a9a81ebc4a8d677452c250672b9692884fa6a452 2025-12-04T09:13:03.3426233Z deleted: sha256:f438a6b52273a552dc3820a55c74c53a62a0eae9f2a7d21b37125add7d71639f 2025-12-04T09:13:03.3426880Z deleted: sha256:d4b09517e9518d709ac98b0ae6f8446ec9ac51688253607b1fca67aa2c87b3f4 2025-12-04T09:13:03.3427512Z deleted: sha256:c1fa38335237f5e7263e39d3d3de98215bcfbbb12b826955c02e149bf68efd13 2025-12-04T09:13:03.3428156Z deleted: sha256:c898d20a30de901fca74d7611663b17ab48e1726a11e031e40548ed16ee81877 2025-12-04T09:13:03.3428798Z deleted: sha256:3baceec7096518fcc10696feba551639d698b3145c2fc09cac927bb60c0fd751 2025-12-04T09:13:03.3429456Z deleted: sha256:5245aaaa3d5c3a19f76b9a6c920bd82d1a0ff5289f87c8c109652089709d9b3b 2025-12-04T09:13:03.3430097Z deleted: sha256:f05cc789b95246938c377f474c41187965b89ceac0250e7d5124bec32153f447 2025-12-04T09:13:03.3430723Z deleted: sha256:07ec4fc008de4e7a2c794ec7094cc72e0d287c04c8b2156163aee0bae147fe2d 2025-12-04T09:13:03.3431376Z deleted: sha256:c6302601ad5fde573c1f8c900250478fca7fdc6907d8fd4fae651b94b4d9264d 2025-12-04T09:13:03.3432017Z deleted: sha256:cc5e955ee1dc54931f02606c5ea87aae14f03b5d764492be611480ab041f2882 2025-12-04T09:13:03.3432666Z deleted: sha256:f21c03518996d98452338f4e80bcfd9b139a1dab155f4830be0d3f623035269f 2025-12-04T09:13:03.3433295Z deleted: sha256:519ca6f1279f7886f25f0005527cfa627deebbc5b7d7cdbfa7ef962bcfc4c26d 2025-12-04T09:13:03.3433933Z deleted: sha256:0ef990495216807d0175b192045be3f617e72331bc373b3434807f41bf69168d 2025-12-04T09:13:03.3434567Z deleted: sha256:7093edf7319e1f0e01654c3224e32c8dede5b948d106e0b9b03cbf0bb1091e33 2025-12-04T09:13:03.3435228Z deleted: sha256:c478161e058e2f4041555c3e880b95ee1ee047938dc58549a3a88135740996ae 2025-12-04T09:13:03.3435863Z deleted: sha256:9bb853b0d938cd7c36a80ce8ee40653f2c0ff92719209b11beb03acc8855ce3e 2025-12-04T09:13:03.3436507Z deleted: sha256:fdf2ace71a78ce6910ef9c4b073c195531da47022443b606bb92dcd6499b6afc 2025-12-04T09:13:03.3437154Z deleted: sha256:576c2b3770d871937d3cfb7014328bcb4bd1aed0c28bc438764b3bfdac4c1ac2 2025-12-04T09:13:03.3437792Z deleted: sha256:878e92b9cb82de09ac14a9d5f3f7bc2411a799b6f54d0d64b78c2bb4d1fdc0fc 2025-12-04T09:13:03.3438602Z deleted: sha256:85c8c3b98b65a6695f988a10cc66c981d73a3ef03eda15b8e14d227b50b56300 2025-12-04T09:13:03.3439299Z deleted: sha256:ce2ab3ba07794f9ee95d6ea7de6dcd3d2aed96561f9a79192dd56ca5bf29313a 2025-12-04T09:13:03.3439938Z deleted: sha256:37a6e12976ca957286977e696e63012ab9821214b0483fe1a48d29dcb280508a 2025-12-04T09:13:03.3440574Z deleted: sha256:cd1d5d3dd7038144ca6fe961c0d4c8e705625ae0c36190ba8b3e9602abedad19 2025-12-04T09:13:03.3441212Z deleted: sha256:0e707276e0be2e0008b86d594fadc0d16444d66c4fb7227c56f144cbb3c2affd 2025-12-04T09:13:03.3441861Z deleted: sha256:22d4aad6a2ada91b341c1225a0f314042b8aeabef7568c5c019709b058bf070b 2025-12-04T09:13:03.3442554Z deleted: sha256:ee4adacf4e0933131d0275eddad406b3c8147e6cf07a292b99f1aff4b5355f33 2025-12-04T09:13:03.3443272Z deleted: sha256:43da0b9e7c0e18403dcb834e53628dc7c970ccb2dbd091878c0d7c0170dbc97f 2025-12-04T09:13:03.3443927Z deleted: sha256:00571684bdcd75beda15eb7d4e79b5458bc914350f9bb4d87fcdc97ad15e0da1 2025-12-04T09:13:03.3444563Z deleted: sha256:41615f09950259f1d75e82ef35b6fc53b18fe71ebff143744cfd51009d04349e 2025-12-04T09:13:03.3445205Z deleted: sha256:75ab34d2eed3c7915467a506ab6dab2711918fbabe94add2fb5c62780221ab0c 2025-12-04T09:13:03.3445849Z deleted: sha256:0a39ef2bebf44c1c3893d1e5fb42dad48b8fac7ca673141267ee967f85455e89 2025-12-04T09:13:03.3446503Z deleted: sha256:9b7d024e48ba1f9824a54597621b1b062cbc4aa41a77d81ca538d6b5c24a612c 2025-12-04T09:13:03.3447140Z deleted: sha256:392257172de6434c271bd93394218a91e9aa86d7c18abc2f2759317b9d5fb6de 2025-12-04T09:13:03.3447747Z deleted: sha256:6c3232860b930866a463a356124fc392c7e5f04895695229257e8c3e8a02711d 2025-12-04T09:13:03.3448375Z deleted: sha256:63dd55b807215e2fa6c715419ac0c5072d02dddc848dbf74bb7e77b906b5eaed 2025-12-04T09:13:03.3449004Z deleted: sha256:07a8738c1b4584db72ed9aa60f5274321eb0ba16263450da3a75df8326ebc25f 2025-12-04T09:13:03.3449639Z deleted: sha256:053fe2965b01281d12040ec1893e0d1aa77362a49ea9a1067402272c69dad9f5 2025-12-04T09:13:03.3450277Z deleted: sha256:7857fb5eb181c4e80262ecab60bdd3c266cf3d1409ceb76c05882609b416a8d3 2025-12-04T09:13:03.3450917Z deleted: sha256:752528477fc99089de3bd2c6da7b30cf34f2e901fe06d8fcfe685b411461e883 2025-12-04T09:13:03.3451564Z deleted: sha256:cce0210e2f4b042601813df03aa294a86b0c668fcfc75f4c63f6fa12b2952e15 2025-12-04T09:13:03.3452197Z deleted: sha256:f2bb405a26705ecd12d21380d26d9355d01db3a2175080fbdb468f2b5a25a76c 2025-12-04T09:13:03.3452853Z deleted: sha256:ad430120d4ffbaf97cd8d6de6ea8eefa4a8f80ec45f0b176c6b26bff0970fd33 2025-12-04T09:13:03.3453502Z deleted: sha256:225a4910baea7cc540ed43eeac75046293800ab0b8e0192b51e991c8cb50bcf3 2025-12-04T09:13:03.3454153Z deleted: sha256:a259945b0c3507f049fbac10fb3d3ffe43d45e83c91b80ae8cd1dafb855ad83c 2025-12-04T09:13:03.3454798Z deleted: sha256:862a98881b1d5adad5c21d01602773b894794097de80964ef8f47bcaadb43255 2025-12-04T09:13:03.3455420Z deleted: sha256:1cf6d3c8b6c2694b79a2d08719594903811c330a36a4c7a8a7153a350b53d292 2025-12-04T09:13:03.3456056Z deleted: sha256:232a1ae8b0fee817ff7838bb5986a2f38377d3b1dbbf5217b576af0f953b0844 2025-12-04T09:13:03.3456696Z deleted: sha256:c72c5705dabd6314423dd7d4fb260a20d5d9886b2ebce60d19e9d78c4a2335c2 2025-12-04T09:13:03.3457334Z deleted: sha256:296734cf81fd92c913884d058908598424ffe072676e38de289bbab83768c7bd 2025-12-04T09:13:03.3457945Z deleted: sha256:7c76040481b889847a1804021aeff07547eaa4ee706d6137db218d497a8fd9c1 2025-12-04T09:13:03.3458587Z deleted: sha256:d5e293f5b354e8cbcc6de893ea72cc632b02d8fdfbb08ec3127c4e9662f3ebff 2025-12-04T09:13:03.3459279Z deleted: sha256:f35a64e429c88e249645090f21fbe7dae108d98e0ab4ea13184f24b3fd66c315 2025-12-04T09:13:03.3459912Z deleted: sha256:ce6ae8d595c8e69115c51b1ce4f9a9158795d7b863b1cb53f21c39a87974d41b 2025-12-04T09:13:03.3460566Z deleted: sha256:8941abaee59400fb9b3a60765fea4a1fc2a6a447467a6d983e84c7f72494a450 2025-12-04T09:13:03.3461212Z deleted: sha256:ef53c29a9a2c2bc80ffdb9bfaf92842436b5755ec1ce828b9d11e5e27d656ea1 2025-12-04T09:13:03.3461871Z deleted: sha256:7a347fb0acb43f1c814f8c8ff21185e8b5cf64d7bc5988cea060f77d906e08b5 2025-12-04T09:13:03.3462588Z deleted: sha256:cc855dc9be79496e15175569dced2d13477e50b077a5fd3945f9bf50018880c1 2025-12-04T09:13:03.3463220Z deleted: sha256:f7a9946ada3d4786658bc0b643808bb32a9a45e4e90e30dc43ee19e2dbe24024 2025-12-04T09:13:03.3463863Z deleted: sha256:c22a9215f62812c1d2e32827f5221ff556c5b6702aadbdab6b87b8293f19635e 2025-12-04T09:13:03.3464490Z deleted: sha256:959a56746620012e37c1def1a83c5afb1e7c0adc59b021a28beb53c24df98032 2025-12-04T09:13:03.3465135Z deleted: sha256:31a0fff0695bf6100c17954be72eab2095b466d559c75c3faf2a17d8c41e6ebe 2025-12-04T09:13:03.3465757Z deleted: sha256:c15e2b5241b9e55af1b2593e544391b4b44d0505e6528e8f12425136e93b424c 2025-12-04T09:13:03.3466426Z deleted: sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b 2025-12-04T09:13:03.3466798Z 2025-12-04T09:13:03.3484516Z Total reclaimed space: 49.05GB 2025-12-04T09:13:03.3612334Z Post job cleanup. 2025-12-04T09:13:03.3669371Z Post job cleanup. 2025-12-04T09:13:03.4753920Z [command]/usr/bin/git version 2025-12-04T09:13:03.4980819Z git version 2.50.1 2025-12-04T09:13:03.5015760Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/2938025e-c7c0-4197-a4a4-bb544c08ba63/.gitconfig' 2025-12-04T09:13:03.5031389Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2938025e-c7c0-4197-a4a4-bb544c08ba63' before making global git config changes 2025-12-04T09:13:03.5032337Z Adding repository directory to the temporary git global config as a safe directory 2025-12-04T09:13:03.5036681Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2025-12-04T09:13:03.5085224Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-12-04T09:13:03.5134724Z [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' || :" 2025-12-04T09:13:03.5654160Z Entering 'android/libs/fbjni' 2025-12-04T09:13:03.5712201Z Entering 'third_party/FP16' 2025-12-04T09:13:03.5774282Z Entering 'third_party/FXdiv' 2025-12-04T09:13:03.5830694Z Entering 'third_party/NNPACK' 2025-12-04T09:13:03.5888495Z Entering 'third_party/NVTX' 2025-12-04T09:13:03.5945044Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:13:03.6000571Z Entering 'third_party/XNNPACK' 2025-12-04T09:13:03.6074119Z Entering 'third_party/aiter' 2025-12-04T09:13:03.6139827Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:13:03.6204774Z Entering 'third_party/benchmark' 2025-12-04T09:13:03.6262262Z Entering 'third_party/composable_kernel' 2025-12-04T09:13:03.6327937Z Entering 'third_party/cpp-httplib' 2025-12-04T09:13:03.6384164Z Entering 'third_party/cpuinfo' 2025-12-04T09:13:03.6440363Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:13:03.6504903Z Entering 'third_party/cutlass' 2025-12-04T09:13:03.6573331Z Entering 'third_party/fbgemm' 2025-12-04T09:13:03.6629071Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:13:03.6685887Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:13:03.6747961Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:13:03.6803474Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:13:03.6867637Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:13:03.6922145Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:13:03.6976201Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:13:03.7032854Z Entering 'third_party/flash-attention' 2025-12-04T09:13:03.7089093Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:13:03.7150111Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:13:03.7218157Z Entering 'third_party/flatbuffers' 2025-12-04T09:13:03.7277459Z Entering 'third_party/fmt' 2025-12-04T09:13:03.7334303Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:13:03.7389831Z Entering 'third_party/gloo' 2025-12-04T09:13:03.7445199Z Entering 'third_party/googletest' 2025-12-04T09:13:03.7501089Z Entering 'third_party/ideep' 2025-12-04T09:13:03.7555465Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:13:03.7618753Z Entering 'third_party/ittapi' 2025-12-04T09:13:03.7674376Z Entering 'third_party/kineto' 2025-12-04T09:13:03.7729206Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:13:03.7783972Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:13:03.7840372Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:13:03.7895665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:13:03.7951774Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:13:03.8006179Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:13:03.8064390Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:13:03.8120434Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:13:03.8177482Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:13:03.8235982Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:13:03.8291763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:13:03.8346523Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:13:03.8404119Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:13:03.8464554Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:13:03.8519467Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:13:03.8575913Z Entering 'third_party/kleidiai' 2025-12-04T09:13:03.8633811Z Entering 'third_party/mimalloc' 2025-12-04T09:13:03.8689561Z Entering 'third_party/nlohmann' 2025-12-04T09:13:03.8746653Z Entering 'third_party/onnx' 2025-12-04T09:13:03.8821479Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:13:03.8879937Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:13:03.8937739Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:13:03.8991759Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:13:03.9045819Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:13:03.9099653Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:13:03.9157869Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:13:03.9219539Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:13:03.9274966Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:13:03.9329081Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:13:03.9386476Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:13:03.9443017Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:13:03.9520366Z Entering 'third_party/pocketfft' 2025-12-04T09:13:03.9577787Z Entering 'third_party/protobuf' 2025-12-04T09:13:03.9640287Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:13:03.9696515Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:13:03.9753754Z Entering 'third_party/psimd' 2025-12-04T09:13:03.9810725Z Entering 'third_party/pthreadpool' 2025-12-04T09:13:03.9869064Z Entering 'third_party/pybind11' 2025-12-04T09:13:03.9925821Z Entering 'third_party/python-peachpy' 2025-12-04T09:13:03.9982823Z Entering 'third_party/sleef' 2025-12-04T09:13:04.0038936Z Entering 'third_party/tensorpipe' 2025-12-04T09:13:04.0096134Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:13:04.0150888Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:13:04.0206917Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:13:04.0261423Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:13:04.0314774Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:13:04.0394225Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-12-04T09:13:04.0415545Z http.https://github.com/.extraheader 2025-12-04T09:13:04.0424731Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-12-04T09:13:04.0452986Z [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' || :" 2025-12-04T09:13:04.0756122Z Entering 'android/libs/fbjni' 2025-12-04T09:13:04.0794035Z http.https://github.com/.extraheader 2025-12-04T09:13:04.0827949Z Entering 'third_party/FP16' 2025-12-04T09:13:04.0866644Z http.https://github.com/.extraheader 2025-12-04T09:13:04.0899780Z Entering 'third_party/FXdiv' 2025-12-04T09:13:04.0937759Z http.https://github.com/.extraheader 2025-12-04T09:13:04.0973291Z Entering 'third_party/NNPACK' 2025-12-04T09:13:04.1009804Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1042976Z Entering 'third_party/NVTX' 2025-12-04T09:13:04.1081304Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1115236Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:13:04.1152924Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1186737Z Entering 'third_party/XNNPACK' 2025-12-04T09:13:04.1224500Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1274943Z Entering 'third_party/aiter' 2025-12-04T09:13:04.1312259Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1347115Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:13:04.1384222Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1426955Z Entering 'third_party/benchmark' 2025-12-04T09:13:04.1464266Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1498052Z Entering 'third_party/composable_kernel' 2025-12-04T09:13:04.1535257Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1578277Z Entering 'third_party/cpp-httplib' 2025-12-04T09:13:04.1616391Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1650591Z Entering 'third_party/cpuinfo' 2025-12-04T09:13:04.1688052Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1721694Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:13:04.1758802Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1793423Z Entering 'third_party/cutlass' 2025-12-04T09:13:04.1830959Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1875139Z Entering 'third_party/fbgemm' 2025-12-04T09:13:04.1912559Z http.https://github.com/.extraheader 2025-12-04T09:13:04.1948663Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:13:04.1985835Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2019269Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:13:04.2055687Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2097577Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:13:04.2135131Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2168934Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:13:04.2206212Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2249678Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:13:04.2287685Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2320816Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:13:04.2358221Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2391115Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:13:04.2428831Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2465295Z Entering 'third_party/flash-attention' 2025-12-04T09:13:04.2503740Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2537413Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:13:04.2573991Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2614278Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:13:04.2650964Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2695870Z Entering 'third_party/flatbuffers' 2025-12-04T09:13:04.2734477Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2772399Z Entering 'third_party/fmt' 2025-12-04T09:13:04.2809356Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2842353Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:13:04.2880880Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2915096Z Entering 'third_party/gloo' 2025-12-04T09:13:04.2952411Z http.https://github.com/.extraheader 2025-12-04T09:13:04.2986285Z Entering 'third_party/googletest' 2025-12-04T09:13:04.3024960Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3058215Z Entering 'third_party/ideep' 2025-12-04T09:13:04.3096781Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3128252Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:13:04.3165363Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3208034Z Entering 'third_party/ittapi' 2025-12-04T09:13:04.3245749Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3279848Z Entering 'third_party/kineto' 2025-12-04T09:13:04.3317369Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3351000Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:13:04.3388788Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3422537Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:13:04.3459725Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3494733Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:13:04.3532080Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3566169Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:13:04.3603853Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3636996Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:13:04.3674219Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3706457Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:13:04.3742864Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3778904Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:13:04.3816116Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3852136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:13:04.3890102Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3923618Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:13:04.3959971Z http.https://github.com/.extraheader 2025-12-04T09:13:04.3993869Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:13:04.4030576Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4064304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:13:04.4101887Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4136356Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:13:04.4173929Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4209493Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:13:04.4246779Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4285205Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:13:04.4321869Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4354841Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:13:04.4392138Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4426676Z Entering 'third_party/kleidiai' 2025-12-04T09:13:04.4463795Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4499372Z Entering 'third_party/mimalloc' 2025-12-04T09:13:04.4536966Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4570806Z Entering 'third_party/nlohmann' 2025-12-04T09:13:04.4610247Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4645182Z Entering 'third_party/onnx' 2025-12-04T09:13:04.4683459Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4735050Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:13:04.4772600Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4807815Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:13:04.4845026Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4880704Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:13:04.4916856Z http.https://github.com/.extraheader 2025-12-04T09:13:04.4950016Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:13:04.4988114Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5020480Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:13:04.5056412Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5090248Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:13:04.5126937Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5162969Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:13:04.5199846Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5232921Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:13:04.5269331Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5302821Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:13:04.5339557Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5371955Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:13:04.5409044Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5444035Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:13:04.5481086Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5516320Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:13:04.5553038Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5607661Z Entering 'third_party/pocketfft' 2025-12-04T09:13:04.5646218Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5680832Z Entering 'third_party/protobuf' 2025-12-04T09:13:04.5718369Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5754623Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:13:04.5791279Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5824868Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:13:04.5860907Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5897615Z Entering 'third_party/psimd' 2025-12-04T09:13:04.5935706Z http.https://github.com/.extraheader 2025-12-04T09:13:04.5969026Z Entering 'third_party/pthreadpool' 2025-12-04T09:13:04.6006471Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6040072Z Entering 'third_party/pybind11' 2025-12-04T09:13:04.6077321Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6111899Z Entering 'third_party/python-peachpy' 2025-12-04T09:13:04.6150209Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6184992Z Entering 'third_party/sleef' 2025-12-04T09:13:04.6223125Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6257144Z Entering 'third_party/tensorpipe' 2025-12-04T09:13:04.6296059Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6329237Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:13:04.6366254Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6401491Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:13:04.6438066Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6471423Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:13:04.6508596Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6542078Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:13:04.6579523Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6611663Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:13:04.6649089Z http.https://github.com/.extraheader 2025-12-04T09:13:04.6707774Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:04.6738003Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2025-12-04T09:13:04.7052990Z Entering 'android/libs/fbjni' 2025-12-04T09:13:04.7078405Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-12-04T09:13:04.7094762Z Entering 'third_party/FP16' 2025-12-04T09:13:04.7122180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-12-04T09:13:04.7138607Z Entering 'third_party/FXdiv' 2025-12-04T09:13:04.7163869Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-12-04T09:13:04.7183473Z Entering 'third_party/NNPACK' 2025-12-04T09:13:04.7208721Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-12-04T09:13:04.7225221Z Entering 'third_party/NVTX' 2025-12-04T09:13:04.7251421Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-12-04T09:13:04.7269650Z Entering 'third_party/VulkanMemoryAllocator' 2025-12-04T09:13:04.7296160Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-12-04T09:13:04.7312295Z Entering 'third_party/XNNPACK' 2025-12-04T09:13:04.7338698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-12-04T09:13:04.7372310Z Entering 'third_party/aiter' 2025-12-04T09:13:04.7397830Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-12-04T09:13:04.7415271Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-12-04T09:13:04.7441071Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-12-04T09:13:04.7465521Z Entering 'third_party/benchmark' 2025-12-04T09:13:04.7493854Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:13:04.7510616Z Entering 'third_party/composable_kernel' 2025-12-04T09:13:04.7536176Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-12-04T09:13:04.7563978Z Entering 'third_party/cpp-httplib' 2025-12-04T09:13:04.7590962Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-12-04T09:13:04.7608049Z Entering 'third_party/cpuinfo' 2025-12-04T09:13:04.7634579Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-12-04T09:13:04.7652361Z Entering 'third_party/cudnn_frontend' 2025-12-04T09:13:04.7678027Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-12-04T09:13:04.7695032Z Entering 'third_party/cutlass' 2025-12-04T09:13:04.7721128Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-12-04T09:13:04.7748314Z Entering 'third_party/fbgemm' 2025-12-04T09:13:04.7773843Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-12-04T09:13:04.7792867Z Entering 'third_party/fbgemm/external/asmjit' 2025-12-04T09:13:04.7818931Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-12-04T09:13:04.7835436Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-12-04T09:13:04.7861978Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-12-04T09:13:04.7887377Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-12-04T09:13:04.7912531Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-12-04T09:13:04.7929620Z Entering 'third_party/fbgemm/external/cutlass' 2025-12-04T09:13:04.7954539Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-12-04T09:13:04.7981666Z Entering 'third_party/fbgemm/external/googletest' 2025-12-04T09:13:04.8006041Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-12-04T09:13:04.8022730Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-12-04T09:13:04.8048486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-12-04T09:13:04.8064439Z Entering 'third_party/fbgemm/external/json' 2025-12-04T09:13:04.8089754Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-12-04T09:13:04.8109196Z Entering 'third_party/flash-attention' 2025-12-04T09:13:04.8135795Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-12-04T09:13:04.8152920Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-12-04T09:13:04.8178525Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-12-04T09:13:04.8200856Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-12-04T09:13:04.8226142Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-12-04T09:13:04.8253605Z Entering 'third_party/flatbuffers' 2025-12-04T09:13:04.8280033Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-12-04T09:13:04.8299508Z Entering 'third_party/fmt' 2025-12-04T09:13:04.8325783Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-12-04T09:13:04.8342864Z Entering 'third_party/gemmlowp/gemmlowp' 2025-12-04T09:13:04.8367933Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-12-04T09:13:04.8385238Z Entering 'third_party/gloo' 2025-12-04T09:13:04.8410304Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-12-04T09:13:04.8426786Z Entering 'third_party/googletest' 2025-12-04T09:13:04.8452778Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:13:04.8469061Z Entering 'third_party/ideep' 2025-12-04T09:13:04.8494822Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-12-04T09:13:04.8510563Z Entering 'third_party/ideep/mkl-dnn' 2025-12-04T09:13:04.8535860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-12-04T09:13:04.8561336Z Entering 'third_party/ittapi' 2025-12-04T09:13:04.8588100Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-12-04T09:13:04.8605098Z Entering 'third_party/kineto' 2025-12-04T09:13:04.8631371Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-12-04T09:13:04.8648250Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-12-04T09:13:04.8674485Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-12-04T09:13:04.8690263Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-12-04T09:13:04.8715092Z 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 2025-12-04T09:13:04.8732527Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-12-04T09:13:04.8762507Z 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 2025-12-04T09:13:04.8779119Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-12-04T09:13:04.8804119Z 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 2025-12-04T09:13:04.8820362Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-12-04T09:13:04.8846231Z 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 2025-12-04T09:13:04.8860914Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-12-04T09:13:04.8887088Z 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 2025-12-04T09:13:04.8904409Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-12-04T09:13:04.8929916Z 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 2025-12-04T09:13:04.8945615Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-12-04T09:13:04.8973322Z 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 2025-12-04T09:13:04.8989489Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-12-04T09:13:04.9017011Z 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 2025-12-04T09:13:04.9034609Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-12-04T09:13:04.9061041Z 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 2025-12-04T09:13:04.9077705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-12-04T09:13:04.9102774Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:13:04.9118069Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:13:04.9143639Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:13:04.9161761Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:13:04.9187332Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:13:04.9207610Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-12-04T09:13:04.9232416Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-12-04T09:13:04.9248111Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-12-04T09:13:04.9277066Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-12-04T09:13:04.9295400Z Entering 'third_party/kleidiai' 2025-12-04T09:13:04.9321653Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-12-04T09:13:04.9338775Z Entering 'third_party/mimalloc' 2025-12-04T09:13:04.9363228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-12-04T09:13:04.9380648Z Entering 'third_party/nlohmann' 2025-12-04T09:13:04.9405846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-12-04T09:13:04.9423642Z Entering 'third_party/onnx' 2025-12-04T09:13:04.9449333Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-12-04T09:13:04.9484480Z Entering 'third_party/onnx/third_party/pybind11' 2025-12-04T09:13:04.9509103Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:13:04.9527780Z Entering 'third_party/opentelemetry-cpp' 2025-12-04T09:13:04.9553742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-12-04T09:13:04.9571227Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-12-04T09:13:04.9596846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:13:04.9612716Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-12-04T09:13:04.9637330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:13:04.9653278Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-12-04T09:13:04.9677383Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-12-04T09:13:04.9692746Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-12-04T09:13:04.9716953Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-12-04T09:13:04.9734487Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-12-04T09:13:04.9758912Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-12-04T09:13:04.9774790Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-12-04T09:13:04.9798633Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-12-04T09:13:04.9813824Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-12-04T09:13:04.9839110Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-12-04T09:13:04.9854270Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-12-04T09:13:04.9879657Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-12-04T09:13:04.9897438Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-12-04T09:13:04.9922351Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-12-04T09:13:04.9939622Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-12-04T09:13:04.9964576Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-12-04T09:13:05.0001573Z Entering 'third_party/pocketfft' 2025-12-04T09:13:05.0027901Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-12-04T09:13:05.0044283Z Entering 'third_party/protobuf' 2025-12-04T09:13:05.0069129Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-12-04T09:13:05.0088444Z Entering 'third_party/protobuf/third_party/benchmark' 2025-12-04T09:13:05.0113552Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-12-04T09:13:05.0129654Z Entering 'third_party/protobuf/third_party/googletest' 2025-12-04T09:13:05.0153806Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:13:05.0172109Z Entering 'third_party/psimd' 2025-12-04T09:13:05.0197242Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-12-04T09:13:05.0213497Z Entering 'third_party/pthreadpool' 2025-12-04T09:13:05.0239213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-12-04T09:13:05.0255403Z Entering 'third_party/pybind11' 2025-12-04T09:13:05.0281241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:13:05.0297651Z Entering 'third_party/python-peachpy' 2025-12-04T09:13:05.0322008Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-12-04T09:13:05.0338324Z Entering 'third_party/sleef' 2025-12-04T09:13:05.0365826Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-12-04T09:13:05.0382852Z Entering 'third_party/tensorpipe' 2025-12-04T09:13:05.0408241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-12-04T09:13:05.0423926Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-12-04T09:13:05.0448569Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-12-04T09:13:05.0464148Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-12-04T09:13:05.0488433Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-12-04T09:13:05.0503765Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-12-04T09:13:05.0528140Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-12-04T09:13:05.0544481Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-12-04T09:13:05.0568913Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-12-04T09:13:05.0583550Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-12-04T09:13:05.0607972Z 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 2025-12-04T09:13:05.0645263Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0671776Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0695344Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0719737Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0744080Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0767964Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0793953Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0817305Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0841203Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0864907Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0888947Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0912569Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0935873Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0958468Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.0981875Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1005258Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1028363Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1051267Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1074354Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1097615Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1122285Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1144320Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1167750Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1190438Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1212954Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1235581Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1258572Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1283787Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1308170Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1330943Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1353091Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1377823Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1400738Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1425349Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1448773Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1472550Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1495826Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1519492Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1542573Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1566559Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1589811Z [command]/usr/bin/git config --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 --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1612761Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1637174Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1660892Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1685304Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1709228Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1743912Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1769833Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1793093Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1816050Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1838067Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1860237Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1882745Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1905480Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1928289Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1950867Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1973818Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.1996345Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2018893Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2041519Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2064439Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2087128Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2111435Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2137013Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2162907Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2189181Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2215202Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2249055Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2277884Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2303322Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2325766Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2348062Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2370556Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2393218Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2415358Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2438311Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2460799Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2485237Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2509399Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2533426Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2556653Z [command]/usr/bin/git config --file /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config --name-only --get-regexp ^includeIf\.gitdir: 2025-12-04T09:13:05.2657916Z A job completed hook has been configured by the self-hosted runner administrator 2025-12-04T09:13:05.2672477Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-12-04T09:13:05.2678018Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-12-04T09:13:05.2678408Z ##[endgroup] 2025-12-04T09:13:15.2223802Z Cleaning up orphan processes